Lab 5 of 5
Β·
Open-Ended
Ask Claude β What Should My requirements.txt Include?
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