🏆 A ranked list of awesome Python open-source libraries & tools. Updated weekly.
This curated list contains 400 awesome open-source projects with a total of 2.1M stars grouped into 28 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue , submit a pull request , or directly edit the projects.yaml . Contributions are very welcome!
🧙♂️ Discover other best-of lists or create your own .
📫 Subscribe to our newsletter for updates and trending projects.
🥇🥈🥉 Combined project-quality score
⭐️ Star count from GitHub
🐣 New project (less than 6 months old)
💤 Inactive project (6 months no activity)
💀 Dead project (12 months no activity)
📈📉 Project is trending up or down
➕ Project was recently added
❗️ Warning (e.g. missing/risky license)
👨💻 Contributors count from GitHub
🔀 Fork count from GitHub
📋 Issue count from GitHub
⏱️ Last update timestamp on package manager
📥 Download count from package manager
📦 Number of dependent projects
Pandas related project
protobuf (🥇53 · ⭐ 71K) - Protocol Buffers - Googles data interchange format. BSD-3
GitHub (👨💻 1.4K · 🔀 16K · 📥 100M · 📦 990K · 📋 7K - 3% open · ⏱️ 25.06.2026):
git clone https://github.com/protocolbuffers/protobuf
PyPi (📥 820M / month · 📦 12K · ⏱️ 11.06.2026):
Conda (📥 32M · ⏱️ 13.06.2026):
conda install -c conda-forge protobuf
npm (📥 21M / month · 📦 3.8K · ⏱️ 24.02.2026):
npm install google-protobuf
flatbuffers (🥇41 · ⭐ 26K · 📉) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
GitHub (👨💻 780 · 🔀 3.6K · 📥 2.1M · 📋 2.8K - 9% open · ⏱️ 18.06.2026):
git clone https://github.com/google/flatbuffers
PyPi (📥 91M / month · 📦 700 · ⏱️ 19.12.2025):
Conda (📥 2.1M · ⏱️ 22.12.2025):
conda install -c conda-forge flatbuffers
npm (📥 24M / month · 📦 290 · ⏱️ 24.09.2025):
marshmallow (🥇41 · ⭐ 7.2K · 📉) - A lightweight library for converting complex objects to and from.. MIT
GitHub (👨💻 230 · 🔀 690 · 📦 230K · 📋 1.3K - 10% open · ⏱️ 22.06.2026):
git clone https://github.com/marshmallow-code/marshmallow
PyPi (📥 130M / month · 📦 2.8K · ⏱️ 03.04.2026):
Conda (📥 4.1M · ⏱️ 28.04.2026):
conda install -c conda-forge marshmallow
orjson (🥈38 · ⭐ 8.1K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2
GitHub (👨💻 24 · 🔀 300 · 📦 220K · ⏱️ 06.05.2026):
git clone https://github.com/ijl/orjson
PyPi (📥 190M / month · 📦 6.3K · ⏱️ 06.05.2026):
Conda (📥 5.8M · ⏱️ 13.05.2026):
conda install -c conda-forge orjson
dill (🥈38 · ⭐ 2.4K) - serialize all of Python. BSD-3
GitHub (👨💻 48 · 🔀 190 · 📥 290K · 📦 250K · 📋 560 - 35% open · ⏱️ 22.06.2026):
git clone https://github.com/uqfoundation/dill
PyPi (📥 200M / month · 📦 4.2K · ⏱️ 19.01.2026):
Conda (📥 19M · ⏱️ 19.01.2026):
conda install -c conda-forge dill
simplejson (🥈38 · ⭐ 1.7K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT
GitHub (👨💻 50 · 🔀 360 · 📥 8.3K · 📦 150K · 📋 220 - 8% open · ⏱️ 24.06.2026):
git clone https://github.com/simplejson/simplejson
PyPi (📥 60M / month · 📦 2.9K · ⏱️ 24.04.2026):
Conda (📥 5.2M · ⏱️ 25.04.2026):
conda install -c conda-forge simplejson
jsonpickle (🥈37 · ⭐ 1.3K) - Python library for serializing any arbitrary object graph into.. BSD-3
GitHub (👨💻 85 · 🔀 180 · 📦 50K · 📋 340 - 8% open · ⏱️ 05.06.2026):
git clone https://github.com/jsonpickle/jsonpickle
PyPi (📥 19M / month · 📦 1.6K · ⏱️ 28.05.2026):
Conda (📥 2.4M · ⏱️ 28.05.2026):
conda install -c conda-forge jsonpickle
cloudpickle (🥉32 · ⭐ 1.9K · 💤) - Extended pickling support for Python objects. BSD-3
GitHub (👨💻 75 · 🔀 190 · 📥 160 · 📋 290 - 37% open · ⏱️ 05.11.2025):
git clone https://github.com/cloudpipe/cloudpickle
PyPi (📥 130M / month · 📦 2.3K · ⏱️ 03.11.2025):
Conda (📥 34M · ⏱️ 09.12.2025):
conda install -c conda-forge cloudpickle
srsly (🥉29 · ⭐ 480) - Modern high-performance serialization utilities for Python (JSON,.. MIT
GitHub (👨💻 16 · 🔀 38 · 📥 1.4K · 📦 69K · 📋 37 - 16% open · ⏱️ 23.03.2026):
git clone https://github.com/explosion/srsly
PyPi (📥 20M / month · 📦 270 · ⏱️ 23.03.2026):
Conda (📥 2.6M · ⏱️ 24.03.2026):
conda install -c conda-forge srsly
python-rapidjson (🥉28 · ⭐ 530) - Python wrapper around rapidjson. MIT
GitHub (👨💻 25 · 🔀 53 · 📦 7.8K · 📋 120 - 13% open · ⏱️ 07.12.2025):
git clone https://github.com/python-rapidjson/python-rapidjson
PyPi (📥 5.2M / month · 📦 270 · ⏱️ 07.12.2025):
pip install python-rapidjson
Conda (📥 4.7M · ⏱️ 03.02.2026):
conda install -c conda-forge python-rapidjson
hickle (🥉28 · ⭐ 500) - a HDF5-based python pickle replacement. MIT
GitHub (👨💻 29 · 🔀 70 · 📦 1.1K · 📋 120 - 5% open · ⏱️ 30.04.2026):
git clone https://github.com/telegraphic/hickle
PyPi (📥 66K / month · 📦 39 · ⏱️ 30.03.2024):
Conda (📥 40K · ⏱️ 22.04.2025):
conda install -c conda-forge hickle
rtoml (🥉24 · ⭐ 400 · 💤) - A fast TOML library for python implemented in rust. MIT
Show 4 hidden projects...
msgpack (🥉35 · ⭐ 2.1K) - MessagePack serializer implementation for Python.. ❗Unlicensed
pyasn1 (🥉34 · ⭐ 260 · 💀) - Generic ASN.1 library for Python. BSD-2
ultrajson (🥉33 · ⭐ 4.5K · 📉) - Ultra fast JSON decoder and encoder written in C with.. ❗Unlicensed
pysimdjson (🥉24 · ⭐ 770 · 💤) - Python bindings for the simdjson project. ❗Unlicensed
Data Containers & Dataframes
General-purpose data containers as well as utilities & extensions for pandas.
pandas (🥇54 · ⭐ 49K) - Flexible and powerful data analysis / manipulation library for.. BSD-3
GitHub (👨💻 4.2K · 🔀 20K · 📥 4.1M · 📦 2.8M · 📋 29K - 11% open · ⏱️ 24.06.2026):
git clone https://github.com/pandas-dev/pandas
PyPi (📥 730M / month · 📦 120K · ⏱️ 11.05.2026):
Conda (📥 85M · ⏱️ 12.05.2026):
conda install -c conda-forge pandas
polars (🥇46 · ⭐ 39K) - Extremely fast Query Engine for DataFrames, written in Rust. MIT
h5py (🥇43 · ⭐ 2.2K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3
GitHub (👨💻 220 · 🔀 560 · 📥 6.7K · 📦 360K · 📋 1.7K - 19% open · ⏱️ 25.06.2026):
git clone https://github.com/h5py/h5py
PyPi (📥 40M / month · 📦 11K · ⏱️ 06.03.2026):
Conda (📥 27M · ⏱️ 07.04.2026):
conda install -c conda-forge h5py
xarray (🥈40 · ⭐ 4.2K) - N-D labeled arrays and datasets in Python. Apache-2
GitHub (👨💻 620 · 🔀 1.3K · 📦 45K · 📋 5.3K - 25% open · ⏱️ 24.06.2026):
git clone https://github.com/pydata/xarray
PyPi (📥 19M / month · 📦 5.7K · ⏱️ 13.04.2026):
Conda (📥 16M · ⏱️ 13.04.2026):
conda install -c conda-forge xarray
pandera (🥈38 · ⭐ 4.4K) - A light-weight, flexible, and expressive statistical data testing.. MIT
GitHub (👨💻 200 · 🔀 410 · 📦 3.7K · 📋 1.1K - 36% open · ⏱️ 23.06.2026):
git clone https://github.com/pandera-dev/pandera
PyPi (📥 8M / month · 📦 520 · ⏱️ 19.06.2026):
Conda (📥 110K · ⏱️ 19.06.2026):
conda install -c conda-forge pandera-core
zarr (🥈38 · ⭐ 2K) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT
GitHub (👨💻 170 · 🔀 420 · 📦 8.5K · 📋 1.6K - 32% open · ⏱️ 25.06.2026):
git clone https://github.com/zarr-developers/zarr-python
PyPi (📥 9.9M / month · 📦 2.1K · ⏱️ 05.05.2026):
Conda (📥 5.8M · ⏱️ 05.05.2026):
conda install -c conda-forge zarr
Bottleneck (🥈36 · ⭐ 1.2K) - Fast NumPy array functions written in C. BSD-2
GitHub (👨💻 42 · 🔀 110 · 📦 60K · 📋 280 - 17% open · ⏱️ 09.06.2026):
git clone https://github.com/pydata/bottleneck
PyPi (📥 9.9M / month · 📦 620 · ⏱️ 08.09.2025):
Conda (📥 7M · ⏱️ 10.11.2025):
conda install -c conda-forge bottleneck
numexpr (🥈35 · ⭐ 2.5K) - Fast numerical array expression evaluator for Python, NumPy, Pandas,.. MIT
GitHub (👨💻 87 · 🔀 220 · 📥 4K · 📦 100K · 📋 410 - 0% open · ⏱️ 24.06.2026):
git clone https://github.com/pydata/numexpr
PyPi (📥 15M / month · 📦 1.2K · ⏱️ 13.10.2025):
Conda (📥 14M · ⏱️ 11.05.2026):
conda install -c conda-forge numexpr
PyTables (🥈34 · ⭐ 1.4K) - A Python package to manage extremely large amounts of data. BSD-3
GitHub (👨💻 140 · 🔀 280 · 📥 220 · 📋 760 - 20% open · ⏱️ 21.06.2026):
git clone https://github.com/PyTables/PyTables
PyPi (📥 2.6M / month · 📦 1.8K · ⏱️ 01.03.2026):
Conda (📥 12M · ⏱️ 29.05.2026):
conda install -c conda-forge pytables
Modin (🥈33 · ⭐ 10K) - Modin: Scale your Pandas workflows by changing a single line of.. Apache-2
GitHub (👨💻 140 · 🔀 670 · 📥 200K · 📦 2.3K · 📋 4.4K - 16% open · ⏱️ 10.02.2026):
git clone https://github.com/modin-project/modin
PyPi (📥 1.9M / month · 📦 66 · ⏱️ 02.10.2025):
Conda (📥 950K · ⏱️ 22.04.2025):
conda install -c conda-forge modin-core
TinyDB (🥈33 · ⭐ 7.5K) - TinyDB is a lightweight document oriented database optimized for your.. MIT
GitHub (👨💻 97 · 🔀 600 · 📦 16K · 📋 330 - 3% open · ⏱️ 28.05.2026):
git clone https://github.com/msiemens/tinydb
PyPi (📥 3.3M / month · 📦 690 · ⏱️ 12.10.2024):
Conda (📥 920K · ⏱️ 22.04.2025):
conda install -c conda-forge tinydb
datasketch (🥈33 · ⭐ 2.9K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT
Vaex (🥉32 · ⭐ 8.5K) - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization.. MIT
GitHub (👨💻 76 · 🔀 600 · 📥 340 · 📦 1K · 📋 1.3K - 41% open · ⏱️ 05.02.2026):
git clone https://github.com/vaexio/vaex
PyPi (📥 26K / month · 📦 68 · ⏱️ 03.02.2026):
Conda (📥 570K · ⏱️ 22.04.2025):
conda install -c conda-forge vaex
StaticFrame (🥉28 · ⭐ 480) - Immutable and statically-typeable DataFrames with runtime type and.. MIT
GitHub (👨💻 29 · 🔀 38 · 📦 31 · 📋 750 - 4% open · ⏱️ 18.06.2026):
git clone https://github.com/InvestmentSystems/static-frame
PyPi (📥 16K / month · 📦 6 · ⏱️ 10.06.2026):
Conda (📥 620K · ⏱️ 10.06.2026):
conda install -c conda-forge static-frame
pickleDB (🥉24 · ⭐ 1.1K) - pickleDB is an in memory key-value store using Pythons orjson module.. BSD-3
Pandas Summary (🥉24 · ⭐ 530) - Engine for AI/ML/Data tracking, visualization,.. Apache-2
Show 15 hidden projects...
numpy (🥇51 · ⭐ 32K) - The fundamental package for scientific computing with Python. ❗Unlicensed
Blaze (🥉32 · ⭐ 3.2K · 💀) - NumPy and Pandas interface to Big Data. BSD-3
Koalas (🥉31 · ⭐ 3.4K · 💀) - Koalas: pandas API on Apache Spark. Apache-2 spark
docarray (🥉31 · ⭐ 3.1K · 💀) - Represent, send, store and search multimodal data. Apache-2
sklearn-pandas (🥉28 · ⭐ 2.9K · 💀) - Pandas integration with sklearn. ❗️Zlib sklearn
swifter (🥉28 · ⭐ 2.6K · 💀) - A package which efficiently applies any function to a pandas.. MIT
datatable (🥉28 · ⭐ 1.9K · 💀) - A Python package for manipulating 2-dimensional tabular data.. MPL-2.0
Pandaral·lel (🥉27 · ⭐ 3.8K · 💀) - A simple and efficient tool to parallelize Pandas.. BSD-3 jupyter
Arctic (🥉27 · ⭐ 3.1K · 💀) - Arctic is a high performance datastore for numeric data. ❗️LGPL-2.1
pandasql (🥉25 · ⭐ 1.3K · 💀) - sqldf for pandas. MIT
bcolz (🥉25 · ⭐ 960 · 💀) - A columnar data container that can be compressed. BSD-3
fletcher (🥉20 · ⭐ 230 · 💀) - Pandas ExtensionDType/Array backed by Apache Arrow. MIT
daffy (🥉18 · ⭐ 58) - Lightweight DataFrame validation decorators for Pandas, Polars, Modin,.. MIT
Bounter (🥉17 · ⭐ 930 · 💀) - Efficient Counter that uses a limited (bounded) amount of memory.. MIT
PandaPy (🥉12 · ⭐ 550 · 💀) - PandaPy has the speed of NumPy and the usability of Pandas 10x to.. MIT
pyrsistent (🥇36 · ⭐ 2.2K) - Persistent/Immutable/Functional data structures for Python. MIT
GitHub (👨💻 77 · 🔀 160 · 📦 370K · 📋 180 - 15% open · ⏱️ 31.01.2026):
git clone https://github.com/tobgu/pyrsistent
PyPi (📥 39M / month · 📦 1K · ⏱️ 25.10.2023):
Conda (📥 22M · ⏱️ 04.10.2025):
conda install -c conda-forge pyrsistent
multidict (🥇35 · ⭐ 490) - The multidict implementation. Apache-2
GitHub (👨💻 65 · 🔀 130 · 📥 2.6K · 📋 190 - 12% open · ⏱️ 23.06.2026):
git clone https://github.com/aio-libs/multidict
PyPi (📥 550M / month · 📦 2.1K · ⏱️ 26.01.2026):
Conda (📥 25M · ⏱️ 20.02.2026):
conda install -c conda-forge multidict
bidict (🥈33 · ⭐ 1.6K) - The bidirectional mapping library for Python. MPL-2.0
GitHub (👨💻 24 · 🔀 68 · 📥 180 · 📦 45K · ⏱️ 26.05.2026):
git clone https://github.com/jab/bidict
PyPi (📥 29M / month · 📦 480 · ⏱️ 18.02.2024):
Conda (📥 820K · ⏱️ 22.04.2025):
conda install -c conda-forge bidict
glom (🥉29 · ⭐ 2.2K) - Pythons nested data operator (and CLI), for all your declarative.. BSD-3
GitHub (👨💻 23 · 🔀 74 · 📦 3.4K · 📋 200 - 58% open · ⏱️ 15.05.2026):
git clone https://github.com/mahmoud/glom
PyPi (📥 19M / month · 📦 250 · ⏱️ 29.12.2025):
Conda (📥 65K · ⏱️ 29.12.2025):
conda install -c conda-forge glom
python-benedict (🥉29 · ⭐ 1.6K) - dict subclass with keylist/keypath support, built-in I/O.. MIT
GitHub (👨💻 13 · 🔀 48 · 📥 40 · 📦 2K · 📋 120 - 4% open · ⏱️ 09.05.2026):
git clone https://github.com/fabiocaccamo/python-benedict
PyPi (📥 1.2M / month · 📦 110 · ⏱️ 09.05.2026):
pip install python-benedict
Conda (📥 260K · ⏱️ 22.04.2025):
conda install -c conda-forge python-benedict
python-box (🥉28 · ⭐ 2.8K) - Python dictionaries with advanced dot notation access. MIT
GitHub (👨💻 1 · 🔀 120 · 📥 56 · 📋 190 - 18% open · ⏱️ 21.02.2026):
git clone https://github.com/cdgriffith/Box
PyPi (📥 7.2M / month · 📦 590 · ⏱️ 21.02.2026):
Conda (📥 1.2M · ⏱️ 29.04.2026):
conda install -c conda-forge python-box
janus (🥉27 · ⭐ 960) - Thread-safe asyncio-aware queue for Python. Apache-2
GitHub (👨💻 30 · 🔀 53 · 📥 48 · 📋 52 - 21% open · ⏱️ 24.06.2026):
git clone https://github.com/aio-libs/janus
PyPi (📥 5.6M / month · 📦 130 · ⏱️ 13.12.2024):
Conda (📥 51K · ⏱️ 22.04.2025):
conda install -c conda-forge janus
Show 8 hidden projects...
python-sortedcontainers (🥈33 · ⭐ 4K · 💀) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2
anytree (🥈32 · ⭐ 1.1K · 💀) - Python tree data library. Apache-2
addict (🥈31 · ⭐ 2.5K · 💀) - The Python Dict thats better than heroin. MIT
ordered-set (🥈31 · ⭐ 230 · 💀) - A mutable set that remembers the order of its entries. One of.. MIT
sqlitedict (🥉29 · ⭐ 1.2K · 💀) - Persistent dict, backed by sqlite3 and pickle, multithread-.. Apache-2
munch (🥉27 · ⭐ 780 · 💀) - A Munch is a Python dictionary that provides attribute-style access (a.. MIT
immutables (🥉26 · ⭐ 1.2K · 💀) - A high-performance immutable mapping type for Python. Apache-2
cleverdict (🥉15 · ⭐ 100 · 💀) - A JSON-friendly data structure which allows both object attributes.. MIT
pydantic (🥇46 · ⭐ 28K) - Data validation using Python type hints. MIT
GitHub (👨💻 770 · 🔀 2.7K · 📥 31 · 📦 1M · 📋 5.7K - 9% open · ⏱️ 22.06.2026):
git clone https://github.com/samuelcolvin/pydantic
PyPi (📥 1B / month · 📦 83K · ⏱️ 22.05.2026):
Conda (📥 24M · ⏱️ 06.05.2026):
conda install -c conda-forge pydantic
jsonschema (🥇42 · ⭐ 5K) - An implementation of the JSON Schema specification for Python. MIT
GitHub (👨💻 120 · 🔀 620 · 📥 1.4K · 📦 840K · 📋 890 - 5% open · ⏱️ 23.06.2026):
git clone https://github.com/Julian/jsonschema
PyPi (📥 530M / month · 📦 9.6K · ⏱️ 07.01.2026):
Conda (📥 48M · ⏱️ 08.01.2026):
conda install -c conda-forge jsonschema
cerberus (🥈34 · ⭐ 3.3K) - Lightweight, extensible data validation library for Python. ISC
GitHub (👨💻 67 · 🔀 240 · 📦 18K · 📋 360 - 4% open · ⏱️ 01.01.2026):
git clone https://github.com/pyeve/cerberus
PyPi (📥 8.2M / month · 📦 770 · ⏱️ 06.11.2025):
Conda (📥 810K · ⏱️ 22.04.2025):
conda install -c conda-forge cerberus
schema (🥈34 · ⭐ 2.9K) - Schema validation just got Pythonic. MIT
GitHub (👨💻 75 · 🔀 220 · 📦 17K · 📋 200 - 52% open · ⏱️ 20.06.2026):
git clone https://github.com/keleshev/schema
PyPi (📥 27M / month · 📦 890 · ⏱️ 11.10.2025):
Conda (📥 650K · ⏱️ 22.04.2025):
conda install -c conda-forge schema
voluptuous (🥈34 · ⭐ 1.8K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
GitHub (👨💻 100 · 🔀 220 · 📦 21K · 📋 260 - 16% open · ⏱️ 18.12.2025):
git clone https://github.com/alecthomas/voluptuous
PyPi (📥 7.4M / month · 📦 620 · ⏱️ 18.12.2025):
Conda (📥 890K · ⏱️ 19.12.2025):
conda install -c conda-forge voluptuous
validators (🥈34 · ⭐ 1.1K) - Python Data Validation for Humans. MIT
GitHub (👨💻 64 · 🔀 170 · 📥 280 · 📦 150K · 📋 190 - 2% open · ⏱️ 14.03.2026):
git clone https://github.com/kvesteri/validators
PyPi (📥 32M / month · 📦 7.6K · ⏱️ 01.05.2025):
Conda (📥 1.4M · ⏱️ 03.05.2025):
conda install -c conda-forge validators
python-email-validator (🥉32 · ⭐ 1.4K) - A robust email syntax and deliverability validation.. Unlicense
GitHub (👨💻 28 · 🔀 140 · 📋 110 - 12% open · ⏱️ 14.06.2026):
git clone https://github.com/JoshData/python-email-validator
PyPi (📥 200M / month · 📦 1.2K · ⏱️ 26.08.2025):
pip install email-validator
Conda (📥 2.8M · ⏱️ 26.08.2025):
conda install -c conda-forge email-validator
param (🥉32 · ⭐ 520) - Declarative parameters for robust Python classes and a rich API for.. BSD-3
GitHub (👨💻 45 · 🔀 83 · 📥 23 · 📦 18K · 📋 530 - 33% open · ⏱️ 22.06.2026):
git clone https://github.com/holoviz/param
PyPi (📥 2.6M / month · 📦 240 · ⏱️ 09.06.2026):
Conda (📥 2.7M · ⏱️ 16.06.2026):
conda install -c conda-forge param
dirty-equals (🥉24 · ⭐ 1K · 💤) - Doing dirty (but extremely useful) things with equals. MIT
GitHub (👨💻 20 · 🔀 47 · 📦 970 · 📋 45 - 35% open · ⏱️ 17.11.2025):
git clone https://github.com/samuelcolvin/dirty-equals
PyPi (📥 2.3M / month · 📦 100 · ⏱️ 17.11.2025):
Conda (📥 130K · ⏱️ 18.11.2025):
conda install -c conda-forge dirty-equals
valideer (🥉19 · ⭐ 260) - Lightweight data validation and adaptation Python library. MIT
GitHub (👨💻 10 · 🔀 27 · 📦 80 · 📋 20 - 45% open · ⏱️ 25.03.2026):
git clone https://github.com/podio/valideer
PyPi (📥 7.3K / month · 📦 3 · ⏱️ 20.12.2015):
Conda (📥 92K · ⏱️ 22.04.2025):
conda install -c conda-forge valideer
Show 5 hidden projects...
schematics (🥉31 · ⭐ 2.6K · 💀) - Python Data Structures for Humans. BSD-3
strictyaml (🥉30 · ⭐ 1.6K · 💀) - Type-safe YAML parser and validator. MIT
validr (🥉17 · ⭐ 220 · 💀) - A simple, fast, extensible python library for data validation. MIT
typical (🥉17 · ⭐ 180 · 💀) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT
dataklasses (🥉7 · ⭐ 810 · 💀) - A different spin on dataclasses. ❗Unlicensed
Algorithms & Design Patterns
🔗 python-patterns ( ⭐ 43K) - Collection of design patterns/idioms in Python.
algorithms (🥇32 · ⭐ 25K) - Minimal examples of data structures and algorithms in Python. MIT
GitHub (👨💻 220 · 🔀 4.7K · 📦 140 · 📋 190 - 0% open · ⏱️ 25.05.2026):
git clone https://github.com/keon/algorithms
PyPi (📥 1.6K / month · 📦 5 · ⏱️ 18.02.2026):
Conda (📥 4.8K · ⏱️ 22.04.2025):
conda install -c conda-forge algorithms
transitions (🥇32 · ⭐ 6.6K · 💤) - A lightweight, object-oriented finite state machine.. MIT
GitHub (👨💻 82 · 🔀 550 · 📦 4.4K · 📋 500 - 3% open · ⏱️ 09.09.2025):
git clone https://github.com/pytransitions/transitions
PyPi (📥 2.9M / month · 📦 220 · ⏱️ 02.07.2025):
Conda (📥 880K · ⏱️ 02.07.2025):
conda install -c conda-forge transitions
Show 1 hidden projects...
PyPattyrn (🥉19 · ⭐ 2.3K · 💀) - A simple library for implementing common design patterns. MIT
dateparser (🥇39 · ⭐ 2.8K) - python parser for human readable dates. BSD-3
GitHub (👨💻 160 · 🔀 500 · 📦 39K · 📋 760 - 44% open · ⏱️ 23.06.2026):
git clone https://github.com/scrapinghub/dateparser
PyPi (📥 42M / month · 📦 1.7K · ⏱️ 15.06.2026):
Conda (📥 1.5M · ⏱️ 15.06.2026):
conda install -c conda-forge dateparser
holidays (🥇39 · ⭐ 1.9K) - Open World Holidays Framework. MIT
GitHub (👨💻 330 · 🔀 700 · 📥 430 · 📦 27K · 📋 820 - 8% open · ⏱️ 25.06.2026):
git clone https://github.com/vacanza/holidays
PyPi (📥 29M / month · 📦 600 · ⏱️ 15.06.2026):
Conda (📥 4.6M · ⏱️ 16.06.2026):
conda install -c conda-forge holidays
arrow (🥈38 · ⭐ 9K) - Better dates & times for Python. Apache-2
GitHub (👨💻 290 · 🔀 750 · 📦 180K · 📋 550 - 24% open · ⏱️ 30.04.2026):
git clone https://github.com/arrow-py/arrow
PyPi (📥 77M / month · 📦 2.3K · ⏱️ 18.10.2025):
Conda (📥 13M · ⏱️ 18.10.2025):
conda install -c conda-forge arrow
python-dateutil (🥈36 · ⭐ 2.6K) - Useful extensions to the standard Python datetime features. Apache-2
GitHub (👨💻 130 · 🔀 550 · 📥 36K · 📋 870 - 49% open · ⏱️ 19.05.2026):
git clone https://github.com/dateutil/dateutil
PyPi (📥 1.1B / month · 📦 12K · ⏱️ 01.03.2024):
pip install python-dateutil
Conda (📥 98M · ⏱️ 28.06.2025):
conda install -c conda-forge python-dateutil
pendulum (🥉35 · ⭐ 6.7K) - Python datetimes made easy. MIT
GitHub (👨💻 130 · 🔀 420 · 📥 4.7K · 📦 40K · 📋 580 - 35% open · ⏱️ 14.05.2026):
git clone https://github.com/sdispater/pendulum
PyPi (📥 72M / month · 📦 1.6K · ⏱️ 30.01.2026):
Conda (📥 2.2M · ⏱️ 31.01.2026):
conda install -c conda-forge pendulum
pytz (🥉35 · ⭐ 390) - pytz Python historical timezone library and database. MIT
GitHub (👨💻 23 · 🔀 100 · 📥 870 · 📦 2.5M · 📋 100 - 40% open · ⏱️ 04.05.2026):
git clone https://github.com/stub42/pytz
PyPi (📥 520M / month · 📦 16K · ⏱️ 04.05.2026):
Conda (📥 90M · ⏱️ 04.05.2026):
conda install -c conda-forge pytz
tzlocal (🥉35 · ⭐ 220 · 📈) - A Python module that tries to figure out what your local timezone is. MIT
GitHub (👨💻 31 · 🔀 64 · 📦 220K · 📋 93 - 2% open · ⏱️ 17.06.2026):
git clone https://github.com/regebro/tzlocal
PyPi (📥 180M / month · 📦 2.4K · ⏱️ 17.06.2026):
Conda (📥 5.9M · ⏱️ 24.06.2026):
conda install -c conda-forge tzlocal
Show 2 hidden projects...
filesystem_spec (🥇40 · ⭐ 1.3K) - A specification that python filesystems should adhere to. BSD-3
GitHub (👨💻 330 · 🔀 450 · 📦 300K · 📋 870 - 39% open · ⏱️ 22.06.2026):
git clone https://github.com/fsspec/filesystem_spec
PyPi (📥 790M / month · 📦 3.7K · ⏱️ 16.06.2026):
Conda (📥 34M · ⏱️ 16.06.2026):
conda install -c conda-forge fsspec
watchdog (🥈38 · ⭐ 7.4K) - Python library and shell utilities to monitor filesystem events. Apache-2
GitHub (👨💻 170 · 🔀 740 · 📦 270K · 📋 710 - 30% open · ⏱️ 19.06.2026):
git clone https://github.com/gorakhargosh/watchdog
PyPi (📥 110M / month · 📦 2.7K · ⏱️ 01.11.2024):
Conda (📥 5.8M · ⏱️ 04.03.2026):
conda install -c conda-forge watchdog
filelock (🥈37 · ⭐ 960) - A platform-independent file lock for Python. MIT
GitHub (👨💻 64 · 🔀 130 · 📦 730K · 📋 150 - 0% open · ⏱️ 24.06.2026):
git clone https://github.com/tox-dev/py-filelock
PyPi (📥 630M / month · 📦 5K · ⏱️ 13.06.2026):
Conda (📥 44M · ⏱️ 13.06.2026):
conda install -c conda-forge filelock
aiofiles (🥈34 · ⭐ 3.2K · 💤) - File support for asyncio. Apache-2
GitHub (👨💻 42 · 🔀 170 · 📦 250K · 📋 140 - 40% open · ⏱️ 09.10.2025):
git clone https://github.com/Tinche/aiofiles
PyPi (📥 140M / month · 📦 7.7K · ⏱️ 09.10.2025):
Conda (📥 2.5M · ⏱️ 01.01.2026):
conda install -c conda-forge aiofiles
Show 6 hidden projects...
appdirs (🥉32 · ⭐ 1.1K · 💀) - A small Python module for determining appropriate platform-specific.. MIT
zipp (🥉32 · ⭐ 67) - Backport of pathlib-compatible object wrapper for zip files. ❗Unlicensed
pyfilesystem2 (🥉30 · ⭐ 2.1K · 💀) - Pythons Filesystem abstraction layer. MIT
path (🥉29 · ⭐ 1.1K) - Object-oriented file system path manipulation. ❗Unlicensed
scandir (🥉24 · ⭐ 540 · 💀) - Better directory iterator and faster os.walk(). Archived, as this.. BSD-3
Unipath (🥉23 · ⭐ 510 · 💀) - An object-oriented approach to Python file/directory operations. MIT
six (🥇37 · ⭐ 1K) - Python 2 and 3 compatibility library. MIT
GitHub (👨💻 68 · 🔀 270 · 📦 2.8M · 📋 300 - 36% open · ⏱️ 23.02.2026):
git clone https://github.com/benjaminp/six
PyPi (📥 1.1B / month · 📦 25K · ⏱️ 04.12.2024):
Conda (📥 97M · ⏱️ 22.07.2025):
conda install -c conda-forge six
typing (🥈35 · ⭐ 1.8K) - Python static typing home. Hosts the documentation and a user help.. Python-2.0
GitHub (👨💻 150 · 🔀 300 · 📋 920 - 23% open · ⏱️ 23.06.2026):
git clone https://github.com/python/typing
PyPi (📥 4.7M / month · 📦 3.3K · ⏱️ 01.05.2021):
Conda (📥 4.1M · ⏱️ 22.04.2025):
conda install -c conda-forge typing
Show 5 hidden projects...
future (🥇37 · ⭐ 1.2K · 💀) - Easy, clean, reliable Python 2/3 compatibility. MIT
dataclasses (🥉27 · ⭐ 590 · 💀) - A backport of the dataclasses module for Python 3.6. Apache-2
pathlib2 (🥉27 · ⭐ 84 · 💀) - Backport of pathlib aiming to support the full stdlib Python API. MIT
futures (🥉26 · ⭐ 240 · 💀) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0
contextlib2 (🥉26 · ⭐ 39 · 💤) - contextlib2 is a backport of the standard librarys contextlib.. ❗️psfrag
bcrypt (🥈39 · ⭐ 1.5K) - Modern(-ish) password hashing for your software and your servers. Apache-2
GitHub (👨💻 40 · 🔀 200 · 📦 360K · 📋 160 - 3% open · ⏱️ 24.06.2026):
git clone https://github.com/pyca/bcrypt
PyPi (📥 190M / month · 📦 2K · ⏱️ 25.09.2025):
Conda (📥 11M · ⏱️ 07.11.2025):
conda install -c conda-forge bcrypt
pycryptodomex (🥈37 · ⭐ 3.2K) - A self-contained cryptographic library for Python. BSD-3
GitHub (👨💻 160 · 🔀 560 · 📥 2.8K · 📦 140K · 📋 650 - 13% open · ⏱️ 29.03.2026):
git clone https://github.com/Legrandin/pycryptodome
PyPi (📥 59M / month · 📦 1.6K · ⏱️ 17.05.2025):
pip install pycryptodomex
Conda (📥 2.9M · ⏱️ 13.09.2025):
conda install -c conda-forge pycryptodomex
Show 5 hidden projects...
cryptography (🥇45 · ⭐ 7.6K) - cryptography is a package designed to expose.. ❗Unlicensed
tink (🥉35 · ⭐ 14K · 💀) - Tink is a multi-language, cross-platform, open source library that.. Apache-2
keyring (🥉35 · ⭐ 1.5K) - Store and access your passwords safely. ❗Unlicensed
asn1crypto (🥉33 · ⭐ 360 · 💀) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
rsa (🥉28 · ⭐ 500 · 💀) - Python-RSA is a pure-Python RSA implementation. Apache-2
ansible (🥇48 · ⭐ 69K) - Ansible is a radically simple IT automation platform that makes your.. ❗️GPL-3.0
GitHub (👨💻 6.9K · 🔀 24K · 📦 42K · 📋 34K - 2% open · ⏱️ 25.06.2026):
git clone https://github.com/ansible/ansible
PyPi (📥 12M / month · 📦 600 · ⏱️ 18.06.2026):
Conda (📥 1.9M · ⏱️ 19.06.2026):
conda install -c conda-forge ansible
botocore (🥇47 · ⭐ 1.6K · 📈) - The low-level, core functionality of boto3 and the AWS CLI. Apache-2
GitHub (👨💻 220 · 🔀 1.2K · 📦 440K · 📋 1.3K - 13% open · ⏱️ 25.06.2026):
git clone https://github.com/boto/botocore
PyPi (📥 1.4B / month · 📦 4.7K · ⏱️ 23.06.2026):
Conda (📥 45M · ⏱️ 24.06.2026):
conda install -c conda-forge botocore
pulumi (🥈45 · ⭐ 25K) - Pulumi - Infrastructure as Code in any programming language. Apache-2
GitHub (👨💻 2.8K · 🔀 1.4K · 📥 6.1M · 📦 11K · 📋 9.6K - 25% open · ⏱️ 25.06.2026):
git clone https://github.com/pulumi/pulumi
PyPi (📥 6.4M / month · 📦 550 · ⏱️ 24.06.2026):
npm (📥 9M / month · 📦 930 · ⏱️ 25.06.2026):
npm install @pulumi/pulumi
awscli (🥈44 · ⭐ 17K) - Universal Command Line Interface for Amazon Web Services. Apache-2
GitHub (👨💻 500 · 🔀 4.6K · 📥 11K · 📦 5 · 📋 5.1K - 12% open · ⏱️ 23.06.2026):
git clone https://github.com/aws/aws-cli
PyPi (📥 310M / month · 📦 780 · ⏱️ 23.06.2026):
Conda (📥 57M · ⏱️ 24.06.2026):
conda install -c conda-forge awscli
docker (🥈42 · ⭐ 7.2K) - A Python library for the Docker Engine API. Apache-2
GitHub (👨💻 460 · 🔀 1.7K · 📥 3.5K · 📦 130K · 📋 1.8K - 30% open · ⏱️ 12.06.2026):
git clone https://github.com/docker/docker-py
PyPi (📥 210M / month · 📦 3.7K · ⏱️ 23.05.2024):
Conda (📥 7M · ⏱️ 22.04.2025):
conda install -c conda-forge docker-py
paramiko (🥈41 · ⭐ 9.8K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1
GitHub (👨💻 190 · 🔀 2K · 📦 120K · 📋 2K - 57% open · ⏱️ 09.05.2026):
git clone https://github.com/paramiko/paramiko
PyPi (📥 140M / month · 📦 4.6K · ⏱️ 09.05.2026):
Conda (📥 8.4M · ⏱️ 19.05.2026):
conda install -c conda-forge paramiko
docker-compose (🥈40 · ⭐ 38K · 📉) - Define and run multi-container applications with Docker. Apache-2
GitHub (👨💻 630 · 🔀 5.7K · 📥 19M · 📦 190 · 📋 8.4K - 1% open · ⏱️ 25.06.2026):
git clone https://github.com/docker/compose
PyPi (📥 1.2M / month · 📦 250 · ⏱️ 10.05.2021):
pip install docker-compose
Conda (📥 860K · ⏱️ 23.06.2026):
conda install -c conda-forge docker-compose
kubernetes (🥈40 · ⭐ 7.6K) - Official Python client library for kubernetes. Apache-2
GitHub (👨💻 240 · 🔀 3.5K · 📋 1.5K - 6% open · ⏱️ 01.06.2026):
git clone https://github.com/kubernetes-client/python
PyPi (📥 140M / month · 📦 2.4K · ⏱️ 01.06.2026):
Conda (📥 820K · ⏱️ 11.12.2025):
conda install -c conda-forge kubernetes
netmiko (🥈40 · ⭐ 4.2K) - Multi-vendor library to simplify Paramiko SSH connections to network.. MIT
fabric (🥉38 · ⭐ 15K) - Simple, Pythonic remote execution and deployment. BSD-2
GitHub (👨💻 140 · 🔀 2K · 📦 24 · 📋 1.8K - 27% open · ⏱️ 10.04.2026):
git clone https://github.com/fabric/fabric
PyPi (📥 15M / month · 📦 450 · ⏱️ 06.04.2026):
Conda (📥 460K · ⏱️ 06.04.2026):
conda install -c conda-forge fabric
plumbum (🥉36 · ⭐ 3K) - Plumbum: Shell Combinators. MIT
GitHub (👨💻 120 · 🔀 200 · 📦 9.5K · 📋 380 - 35% open · ⏱️ 15.06.2026):
git clone https://github.com/tomerfiliba/plumbum
PyPi (📥 5.1M / month · 📦 390 · ⏱️ 08.06.2026):
Conda (📥 1.5M · ⏱️ 31.10.2025):
conda install -c conda-forge plumbum
pyinfra (🥉34 · ⭐ 5.9K) - pyinfra turns Python code into shell commands and runs them on your.. MIT
sshtunnel (🥉32 · ⭐ 1.3K · 💤) - SSH tunnels to remote server. MIT
GitHub (👨💻 27 · 🔀 200 · 📦 9.9K · 📋 210 - 30% open · ⏱️ 27.08.2025):
git clone https://github.com/pahaz/sshtunnel
PyPi (📥 26M / month · 📦 350 · ⏱️ 11.01.2021):
Conda (📥 450K · ⏱️ 22.04.2025):
conda install -c conda-forge sshtunnel
Show 7 hidden projects...
schedule (🥉35 · ⭐ 12K · 💀) - Python job scheduling for humans. MIT
parallel-ssh (🥉26 · ⭐ 1.3K · 💤) - Asynchronous parallel SSH client library. ❗️LGPL-2.1
fabtools (🥉25 · ⭐ 1.3K · 💀) - Tools for writing awesome Fabric files. BSD-2
pypyr (🥉22 · ⭐ 650 · 💀) - pypyr task-runner cli & api for automation pipelines. Automate.. Apache-2
storm (🥉21 · ⭐ 3.9K · 💀) - Manage your SSH like a boss. MIT
wssh (🥉17 · ⭐ 1.4K · 💀) - SSH to WebSockets Bridge. MIT
Grai (🥉12 · ⭐ 320 · 💀) - Platform to programmatically manage, test, and debug data.. ❗️MIT-0
sh (🥈37 · ⭐ 7.2K) - Python process launching. MIT
GitHub (👨💻 110 · 🔀 510 · 📥 170 · 📦 19K · 📋 500 - 0% open · ⏱️ 11.06.2026):
git clone https://github.com/amoffat/sh
PyPi (📥 19M / month · 📦 860 · ⏱️ 09.06.2026):
Conda (📥 460K · ⏱️ 06.06.2026):
conda install -c conda-forge sh
supervisor (🥉36 · ⭐ 9.1K) - Supervisor process control system for Unix.. ❗️Repoze Public License
GitHub (👨💻 180 · 🔀 1.3K · 📦 14K · 📋 1.2K - 13% open · ⏱️ 21.12.2025):
git clone https://github.com/Supervisor/supervisor
PyPi (📥 15M / month · 📦 160 · ⏱️ 23.08.2025):
Conda (📥 710K · ⏱️ 27.02.2026):
conda install -c conda-forge supervisor
ptyprocess (🥉27 · ⭐ 240 · 💤) - Run a subprocess in a pseudo terminal. ISC
GitHub (👨💻 21 · 🔀 73 · 📋 40 - 50% open · ⏱️ 17.07.2025):
git clone https://github.com/pexpect/ptyprocess
PyPi (📥 210M / month · 📦 770 · ⏱️ 28.12.2020):
Conda (📥 36M · ⏱️ 22.04.2025):
conda install -c conda-forge ptyprocess
Show 1 hidden projects...
pexpect (🥇38 · ⭐ 2.8K · 💀) - A Python module for controlling interactive programs in a pseudo-.. ISC
anyio (🥇42 · ⭐ 2.5K) - High level asynchronous concurrency and networking framework that works on.. MIT
GitHub (👨💻 83 · 🔀 210 · 📦 650K · 📋 470 - 17% open · ⏱️ 24.06.2026):
git clone https://github.com/agronholm/anyio
PyPi (📥 880M / month · 📦 7K · ⏱️ 24.06.2026):
Conda (📥 36M · ⏱️ 25.06.2026):
conda install -c conda-forge anyio
uvloop (🥈39 · ⭐ 12K) - Ultra fast asyncio event loop. Apache-2
GitHub (👨💻 79 · 🔀 580 · 📥 650 · 📦 220K · 📋 440 - 33% open · ⏱️ 04.05.2026):
git clone https://github.com/MagicStack/uvloop
PyPi (📥 200M / month · 📦 2K · ⏱️ 16.10.2025):
Conda (📥 3.8M · ⏱️ 07.11.2025):
conda install -c conda-forge uvloop
asyncer (🥉32 · ⭐ 2.5K) - Asyncer, async and await, focused on developer experience. MIT
GitHub (👨💻 23 · 🔀 87 · 📦 8.2K · 📋 6 - 16% open · ⏱️ 25.06.2026):
git clone https://github.com/tiangolo/asyncer
PyPi (📥 7M / month · 📦 320 · ⏱️ 25.06.2026):
Conda (📥 39K · ⏱️ 21.02.2026):
conda install -c conda-forge asyncer
aiomisc (🥉24 · ⭐ 420) - aiomisc - miscellaneous utils for asyncio. MIT
Show 3 hidden projects...
greenlet (🥈40 · ⭐ 1.8K) - Lightweight in-process concurrent programming. ❗Unlicensed
unsync (🥉22 · ⭐ 900 · 💀) - Unsynchronize asyncio. MIT
stopit (🥉21 · ⭐ 130 · 💀) - Raise asynchronous exceptions in other thread, control the timeout of.. MIT
python-dotenv (🥇41 · ⭐ 8.8K) - Reads key-value pairs from a .env file and can set them as.. BSD-3
GitHub (👨💻 110 · 🔀 520 · 📦 1.7M · 📋 370 - 24% open · ⏱️ 08.06.2026):
git clone https://github.com/theskumar/python-dotenv
PyPi (📥 640M / month · 📦 37K · ⏱️ 01.03.2026):
pip install python-dotenv
Conda (📥 13M · ⏱️ 01.03.2026):
conda install -c conda-forge python-dotenv
omegaconf (🥈38 · ⭐ 2.4K) - Flexible Python configuration system. The last one you will ever need. BSD-3
GitHub (👨💻 45 · 🔀 160 · 📦 63K · 📋 630 - 11% open · ⏱️ 13.06.2026):
git clone https://github.com/omry/omegaconf
PyPi (📥 42M / month · 📦 2.5K · ⏱️ 11.06.2026):
Conda (📥 2.5M · ⏱️ 22.04.2025):
conda install -c conda-forge omegaconf
hydra (🥈37 · ⭐ 10K) - Hydra is a framework for elegantly configuring complex applications. MIT
GitHub (👨💻 130 · 🔀 880 · 📦 44K · 📋 1.5K - 19% open · ⏱️ 24.06.2026):
git clone https://github.com/facebookresearch/hydra
PyPi (📥 7.2K / month · 📦 13 · ⏱️ 03.08.2016):
Conda (📥 1.7M · ⏱️ 22.04.2025):
conda install -c conda-forge hydra-core
traitlets (🥈37 · ⭐ 650) - A lightweight Traits like module. BSD-3
GitHub (👨💻 120 · 🔀 210 · 📥 870 · 📦 610K · 📋 310 - 34% open · ⏱️ 03.06.2026):
git clone https://github.com/ipython/traitlets
PyPi (📥 160M / month · 📦 2.2K · ⏱️ 03.06.2026):
Conda (📥 51M · ⏱️ 03.06.2026):
conda install -c conda-forge traitlets
configobj (🥉29 · ⭐ 340 · 💤) - Python 3+ compatible port of the configobj library. BSD-3
GitHub (👨💻 13 · 🔀 83 · 📥 2.5K · 📦 50K · 📋 180 - 39% open · ⏱️ 06.06.2025):
git clone https://github.com/DiffSK/configobj
PyPi (📥 6.9M / month · 📦 650 · ⏱️ 21.09.2024):
Conda (📥 1.2M · ⏱️ 22.04.2025):
conda install -c conda-forge configobj
gin-config (🥉28 · ⭐ 2.2K) - Gin provides a lightweight configuration framework for Python. Apache-2
GitHub (👨💻 26 · 🔀 120 · 📦 13K · 📋 100 - 58% open · ⏱️ 22.04.2026):
git clone https://github.com/google/gin-config
PyPi (📥 530K / month · 📦 75 · ⏱️ 03.11.2021):
Conda (📥 34K · ⏱️ 22.04.2025):
conda install -c conda-forge gin-config
everett (🥉20 · ⭐ 150 · 💤) - configuration library for python projects. MPL-2.0
GitHub (👨💻 9 · 🔀 14 · 📋 96 - 4% open · ⏱️ 15.10.2025):
git clone https://github.com/willkg/everett
PyPi (📥 920K / month · 📦 22 · ⏱️ 15.10.2025):
Conda (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge everett
Show 2 hidden projects...
python-decouple (🥉32 · ⭐ 3K · 💀) - Strict separation of config from code. MIT
Dynaconf (🥉28 · ⭐ 4.3K · 💀) - dynaconf mirror (mainly for stats)- ORIGINAL REPO ON -.. MIT
click (🥇49 · ⭐ 18K) - Python composable command line interface toolkit. BSD-3
GitHub (👨💻 450 · 🔀 1.8K · 📥 5.5K · 📦 2.4M · 📋 1.8K - 5% open · ⏱️ 24.06.2026):
git clone https://github.com/pallets/click
PyPi (📥 940M / month · 📦 71K · ⏱️ 24.06.2026):
Conda (📥 65M · ⏱️ 27.05.2026):
conda install -c conda-forge click
rich (🥇47 · ⭐ 57K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
GitHub (👨💻 290 · 🔀 2.2K · 📦 540K · 📋 1.6K - 20% open · ⏱️ 23.06.2026):
git clone https://github.com/Textualize/rich
PyPi (📥 590M / month · 📦 44K · ⏱️ 12.04.2026):
Conda (📥 21M · ⏱️ 12.04.2026):
conda install -c conda-forge rich
Typer (🥈43 · ⭐ 20K) - Typer, build great CLIs. Easy to code. Based on Python type hints. MIT
GitHub (👨💻 100 · 🔀 910 · 📦 260K · 📋 340 - 0% open · ⏱️ 24.06.2026):
git clone https://github.com/tiangolo/typer
PyPi (📥 410M / month · 📦 27K · ⏱️ 03.06.2026):
Conda (📥 12M · ⏱️ 03.06.2026):
conda install -c conda-forge typer
python-prompt-toolkit (🥈38 · ⭐ 11K) - Library for building powerful interactive command line.. BSD-3
GitHub (👨💻 250 · 🔀 780 · 📋 1.3K - 53% open · ⏱️ 14.05.2026):
git clone https://github.com/prompt-toolkit/python-prompt-toolkit
PyPi (📥 220M / month · 📦 4.2K · ⏱️ 27.08.2025):
pip install prompt_toolkit
Conda (📥 44M · ⏱️ 27.08.2025):
conda install -c conda-forge prompt-toolkit
python-fire (🥈37 · ⭐ 28K · 💤) - Python Fire is a library for automatically generating.. Apache-2
GitHub (👨💻 67 · 🔀 1.5K · 📦 53K · 📋 360 - 42% open · ⏱️ 16.08.2025):
git clone https://github.com/google/python-fire
PyPi (📥 23M / month · 📦 3K · ⏱️ 16.08.2025):
Conda (📥 1.6M · ⏱️ 12.09.2025):
conda install -c conda-forge fire
colorama (🥈37 · ⭐ 3.8K) - Simple cross-platform colored terminal text in Python. BSD-3
GitHub (👨💻 53 · 🔀 270 · 📦 1.4M · 📋 270 - 47% open · ⏱️ 13.05.2026):
git clone https://github.com/tartley/colorama
PyPi (📥 420M / month · 📦 15K · ⏱️ 25.10.2022):
Conda (📥 68M · ⏱️ 22.04.2025):
conda install -c conda-forge colorama
docopt (🥈35 · ⭐ 8K · 💤) - Create *beautiful* command-line interfaces with Python. MIT
GitHub (👨💻 34 · 🔀 560 · 📦 150K · 📋 450 - 58% open · ⏱️ 23.06.2025):
git clone https://github.com/docopt/docopt
PyPi (📥 18M / month · 📦 3.4K · ⏱️ 16.06.2014):
Conda (📥 2.8M · ⏱️ 22.04.2025):
conda install -c conda-forge docopt
argcomplete (🥉33 · ⭐ 1.6K) - Python and tab completion, better together. Apache-2
GitHub (👨💻 83 · 🔀 140 · 📥 1.5K · 📦 74K · 📋 300 - 22% open · ⏱️ 02.04.2026):
git clone https://github.com/kislyuk/argcomplete
PyPi (📥 75M / month · 📦 1.8K · ⏱️ 20.10.2025):
Conda (📥 3.5M · ⏱️ 20.10.2025):
conda install -c conda-forge argcomplete
questionary (🥉32 · ⭐ 2.1K) - Python library to build pretty command line user prompts Easy to use.. MIT
GitHub (👨💻 58 · 🔀 110 · 📦 24K · 📋 200 - 36% open · ⏱️ 02.06.2026):
git clone https://github.com/tmbo/questionary
PyPi (📥 20M / month · 📦 1.4K · ⏱️ 28.08.2025):
Conda (📥 400K · ⏱️ 08.09.2025):
conda install -c conda-forge questionary
cleo (🥉32 · ⭐ 1.4K) - Cleo allows you to create beautiful and testable command-line interfaces. MIT
GitHub (👨💻 38 · 🔀 91 · 📦 29K · 📋 120 - 30% open · ⏱️ 30.03.2026):
git clone https://github.com/sdispater/cleo
PyPi (📥 81M / month · 📦 390 · ⏱️ 18.11.2024):
Conda (📥 6.8M · ⏱️ 22.04.2025):
conda install -c conda-forge cleo
ConfigArgParse (🥉31 · ⭐ 760) - Drop-in replacement for argparse with added support for config.. MIT
GitHub (👨💻 56 · 🔀 120 · 📦 25K · ⏱️ 05.05.2026):
git clone https://github.com/bw2/ConfigArgParse
PyPi (📥 19M / month · 📦 770 · ⏱️ 11.03.2026):
pip install configargparse
Conda (📥 2M · ⏱️ 11.03.2026):
conda install -c conda-forge configargparse
blessings (🥉28 · ⭐ 1.5K · 💤) - A thin, practical wrapper around terminal capabilities in Python. MIT
GitHub (👨💻 17 · 🔀 150 · 📦 11K · 📋 90 - 35% open · ⏱️ 28.08.2025):
git clone https://github.com/erikrose/blessings
PyPi (📥 1M / month · 📦 460 · ⏱️ 21.06.2018):
Conda (📥 470K · ⏱️ 26.08.2025):
conda install -c conda-forge blessings
Click Extra (🥉24 · ⭐ 120) - Drop-in replacement for Click to make user-friendly and.. ❗️GPL-2.0
colout (🥉18 · ⭐ 1.2K) - Color text streams with a polished command line interface. ❗️GPL-3.0
Show 6 hidden projects...
wcwidth (🥈34 · ⭐ 460) - Python library that measures the width of strings in a terminal. ❗Unlicensed
asciimatics (🥉30 · ⭐ 4.3K · 💀) - A cross platform package to do curses-like operations, plus.. Apache-2
docopt-ng (🥉25 · ⭐ 220 · 💀) - Humane command line arguments parser. Now with maintenance,.. MIT
clint (🥉23 · ⭐ 97 · 💀) - Python Command-line Application Tools. ISC
bashplotlib (🥉22 · ⭐ 1.9K · 💀) - plotting in the terminal. MIT
onecite (🥉15 · ⭐ 60) - Only Cite what you can verify. MIT
🔗 best-of-python-dev ( ⭐ 1.3K) - A ranked list of awesome python developer tools and libraries. Updated..
cachetools (🥇40 · ⭐ 2.8K) - Extensible memoizing collections and decorators. MIT
GitHub (👨💻 22 · 🔀 190 · 📦 700K · 📋 280 - 0% open · ⏱️ 21.05.2026):
git clone https://github.com/tkem/cachetools
PyPi (📥 320M / month · 📦 4.9K · ⏱️ 21.05.2026):
Conda (📥 21M · ⏱️ 22.05.2026):
conda install -c conda-forge cachetools
aiocache (🥈31 · ⭐ 1.4K) - Asyncio cache manager for redis, memcached and memory. BSD-3
beaker (🥈29 · ⭐ 550) - WSGI middleware for sessions and caching. BSD-3
GitHub (👨💻 94 · 🔀 140 · 📦 6.2K · 📋 150 - 50% open · ⏱️ 30.05.2026):
git clone https://github.com/bbangert/beaker
PyPi (📥 200K / month · 📦 94 · ⏱️ 30.05.2026):
Conda (📥 170K · ⏱️ 30.05.2026):
conda install -c conda-forge beaker
cachier (🥉27 · ⭐ 660) - Persistent, stale-free, local and cross-machine caching for Python.. MIT
Show 2 hidden projects...
cached-property (🥈29 · ⭐ 700 · 💀) - A decorator for caching properties in classes. BSD-3
pylibmc (🥉27 · ⭐ 490 · 💀) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3
🔗 best-of-web-python - Web UI ( ⭐ 2.7K) - Collection of libraries to implement web-based UIs.
kivy (🥇40 · ⭐ 19K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT
GitHub (👨💻 640 · 🔀 3.1K · 📥 45K · 📦 18K · 📋 5.3K - 15% open · ⏱️ 22.06.2026):
git clone https://github.com/kivy/kivy
PyPi (📥 240K / month · 📦 360 · ⏱️ 26.12.2024):
Conda (📥 660K · ⏱️ 29.03.2026):
conda install -c conda-forge kivy
DearPyGui (🥈37 · ⭐ 15K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
toga (🥈32 · ⭐ 5.4K) - A Python native, OS native GUI toolkit. BSD-3
GitHub (👨💻 340 · 🔀 810 · 📥 10K · 📦 3 · 📋 1.3K - 22% open · ⏱️ 24.06.2026):
git clone https://github.com/beeware/toga
PyPi (📥 6.8K / month · 📦 46 · ⏱️ 06.05.2026):
npm (📥 120 / month · 📦 5 · ⏱️ 23.04.2017):
Gooey (🥉30 · ⭐ 22K) - Turn (almost) any Python command line program into a full GUI application.. MIT
GitHub (👨💻 100 · 🔀 1K · 📥 980 · 📦 1.1K · 📋 640 - 26% open · ⏱️ 12.03.2026):
git clone https://github.com/chriskiehl/Gooey
PyPi (📥 6.9K / month · 📦 100 · ⏱️ 29.01.2022):
Conda (📥 140K · ⏱️ 26.03.2026):
conda install -c conda-forge gooey
Eel (🥉26 · ⭐ 6.8K · 💤) - A little Python library for making simple Electron-like HTML/JS GUI apps. MIT
Show 4 hidden projects...
PySimpleGUI (🥈35 · ⭐ 14K) - PySimpleGUI is a Python package that enables Python.. ❗️PySimpleGUI License
Phoenix (🥉28 · ⭐ 2.6K) - wxPythons Project Phoenix. A new implementation of wxPython,.. ❗️wxWindows
enaml (🥉27 · ⭐ 1.6K) - Declarative User Interfaces for Python. ❗Unlicensed
flexx (🥉26 · ⭐ 3.3K · 💀) - Write desktop and web apps in pure Python. BSD-2
Computer & Machine Vision
🔗 best-of-ml-python - Computer Vision ( ⭐ 24K) - Collection of computer vision and image processing..
Show 1 hidden projects...
Pipeless (🥇15 · ⭐ 850 · 💀) - An open-source framework to create and deploy computer vision.. Apache-2
Machine Learning & Data Engineering
🔗 best-of-ml-python ( ⭐ 24K) - A ranked list of awesome machine learning Python libraries. Updated..
🔗 best-of-ml-python - NLP ( ⭐ 24K) - Collection of text processing and NLP libraries.
chardet (🥇39 · ⭐ 2.6K) - Python character encoding detector. ❗️0BSD
GitHub (👨💻 55 · 🔀 300 · 📦 970K · ⏱️ 05.05.2026):
git clone https://github.com/chardet/chardet
PyPi (📥 190M / month · 📦 7.1K · ⏱️ 13.04.2026):
Conda (📥 33M · ⏱️ 14.04.2026):
conda install -c conda-forge chardet
npm (📥 140 / month · 📦 7 · ⏱️ 20.08.2017):
npm install @pypi/chardet
phonenumbers (🥇36 · ⭐ 3.8K) - Python port of Googles libphonenumber. Apache-2
GitHub (👨💻 33 · 🔀 440 · 📋 200 - 6% open · ⏱️ 22.06.2026):
git clone https://github.com/daviddrysdale/python-phonenumbers
PyPi (📥 34M / month · 📦 920 · ⏱️ 22.06.2026):
Conda (📥 2.3M · ⏱️ 22.06.2026):
conda install -c conda-forge phonenumbers
emoji (🥈34 · ⭐ 2K · 💤) - emoji terminal output for Python. BSD-3
GitHub (👨💻 70 · 🔀 290 · 📦 93K · 📋 180 - 12% open · ⏱️ 21.09.2025):
git clone https://github.com/carpedm20/emoji
PyPi (📥 17M / month · 📦 1.3K · ⏱️ 21.09.2025):
Conda (📥 250K · ⏱️ 21.09.2025):
conda install -c conda-forge emoji
python-slugify (🥈34 · ⭐ 1.6K) - Returns unicode slugs. MIT
GitHub (👨💻 40 · 🔀 120 · 📦 120K · 📋 91 - 15% open · ⏱️ 07.01.2026):
git clone https://github.com/un33k/python-slugify
PyPi (📥 81M / month · 📦 1.5K · ⏱️ 08.02.2024):
pip install python-slugify
Conda (📥 3.8M · ⏱️ 22.04.2025):
conda install -c conda-forge python-slugify
pyahocorasick (🥈31 · ⭐ 1.1K) - Python module (C extension and plain python) implementing Aho-.. BSD-3
GitHub (👨💻 33 · 🔀 140 · 📥 970 · 📦 4.3K · 📋 150 - 21% open · ⏱️ 27.04.2026):
git clone https://github.com/WojciechMula/pyahocorasick
PyPi (📥 6.5M / month · 📦 270 · ⏱️ 27.04.2026):
pip install pyahocorasick
Conda (📥 540K · ⏱️ 18.12.2025):
conda install -c conda-forge pyahocorasick
inflect (🥈31 · ⭐ 1.1K · 📉) - Correctly generate plurals, ordinals, indefinite articles; convert.. MIT
GitHub (👨💻 60 · 🔀 110 · 📦 36K · 📋 130 - 29% open · ⏱️ 13.04.2026):
git clone https://github.com/jaraco/inflect
PyPi (📥 27M / month · 📦 720 · ⏱️ 28.12.2024):
Conda (📥 780K · ⏱️ 22.04.2025):
conda install -c conda-forge inflect
coolname (🥉29 · ⭐ 180) - Random Name and Slug Generator. BSD-2
GitHub (👨💻 7 · 🔀 16 · 📦 4.3K · 📋 12 - 8% open · ⏱️ 23.04.2026):
git clone https://github.com/alexanderlukanin13/coolname
PyPi (📥 7.8M / month · 📦 170 · ⏱️ 23.04.2026):
Conda (📥 220K · ⏱️ 29.05.2026):
conda install -c conda-forge coolname
price-parser (🥉23 · ⭐ 350 · 📈) - Extract price amount and currency symbol from a raw text.. BSD-3
Show 3 hidden projects...
humanize (🥈31 · ⭐ 1.7K · 💀) - python humanize functions. MIT
awesome-slugify (🥉21 · ⭐ 490 · 💀) - Python flexible slugify function. ❗️GPL-3.0
millify (🥉16 · ⭐ 110 · 💀) - Convert long numbers into a human-readable format in Python. MIT
🔗 best-of-web-python ( ⭐ 2.7K) - A ranked list of awesome python libraries for web development. Updated..
Libraries for connecting to, operating, and querying databases.
boto3 (🥇49 · ⭐ 9.8K) - Boto3, an AWS SDK for Python. Apache-2
GitHub (👨💻 170 · 🔀 2K · 📦 610K · 📋 3.7K - 5% open · ⏱️ 25.06.2026):
git clone https://github.com/boto/boto3
PyPi (📥 3.4B / month · 📦 21K · ⏱️ 23.06.2026):
Conda (📥 32M · ⏱️ 24.06.2026):
conda install -c conda-forge boto3
google-cloud-storage (🥇47 · ⭐ 5.3K) - Google Cloud Client Libraries for Python. Apache-2
GitHub (👨💻 1.1K · 🔀 1.7K · 📦 2.6K · 📋 5.4K - 10% open · ⏱️ 25.06.2026):
git clone https://github.com/googleapis/google-cloud-python
PyPi (📥 240M / month · 📦 3.2K · ⏱️ 12.06.2026):
pip install google-cloud-storage
Conda (📥 7.1M · ⏱️ 13.06.2026):
conda install -c conda-forge google-cloud-storage
SQLAlchemy (🥇46 · ⭐ 12K · 📈) - The Database Toolkit for Python. MIT
GitHub (👨💻 850 · 🔀 1.7K · 📥 6.5K · 📦 1.2M · 📋 8.3K - 2% open · ⏱️ 24.06.2026):
git clone https://github.com/sqlalchemy/sqlalchemy
PyPi (📥 390M / month · 📦 21K · ⏱️ 15.06.2026):
Conda (📥 28M · ⏱️ 15.06.2026):
conda install -c conda-forge sqlalchemy
azure-storage-blob (🥇45 · ⭐ 5.6K) - This repository is for active development of the Azure SDK.. MIT
GitHub (👨💻 1.1K · 🔀 3.3K · 📦 2.7K · 📋 13K - 9% open · ⏱️ 25.06.2026):
git clone https://github.com/Azure/azure-sdk-for-python
PyPi (📥 130M / month · 📦 1.9K · ⏱️ 08.06.2026):
pip install azure-storage-blob
Conda (📥 1.8M · ⏱️ 08.06.2026):
conda install -c conda-forge azure-storage-blob
redis (🥇44 · ⭐ 14K) - Redis Python client. MIT
GitHub (👨💻 550 · 🔀 2.7K · 📋 1.9K - 3% open · ⏱️ 16.06.2026):
git clone https://github.com/redis/redis-py
PyPi (📥 240M / month · 📦 12K · ⏱️ 23.06.2026):
Conda (📥 2.3M · ⏱️ 24.06.2026):
conda install -c conda-forge redis-py
peewee (🥇44 · ⭐ 12K) - a small, expressive orm -- supports postgresql, mysql, sqlite, now with.. MIT
GitHub (👨💻 160 · 🔀 1.4K · 📦 53K · 📋 2.5K - 0% open · ⏱️ 24.06.2026):
git clone https://github.com/coleifer/peewee
PyPi (📥 39M / month · 📦 1.3K · ⏱️ 16.06.2026):
Conda (📥 2M · ⏱️ 16.06.2026):
conda install -c conda-forge peewee
kafka-python (🥇43 · ⭐ 5.9K) - Python client for Apache Kafka. Apache-2
GitHub (👨💻 240 · 🔀 1.5K · 📥 1.9K · 📦 37K · 📋 1.5K - 1% open · ⏱️ 24.06.2026):
git clone https://github.com/dpkp/kafka-python
PyPi (📥 26M / month · 📦 1.1K · ⏱️ 24.06.2026):
Conda (📥 520K · ⏱️ 24.06.2026):
conda install -c conda-forge kafka-python
elasticsearch (🥈42 · ⭐ 4.4K) - Official Python client for Elasticsearch. Apache-2
GitHub (👨💻 230 · 🔀 1.2K · 📥 5.7K · 📦 65K · 📋 1.2K - 5% open · ⏱️ 19.06.2026):
git clone https://github.com/elastic/elasticsearch-py
PyPi (📥 54M / month · 📦 2.2K · ⏱️ 26.05.2026):
pip install elasticsearch
Conda (📥 1.8M · ⏱️ 27.05.2026):
conda install -c conda-forge elasticsearch
PyMySQL (🥈41 · ⭐ 7.8K) - MySQL client library for Python. MIT
GitHub (👨💻 130 · 🔀 1.4K · 📦 290K · 📋 680 - 2% open · ⏱️ 24.06.2026):
git clone https://github.com/PyMySQL/PyMySQL
PyPi (📥 87M / month · 📦 2.7K · ⏱️ 19.05.2026):
Conda (📥 2.3M · ⏱️ 19.05.2026):
conda install -c conda-forge pymysql
alembic (🥈41 · ⭐ 4.2K) - A database migrations tool for SQLAlchemy. MIT
GitHub (👨💻 220 · 🔀 340 · 📦 350K · 📋 1.2K - 9% open · ⏱️ 31.05.2026):
git clone https://github.com/sqlalchemy/alembic
PyPi (📥 190M / month · 📦 3K · ⏱️ 10.02.2026):
Conda (📥 10M · ⏱️ 11.02.2026):
conda install -c conda-forge alembic
sqlmodel (🥈39 · ⭐ 18K) - SQL databases in Python, designed for simplicity, compatibility, and.. MIT pydantic
GitHub (👨💻 110 · 🔀 870 · 📦 32K · 📋 350 - 0% open · ⏱️ 25.06.2026):
git clone https://github.com/tiangolo/sqlmodel
PyPi (📥 19M / month · 📦 1.9K · ⏱️ 25.06.2026):
Conda (📥 220K · ⏱️ 03.04.2026):
conda install -c conda-forge sqlmodel
MongoEngine (🥈39 · ⭐ 4.3K) - A Python Object-Document-Mapper for working with MongoDB. MIT
GitHub (👨💻 400 · 🔀 1.2K · 📦 28K · 📋 1.8K - 19% open · ⏱️ 23.06.2026):
git clone https://github.com/MongoEngine/mongoengine
PyPi (📥 2.3M / month · 📦 450 · ⏱️ 10.03.2026):
Conda (📥 660K · ⏱️ 10.03.2026):
conda install -c conda-forge mongoengine
pymongo (🥈39 · ⭐ 4.3K) - PyMongo - the Official MongoDB Python driver. Apache-2
GitHub (👨💻 240 · 🔀 1.1K · 📥 5.7K · ⏱️ 24.06.2026):
git clone https://github.com/mongodb/mongo-python-driver
PyPi (📥 110M / month · 📦 6.4K · ⏱️ 20.04.2026):
Conda (📥 6.6M · ⏱️ 21.04.2026):
conda install -c conda-forge pymongo
AWS Data Wrangler (🥈39 · ⭐ 4.1K) - pandas on AWS - Easy integration with Athena, Glue,.. Apache-2
GitHub (👨💻 180 · 🔀 730 · 📥 440K · 📦 2.6K · 📋 1.3K - 2% open · ⏱️ 25.06.2026):
git clone https://github.com/awslabs/aws-data-wrangler
PyPi (📥 80M / month · 📦 150 · ⏱️ 25.06.2026):
Conda (📥 860K · ⏱️ 21.05.2026):
conda install -c conda-forge awswrangler
confluent-kafka-python (🥈39 · ⭐ 490) - Confluents Kafka Python Client. Apache-2
GitHub (👨💻 140 · 🔀 950 · 📦 18K · 📋 1.4K - 15% open · ⏱️ 25.06.2026):
git clone https://github.com/confluentinc/confluent-kafka-python
PyPi (📥 56M / month · 📦 970 · ⏱️ 03.06.2026):
pip install confluent-kafka
Conda (📥 2M · ⏱️ 03.06.2026):
conda install -c conda-forge python-confluent-kafka
Ibis (🥈38 · ⭐ 6.6K) - the portable Python dataframe library. Apache-2
GitHub (👨💻 520 · 🔀 720 · 📥 510 · 📦 5.3K · 📋 3.7K - 13% open · ⏱️ 24.06.2026):
git clone https://github.com/ibis-project/ibis
PyPi (📥 2.3M / month · 📦 130 · ⏱️ 07.02.2026):
pip install ibis-framework
Conda (📥 960K · ⏱️ 01.06.2026):
conda install -c conda-forge ibis-framework
mysqlclient (🥈37 · ⭐ 2.5K) - MySQL/MariaDB connector for Python. ❗️GPL-2.0
GitHub (👨💻 92 · 🔀 450 · 📥 5.4K · 📦 210K · 📋 350 - 2% open · ⏱️ 20.06.2026):
git clone https://github.com/PyMySQL/mysqlclient
PyPi (📥 22M / month · 📦 1.1K · ⏱️ 10.02.2026):
Conda (📥 900K · ⏱️ 03.03.2026):
conda install -c conda-forge mysqlclient
s3fs (🥈37 · ⭐ 1K) - S3 Filesystem. BSD-3
GitHub (👨💻 160 · 🔀 300 · 📦 28K · 📋 540 - 31% open · ⏱️ 16.06.2026):
git clone https://github.com/fsspec/s3fs
PyPi (📥 730M / month · 📦 2K · ⏱️ 16.06.2026):
Conda (📥 11M · ⏱️ 16.06.2026):
conda install -c conda-forge s3fs
s3transfer (🥈37 · ⭐ 230) - Amazon S3 Transfer Manager for Python. Apache-2
GitHub (👨💻 48 · 🔀 150 · 📦 380K · 📋 110 - 60% open · ⏱️ 25.06.2026):
git clone https://github.com/boto/s3transfer
PyPi (📥 850M / month · 📦 930 · ⏱️ 16.06.2026):
Conda (📥 28M · ⏱️ 17.06.2026):
conda install -c conda-forge s3transfer
tortoise-orm (🥈36 · ⭐ 5.6K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2
GitHub (👨💻 180 · 🔀 490 · 📥 22 · 📦 11K · 📋 1.3K - 38% open · ⏱️ 23.06.2026):
git clone https://github.com/tortoise/tortoise-orm
PyPi (📥 580K / month · 📦 340 · ⏱️ 21.03.2026):
Conda (📥 64K · ⏱️ 22.03.2026):
conda install -c conda-forge tortoise-orm
Prometheus Client (🥈36 · ⭐ 4.3K) - Prometheus instrumentation library for Python.. Apache-2
GitHub (👨💻 180 · 🔀 850 · 📋 610 - 21% open · ⏱️ 24.06.2026):
git clone https://github.com/prometheus/client_python
PyPi (📥 160M / month · 📦 3.7K · ⏱️ 09.04.2026):
pip install prometheus_client
Conda (📥 26M · ⏱️ 09.04.2026):
conda install -c conda-forge prometheus_client
python-bigquery (🥈35 · ⭐ 800) - This library has moved to.. Apache-2
GitHub (👨💻 180 · 🔀 320 · ⏱️ 06.03.2026):
git clone https://github.com/googleapis/python-bigquery
PyPi (📥 160M / month · 📦 1.8K · ⏱️ 22.06.2026):
pip install google-cloud-bigquery
Conda (📥 3.9M · ⏱️ 25.06.2026):
conda install -c conda-forge google-cloud-bigquery
pandas-gbq (🥈34 · ⭐ 5.3K) - This library has moved to https://github.com/googleapis/google- .. BSD-3
GitHub (👨💻 60 · 🔀 1.7K · 📥 610 · ⏱️ 13.03.2026):
git clone https://github.com/googleapis/python-bigquery-pandas
PyPi (📥 31M / month · 📦 280 · ⏱️ 10.04.2026):
Conda (📥 2.5M · ⏱️ 01.05.2025):
conda install -c conda-forge pandas-gbq
dataset (🥈34 · ⭐ 4.9K) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT
GitHub (👨💻 81 · 🔀 300 · 📦 5.1K · 📋 300 - 7% open · ⏱️ 12.04.2026):
git clone https://github.com/pudo/dataset
PyPi (📥 2M / month · 📦 150 · ⏱️ 12.04.2026):
Conda (📥 19K · ⏱️ 17.09.2025):
conda install -c conda-forge dataset
PyPika (🥈34 · ⭐ 2.9K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2
GitHub (👨💻 120 · 🔀 330 · 📦 46K · 📋 500 - 46% open · ⏱️ 04.02.2026):
git clone https://github.com/kayak/pypika
PyPi (📥 13M / month · 📦 230 · ⏱️ 04.02.2026):
Conda (📥 100K · ⏱️ 02.02.2026):
conda install -c conda-forge pypika
Motor (🥈34 · ⭐ 2.5K) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2
GitHub (👨💻 65 · 🔀 210 · 📥 170 · 📦 130K · ⏱️ 22.06.2026):
git clone https://github.com/mongodb/motor
PyPi (📥 9.3M / month · 📦 750 · ⏱️ 14.05.2025):
Conda (📥 140K · ⏱️ 15.05.2025):
conda install -c conda-forge motor
Cassandra Driver (🥈34 · ⭐ 1.4K) - Python Driver for Apache Cassandra. Apache-2
GitHub (👨💻 220 · 🔀 580 · 📦 11K · ⏱️ 23.06.2026):
git clone https://github.com/datastax/python-driver
PyPi (📥 8.7M / month · 📦 310 · ⏱️ 16.04.2026):
pip install cassandra-driver
Conda (📥 620K · ⏱️ 22.10.2025):
conda install -c conda-forge cassandra-driver
Pony (🥉33 · ⭐ 3.8K) - Pony Object Relational Mapper. Apache-2
GitHub (👨💻 33 · 🔀 250 · 📥 250 · 📦 4.7K · 📋 700 - 51% open · ⏱️ 27.05.2026):
git clone https://github.com/ponyorm/pony
PyPi (📥 570K / month · 📦 170 · ⏱️ 27.08.2024):
Conda (📥 260K · ⏱️ 22.04.2025):
conda install -c conda-forge pony
libcloud (🥉33 · ⭐ 2.1K) - Apache Libcloud is a Python library that hides differences between.. Apache-2
google-cloud-bigtable (🥉32 · ⭐ 5.3K) - This library has moved to.. Apache-2
GitHub (👨💻 80 · 🔀 1.7K · ⏱️ 01.04.2026):
git clone https://github.com/googleapis/python-bigtable
PyPi (📥 84M / month · 📦 69 · ⏱️ 22.06.2026):
pip install google-cloud-bigtable
Conda (📥 230K · ⏱️ 25.06.2026):
conda install -c conda-forge google-cloud-bigtable
PynamoDB (🥉31 · ⭐ 2.6K) - A pythonic interface to Amazons DynamoDB. MIT
GitHub (👨💻 120 · 🔀 430 · 📦 2K · 📋 700 - 45% open · ⏱️ 24.04.2026):
git clone https://github.com/pynamodb/PynamoDB
PyPi (📥 5.2M / month · 📦 86 · ⏱️ 02.06.2025):
Conda (📥 3.5M · ⏱️ 02.06.2025):
conda install -c conda-forge pynamodb
pygsheets (🥉31 · ⭐ 1.5K · 💤) - Google Sheets Python API v4. MIT
minio (🥉31 · ⭐ 1.1K) - MinIO Client SDK for Python. Apache-2
GitHub (👨💻 140 · 🔀 370 · 📋 620 - 0% open · ⏱️ 27.05.2026):
git clone https://github.com/minio/minio-py
PyPi (📥 11M / month · 📦 820 · ⏱️ 27.11.2025):
Conda (📥 360K · ⏱️ 27.11.2025):
conda install -c conda-forge minio
piccolos (🥉30 · ⭐ 1.9K) - A fast, user friendly ORM and query builder which supports asyncio. MIT
neo4j-driver (🥉30 · ⭐ 1K) - Neo4j Bolt driver for Python. Apache-2
GitHub (👨💻 44 · 🔀 210 · 📋 270 - 1% open · ⏱️ 11.06.2026):
git clone https://github.com/neo4j/neo4j-python-driver
PyPi (📥 110K / month · 📦 65 · ⏱️ 04.05.2026):
Conda (📥 480K · ⏱️ 04.05.2026):
conda install -c conda-forge neo4j-python-driver
pysolr (🥉30 · ⭐ 700) - Pysolr Python Solr client. BSD-3
GitHub (👨💻 76 · 🔀 340 · 📦 4K · 📋 160 - 15% open · ⏱️ 12.06.2026):
git clone https://github.com/django-haystack/pysolr
PyPi (📥 320K / month · 📦 87 · ⏱️ 18.11.2025):
Conda (📥 100K · ⏱️ 18.11.2025):
conda install -c conda-forge pysolr
Records (🥉29 · ⭐ 7.2K) - SQL for Humans. ISC
GitHub (👨💻 52 · 🔀 570 · 📦 1.3K · 📋 130 - 31% open · ⏱️ 09.02.2026):
git clone https://github.com/kennethreitz/records
PyPi (📥 360K / month · 📦 47 · ⏱️ 29.03.2024):
Conda (📥 100K · ⏱️ 22.04.2025):
conda install -c conda-forge records
ODMantic (🥉28 · ⭐ 1.2K) - Sync and Async ODM (Object Document Mapper) for MongoDB based on python.. ISC
HappyBase (🥉28 · ⭐ 610) - [UNMAINTAINED] A developer-friendly Python library to interact with.. MIT
GitHub (👨💻 22 · 🔀 160 · 📦 1K · 📋 220 - 15% open · ⏱️ 16.03.2026):
git clone https://github.com/python-happybase/happybase
PyPi (📥 70K / month · 📦 44 · ⏱️ 26.09.2025):
Conda (📥 350K · ⏱️ 22.04.2025):
conda install -c conda-forge happybase
umongo (🥉27 · ⭐ 450) - sync/async MongoDB ODM, yes. MIT
GitHub (👨💻 19 · 🔀 68 · 📦 26K · 📋 210 - 23% open · ⏱️ 01.06.2026):
git clone https://github.com/Scille/umongo
PyPi (📥 36K / month · 📦 10 · ⏱️ 01.03.2026):
Conda (📥 15K · ⏱️ 22.04.2025):
conda install -c conda-forge umongo
filedepot (🥉24 · ⭐ 160) - Toolkit for storing files and attachments in web applications. MIT
PugSQL (🥉21 · ⭐ 780) - A HugSQL-inspired database library for Python. Apache-2
psycopg3 (🥉20 · ⭐ 2.4K) - New generation PostgreSQL database adapter for the Python.. ❗️LGPL-3.0
Show 21 hidden projects...
psycopg2 (🥈39 · ⭐ 3.6K) - PostgreSQL database adapter for the Python.. ❗️BSD-3-Clause-Attribution
pyodbc (🥈35 · ⭐ 3.1K) - Python ODBC bridge. ❗️MIT-0
Elasticsearch DSL (🥉33 · ⭐ 3.9K · 💀) - High level Python client for Elasticsearch. Apache-2
SQLAlchemy-Utils (🥉33 · ⭐ 1.3K) - Various utility functions and datatypes for SQLAlchemy. ❗Unlicensed
cx-Oracle (🥉31 · ⭐ 900 · 💀) - Obsolete Python interface to Oracle Database, now superseded by.. BSD-3
gino (🥉29 · ⭐ 2.8K · 💀) - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core. BSD-3
influxdb (🥉29 · ⭐ 1.7K · 💀) - Python client for InfluxDB. MIT
mongo-connector (🥉28 · ⭐ 1.9K · 💀) - MongoDB data stream pipeline tools by YouGov (adopted.. Apache-2
redis-py-cluster (🥉28 · ⭐ 1.1K · 💀) - Python cluster client for the official redis cluster... MIT
Databases (🥉27 · ⭐ 4K · 💀) - Async database support for Python. BSD-3
prisma (🥉24 · ⭐ 2.1K · 💀) - Prisma Client Python is an auto-generated and fully type-safe.. Apache-2
cloudant (🥉24 · ⭐ 160 · 💀) - A Python library for Cloudant and CouchDB. Apache-2
pyhdb (🥉22 · ⭐ 320 · 💀) - SAP HANA Connector in pure Python. Apache-2
Queries (🥉22 · ⭐ 260 · 💀) - PostgreSQL database access simplified. BSD-3
aioprometheus (🥉22 · ⭐ 190 · 💀) - A Prometheus Python client library for asyncio-based.. MIT
py2neo (🥉22 · ⭐ 32 · 💀) - EOL! Py2neo is a comprehensive Neo4j driver library and toolkit for.. Apache-2
db.py (🥉19 · ⭐ 1.2K · 💀) - db.py is an easier way to interact with your databases. BSD-2
PyMODM (🥉18 · ⭐ 350 · 💀) - A Pythonic, object-oriented interface for working with MongoDB. Apache-2
lazydata (🥉16 · ⭐ 620 · 💀) - Lazydata: Scalable data dependencies for Python projects. Apache-2
gsheets-db-api (🥉15 · ⭐ 220 · 💀) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets. MIT
SuperSQLite (🥉14 · ⭐ 720 · 💀) - A supercharged SQLite library for Python. MIT
Data Loading & Extraction
Libraries for loading, collecting, and extracting data from a variety of data sources and formats.
Datasets (🥇45 · ⭐ 22K) - The largest hub of ready-to-use datasets for AI models with fast,.. Apache-2
GitHub (👨💻 680 · 🔀 3.2K · 📦 130K · 📋 3.5K - 31% open · ⏱️ 17.06.2026):
git clone https://github.com/huggingface/datasets
PyPi (📥 120M / month · 📦 6.4K · ⏱️ 05.06.2026):
Conda (📥 3.1M · ⏱️ 05.06.2026):
conda install -c conda-forge datasets
Faker (🥇44 · ⭐ 19K) - Faker is a Python package that generates fake data for you. MIT
GitHub (👨💻 670 · 🔀 2.1K · 📦 300K · 📋 840 - 2% open · ⏱️ 23.06.2026):
git clone https://github.com/joke2k/faker
PyPi (📥 74M / month · 📦 3.3K · ⏱️ 10.06.2026):
Conda (📥 2M · ⏱️ 11.06.2026):
conda install -c conda-forge faker
xlwings (🥇38 · ⭐ 3.4K) - xlwings is a Python library that makes it easy to call Python from.. BSD-3
GitHub (👨💻 67 · 🔀 530 · 📥 12K · 📦 34K · 📋 2K - 20% open · ⏱️ 17.06.2026):
git clone https://github.com/xlwings/xlwings
PyPi (📥 950K / month · 📦 300 · ⏱️ 17.06.2026):
Conda (📥 1.9M · ⏱️ 17.06.2026):
conda install -c conda-forge xlwings
gdown (🥇37 · ⭐ 5.3K) - Google Drive public file downloader when curl/wget fails. MIT
GitHub (👨💻 26 · 🔀 420 · 📦 59K · 📋 190 - 1% open · ⏱️ 10.06.2026):
git clone https://github.com/wkentaro/gdown
PyPi (📥 3.8M / month · 📦 1.5K · ⏱️ 30.05.2026):
Conda (📥 540K · ⏱️ 30.05.2026):
conda install -c conda-forge gdown
xmltodict (🥈36 · ⭐ 5.7K) - Python module that makes working with XML feel like you are working.. MIT
GitHub (👨💻 58 · 🔀 470 · 📥 110 · 📦 88K · 📋 270 - 0% open · ⏱️ 15.06.2026):
git clone https://github.com/martinblech/xmltodict
PyPi (📥 120M / month · 📦 3.9K · ⏱️ 22.02.2026):
Conda (📥 6.8M · ⏱️ 22.02.2026):
conda install -c conda-forge xmltodict
Tablib (🥈36 · ⭐ 4.8K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT
GitHub (👨💻 140 · 🔀 600 · 📦 130K · 📋 270 - 13% open · ⏱️ 19.06.2026):
git clone https://github.com/jazzband/tablib
PyPi (📥 5M / month · 📦 210 · ⏱️ 15.10.2025):
Conda (📥 340K · ⏱️ 15.10.2025):
conda install -c conda-forge tablib
python-magic (🥈36 · ⭐ 2.9K) - A python wrapper for libmagic. MIT
GitHub (👨💻 67 · 🔀 300 · 📦 86K · 📋 230 - 11% open · ⏱️ 11.05.2026):
git clone https://github.com/ahupp/python-magic
PyPi (📥 27M / month · 📦 1.5K · ⏱️ 07.06.2022):
Conda (📥 850K · ⏱️ 19.06.2026):
conda install -c conda-forge python-magic
smart-open (🥈35 · ⭐ 3.4K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT
GitHub (👨💻 130 · 🔀 390 · 📥 120 · 📋 420 - 3% open · ⏱️ 29.05.2026):
git clone https://github.com/RaRe-Technologies/smart_open
PyPi (📥 68M / month · 📦 700 · ⏱️ 09.05.2026):
Conda (📥 4.7M · ⏱️ 09.05.2026):
conda install -c conda-forge smart_open
Intake (🥈34 · ⭐ 1.1K) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
GitHub (👨💻 95 · 🔀 150 · 📦 3.6K · 📋 400 - 28% open · ⏱️ 18.06.2026):
git clone https://github.com/intake/intake
PyPi (📥 570K / month · 📦 230 · ⏱️ 17.06.2026):
Conda (📥 890K · ⏱️ 09.03.2026):
conda install -c conda-forge intake
textract (🥈33 · ⭐ 4.6K) - extract text from any document. no muss. no fuss. MIT
GitHub (👨💻 48 · 🔀 670 · 📦 4.9K · 📋 300 - 41% open · ⏱️ 07.05.2026):
git clone https://github.com/deanmalmgren/textract
PyPi (📥 470K / month · 📦 92 · ⏱️ 27.04.2026):
Conda (📥 130K · ⏱️ 28.04.2026):
conda install -c conda-forge textract
xlrd (🥈33 · ⭐ 2.2K · 💤) - Please use openpyxl where you can... BSD-3
GitHub (👨💻 52 · 🔀 440 · 📦 250K · ⏱️ 14.06.2025):
git clone https://github.com/python-excel/xlrd
PyPi (📥 75M / month · 📦 3.5K · ⏱️ 14.06.2025):
Conda (📥 5.5M · ⏱️ 26.08.2025):
conda install -c conda-forge xlrd
camelot (🥉32 · ⭐ 3.8K) - A Python library to extract tabular data from PDFs. MIT
csvkit (🥉31 · ⭐ 6.4K) - A suite of utilities for converting to and working with CSV, the king of.. MIT
GitHub (👨💻 110 · 🔀 670 · 📦 2K · 📋 950 - 3% open · ⏱️ 18.06.2026):
git clone https://github.com/wireservice/csvkit
PyPi (📥 300K / month · 📦 49 · ⏱️ 15.12.2025):
Conda (📥 320K · ⏱️ 26.04.2026):
conda install -c conda-forge csvkit
snorkel (🥉29 · ⭐ 6K) - A system for quickly generating training data with weak supervision. Apache-2
GitHub (👨💻 81 · 🔀 850 · 📥 1.3K · 📦 680 · 📋 980 - 1% open · ⏱️ 10.04.2026):
git clone https://github.com/snorkel-team/snorkel
PyPi (📥 56K / month · 📦 22 · ⏱️ 27.02.2024):
Conda (📥 73K · ⏱️ 22.04.2025):
conda install -c conda-forge snorkel
img2dataset (🥉27 · ⭐ 4.4K · 💤) - Easily turn large sets of image urls to an image dataset. Can.. MIT
Singer (🥉26 · ⭐ 1.3K · 💤) - Standard for moving data between databases, web APIs, files,.. ❗️AGPL-3.0
excalibur (🥉23 · ⭐ 1.8K) - A web interface to extract tabular data from PDFs. MIT
rows (🥉22 · ⭐ 890) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0
Upgini (🥉20 · ⭐ 350) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3
Show 13 hidden projects...
pandas-datareader (🥈34 · ⭐ 3.2K) - Extract data from a wide range of Internet sources.. ❗Unlicensed
SDV (🥈33 · ⭐ 3.5K) - Synthetic data generation for tabular data. ❗Unlicensed
PDFMiner (🥉27 · ⭐ 5.3K · 💀) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT
tabulator-py (🥉26 · ⭐ 240 · 💀) - Python library for reading and writing tabular data via streams. MIT
borb (🥉25 · ⭐ 3.6K) - borb is a library for reading, creating and manipulating PDF files.. ❗Unlicensed
messytables (🥉24 · ⭐ 390 · 💀) - Tools for parsing messy tabular data. This is now superseded by.. MIT
pyexcel-xlsx (🥉24 · ⭐ 120 · 💀) - A wrapper library to read, manipulate and write data in xlsx.. BSD-3
deepdish (🥉23 · ⭐ 270 · 💀) - Flexible HDF5 saving/loading and other data science tools from the.. BSD-3
datatest (🥉22 · ⭐ 300 · 💀) - Tools for test driven data-wrangling and data validation. Apache-2
pdfmux (🥉17 · ⭐ 71 · 🐣) - PDF extraction that checks its own work. #2 reading order.. MIT python pdf markdown
csvs-to-sqlite (🥉16 · ⭐ 930 · 💀) - Convert CSV files into a SQLite database. Apache-2
Squirrel (🥉12 · ⭐ 280 · 💀) - A Python library that enables ML teams to share, load, and.. Apache-2
Wayback-Archive (🥉10 · ⭐ 18 · 🐣) - Download complete websites from the Wayback Machine.. ❗️GPL-3.0
Data Pipelines & Streaming
Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.
Airflow (🥇49 · ⭐ 47K) - Platform to programmatically author, schedule, and monitor workflows. Apache-2
GitHub (👨💻 4.4K · 🔀 17K · 📥 78K · 📦 20K · 📋 15K - 11% open · ⏱️ 25.06.2026):
git clone https://github.com/apache/airflow
PyPi (📥 20M / month · 📦 920 · ⏱️ 24.06.2026):
pip install apache-airflow
Conda (📥 2M · ⏱️ 29.05.2026):
conda install -c conda-forge airflow
Docker Hub (📥 1.6B · ⭐ 630 · ⏱️ 24.06.2026):
docker pull apache/airflow
Celery (🥇47 · ⭐ 29K) - Asynchronous task queue/job queue based on distributed message passing. BSD-3
GitHub (👨💻 1.5K · 🔀 5.1K · 📦 190K · 📋 5.4K - 14% open · ⏱️ 24.06.2026):
git clone https://github.com/celery/celery
PyPi (📥 55M / month · 📦 2.6K · ⏱️ 26.03.2026):
Conda (📥 2.7M · ⏱️ 04.06.2025):
conda install -c conda-forge celery
Dagster (🥇45 · ⭐ 16K) - An orchestration platform for the development, production, and.. Apache-2
GitHub (👨💻 680 · 🔀 2.2K · 📥 4.9K · 📦 4.8K · 📋 8.9K - 29% open · ⏱️ 24.06.2026):
git clone https://github.com/dagster-io/dagster
PyPi (📥 7.7M / month · 📦 400 · ⏱️ 18.06.2026):
Conda (📥 3M · ⏱️ 18.06.2026):
conda install -c conda-forge dagster
Beam (🥇45 · ⭐ 8.6K) - Unified programming model to define and execute data processing.. Apache-2
GitHub (👨💻 1.9K · 🔀 4.6K · 📥 1.3M · 📦 9.7K · 📋 8.5K - 47% open · ⏱️ 25.06.2026):
git clone https://github.com/apache/beam
PyPi (📥 5.9M / month · 📦 190 · ⏱️ 02.06.2026):
Conda (📥 330K · ⏱️ 25.01.2026):
conda install -c conda-forge apache-beam-with-aws
Prefect (🥇44 · ⭐ 23K) - Prefect is a workflow orchestration framework for building resilient.. Apache-2
GitHub (👨💻 700 · 🔀 2.3K · 📦 8.3K · 📋 7K - 11% open · ⏱️ 25.06.2026):
git clone https://github.com/PrefectHQ/prefect
PyPi (📥 13M / month · 📦 520 · ⏱️ 25.06.2026):
Conda (📥 1.2M · ⏱️ 19.06.2026):
conda install -c conda-forge prefect
dbt (🥈43 · ⭐ 13K) - dbt enables data analysts and engineers to transform their data using the.. Apache-2
GitHub (👨💻 440 · 🔀 2.4K · 📥 3K · 📦 9.9K · 📋 8.6K - 17% open · ⏱️ 25.06.2026):
git clone https://github.com/dbt-labs/dbt-core
PyPi (📥 190K / month · 📦 36 · ⏱️ 18.06.2026):
Conda (📥 730K · ⏱️ 22.04.2025):
conda install -c conda-forge dbt
Great Expectations (🥈40 · ⭐ 12K) - Always know what to expect from your data. Apache-2
GitHub (👨💻 470 · 🔀 1.8K · 📋 2.1K - 2% open · ⏱️ 25.06.2026):
git clone https://github.com/great-expectations/great_expectations
PyPi (📥 26M / month · 📦 170 · ⏱️ 11.06.2026):
pip install great_expectations
Conda (📥 1.6M · ⏱️ 13.06.2026):
conda install -c conda-forge great-expectations
rq (🥈40 · ⭐ 11K) - Simple job queues for Python. BSD-3
GitHub (👨💻 350 · 🔀 1.5K · 📦 22K · 📋 1.3K - 19% open · ⏱️ 22.06.2026):
git clone https://github.com/rq/rq
PyPi (📥 7.3M / month · 📦 410 · ⏱️ 20.06.2026):
Conda (📥 300K · ⏱️ 22.06.2026):
conda install -c conda-forge rq
joblib (🥈40 · ⭐ 4.4K) - Computing with Python functions. BSD-3
GitHub (👨💻 150 · 🔀 450 · 📥 260 · 📦 740K · 📋 1K - 42% open · ⏱️ 16.06.2026):
git clone https://github.com/joblib/joblib
PyPi (📥 200M / month · 📦 9.6K · ⏱️ 15.12.2025):
Conda (📥 47M · ⏱️ 15.12.2025):
conda install -c conda-forge joblib
luigi (🥈39 · ⭐ 19K) - Luigi is a Python module that helps you build complex pipelines of batch.. Apache-2
GitHub (👨💻 640 · 🔀 2.4K · 📦 2.8K · 📋 1.1K - 14% open · ⏱️ 19.06.2026):
git clone https://github.com/spotify/luigi
PyPi (📥 5M / month · 📦 180 · ⏱️ 07.05.2026):
Conda (📥 24K · 📦 3 · ⏱️ 05.03.2026):
conda install -c anaconda luigi
Kedro (🥈38 · ⭐ 11K) - Kedro is a toolbox for production-ready data science. It uses software.. Apache-2
zenml (🥈36 · ⭐ 5.5K) - ZenML : One AI Platform from Pipelines to Agents. https://zenml.io . Apache-2
petl (🥈35 · ⭐ 1.3K) - Python Extract Transform and Load Tables of Data. MIT
GitHub (👨💻 68 · 🔀 200 · 📦 4.3K · 📋 470 - 18% open · ⏱️ 03.06.2026):
git clone https://github.com/petl-developers/petl
PyPi (📥 910K / month · 📦 57 · ⏱️ 01.06.2026):
Conda (📥 490K · ⏱️ 02.06.2026):
conda install -c conda-forge petl
huey (🥈34 · ⭐ 6K) - a little task queue for python. MIT
GitHub (👨💻 71 · 🔀 400 · ⏱️ 13.06.2026):
git clone https://github.com/coleifer/huey
PyPi (📥 18M / month · 📦 150 · ⏱️ 12.06.2026):
Conda (📥 140K · ⏱️ 13.06.2026):
conda install -c conda-forge huey
CocoIndex (🥈33 · ⭐ 10K) - Incremental engine for long horizon agents Star if you like it!. Apache-2
Activeloop (🥈32 · ⭐ 9.2K) - Deeplake is AI Data Runtime for Agents. It provides serverless.. Apache-2
arq (🥈32 · ⭐ 3K) - Fast job queuing and RPC in python with asyncio and redis. MIT
GitHub (👨💻 67 · 🔀 210 · 📦 1.3K · 📋 250 - 34% open · ⏱️ 16.04.2026):
git clone https://github.com/samuelcolvin/arq
PyPi (📥 3.8M / month · 📦 82 · ⏱️ 16.04.2026):
Conda (📥 25K · ⏱️ 22.04.2025):
conda install -c conda-forge arq
mrjob (🥈31 · ⭐ 2.6K) - Run MapReduce jobs on Hadoop or Amazon Web Services. Apache-2
GitHub (👨💻 150 · 🔀 590 · 📦 1.7K · 📋 1.3K - 16% open · ⏱️ 02.04.2026):
git clone https://github.com/Yelp/mrjob
PyPi (📥 62K / month · 📦 3 · ⏱️ 15.12.2021):
Conda (📥 830K · ⏱️ 22.04.2025):
conda install -c conda-forge mrjob
mleap (🥉30 · ⭐ 1.5K) - MLeap: Deploy ML Pipelines to Production. Apache-2
GitHub (👨💻 87 · 🔀 320 · 📦 240 · 📋 480 - 22% open · ⏱️ 09.03.2026):
git clone https://github.com/combust/mleap
PyPi (📥 2.2M / month · 📦 11 · ⏱️ 10.03.2026):
Conda (📥 110K · ⏱️ 10.03.2026):
conda install -c conda-forge mleap
kale (🥉24 · ⭐ 690) - Kubeflows superfood for Data Scientists. Apache-2 jupyter
TaskTiger (🥉23 · ⭐ 1.5K) - Python task queue using Redis. MIT
pdpipe (🥉23 · ⭐ 730) - Easy pipelines for pandas DataFrames. MIT
GitHub (👨💻 14 · 🔀 48 · 📥 17 · 📦 67 · 📋 67 - 16% open · ⏱️ 05.06.2026):
git clone https://github.com/pdpipe/pdpipe
PyPi (📥 1.6K / month · 📦 14 · ⏱️ 06.03.2026):
Conda (📥 62K · ⏱️ 06.03.2026):
conda install -c conda-forge pdpipe
flupy (🥉22 · ⭐ 200 · 💤) - Fluent data pipelines for python and your shell. MIT
BatchFlow (🥉21 · ⭐ 210) - BatchFlow helps you conveniently work with random or sequential.. Apache-2
Botflow (🥉16 · ⭐ 1.2K) - Python Fast Dataflow programming framework for Data pipeline work( Web.. BSD-3
Show 19 hidden projects...
faust (🥉29 · ⭐ 6.8K · 💀) - Python Stream Processing. BSD-3
PyFunctional (🥉28 · ⭐ 2.5K · 💀) - Python library for creating data pipelines with chain.. MIT
whylogs (🥉27 · ⭐ 2.8K · 💀) - Open standard for end-to-end data and ML monitoring for any.. Apache-2
bonobo (🥉25 · ⭐ 1.6K · 💀) - Extract Transform Load for Python 3.5+. Apache-2
Pypeline (🥉25 · ⭐ 1.6K · 💀) - Concurrent data pipelines in Python . MIT
streamparse (🥉25 · ⭐ 1.5K · 💀) - Run Python in Apache Storm topologies. Pythonic API, CLI.. Apache-2
ploomber (🥉24 · ⭐ 3.6K · 💀) - The fastest way to build data pipelines. Develop iteratively,.. Apache-2
Optimus (🥉23 · ⭐ 1.5K · 💀) - Agile Data Preparation Workflows madeeasy with Pandas,.. Apache-2 spark
pysparkling (🥉23 · ⭐ 270 · 💀) - A pure Python implementation of Apache Sparks RDD and DStream.. MIT
dbnd (🥉22 · ⭐ 270 · 💀) - DBND is an agile pipeline framework that helps data engineering teams.. Apache-2
dpark (🥉20 · ⭐ 2.7K · 💀) - Python clone of Spark, a MapReduce alike framework in Python. BSD-3 spark
spark-deep-learning (🥉20 · ⭐ 2K · 💀) - Deep Learning Pipelines for Apache Spark. Apache-2 spark
mrq (🥉20 · ⭐ 890 · 💀) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. MIT
riko (🥉19 · ⭐ 1.6K · 💀) - A Python stream processing engine modeled after Yahoo! Pipes. MIT
Databolt Flow (🥉18 · ⭐ 950 · 💀) - Python library for building highly effective data science.. MIT
Mara Pipelines (🥉16 · ⭐ 2.1K · 💀) - A lightweight opinionated ETL framework, halfway between.. MIT
bodywork-core (🥉14 · ⭐ 440 · 💀) - ML pipeline orchestration and model deployments on.. ❗️AGPL-3.0
datajob (🥉14 · ⭐ 110 · 💀) - Build and deploy a serverless data pipeline on AWS with no effort. Apache-2
RasgoQL (🥉12 · ⭐ 270 · 💀) - Write python locally, execute SQL in your data warehouse. ❗️AGPL-3.0
PyYAML (🥇38 · ⭐ 2.9K) - Canonical source repository for PyYAML. MIT
GitHub (👨💻 40 · 🔀 570 · 📦 1.8M · 📋 710 - 48% open · ⏱️ 17.06.2026):
git clone https://github.com/yaml/pyyaml
PyPi (📥 1.1B / month · 📦 55K · ⏱️ 25.09.2025):
Conda (📥 84M · ⏱️ 04.02.2026):
conda install -c conda-forge pyyaml
XlsxWriter (🥉36 · ⭐ 4K) - A Python module for creating Excel XLSX files. BSD-2
GitHub (👨💻 58 · 🔀 660 · 📦 110K · 📋 1K - 2% open · ⏱️ 22.03.2026):
git clone https://github.com/jmcnamara/XlsxWriter
PyPi (📥 94M / month · 📦 470 · ⏱️ 16.09.2025):
Conda (📥 4.8M · ⏱️ 12.10.2025):
conda install -c conda-forge xlsxwriter
jmespath (🥉34 · ⭐ 2.4K) - JMESPath is a query language for JSON. MIT
GitHub (👨💻 32 · 🔀 200 · 📋 150 - 39% open · ⏱️ 22.01.2026):
git clone https://github.com/jmespath/jmespath.py
PyPi (📥 590M / month · 📦 2K · ⏱️ 22.01.2026):
Conda (📥 31M · ⏱️ 23.01.2026):
conda install -c conda-forge jmespath
deepdiff (🥇39 · ⭐ 2.5K) - DeepDiff: Deep Difference and search of any Python object/data... MIT
GitHub (👨💻 110 · 🔀 270 · 📦 21K · 📋 360 - 26% open · ⏱️ 15.05.2026):
git clone https://github.com/seperman/deepdiff
PyPi (📥 78M / month · 📦 1.5K · ⏱️ 15.05.2026):
Conda (📥 880K · ⏱️ 16.05.2026):
conda install -c conda-forge deepdiff
typing_inspect (🥉26 · ⭐ 380) - Runtime inspection utilities for Python typing module. MIT
GitHub (👨💻 21 · 🔀 41 · 📋 61 - 39% open · ⏱️ 18.01.2026):
git clone https://github.com/ilevkivskyi/typing_inspect
PyPi (📥 89M / month · 📦 720 · ⏱️ 24.05.2023):
pip install typing_inspect
Conda (📥 3.4M · ⏱️ 22.04.2025):
conda install -c conda-forge typing_inspect
Show 2 hidden projects...
importlib-resources (🥈31 · ⭐ 72) - Backport of the importlib.resources module. ❗Unlicensed
entrypoints (🥉24 · ⭐ 77 · 💀) - Discover and load entry points from installed packages. MIT
attrs (🥇42 · ⭐ 5.8K) - Python Classes Without Boilerplate. MIT
GitHub (👨💻 190 · 🔀 440 · 📦 1.5M · 📋 790 - 17% open · ⏱️ 19.06.2026):
git clone https://github.com/python-attrs/attrs
PyPi (📥 840M / month · 📦 11K · ⏱️ 19.03.2026):
Conda (📥 68M · ⏱️ 19.03.2026):
conda install -c conda-forge attrs
more-itertools (🥇41 · ⭐ 4.1K) - More routines for operating on iterables, beyond itertools. MIT
GitHub (👨💻 150 · 🔀 320 · 📥 3.8K · 📦 290K · 📋 420 - 1% open · ⏱️ 20.06.2026):
git clone https://github.com/more-itertools/more-itertools
PyPi (📥 340M / month · 📦 5K · ⏱️ 22.05.2026):
pip install more-itertools
Conda (📥 33M · ⏱️ 22.05.2026):
conda install -c conda-forge more-itertools
tenacity (🥈40 · ⭐ 8.7K) - Retrying library for Python. Apache-2
GitHub (👨💻 110 · 🔀 320 · 📦 400K · 📋 310 - 10% open · ⏱️ 25.06.2026):
git clone https://github.com/jd/tenacity
PyPi (📥 420M / month · 📦 6.3K · ⏱️ 07.02.2026):
Conda (📥 14M · ⏱️ 08.02.2026):
conda install -c conda-forge tenacity
python-dependency-injector (🥈36 · ⭐ 4.9K) - Dependency injection framework for Python. BSD-3
GitHub (👨💻 49 · 🔀 350 · 📦 5.6K · 📋 660 - 31% open · ⏱️ 18.06.2026):
git clone https://github.com/ets-labs/python-dependency-injector
PyPi (📥 6.4M / month · 📦 420 · ⏱️ 18.06.2026):
pip install dependency-injector
Conda (📥 130K · ⏱️ 19.06.2026):
conda install -c conda-forge dependency_injector
boltons (🥈35 · ⭐ 6.9K · 📈) - Like builtins, but boltons. 250+ constructs, recipes, and snippets.. BSD-3
GitHub (👨💻 100 · 🔀 400 · 📥 54 · 📦 12K · 📋 190 - 37% open · ⏱️ 19.06.2026):
git clone https://github.com/mahmoud/boltons
PyPi (📥 21M / month · 📦 460 · ⏱️ 19.06.2026):
Conda (📥 15M · ⏱️ 19.06.2026):
conda install -c conda-forge boltons
returns (🥈34 · ⭐ 4.3K) - Make your functions return something meaningful, typed, and safe!. BSD-2
GitHub (👨💻 69 · 🔀 140 · 📦 1K · 📋 450 - 18% open · ⏱️ 24.06.2026):
git clone https://github.com/dry-python/returns
PyPi (📥 1.1M / month · 📦 230 · ⏱️ 04.06.2026):
Conda (📥 77K · ⏱️ 04.06.2026):
conda install -c conda-forge returns
funcy (🥉32 · ⭐ 3.5K) - A fancy and practical functional tools. BSD-3
GitHub (👨💻 34 · 🔀 150 · 📦 16K · 📋 90 - 14% open · ⏱️ 14.02.2026):
git clone https://github.com/Suor/funcy
PyPi (📥 6.7M / month · 📦 390 · ⏱️ 28.03.2023):
Conda (📥 970K · ⏱️ 22.04.2025):
conda install -c conda-forge funcy
natsort (🥉30 · ⭐ 1K · 💤) - Simple yet flexible natural sorting in Python. MIT
GitHub (👨💻 24 · 🔀 60 · 📦 49K · 📋 100 - 3% open · ⏱️ 01.08.2025):
git clone https://github.com/SethMMorton/natsort
PyPi (📥 26M / month · 📦 1.5K · ⏱️ 20.06.2023):
Conda (📥 2.8M · ⏱️ 12.02.2026):
conda install -c conda-forge natsort
ubelt (🥉24 · ⭐ 740) - A Python utility library with a stdlib like feel and extra batteries... Apache-2
GitHub (👨💻 5 · 🔀 50 · 📥 170 · 📋 27 - 40% open · ⏱️ 13.04.2026):
git clone https://github.com/Erotemic/ubelt
PyPi (📥 67K / month · 📦 130 · ⏱️ 13.04.2026):
Conda (📥 410K · ⏱️ 13.04.2026):
conda install -c conda-forge ubelt
Show 6 hidden projects...
toolz (🥈34 · ⭐ 5.2K · 💤) - A functional standard library for Python. ❗Unlicensed
retrying (🥉28 · ⭐ 1.9K · 💀) - Retrying is an Apache 2.0 licensed general-purpose retrying.. Apache-2
ratelimit (🥉27 · ⭐ 830 · 💀) - API Rate Limit Decorator. MIT
pampy (🥉23 · ⭐ 3.5K · 💀) - Pampy: The Pattern Matching for Python you always dreamed of. MIT
CommonRegex (🥉23 · ⭐ 1.6K · 💀) - A collection of common regular expressions bundled with an easy.. MIT
pinject (🥉21 · ⭐ 1.3K · 💀) - A pythonic dependency injection library. Apache-2
cpython (🥇51 · ⭐ 73K) - The Python programming language. MIT
GitHub (👨💻 3.9K · 🔀 35K · 📦 630K · 📋 79K - 11% open · ⏱️ 25.06.2026):
git clone https://github.com/python/cpython
PyPi (📥 14 / month · 📦 21 · ⏱️ 22.07.2020):
Conda (📥 4.1M · ⏱️ 22.04.2025):
conda install -c conda-forge typing
npm (📦 6 · ⏱️ 03.08.2017):
npm install @buckpkg/python
micropython (🥈36 · ⭐ 22K) - MicroPython - a lean and efficient Python implementation for.. Python-2.0
Show 4 hidden projects...
pyston (🥈22 · ⭐ 2.5K · 💀) - (No longer maintained) A faster and highly-compatible.. Apache-2
grumpy (🥉20 · ⭐ 11K · 💀) - Grumpy is a Python to Go source code transcompiler and runtime. Apache-2
stackless (🥉15 · ⭐ 1K · 💀) - The Stackless Python programming language. ❗Unlicensed
cl-python (🥉11 · ⭐ 400 · 💀) - An implementation of Python in Common Lisp. ❗Unlicensed
Pygments (🥇44 · ⭐ 2.2K) - Pygments is a generic syntax highlighter written in Python. BSD-2
GitHub (👨💻 930 · 🔀 820 · 📦 1.1M · 📋 2.1K - 29% open · ⏱️ 21.06.2026):
git clone https://github.com/pygments/pygments
PyPi (📥 1.2B / month · 📦 11K · ⏱️ 29.03.2026):
Conda (📥 63M · ⏱️ 29.03.2026):
conda install -c conda-forge pygments
wrapt (🥇42 · ⭐ 2.3K) - A Python module for decorators, wrappers and monkey patching. BSD-2
GitHub (👨💻 38 · 🔀 250 · 📥 2.1K · 📦 630K · ⏱️ 20.06.2026):
git clone https://github.com/GrahamDumpleton/wrapt
PyPi (📥 440M / month · 📦 3.3K · ⏱️ 20.06.2026):
Conda (📥 36M · ⏱️ 22.06.2026):
conda install -c conda-forge wrapt
pyparsing (🥇41 · ⭐ 2.5K) - Python library for creating PEG parsers. MIT
GitHub (👨💻 79 · 🔀 300 · 📥 16K · 📦 1.3M · 📋 380 - 10% open · ⏱️ 21.06.2026):
git clone https://github.com/pyparsing/pyparsing
PyPi (📥 390M / month · 📦 6.3K · ⏱️ 21.01.2026):
Conda (📥 71M · ⏱️ 21.01.2026):
conda install -c conda-forge pyparsing
cookiecutter (🥈40 · ⭐ 25K) - A cross-platform command-line utility that creates projects from.. BSD-3
GitHub (👨💻 330 · 🔀 2.2K · 📦 38K · 📋 930 - 28% open · ⏱️ 04.03.2026):
git clone https://github.com/cookiecutter/cookiecutter
PyPi (📥 9.2M / month · 📦 1.2K · ⏱️ 04.03.2026):
Conda (📥 2M · ⏱️ 04.03.2026):
conda install -c conda-forge cookiecutter
pluggy (🥈38 · ⭐ 1.6K) - A minimalist production ready plugin system. MIT
GitHub (👨💻 61 · 🔀 150 · 📦 810K · 📋 210 - 27% open · ⏱️ 25.06.2026):
git clone https://github.com/pytest-dev/pluggy
PyPi (📥 1.1B / month · 📦 2.6K · ⏱️ 15.05.2025):
Conda (📥 52M · ⏱️ 05.12.2025):
conda install -c conda-forge pluggy
decorator (🥈38 · ⭐ 910) - Decorators for Humans. BSD-2
GitHub (👨💻 32 · 🔀 120 · 📦 770K · 📋 120 - 5% open · ⏱️ 22.05.2026):
git clone https://github.com/micheles/decorator
PyPi (📥 240M / month · 📦 2.9K · ⏱️ 18.05.2026):
Conda (📥 48M · ⏱️ 18.05.2026):
conda install -c conda-forge decorator
diagrams (🥈37 · ⭐ 42K) - Diagram as Code for prototyping cloud system architectures. MIT
GitHub (👨💻 180 · 🔀 2.7K · 📦 2.5K · 📋 620 - 63% open · ⏱️ 09.06.2026):
git clone https://github.com/mingrammer/diagrams
PyPi (📥 7.7M / month · 📦 140 · ⏱️ 22.11.2025):
Conda (📥 350K · ⏱️ 24.11.2025):
conda install -c conda-forge diagrams
fastcore (🥈37 · ⭐ 1.1K) - Python supercharged for the fastai library. Apache-2
GitHub (👨💻 83 · 🔀 290 · 📦 13K · 📋 540 - 5% open · ⏱️ 25.06.2026):
git clone https://github.com/fastai/fastcore
PyPi (📥 59M / month · 📦 1.2K · ⏱️ 25.06.2026):
Conda (📥 290K · ⏱️ 25.06.2026):
conda install -c conda-forge fastcore
py4j (🥈36 · ⭐ 1.3K) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3
GitHub (👨💻 45 · 🔀 230 · 📦 55K · 📋 440 - 35% open · ⏱️ 11.06.2026):
git clone https://github.com/bartdag/py4j
PyPi (📥 100M / month · 📦 340 · ⏱️ 15.01.2025):
Conda (📥 14M · ⏱️ 22.04.2025):
conda install -c conda-forge py4j
Copier (🥉34 · ⭐ 3.4K) - Library and command-line utility for rendering projects templates. MIT
python-mss (🥉33 · ⭐ 1.3K) - An ultra fast cross-platform multiple screenshots module in pure.. MIT
GitHub (👨💻 30 · 🔀 110 · 📦 13K · 📋 170 - 25% open · ⏱️ 25.06.2026):
git clone https://github.com/BoboTiG/python-mss
PyPi (📥 3.3M / month · 📦 650 · ⏱️ 23.04.2026):
Conda (📥 96K · ⏱️ 23.04.2026):
conda install -c conda-forge python-mss
Send2Trash (🥉31 · ⭐ 310) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3
GitHub (👨💻 20 · 🔀 49 · 📦 320K · 📋 70 - 51% open · ⏱️ 16.06.2026):
git clone https://github.com/arsenetar/send2trash
PyPi (📥 47M / month · 📦 710 · ⏱️ 14.01.2026):
Conda (📥 21M · ⏱️ 12.02.2026):
conda install -c conda-forge send2trash
catalogue (🥉26 · ⭐ 180) - Super lightweight function registries for your library. MIT
GitHub (👨💻 12 · 🔀 21 · 📦 65K · 📋 14 - 42% open · ⏱️ 27.03.2026):
git clone https://github.com/explosion/catalogue
PyPi (📥 21M / month · 📦 140 · ⏱️ 25.09.2023):
Conda (📥 2.3M · ⏱️ 27.08.2025):
conda install -c conda-forge catalogue
Show 8 hidden projects...
pycparser (🥈36 · ⭐ 3.5K) - Complete C99 parser in pure Python. ❗Unlicensed
pyscaffold (🥉30 · ⭐ 2.3K · 💀) - Python project template generator with batteries included. MIT
keyboard (🥉29 · ⭐ 4K · 💀) - Hook and simulate global keyboard events on Windows and Linux. MIT
powerline-shell (🥉28 · ⭐ 6.3K · 💀) - A beautiful and useful prompt for your shell. MIT
pyscreenshot (🥉26 · ⭐ 510 · 💀) - Python screenshot library, replacement for the Pillow.. BSD-2
pluginbase (🥉25 · ⭐ 1.1K · 💀) - A simple but flexible plugin system for Python. BSD-3
openpyxl (🥉24 · ⭐ 14 · 💤) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT
macropy (🥉20 · ⭐ 3.3K · 💀) - Macros in Python: quasiquotes, case classes, LINQ and more!. MIT
Best-of lists : Discover other best-of lists with awesome open-source projects on all kinds of topics.
best-of-ml-python : A ranked list of awesome machine learning Python libraries.
best-of-web-python : A ranked list of awesome Python libraries for web development.
best-of-python-dev : A ranked list of awesome Python developer tools and libraries.
awesome-python : A curated list of awesome Python frameworks, libraries, software and resources.
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI .
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide .
For more information on how to add or update projects, please read the contribution guidelines . By participating in this project, you agree to abide by its Code of Conduct .