- awesome python - Large list like this one
- virtualenv - a tool to create isolated Python environments
- virtualenvwrapper - virtualenv extensions
- virtualenvwrapper oh-my-zsh plugin
- pyenv - Simple Python version management
- pyenv-virtualenv - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
- Repo Python Essay - Python Project Structure Best Practices
- Sample Python Repo - Example python repo
- requests - Requests is an Apache2 Licensed HTTP library, written in Python, for human beings
- Delorean - a library for clearing up the inconvenient truths that arise dealing with datetimes in Python
- clint - Python Command-line Application Tools
- queries - Queries is a BSD licensed opinionated wrapper of the psycopg2 library for interacting with PostgreSQL
- geopy - A Geocoding Toolbox for Python
- peewee - a small, expressive orm -- supports postgresql, mysql and sqlite
- bottle - Bottle is a fast, simple and lightweight WSGI micro web-framework for Python
- rq - Simple job queues for Python
- simpleq - A simple, infinitely scalable, SQS based queue
- envoy - Python Subprocesses for Humans™
- boto - python interface to amazon web services
- patterns - collection of python design patterns
- algorithms - module of algorithms in python
- invoke - Simple Python task execution
- ujson - very fast json lib
- cerberus - Extensible validation for Python dictionaries
- apsscheduler - Lightweight cron-like task scheduler
- pytest - a mature full-featured Python testing tool
- tox - aims to automate and standardize testing in Python (like appraisal for ruby)
- responses - A utility for mocking out the Python Requests library
- chai - Mocking framework for Python
- coveragepy - code coverage testing for Python
- faker - Faker is a Python package that generates fake data for you
- mixer - Is a fixtures replacement
- flake8 - python linter and pep8 tester