List of Python libraries and tools
Libraries and tools that I’ve personally found noteworthy.
Testing
- pytest - unit testing
- Coverage - code coverage
- Robot Framework - a generic automation framework
Packaging
- Python Packaging User Guide
- Twine - upload to PyPI