| APScheduler | In-process task scheduler with Cron-like capabilities | docs | 
| betterconf | Betterconf (better config) is a Python library for project configuration managment. It allows you define your config like a regular Python class. | habr | 
| blinker | Fast, simple object-to-object and broadcast signaling | docs | 
| boto3 | The AWS SDK for Python | github / docs s3 | 
| dateutil | Extensions to the standard Python datetime module | source / docs | 
| docker | A Python library for the Docker Engine API. | github / docs | 
| dotenv | Read key-value pairs from a .env file and set them as environment variables | github | 
| faker | Faker is a Python package that generates fake data for you. | github / docs | 
| glom | A declarative object transformer and formatter, for conglomerating nested data. | docs | 
| ipython | IPython: Productive Interactive Computing | homepage / docs | 
| jinja2 | A very fast and expressive template engine. | homepage / docs / template docs | 
| jsonpath-ng | A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming. | github / JSONPath - XPath for JSON / https://jsonpath.com/glom/) | 
| oauthlib | A generic, spec-compliant, thorough implementation of the OAuth request-signing logic | github | 
| oracledb | Python interface to Oracle Database | docs | 
| Peewee | Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. | docs | 
| Pillow | PIL is the Python Imaging Library by Fredrik Lundh and Contributors | site / docs | 
| pipenv | Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. | docs | 
| prometheus-client | Python client for the Prometheus monitoring system. | github | 
| psycopg2 | Python-PostgreSQL Database Adapter | homepage | 
| pycodestyle | pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. | pep8 | 
| pymongo | Python driver for MongoDB <http://www.mongodb.org> |  github / docs | 
| pyperclip | Pyperclip is a cross-platform Python module for copy and paste clipboard functions. |  | 
| PyYAML | YAML parser and emitter for Python | docs | 
| rich | Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal | github / docs | 
| rollbar | Easy and powerful exception tracking with Rollbar. Send messages and exceptions with arbitrary context, get back aggregates, and debug production issues quickly. | github / docs | 
| sentry-sdk | Python client for Sentry (https://sentry.io) | docs / | 
| SQLAlchemy | The Python SQL Toolkit and Object Relational Mapper | homepage / docs | 
| typer | Typer, build great CLIs. Easy to code. Based on Python type hints. | github / site | 
| vermin | Concurrently detect the minimum Python versions needed to run code | github | 
| waitress | Waitress WSGI server | docs /  github / with flask / Async Proxy |