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