Python Packages

https://docs.python.org/3/

https://docs.python.org/3.8/py-modindex.html

https://pypi.org/ | Installing packages | Python Packaging User Guide

Standard Library

Python Module Index

NameDescription
loggingThis module defines functions and classes which implement a flexible event logging system for applications and libraries.
osMiscellaneous operating system interfaces
pdbThe module pdb defines an interactive source code debugger for Python programs

PackagesThird-party

https://pypi.org/

NameDescriptionLinks
APSchedulerIn-process task scheduler with Cron-like capabilitiesdocs
betterconfBetterconf (better config) is a Python library for project configuration managment. It allows you define your config like a regular Python class.habr
blinkerFast, simple object-to-object and broadcast signalingdocs
boto3The AWS SDK for Pythongithub / docs s3
dateutilExtensions to the standard Python datetime modulesource / docs
dockerA Python library for the Docker Engine API.github / docs
dotenvRead key-value pairs from a .env file and set them as environment variablesgithub
fakerFaker is a Python package that generates fake data for you.github / docs
glomA declarative object transformer and formatter, for conglomerating nested data.docs
ipythonIPython: Productive Interactive Computinghomepage / docs
jinja2A very fast and expressive template engine.homepage / docs / template docs
jsonpath-ngA 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/)
oauthlibA generic, spec-compliant, thorough implementation of the OAuth request-signing logicgithub
oracledbPython interface to Oracle Databasedocs
PeeweePeewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.docs
PillowPIL is the Python Imaging Library by Fredrik Lundh and Contributorssite / docs
pipenvPipenv 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-clientPython client for the Prometheus monitoring system.github
psycopg2Python-PostgreSQL Database Adapterhomepage
pycodestylepycodestyle is a tool to check your Python code against some of the style conventions in PEP 8.pep8
pymongoPython driver for MongoDB <http://www.mongodb.org> github / docs
pyperclipPyperclip is a cross-platform Python module for copy and paste clipboard functions.
PyYAMLYAML parser and emitter for Pythondocs
richRender rich text, tables, progress bars, syntax highlighting, markdown and more to the terminalgithub / docs
rollbarEasy and powerful exception tracking with Rollbar. Send messages and exceptions with arbitrary context, get back aggregates, and debug production issues quickly.github / docs
sentry-sdkPython client for Sentry (https://sentry.io)docs /
SQLAlchemyThe Python SQL Toolkit and Object Relational Mapperhomepage / docs
typerTyper, build great CLIs. Easy to code. Based on Python type hints.github / site
verminConcurrently detect the minimum Python versions needed to run codegithub
waitressWaitress WSGI serverdocs / github / with flask / Async Proxy

Kubernetes

NameDescriptionLinks
kubernetesKubernetes python clientgithub / API / all clients
kopfKubernetes Operator Pythonic Framework (Kopf)docs
pykube-ngPython client library for Kubernetessource

Flask

NameDescriptionLinks
flaskA simple framework for building complex web applications.docs / github
bootstrap-flaskBootstrap 4 & 5 helper for your Flask projects.docs / github
Flask-APSchedulerAdds APScheduler support to Flaskdocs / examples
flask-ExecutorAn easy to use Flask wrapper for concurrent.futuresgithub
Flask-HTTPAuthHTTP authentication for Flask routesgithub
Flask-CachingAdds caching support to Flask applications.github
Flask-MigrateSQLAlchemy database migrations for Flask applications using Alembic.docs
Flask-SQLAlchemyAdds SQLAlchemy support to your Flask applicationdocs / Column and Data Types / Multiple DBs
waitressWaitress is a production-quality pure-Python WSGI server with very acceptable performance.docs

Scan

NameDescriptionLinks
banditSecurity oriented static analyser for python code.github / docs / project
flake8the modular source code checker: pep8 pyflakes and cogithub / project
pylintpython code static checkergithub / docs / project

Pytest

All pytest modules

NameDescriptionLinks
pytestsimple powerful testing with Pythondocs / plugins
pytest-covPytest plugin for measuring coverage.github
requests-mockMock out responses from the requests packagedocs / The Blue Book
pytest-freezegunflask-executorWrap tests with fixtures in freeze_time

Telegram

NameDescriptionLinks
aiogramaiogram modern and fully asynchronous framework for Telegram Bot API written in Python 3.8 with asyncio and aiohttp.homepage / habr
pyTelegramBotAPIA simple, but extensible Python implementation for the Telegram Bot API.github / docs
python-telegram-botWrapper Telegram APIgithub / docs / homepage

VIM

NameDescriptionLinks
flake8the modular source code checker: pep8 pyflakes and cogithub / docs