⚑ IT Wisdom The intern asked what VLAN stands for. I said "Very Large Anxiety Nightmare." He believed me.
Skilled Practitioner
4249 XP 1751 to Expert
Objective: Describe the network automation tasks you want to automate and ask Claude to suggest the right packages.
Instructions

Describe a network automation task you want to build β€” or the kind of work you do day to day. For example: connecting to Cisco switches via SSH, pulling interface stats, querying a REST API, parsing show command output.

Claude will suggest: - Which Python packages to include in your requirements.txt - What each package does and why it fits your use case - Which packages are commonly used together in network automation - Whether to pin exact versions or use minimum version constraints

πŸ’‘ Show Hint
Be specific about what you want to automate β€” SSH access, REST APIs, config parsing, inventory management. The more detail you give, the more targeted the package recommendations.
Paste Your Output