Skip to content

Best-of Python

πŸ†  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 2M 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.


ContentsΒ€

ExplanationΒ€

  • πŸ₯‡πŸ₯ˆπŸ₯‰  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


Data SerializationΒ€

Back to top

protobuf (πŸ₯‡40 Β· ⭐ 72K) - Protocol Buffers - Googles data interchange format. BSD-3 - [GitHub](https://github.com/protocolbuffers/protobuf) (πŸ‘¨β€πŸ’» 1.5K Β· πŸ”€ 16K Β· πŸ“¦ 1M):
git clone https://github.com/protocolbuffers/protobuf
- [PyPi](https://pypi.org/project/protobuf) (πŸ“₯ 900M / month Β· πŸ“¦ 13K Β· ⏱️ 20.08.2026):
pip install protobuf
- [Conda](https://anaconda.org/conda-forge/protobuf) (πŸ“₯ 35M Β· ⏱️ 13.06.2026):
conda install -c conda-forge protobuf
- [npm](https://www.npmjs.com/package/google-protobuf) (πŸ“₯ 25M / month Β· πŸ“¦ 3.8K Β· ⏱️ 24.02.2026):
npm install google-protobuf
flatbuffers (πŸ₯‡34 Β· ⭐ 26K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2 - [GitHub](https://github.com/google/flatbuffers) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 3.6K Β· πŸ“¦ 200K):
git clone https://github.com/google/flatbuffers
- [PyPi](https://pypi.org/project/flatbuffers) (πŸ“₯ 100M / month Β· πŸ“¦ 700 Β· ⏱️ 19.12.2025):
pip install flatbuffers
- [Conda](https://anaconda.org/conda-forge/flatbuffers) (πŸ“₯ 2.4M Β· ⏱️ 22.12.2025):
conda install -c conda-forge flatbuffers
- [npm](https://www.npmjs.com/package/flatbuffers) (πŸ“₯ 36M / month Β· πŸ“¦ 290 Β· ⏱️ 24.09.2025):
npm install flatbuffers
orjson (πŸ₯‡34 Β· ⭐ 8.2K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2 - [GitHub](https://github.com/ijl/orjson) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 320 Β· πŸ“¦ 220K):
git clone https://github.com/ijl/orjson
- [PyPi](https://pypi.org/project/orjson) (πŸ“₯ 240M / month Β· πŸ“¦ 7.3K Β· ⏱️ 14.08.2026):
pip install orjson
- [Conda](https://anaconda.org/conda-forge/orjson) (πŸ“₯ 7M Β· ⏱️ 16.08.2026):
conda install -c conda-forge orjson
marshmallow (πŸ₯ˆ33 Β· ⭐ 7.2K) - A lightweight library for converting complex objects to and from.. MIT - [GitHub](https://github.com/marshmallow-code/marshmallow) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 720 Β· πŸ“¦ 230K):
git clone https://github.com/marshmallow-code/marshmallow
- [PyPi](https://pypi.org/project/marshmallow) (πŸ“₯ 120M / month Β· πŸ“¦ 2.9K Β· ⏱️ 08.08.2026):
pip install marshmallow
- [Conda](https://anaconda.org/conda-forge/marshmallow) (πŸ“₯ 4.5M Β· ⏱️ 09.08.2026):
conda install -c conda-forge marshmallow
dill (πŸ₯ˆ32 Β· ⭐ 2.4K) - serialize all of Python. BSD-3 - [GitHub](https://github.com/uqfoundation/dill) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 190 Β· πŸ“¦ 250K):
git clone https://github.com/uqfoundation/dill
- [PyPi](https://pypi.org/project/dill) (πŸ“₯ 230M / month Β· πŸ“¦ 4.2K Β· ⏱️ 19.01.2026):
pip install dill
- [Conda](https://anaconda.org/conda-forge/dill) (πŸ“₯ 20M Β· ⏱️ 19.01.2026):
conda install -c conda-forge dill
simplejson (πŸ₯ˆ32 Β· ⭐ 1.7K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT - [GitHub](https://github.com/simplejson/simplejson) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 360 Β· πŸ“¦ 150K):
git clone https://github.com/simplejson/simplejson
- [PyPi](https://pypi.org/project/simplejson) (πŸ“₯ 59M / month Β· πŸ“¦ 3K Β· ⏱️ 27.08.2026):
pip install simplejson
- [Conda](https://anaconda.org/conda-forge/simplejson) (πŸ“₯ 5.5M Β· ⏱️ 27.08.2026):
conda install -c conda-forge simplejson
cloudpickle (πŸ₯ˆ31 Β· ⭐ 1.9K) - Extended pickling support for Python objects. BSD-3 - [GitHub](https://github.com/cloudpipe/cloudpickle) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 190 Β· πŸ“¦ 170K):
git clone https://github.com/cloudpipe/cloudpickle
- [PyPi](https://pypi.org/project/cloudpickle) (πŸ“₯ 150M / month Β· πŸ“¦ 2.3K Β· ⏱️ 03.11.2025):
pip install cloudpickle
- [Conda](https://anaconda.org/conda-forge/cloudpickle) (πŸ“₯ 37M Β· ⏱️ 09.12.2025):
conda install -c conda-forge cloudpickle
pyasn1 (πŸ₯ˆ31 Β· ⭐ 240) - Generic ASN.1 library for Python. BSD-2 - [GitHub](https://github.com/etingof/pyasn1) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 120 Β· πŸ“¦ 710K):
git clone https://github.com/etingof/pyasn1
- [PyPi](https://pypi.org/project/pyasn1) (πŸ“₯ 570M / month Β· πŸ“¦ 2.4K Β· ⏱️ 09.07.2026):
pip install pyasn1
- [Conda](https://anaconda.org/conda-forge/pyasn1) (πŸ“₯ 23M Β· ⏱️ 09.07.2026):
conda install -c conda-forge pyasn1
jsonpickle (πŸ₯‰29 Β· ⭐ 1.3K) - Python library for serializing any arbitrary object graph into.. BSD-3 - [GitHub](https://github.com/jsonpickle/jsonpickle) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 180 Β· πŸ“¦ 51K):
git clone https://github.com/jsonpickle/jsonpickle
- [PyPi](https://pypi.org/project/jsonpickle) (πŸ“₯ 20M / month Β· πŸ“¦ 1.6K Β· ⏱️ 28.05.2026):
pip install jsonpickle
- [Conda](https://anaconda.org/conda-forge/jsonpickle) (πŸ“₯ 2.5M Β· ⏱️ 28.05.2026):
conda install -c conda-forge jsonpickle
python-rapidjson (πŸ₯‰26 Β· ⭐ 530) - Python wrapper around rapidjson. MIT - [GitHub](https://github.com/python-rapidjson/python-rapidjson) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 53 Β· πŸ“¦ 8.1K):
git clone https://github.com/python-rapidjson/python-rapidjson
- [PyPi](https://pypi.org/project/python-rapidjson) (πŸ“₯ 4.5M / month Β· πŸ“¦ 270 Β· ⏱️ 07.12.2025):
pip install python-rapidjson
- [Conda](https://anaconda.org/conda-forge/python-rapidjson) (πŸ“₯ 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](https://github.com/explosion/srsly) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 37 Β· πŸ“¦ 70K):
git clone https://github.com/explosion/srsly
- [PyPi](https://pypi.org/project/srsly) (πŸ“₯ 24M / month Β· πŸ“¦ 270 Β· ⏱️ 23.03.2026):
pip install srsly
- [Conda](https://anaconda.org/conda-forge/srsly) (πŸ“₯ 2.7M Β· ⏱️ 24.03.2026):
conda install -c conda-forge srsly
rtoml (πŸ₯‰22 Β· ⭐ 380 Β· πŸ’€) - A fast TOML library for python implemented in rust. MIT - [GitHub](https://github.com/samuelcolvin/rtoml) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 30 Β· πŸ“¦ 970):
git clone https://github.com/samuelcolvin/rtoml
- [PyPi](https://pypi.org/project/rtoml) (πŸ“₯ 940K / month Β· πŸ“¦ 160 Β· ⏱️ 19.10.2025):
pip install rtoml
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 (πŸ₯‰21 Β· ⭐ 490 Β· πŸ’€) - a HDF5-based python pickle replacement. MIT - pysimdjson (πŸ₯‰20 Β· ⭐ 710 Β· πŸ’€) - Python bindings for the simdjson project. ❗Unlicensed


Data Containers & DataframesΒ€

Back to top

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](https://github.com/pandas-dev/pandas) (πŸ‘¨β€πŸ’» 4.3K Β· πŸ”€ 20K Β· πŸ“¦ 2.9M):
git clone https://github.com/pandas-dev/pandas
- [PyPi](https://pypi.org/project/pandas) (πŸ“₯ 780M / month Β· πŸ“¦ 130K Β· ⏱️ 22.07.2026):
pip install pandas
- [Conda](https://anaconda.org/conda-forge/pandas) (πŸ“₯ 93M Β· ⏱️ 28.07.2026):
conda install -c conda-forge pandas
polars (πŸ₯‡34 Β· ⭐ 39K) - Extremely fast Query Engine for DataFrames, written in Rust. MIT - [GitHub](https://github.com/pola-rs/polars) (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 3.1K Β· πŸ“¦ 36K):
git clone https://github.com/pola-rs/polars
- [PyPi](https://pypi.org/project/polars) (πŸ“₯ 77M / month Β· πŸ“¦ 7.8K Β· ⏱️ 26.08.2026):
pip install polars
h5py (πŸ₯‡34 Β· ⭐ 2.2K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3 - [GitHub](https://github.com/h5py/h5py) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 560 Β· πŸ“¦ 360K):
git clone https://github.com/h5py/h5py
- [PyPi](https://pypi.org/project/h5py) (πŸ“₯ 42M / month Β· πŸ“¦ 11K Β· ⏱️ 06.03.2026):
pip install h5py
- [Conda](https://anaconda.org/conda-forge/h5py) (πŸ“₯ 29M Β· ⏱️ 26.08.2026):
conda install -c conda-forge h5py
xarray (πŸ₯ˆ32 Β· ⭐ 4.2K) - N-D labeled arrays and datasets in Python. Apache-2 - [GitHub](https://github.com/pydata/xarray) (πŸ‘¨β€πŸ’» 630 Β· πŸ”€ 1.3K Β· πŸ“¦ 46K):
git clone https://github.com/pydata/xarray
- [PyPi](https://pypi.org/project/xarray) (πŸ“₯ 18M / month Β· πŸ“¦ 6.3K Β· ⏱️ 09.07.2026):
pip install xarray
- [Conda](https://anaconda.org/conda-forge/xarray) (πŸ“₯ 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](https://github.com/pydata/numexpr) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 230 Β· πŸ“¦ 100K):
git clone https://github.com/pydata/numexpr
- [PyPi](https://pypi.org/project/numexpr) (πŸ“₯ 16M / month Β· πŸ“¦ 1.3K Β· ⏱️ 18.07.2026):
pip install numexpr
- [Conda](https://anaconda.org/conda-forge/numexpr) (πŸ“₯ 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](https://github.com/zarr-developers/zarr-python) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 440 Β· πŸ“¦ 9K):
git clone https://github.com/zarr-developers/zarr-python
- [PyPi](https://pypi.org/project/zarr) (πŸ“₯ 7M / month Β· πŸ“¦ 2.5K Β· ⏱️ 30.07.2026):
pip install zarr
- [Conda](https://anaconda.org/conda-forge/zarr) (πŸ“₯ 6.4M Β· ⏱️ 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](https://github.com/msiemens/tinydb) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 620 Β· πŸ“¦ 16K):
git clone https://github.com/msiemens/tinydb
- [PyPi](https://pypi.org/project/tinydb) (πŸ“₯ 4.6M / month Β· πŸ“¦ 910 Β· ⏱️ 06.08.2026):
pip install tinydb
- [Conda](https://anaconda.org/conda-forge/tinydb) (πŸ“₯ 1M Β· ⏱️ 22.04.2025):
conda install -c conda-forge tinydb
datasketch (πŸ₯ˆ28 Β· ⭐ 2.9K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT - [GitHub](https://github.com/ekzhu/datasketch) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 320 Β· πŸ“¦ 2.6K):
git clone https://github.com/ekzhu/datasketch
- [PyPi](https://pypi.org/project/datasketch) (πŸ“₯ 6.4M / month Β· πŸ“¦ 220 Β· ⏱️ 05.07.2026):
pip install datasketch
PyTables (πŸ₯ˆ28 Β· ⭐ 1.4K) - A Python package to manage extremely large amounts of data. BSD-3 - [GitHub](https://github.com/PyTables/PyTables) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 280):
git clone https://github.com/PyTables/PyTables
- [PyPi](https://pypi.org/project/tables) (πŸ“₯ 3.2M / month Β· πŸ“¦ 1.8K Β· ⏱️ 01.03.2026):
pip install tables
- [Conda](https://anaconda.org/conda-forge/pytables) (πŸ“₯ 13M Β· ⏱️ 25.07.2026):
conda install -c conda-forge pytables
Bottleneck (πŸ₯ˆ28 Β· ⭐ 1.2K) - Fast NumPy array functions written in C. BSD-2 - [GitHub](https://github.com/pydata/bottleneck) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 120 Β· πŸ“¦ 60K):
git clone https://github.com/pydata/bottleneck
- [PyPi](https://pypi.org/project/Bottleneck) (πŸ“₯ 10M / month Β· πŸ“¦ 780 Β· ⏱️ 25.07.2026):
pip install Bottleneck
- [Conda](https://anaconda.org/conda-forge/bottleneck) (πŸ“₯ 7.5M Β· ⏱️ 10.11.2025):
conda install -c conda-forge bottleneck
Modin (πŸ₯ˆ26 Β· ⭐ 10K Β· πŸ’€) - Modin: Scale your Pandas workflows by changing a single line.. Apache-2 - [GitHub](https://github.com/modin-project/modin) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 660 Β· πŸ“¦ 2.3K):
git clone https://github.com/modin-project/modin
- [PyPi](https://pypi.org/project/modin) (πŸ“₯ 1.5M / month Β· πŸ“¦ 66 Β· ⏱️ 02.10.2025):
pip install modin
- [Conda](https://anaconda.org/conda-forge/modin-core) (πŸ“₯ 1M Β· ⏱️ 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](https://github.com/vaexio/vaex) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 600 Β· πŸ“¦ 1K):
git clone https://github.com/vaexio/vaex
- [PyPi](https://pypi.org/project/vaex) (πŸ“₯ 20K / month Β· πŸ“¦ 68 Β· ⏱️ 03.02.2026):
pip install vaex
- [Conda](https://anaconda.org/conda-forge/vaex) (πŸ“₯ 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 - [GitHub](https://github.com/patx/pickledb) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 130 Β· πŸ“¦ 3.4K):
git clone https://github.com/patx/pickledb
- [PyPi](https://pypi.org/project/pickledb) (πŸ“₯ 27K / month Β· πŸ“¦ 8 Β· ⏱️ 05.01.2026):
pip install pickledb
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](https://pypi.org/project/static-frame) (πŸ“₯ 9.3K / month Β· πŸ“¦ 6 Β· ⏱️ 11.08.2026):
pip install static-frame
- [Conda](https://anaconda.org/conda-forge/static-frame) (πŸ“₯ 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 - Koalas (πŸ₯‰24 Β· ⭐ 3.4K Β· πŸ’€) - Koalas: pandas API on Apache Spark. Apache-2 spark - 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 - 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


Data StructuresΒ€

Back to top

pyrsistent (πŸ₯‡31 Β· ⭐ 2.2K Β· πŸ’€) - Persistent/Immutable/Functional data structures for Python. MIT - [GitHub](https://github.com/tobgu/pyrsistent) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 160 Β· πŸ“¦ 370K):
git clone https://github.com/tobgu/pyrsistent
- [PyPi](https://pypi.org/project/pyrsistent) (πŸ“₯ 38M / month Β· πŸ“¦ 1K Β· ⏱️ 25.10.2023):
pip install pyrsistent
- [Conda](https://anaconda.org/conda-forge/pyrsistent) (πŸ“₯ 22M Β· ⏱️ 04.10.2025):
conda install -c conda-forge pyrsistent
bidict (πŸ₯‡30 Β· ⭐ 1.6K) - The bidirectional mapping library for Python. MPL-2.0 - [GitHub](https://github.com/jab/bidict) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 69 Β· πŸ“¦ 45K):
git clone https://github.com/jab/bidict
- [PyPi](https://pypi.org/project/bidict) (πŸ“₯ 31M / month Β· πŸ“¦ 690 Β· ⏱️ 25.08.2026):
pip install bidict
- [Conda](https://anaconda.org/conda-forge/bidict) (πŸ“₯ 930K Β· ⏱️ 26.08.2026):
conda install -c conda-forge bidict
glom (πŸ₯ˆ28 Β· ⭐ 2.2K) - Pythons nested data operator (and CLI), for all your declarative.. BSD-3 - [GitHub](https://github.com/mahmoud/glom) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 77 Β· πŸ“¦ 3.6K):
git clone https://github.com/mahmoud/glom
- [PyPi](https://pypi.org/project/glom) (πŸ“₯ 25M / month Β· πŸ“¦ 250 Β· ⏱️ 29.12.2025):
pip install glom
- [Conda](https://anaconda.org/conda-forge/glom) (πŸ“₯ 68K Β· ⏱️ 29.12.2025):
conda install -c conda-forge glom
addict (πŸ₯ˆ27 Β· ⭐ 2.5K) - The Python Dict thats better than heroin. MIT - [GitHub](https://github.com/mewwts/addict) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 130 Β· πŸ“¦ 18K):
git clone https://github.com/mewwts/addict
- [PyPi](https://pypi.org/project/addict) (πŸ“₯ 7.9M / month Β· πŸ“¦ 450 Β· ⏱️ 21.11.2020):
pip install addict
- [Conda](https://anaconda.org/conda-forge/addict) (πŸ“₯ 1.1M Β· ⏱️ 02.12.2025):
conda install -c conda-forge addict
anytree (πŸ₯‰26 Β· ⭐ 1K) - Python tree data library. Apache-2 - [GitHub](https://github.com/c0fec0de/anytree) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 140 Β· πŸ“¦ 24K):
git clone https://github.com/c0fec0de/anytree
- [PyPi](https://pypi.org/project/anytree) (πŸ“₯ 6.7M / month Β· πŸ“¦ 580 Β· ⏱️ 08.04.2025):
pip install anytree
- [Conda](https://anaconda.org/conda-forge/anytree) (πŸ“₯ 100K Β· ⏱️ 25.04.2026):
conda install -c conda-forge anytree
multidict (πŸ₯‰26 Β· ⭐ 480) - The multidict implementation. Apache-2 - [GitHub](https://github.com/aio-libs/multidict) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 120):
git clone https://github.com/aio-libs/multidict
- [PyPi](https://pypi.org/project/multidict) (πŸ“₯ 620M / month Β· πŸ“¦ 2.1K Β· ⏱️ 26.01.2026):
pip install multidict
- [Conda](https://anaconda.org/conda-forge/multidict) (πŸ“₯ 28M Β· ⏱️ 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](https://github.com/fabiocaccamo/python-benedict) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 49 Β· πŸ“¦ 2K):
git clone https://github.com/fabiocaccamo/python-benedict
- [PyPi](https://pypi.org/project/python-benedict) (πŸ“₯ 1.1M / month Β· πŸ“¦ 110 Β· ⏱️ 07.07.2026):
pip install python-benedict
- [Conda](https://anaconda.org/conda-forge/python-benedict) (πŸ“₯ 280K Β· ⏱️ 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](https://github.com/MagicStack/immutables) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 59 Β· πŸ“¦ 8K):
git clone https://github.com/MagicStack/immutables
- [PyPi](https://pypi.org/project/immutables) (πŸ“₯ 2.4M / month Β· πŸ“¦ 140 Β· ⏱️ 10.10.2024):
pip install immutables
- [Conda](https://anaconda.org/conda-forge/immutables) (πŸ“₯ 1.9M Β· ⏱️ 12.09.2025):
conda install -c conda-forge immutables
janus (πŸ₯‰23 Β· ⭐ 960) - Thread-safe asyncio-aware queue for Python. Apache-2 - [GitHub](https://github.com/aio-libs/janus) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 54):
git clone https://github.com/aio-libs/janus
- [PyPi](https://pypi.org/project/janus) (πŸ“₯ 5.4M / month Β· πŸ“¦ 130 Β· ⏱️ 13.12.2024):
pip install janus
- [Conda](https://anaconda.org/conda-forge/janus) (πŸ“₯ 140K Β· ⏱️ 22.04.2025):
conda install -c conda-forge janus
python-box (πŸ₯‰22 Β· ⭐ 2.8K) - Python dictionaries with advanced dot notation access. MIT - [GitHub](https://github.com/cdgriffith/Box) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 120):
git clone https://github.com/cdgriffith/Box
- [PyPi](https://pypi.org/project/python-box) (πŸ“₯ 6.6M / month Β· πŸ“¦ 590 Β· ⏱️ 21.02.2026):
pip install python-box
- [Conda](https://anaconda.org/conda-forge/python-box) (πŸ“₯ 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 (πŸ₯‰14 Β· ⭐ 91 Β· πŸ’€) - A JSON-friendly data structure which allows both object attributes.. MIT


Data ValidationΒ€

Back to top

pydantic (πŸ₯‡36 Β· ⭐ 28K) - Data validation using Python type hints. MIT - [GitHub]() (πŸ‘¨β€πŸ’» 800 Β· πŸ”€ 2.8K Β· πŸ“¦ 1M):
git clone https://github.com/samuelcolvin/pydantic
- [PyPi](https://pypi.org/project/pydantic) (πŸ“₯ 1.2B / month Β· πŸ“¦ 99K Β· ⏱️ 06.08.2026):
pip install pydantic
- [Conda](https://anaconda.org/conda-forge/pydantic) (πŸ“₯ 29M Β· ⏱️ 06.05.2026):
conda install -c conda-forge pydantic
jsonschema (πŸ₯‡32 Β· ⭐ 5K) - An implementation of JSON Schema validation for Python. MIT - [GitHub]() (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 630 Β· πŸ“¦ 860K):
git clone https://github.com/Julian/jsonschema
- [PyPi](https://pypi.org/project/jsonschema) (πŸ“₯ 630M / month Β· πŸ“¦ 9.6K Β· ⏱️ 07.01.2026):
pip install jsonschema
- [Conda](https://anaconda.org/conda-forge/jsonschema) (πŸ“₯ 51M Β· ⏱️ 24.08.2026):
conda install -c conda-forge jsonschema
schema (πŸ₯ˆ30 Β· ⭐ 2.9K) - Schema validation just got Pythonic. MIT - [GitHub](https://github.com/keleshev/schema) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 220 Β· πŸ“¦ 17K):
git clone https://github.com/keleshev/schema
- [PyPi](https://pypi.org/project/schema) (πŸ“₯ 27M / month Β· πŸ“¦ 890 Β· ⏱️ 11.10.2025):
pip install schema
- [Conda](https://anaconda.org/conda-forge/schema) (πŸ“₯ 710K Β· ⏱️ 20.07.2026):
conda install -c conda-forge schema
cerberus (πŸ₯ˆ29 Β· ⭐ 3.3K) - Lightweight, extensible data validation library for Python. ISC - [GitHub](https://github.com/pyeve/cerberus) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 240 Β· πŸ“¦ 18K):
git clone https://github.com/pyeve/cerberus
- [PyPi](https://pypi.org/project/cerberus) (πŸ“₯ 6.1M / month Β· πŸ“¦ 770 Β· ⏱️ 06.11.2025):
pip install cerberus
- [Conda](https://anaconda.org/conda-forge/cerberus) (πŸ“₯ 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](https://github.com/alecthomas/voluptuous) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 220 Β· πŸ“¦ 21K):
git clone https://github.com/alecthomas/voluptuous
- [PyPi](https://pypi.org/project/voluptuous) (πŸ“₯ 7.9M / month Β· πŸ“¦ 620 Β· ⏱️ 18.12.2025):
pip install voluptuous
- [Conda](https://anaconda.org/conda-forge/voluptuous) (πŸ“₯ 1M Β· ⏱️ 19.12.2025):
conda install -c conda-forge voluptuous
python-email-validator (πŸ₯‰27 Β· ⭐ 1.3K Β· πŸ’€) - A robust email syntax and deliverability validation.. Unlicense - [GitHub](https://github.com/JoshData/python-email-validator) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 120):
git clone https://github.com/JoshData/python-email-validator
- [PyPi](https://pypi.org/project/email-validator) (πŸ“₯ 250M / month Β· πŸ“¦ 1.2K Β· ⏱️ 26.08.2025):
pip install email-validator
- [Conda](https://anaconda.org/conda-forge/email-validator) (πŸ“₯ 3.5M Β· ⏱️ 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](https://github.com/holoviz/param) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 86 Β· πŸ“¦ 18K):
git clone https://github.com/holoviz/param
- [PyPi](https://pypi.org/project/param) (πŸ“₯ 2.5M / month Β· πŸ“¦ 250 Β· ⏱️ 25.08.2026):
pip install param
- [Conda](https://anaconda.org/conda-forge/param) (πŸ“₯ 3M Β· ⏱️ 16.06.2026):
conda install -c conda-forge param
strictyaml (πŸ₯‰26 Β· ⭐ 1.6K Β· πŸ’€) - Type-safe YAML parser and validator. MIT - [GitHub](https://github.com/crdoconnor/strictyaml) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 65 Β· πŸ“¦ 6.1K):
git clone https://github.com/crdoconnor/strictyaml
- [PyPi](https://pypi.org/project/strictyaml) (πŸ“₯ 29M / month Β· πŸ“¦ 400 Β· ⏱️ 10.03.2023):
pip install strictyaml
- [Conda](https://anaconda.org/conda-forge/strictyaml) (πŸ“₯ 690K Β· ⏱️ 16.08.2025):
conda install -c conda-forge strictyaml
dirty-equals (πŸ₯‰23 Β· ⭐ 1K Β· πŸ’€) - Doing dirty (but extremely useful) things with equals. MIT - [GitHub](https://github.com/samuelcolvin/dirty-equals) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 48 Β· πŸ“¦ 1.1K):
git clone https://github.com/samuelcolvin/dirty-equals
- [PyPi](https://pypi.org/project/dirty-equals) (πŸ“₯ 2.9M / month Β· πŸ“¦ 100 Β· ⏱️ 17.11.2025):
pip install dirty-equals
- [Conda](https://anaconda.org/conda-forge/dirty-equals) (πŸ“₯ 150K Β· ⏱️ 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 - typical (πŸ₯‰14 Β· ⭐ 180 Β· πŸ’€) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT - validr (πŸ₯‰13 Β· ⭐ 220 Β· πŸ’€) - A simple, fast, extensible python library for data validation. MIT - dataklasses (πŸ₯‰7 Β· ⭐ 740 Β· πŸ’€) - A different spin on dataclasses. ❗Unlicensed


Algorithms & Design PatternsΒ€

Back to top

πŸ”— python-patterns ( ⭐ 43K) - Collection of design patterns/idioms in Python.

algorithms (πŸ₯‰23 Β· ⭐ 25K) - Minimal examples of data structures and algorithms in Python. MIT - [GitHub](https://github.com/keon/algorithms) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 4.7K Β· πŸ“¦ 140):
git clone https://github.com/keon/algorithms
- [PyPi](https://pypi.org/project/algorithms) (πŸ“₯ 2.4K / month Β· πŸ“¦ 5 Β· ⏱️ 18.02.2026):
pip install algorithms
- [Conda](https://anaconda.org/conda-forge/algorithms) (πŸ“₯ 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 (πŸ₯‰16 Β· ⭐ 2.3K Β· πŸ’€) - A simple library for implementing common design patterns. MIT


Date & Time UtilitiesΒ€

Back to top

arrow (πŸ₯‡32 Β· ⭐ 9K) - Better dates & times for Python. Apache-2 - [GitHub](https://github.com/arrow-py/arrow) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 730 Β· πŸ“¦ 180K):
git clone https://github.com/arrow-py/arrow
- [PyPi](https://pypi.org/project/arrow) (πŸ“₯ 77M / month Β· πŸ“¦ 2.3K Β· ⏱️ 18.10.2025):
pip install arrow
- [Conda](https://anaconda.org/conda-forge/arrow) (πŸ“₯ 14M Β· ⏱️ 18.10.2025):
conda install -c conda-forge arrow
dateparser (πŸ₯‡32 Β· ⭐ 2.8K) - python parser for human readable dates. BSD-3 - [GitHub](https://github.com/scrapinghub/dateparser) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 510 Β· πŸ“¦ 40K):
git clone https://github.com/scrapinghub/dateparser
- [PyPi](https://pypi.org/project/dateparser) (πŸ“₯ 46M / month Β· πŸ“¦ 1.7K Β· ⏱️ 04.08.2026):
pip install dateparser
- [Conda](https://anaconda.org/conda-forge/dateparser) (πŸ“₯ 2M Β· ⏱️ 04.08.2026):
conda install -c conda-forge dateparser
pytz (πŸ₯‡32 Β· ⭐ 390) - pytz Python historical timezone library and database. MIT - [GitHub](https://github.com/stub42/pytz) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 110 Β· πŸ“¦ 2.5M):
git clone https://github.com/stub42/pytz
- [PyPi](https://pypi.org/project/pytz) (πŸ“₯ 550M / month Β· πŸ“¦ 16K Β· ⏱️ 25.07.2026):
pip install pytz
- [Conda](https://anaconda.org/conda-forge/pytz) (πŸ“₯ 97M Β· ⏱️ 26.07.2026):
conda install -c conda-forge pytz
holidays (πŸ₯ˆ31 Β· ⭐ 1.9K) - Open World Holidays Framework. MIT - [GitHub](https://github.com/vacanza/holidays) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 710 Β· πŸ“¦ 28K):
git clone https://github.com/vacanza/holidays
- [PyPi](https://pypi.org/project/holidays) (πŸ“₯ 31M / month Β· πŸ“¦ 650 Β· ⏱️ 27.08.2026):
pip install holidays
- [Conda](https://anaconda.org/conda-forge/holidays) (πŸ“₯ 4.7M Β· ⏱️ 18.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](https://github.com/regebro/tzlocal) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 64 Β· πŸ“¦ 220K):
git clone https://github.com/regebro/tzlocal
- [PyPi](https://pypi.org/project/tzlocal) (πŸ“₯ 230M / month Β· πŸ“¦ 2.4K Β· ⏱️ 29.06.2026):
pip install tzlocal
- [Conda](https://anaconda.org/conda-forge/tzlocal) (πŸ“₯ 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](https://github.com/dateutil/dateutil) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 540):
git clone https://github.com/dateutil/dateutil
- [PyPi](https://pypi.org/project/python-dateutil) (πŸ“₯ 1.2B / month Β· πŸ“¦ 12K Β· ⏱️ 01.03.2024):
pip install python-dateutil
- [Conda](https://anaconda.org/conda-forge/python-dateutil) (πŸ“₯ 110M Β· ⏱️ 28.06.2025):
conda install -c conda-forge python-dateutil
pendulum (πŸ₯‰28 Β· ⭐ 6.6K Β· πŸ’€) - Python datetimes made easy. MIT - [GitHub]() (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 420 Β· πŸ“¦ 41K):
git clone https://github.com/sdispater/pendulum
- [PyPi](https://pypi.org/project/pendulum) (πŸ“₯ 71M / month Β· πŸ“¦ 1.6K Β· ⏱️ 30.01.2026):
pip install pendulum
- [Conda](https://anaconda.org/conda-forge/pendulum) (πŸ“₯ 2.4M Β· ⏱️ 31.01.2026):
conda install -c conda-forge pendulum
Show 2 hidden projects... - isodate (πŸ₯‰29 Β· ⭐ 170 Β· πŸ’€) - ISO 8601 date/time parser. BSD-3 - parsedatetime (πŸ₯‰26 Β· ⭐ 700 Β· πŸ’€) - Parse human-readable date/time strings. Apache-2


File & Path UtilitiesΒ€

Back to top

filesystem_spec (πŸ₯‡34 Β· ⭐ 1.3K) - A specification that python filesystems should adhere to. BSD-3 - [GitHub](https://github.com/fsspec/filesystem_spec) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 470 Β· πŸ“¦ 310K):
git clone https://github.com/fsspec/filesystem_spec
- [PyPi](https://pypi.org/project/fsspec) (πŸ“₯ 890M / month Β· πŸ“¦ 3.9K Β· ⏱️ 28.07.2026):
pip install fsspec
- [Conda](https://anaconda.org/conda-forge/fsspec) (πŸ“₯ 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](https://github.com/gorakhargosh/watchdog) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 720 Β· πŸ“¦ 270K):
git clone https://github.com/gorakhargosh/watchdog
- [PyPi](https://pypi.org/project/watchdog) (πŸ“₯ 120M / month Β· πŸ“¦ 2.7K Β· ⏱️ 01.11.2024):
pip install watchdog
- [Conda](https://anaconda.org/conda-forge/watchdog) (πŸ“₯ 6.2M Β· ⏱️ 04.03.2026):
conda install -c conda-forge watchdog
filelock (πŸ₯ˆ31 Β· ⭐ 980) - A platform independent file lock. MIT - [GitHub]() (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 140 Β· πŸ“¦ 740K):
git clone https://github.com/tox-dev/py-filelock
- [PyPi](https://pypi.org/project/filelock) (πŸ“₯ 730M / month Β· πŸ“¦ 5.7K Β· ⏱️ 23.08.2026):
pip install filelock
- [Conda](https://anaconda.org/conda-forge/filelock) (πŸ“₯ 49M Β· ⏱️ 23.08.2026):
conda install -c conda-forge filelock
aiofiles (πŸ₯ˆ30 Β· ⭐ 3.2K Β· πŸ’€) - File support for asyncio. Apache-2 - [GitHub](https://github.com/Tinche/aiofiles) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 170 Β· πŸ“¦ 250K):
git clone https://github.com/Tinche/aiofiles
- [PyPi](https://pypi.org/project/aiofiles) (πŸ“₯ 160M / month Β· πŸ“¦ 7.7K Β· ⏱️ 09.10.2025):
pip install aiofiles
- [Conda](https://anaconda.org/conda-forge/aiofiles) (πŸ“₯ 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](https://github.com/benhoyt/scandir) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 68):
git clone https://github.com/benhoyt/scandir
- [PyPi](https://pypi.org/project/scandir) (πŸ“₯ 2.1M / month Β· πŸ“¦ 220 Β· ⏱️ 09.03.2019):
pip install scandir
- [Conda](https://anaconda.org/conda-forge/scandir) (πŸ“₯ 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 (πŸ₯‰24 Β· ⭐ 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


CompatiblityΒ€

Back to top

typing (πŸ₯ˆ27 Β· ⭐ 1.7K) - Python static typing home. Hosts the documentation and a user help.. Python-2.0 - [GitHub](https://github.com/python/typing) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 290):
git clone https://github.com/python/typing
- [PyPi](https://pypi.org/project/typing) (πŸ“₯ 4.4M / month Β· πŸ“¦ 3.3K Β· ⏱️ 01.05.2021):
pip install typing
- [Conda](https://anaconda.org/conda-forge/typing) (πŸ“₯ 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


CryptographyΒ€

Back to top

bcrypt (πŸ₯ˆ32 Β· ⭐ 1.4K Β· πŸ’€) - Modern(-ish) password hashing for your software and your servers. Apache-2 - [GitHub](https://github.com/pyca/bcrypt) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 180 Β· πŸ“¦ 360K):
git clone https://github.com/pyca/bcrypt
- [PyPi](https://pypi.org/project/bcrypt) (πŸ“₯ 210M / month Β· πŸ“¦ 2K Β· ⏱️ 25.09.2025):
pip install bcrypt
- [Conda](https://anaconda.org/conda-forge/bcrypt) (πŸ“₯ 13M Β· ⏱️ 07.11.2025):
conda install -c conda-forge bcrypt
pycryptodomex (πŸ₯ˆ31 Β· ⭐ 3.2K) - A self-contained cryptographic library for Python. BSD-3 - [GitHub](https://github.com/Legrandin/pycryptodome) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 560 Β· πŸ“¦ 140K):
git clone https://github.com/Legrandin/pycryptodome
- [PyPi](https://pypi.org/project/pycryptodomex) (πŸ“₯ 63M / month Β· πŸ“¦ 1.6K Β· ⏱️ 17.05.2025):
pip install pycryptodomex
- [Conda](https://anaconda.org/conda-forge/pycryptodomex) (πŸ“₯ 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](https://pypi.org/project/tink) (πŸ“₯ 2M / month Β· πŸ“¦ 22 Β· ⏱️ 13.08.2026):
pip install tink
- [npm](https://www.npmjs.com/package/tink-crypto) (πŸ“₯ 1.3K / month Β· πŸ“¦ 3 Β· ⏱️ 02.05.2023):
npm install tink-crypto
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


Infrastructure & DevOpsΒ€

Back to top

botocore (πŸ₯‡36 Β· ⭐ 1.6K Β· πŸ“‰) - The low-level, core functionality of boto3 and the AWS CLI. Apache-2 - [GitHub](https://github.com/boto/botocore) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.2K Β· πŸ“¦ 440K):
git clone https://github.com/boto/botocore
- [PyPi](https://pypi.org/project/botocore) (πŸ“₯ 1.3B / month Β· πŸ“¦ 4.9K Β· ⏱️ 26.08.2026):
pip install botocore
- [Conda](https://anaconda.org/conda-forge/botocore) (πŸ“₯ 50M Β· ⏱️ 27.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](https://github.com/ansible/ansible) (πŸ‘¨β€πŸ’» 6.9K Β· πŸ”€ 24K Β· πŸ“¦ 42K):
git clone https://github.com/ansible/ansible
- [PyPi](https://pypi.org/project/ansible) (πŸ“₯ 12M / month Β· πŸ“¦ 600 Β· ⏱️ 14.08.2026):
pip install ansible
- [Conda](https://anaconda.org/conda-forge/ansible) (πŸ“₯ 2M Β· ⏱️ 15.08.2026):
conda install -c conda-forge ansible
docker (πŸ₯‡35 Β· ⭐ 7.2K) - A Python library for the Docker Engine API. Apache-2 - [GitHub](https://github.com/docker/docker-py) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 1.7K Β· πŸ“¦ 130K):
git clone https://github.com/docker/docker-py
- [PyPi](https://pypi.org/project/docker) (πŸ“₯ 200M / month Β· πŸ“¦ 5.8K Β· ⏱️ 09.07.2026):
pip install docker
- [Conda](https://anaconda.org/conda-forge/docker-py) (πŸ“₯ 8.1M Β· ⏱️ 12.07.2026):
conda install -c conda-forge docker-py
pulumi (πŸ₯ˆ33 Β· ⭐ 26K) - Pulumi - Infrastructure as Code in any programming language. Apache-2 - [GitHub](https://github.com/pulumi/pulumi) (πŸ‘¨β€πŸ’» 4K Β· πŸ”€ 1.4K Β· πŸ“¦ 11K):
git clone https://github.com/pulumi/pulumi
- [PyPi](https://pypi.org/project/pulumi) (πŸ“₯ 8M / month Β· πŸ“¦ 580 Β· ⏱️ 27.08.2026):
pip install pulumi
- [npm](https://www.npmjs.com/package/@pulumi/pulumi) (πŸ“₯ 12M / month Β· πŸ“¦ 930 Β· ⏱️ 25.08.2026):
npm install @pulumi/pulumi
paramiko (πŸ₯ˆ33 Β· ⭐ 9.8K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1 - [GitHub](https://github.com/paramiko/paramiko) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.1K Β· πŸ“¦ 130K):
git clone https://github.com/paramiko/paramiko
- [PyPi](https://pypi.org/project/paramiko) (πŸ“₯ 150M / month Β· πŸ“¦ 4.6K Β· ⏱️ 09.05.2026):
pip install paramiko
- [Conda](https://anaconda.org/conda-forge/paramiko) (πŸ“₯ 9.7M Β· ⏱️ 19.05.2026):
conda install -c conda-forge paramiko
awscli (πŸ₯ˆ32 Β· ⭐ 17K) - Universal Command Line Interface for Amazon Web Services. Apache-2 - [GitHub](https://github.com/aws/aws-cli) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 4.6K Β· πŸ“¦ 5):
git clone https://github.com/aws/aws-cli
- [PyPi](https://pypi.org/project/awscli) (πŸ“₯ 180M / month Β· πŸ“¦ 780 Β· ⏱️ 05.08.2026):
pip install awscli
- [Conda](https://anaconda.org/conda-forge/awscli) (πŸ“₯ 62M Β· ⏱️ 27.08.2026):
conda install -c conda-forge awscli
kubernetes (πŸ₯ˆ31 Β· ⭐ 7.6K) - Official Python client library for kubernetes. Apache-2 - [GitHub](https://github.com/kubernetes-client/python) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 3.5K):
git clone https://github.com/kubernetes-client/python
- [PyPi](https://pypi.org/project/kubernetes) (πŸ“₯ 110M / month Β· πŸ“¦ 2.5K Β· ⏱️ 13.07.2026):
pip install kubernetes
- [Conda](https://anaconda.org/conda-forge/kubernetes) (πŸ“₯ 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 - [GitHub](https://github.com/ktbyers/netmiko) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.4K Β· πŸ“¦ 5.7K):
git clone https://github.com/ktbyers/netmiko
- [PyPi](https://pypi.org/project/netmiko) (πŸ“₯ 1.2M / month Β· πŸ“¦ 270 Β· ⏱️ 12.05.2026):
pip install netmiko
plumbum (πŸ₯ˆ29 Β· ⭐ 3.1K) - Plumbum: Shell Combinators. MIT - [GitHub](https://github.com/tomerfiliba/plumbum) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 200 Β· πŸ“¦ 9.7K):
git clone https://github.com/tomerfiliba/plumbum
- [PyPi](https://pypi.org/project/plumbum) (πŸ“₯ 6M / month Β· πŸ“¦ 390 Β· ⏱️ 22.07.2026):
pip install plumbum
- [Conda](https://anaconda.org/conda-forge/plumbum) (πŸ“₯ 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](https://github.com/docker/compose) (πŸ‘¨β€πŸ’» 660 Β· πŸ”€ 5.8K Β· πŸ“¦ 250):
git clone https://github.com/docker/compose
- [PyPi](https://pypi.org/project/docker-compose) (πŸ“₯ 1.1M / month Β· πŸ“¦ 250 Β· ⏱️ 10.05.2021):
pip install docker-compose
- [Conda](https://anaconda.org/conda-forge/docker-compose) (πŸ“₯ 910K Β· ⏱️ 07.07.2026):
conda install -c conda-forge docker-compose
fabric (πŸ₯‰28 Β· ⭐ 15K) - Simple, Pythonic remote execution and deployment. BSD-2 - [GitHub](https://github.com/fabric/fabric) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 2K Β· πŸ“¦ 24):
git clone https://github.com/fabric/fabric
- [PyPi](https://pypi.org/project/fabric) (πŸ“₯ 12M / month Β· πŸ“¦ 450 Β· ⏱️ 06.04.2026):
pip install fabric
- [Conda](https://anaconda.org/conda-forge/fabric) (πŸ“₯ 640K Β· ⏱️ 06.04.2026):
conda install -c conda-forge fabric
pyinfra (πŸ₯‰24 Β· ⭐ 5.9K) - pyinfra automates/provisions/manages/deploys infrastructure. MIT - [GitHub]() (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 530 Β· πŸ“¦ 250):
git clone https://github.com/Fizzadar/pyinfra
- [PyPi](https://pypi.org/project/pyinfra) (πŸ“₯ 250K / month Β· πŸ“¦ 46 Β· ⏱️ 27.07.2026):
pip install pyinfra
storm (πŸ₯‰18 Β· ⭐ 3.3K) - Manage your SSH like a boss. MIT - [GitHub](https://github.com/emre/storm) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 150):
git clone https://github.com/emre/storm
- [PyPi](https://pypi.org/project/storm) (πŸ“₯ 2.7K / month Β· πŸ“¦ 4 Β· ⏱️ 02.07.2026):
pip install storm
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 (πŸ₯‰20 Β· ⭐ 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


Process UtilitiesΒ€

Back to top

sh (πŸ₯ˆ30 Β· ⭐ 7.2K) - Python process launching. MIT - [GitHub](https://github.com/amoffat/sh) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 510 Β· πŸ“¦ 19K):
git clone https://github.com/amoffat/sh
- [PyPi](https://pypi.org/project/sh) (πŸ“₯ 12M / month Β· πŸ“¦ 860 Β· ⏱️ 25.07.2026):
pip install sh
- [Conda](https://anaconda.org/conda-forge/sh) (πŸ“₯ 510K Β· ⏱️ 06.06.2026):
conda install -c conda-forge sh
supervisor (πŸ₯‰29 Β· ⭐ 8.9K) - Supervisor process control system for Unix.. ❗️Repoze Public License - [GitHub](https://github.com/Supervisor/supervisor) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.3K Β· πŸ“¦ 14K):
git clone https://github.com/Supervisor/supervisor
- [PyPi](https://pypi.org/project/supervisor) (πŸ“₯ 21M / month Β· πŸ“¦ 160 Β· ⏱️ 23.08.2025):
pip install supervisor
- [Conda](https://anaconda.org/conda-forge/supervisor) (πŸ“₯ 790K Β· ⏱️ 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 (πŸ₯ˆ30 Β· ⭐ 230 Β· πŸ’€) - Run a subprocess in a pseudo terminal. ISC


Asynchronous ProgrammingΒ€

Back to top

anyio (πŸ₯‡34 Β· ⭐ 2.4K) - High level asynchronous concurrency and networking framework that works on.. MIT - [GitHub](https://github.com/agronholm/anyio) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 180 Β· πŸ“¦ 670K):
git clone https://github.com/agronholm/anyio
- [PyPi](https://pypi.org/project/anyio) (πŸ“₯ 1.1B / month Β· πŸ“¦ 7.3K Β· ⏱️ 12.07.2026):
pip install anyio
- [Conda](https://anaconda.org/conda-forge/anyio) (πŸ“₯ 41M Β· ⏱️ 12.07.2026):
conda install -c conda-forge anyio
uvloop (πŸ₯ˆ33 Β· ⭐ 12K Β· πŸ“ˆ) - Ultra fast asyncio event loop. Apache-2 - [GitHub](https://github.com/MagicStack/uvloop) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 610 Β· πŸ“¦ 230K):
git clone https://github.com/MagicStack/uvloop
- [PyPi](https://pypi.org/project/uvloop) (πŸ“₯ 280M / month Β· πŸ“¦ 2K Β· ⏱️ 16.10.2025):
pip install uvloop
- [Conda](https://anaconda.org/conda-forge/uvloop) (πŸ“₯ 4.8M Β· ⏱️ 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.4K):
git clone https://github.com/tiangolo/asyncer
- [PyPi](https://pypi.org/project/asyncer) (πŸ“₯ 7.9M / month Β· πŸ“¦ 320 Β· ⏱️ 25.06.2026):
pip install asyncer
- [Conda](https://anaconda.org/conda-forge/asyncer) (πŸ“₯ 49K Β· ⏱️ 25.06.2026):
conda install -c conda-forge asyncer
aiomisc (πŸ₯‰22 Β· ⭐ 420) - aiomisc - miscellaneous utils for asyncio. MIT - [GitHub](https://github.com/aiokitchen/aiomisc) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 28 Β· πŸ“¦ 450):
git clone https://github.com/aiokitchen/aiomisc
- [PyPi](https://pypi.org/project/aiomisc) (πŸ“₯ 59K / month Β· πŸ“¦ 61 Β· ⏱️ 10.07.2026):
pip install aiomisc
Show 3 hidden projects... - greenlet (πŸ₯ˆ32 Β· ⭐ 1.8K) - Lightweight in-process concurrent programming. ❗Unlicensed - unsync (πŸ₯‰20 Β· ⭐ 900 Β· πŸ’€) - Unsynchronize asyncio. MIT - stopit (πŸ₯‰19 Β· ⭐ 35) - Raise asynchronous exceptions in other thread, control the timeout of.. ❗️GPL-3.0


ConfigurationΒ€

Back to top

python-dotenv (πŸ₯‡36 Β· ⭐ 8.8K) - Reads key-value pairs from a .env file and can set them as.. BSD-3 - [GitHub](https://github.com/theskumar/python-dotenv) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 560 Β· πŸ“¦ 1.7M):
git clone https://github.com/theskumar/python-dotenv
- [PyPi](https://pypi.org/project/python-dotenv) (πŸ“₯ 840M / month Β· πŸ“¦ 45K Β· ⏱️ 16.08.2026):
pip install python-dotenv
- [Conda](https://anaconda.org/conda-forge/python-dotenv) (πŸ“₯ 15M Β· ⏱️ 17.08.2026):
conda install -c conda-forge python-dotenv
traitlets (πŸ₯ˆ32 Β· ⭐ 650) - A lightweight Traits like module. BSD-3 - [GitHub](https://github.com/ipython/traitlets) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 210 Β· πŸ“¦ 620K):
git clone https://github.com/ipython/traitlets
- [PyPi](https://pypi.org/project/traitlets) (πŸ“₯ 160M / month Β· πŸ“¦ 2.3K Β· ⏱️ 03.08.2026):
pip install traitlets
- [Conda](https://anaconda.org/conda-forge/traitlets) (πŸ“₯ 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](https://github.com/omry/omegaconf) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 160 Β· πŸ“¦ 64K):
git clone https://github.com/omry/omegaconf
- [PyPi](https://pypi.org/project/omegaconf) (πŸ“₯ 44M / month Β· πŸ“¦ 2.6K Β· ⏱️ 07.08.2026):
pip install omegaconf
- [Conda](https://anaconda.org/conda-forge/omegaconf) (πŸ“₯ 2.8M Β· ⏱️ 10.08.2026):
conda install -c conda-forge omegaconf
Dynaconf (πŸ₯‰26 Β· ⭐ 4.3K) - The dynamic configurator for your Python Project. MIT - [GitHub]() (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 340):
git clone https://github.com/rochacbruno/dynaconf
- [PyPi](https://pypi.org/project/dynaconf) (πŸ“₯ 6.7M / month Β· πŸ“¦ 780 Β· ⏱️ 05.08.2026):
pip install dynaconf
- [Conda](https://anaconda.org/conda-forge/dynaconf) (πŸ“₯ 230K Β· ⏱️ 06.08.2026):
conda install -c conda-forge dynaconf
configobj (πŸ₯‰26 Β· ⭐ 340) - Python 3+ compatible port of the configobj library. BSD-3 - [GitHub](https://github.com/DiffSK/configobj) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 86 Β· πŸ“¦ 50K):
git clone https://github.com/DiffSK/configobj
- [PyPi](https://pypi.org/project/configobj) (πŸ“₯ 7.3M / month Β· πŸ“¦ 650 Β· ⏱️ 21.09.2024):
pip install configobj
- [Conda](https://anaconda.org/conda-forge/configobj) (πŸ“₯ 1.4M Β· ⏱️ 22.04.2025):
conda install -c conda-forge configobj
everett (πŸ₯‰17 Β· ⭐ 150 Β· πŸ’€) - configuration library for python projects. MPL-2.0 - [GitHub](https://github.com/willkg/everett) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 14):
git clone https://github.com/willkg/everett
- [PyPi](https://pypi.org/project/everett) (πŸ“₯ 640K / month Β· πŸ“¦ 22 Β· ⏱️ 15.10.2025):
pip install everett
- [Conda](https://anaconda.org/conda-forge/everett) (πŸ“₯ 120K Β· ⏱️ 22.04.2025):
conda install -c conda-forge everett
Show 3 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 - hydra (πŸ₯‰19 Β· ⭐ 20 Β· πŸ“‰) - A high performance persistent bloom filter. MIT


CLI DevelopmentΒ€

Back to top

click (πŸ₯‡38 Β· ⭐ 18K) - Python composable command line interface toolkit. BSD-3 - [GitHub](https://github.com/pallets/click) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 2K Β· πŸ“¦ 2.4M):
git clone https://github.com/pallets/click
- [PyPi](https://pypi.org/project/click) (πŸ“₯ 1.1B / month Β· πŸ“¦ 75K Β· ⏱️ 26.08.2026):
pip install click
- [Conda](https://anaconda.org/conda-forge/click) (πŸ“₯ 72M Β· ⏱️ 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](https://github.com/Textualize/rich) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.2K Β· πŸ“¦ 560K):
git clone https://github.com/Textualize/rich
- [PyPi](https://pypi.org/project/rich) (πŸ“₯ 640M / month Β· πŸ“¦ 44K Β· ⏱️ 12.04.2026):
pip install rich
- [Conda](https://anaconda.org/conda-forge/rich) (πŸ“₯ 25M Β· ⏱️ 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](https://pypi.org/project/typer) (πŸ“₯ 370M / month Β· πŸ“¦ 33K Β· ⏱️ 03.08.2026):
pip install typer
- [Conda](https://anaconda.org/conda-forge/typer) (πŸ“₯ 14M Β· ⏱️ 03.08.2026):
conda install -c conda-forge typer
argcomplete (πŸ₯ˆ32 Β· ⭐ 1.6K) - Python and tab completion, better together. Apache-2 - [GitHub](https://github.com/kislyuk/argcomplete) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 150 Β· πŸ“¦ 75K):
git clone https://github.com/kislyuk/argcomplete
- [PyPi](https://pypi.org/project/argcomplete) (πŸ“₯ 81M / month Β· πŸ“¦ 2.4K Β· ⏱️ 06.08.2026):
pip install argcomplete
- [Conda](https://anaconda.org/conda-forge/argcomplete) (πŸ“₯ 3.9M Β· ⏱️ 08.08.2026):
conda install -c conda-forge argcomplete
python-fire (πŸ₯ˆ30 Β· ⭐ 28K Β· πŸ’€) - Python Fire is a library for automatically generating.. Apache-2 - [GitHub](https://github.com/google/python-fire) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 1.5K Β· πŸ“¦ 54K):
git clone https://github.com/google/python-fire
- [PyPi](https://pypi.org/project/fire) (πŸ“₯ 22M / month Β· πŸ“¦ 3K Β· ⏱️ 16.08.2025):
pip install fire
- [Conda](https://anaconda.org/conda-forge/fire) (πŸ“₯ 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](https://github.com/tmbo/questionary) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 99 Β· πŸ“¦ 25K):
git clone https://github.com/tmbo/questionary
- [PyPi](https://pypi.org/project/questionary) (πŸ“₯ 26M / month Β· πŸ“¦ 1.4K Β· ⏱️ 28.08.2025):
pip install questionary
- [Conda](https://anaconda.org/conda-forge/questionary) (πŸ“₯ 500K Β· ⏱️ 08.09.2025):
conda install -c conda-forge questionary
python-prompt-toolkit (πŸ₯‰27 Β· ⭐ 11K) - Library for building powerful interactive command line.. BSD-3 - [GitHub](https://github.com/prompt-toolkit/python-prompt-toolkit) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 800):
git clone https://github.com/prompt-toolkit/python-prompt-toolkit
- [PyPi](https://pypi.org/project/prompt_toolkit) (πŸ“₯ 250M / month Β· ⏱️ 26.07.2026):
pip install prompt_toolkit
- [Conda](https://anaconda.org/conda-forge/prompt-toolkit) (πŸ“₯ 47M Β· ⏱️ 27.07.2026):
conda install -c conda-forge prompt-toolkit
ConfigArgParse (πŸ₯‰27 Β· ⭐ 760) - Drop-in replacement for argparse with added support for config.. MIT - [GitHub](https://github.com/bw2/ConfigArgParse) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 120 Β· πŸ“¦ 26K):
git clone https://github.com/bw2/ConfigArgParse
- [PyPi](https://pypi.org/project/configargparse) (πŸ“₯ 21M / month Β· πŸ“¦ 770 Β· ⏱️ 11.03.2026):
pip install configargparse
- [Conda](https://anaconda.org/conda-forge/configargparse) (πŸ“₯ 2.2M Β· ⏱️ 11.03.2026):
conda install -c conda-forge configargparse
blessings (πŸ₯‰25 Β· ⭐ 1.5K Β· πŸ’€) - A thin, practical wrapper around terminal capabilities in Python. MIT - [GitHub](https://github.com/erikrose/blessings) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 150 Β· πŸ“¦ 11K):
git clone https://github.com/erikrose/blessings
- [PyPi](https://pypi.org/project/blessings) (πŸ“₯ 1M / month Β· πŸ“¦ 460 Β· ⏱️ 21.06.2018):
pip install blessings
- [Conda](https://anaconda.org/conda-forge/blessings) (πŸ“₯ 500K Β· ⏱️ 26.08.2025):
conda install -c conda-forge blessings
docopt-ng (πŸ₯‰24 Β· ⭐ 220) - Humane command line arguments parser. Now with maintenance, typehints,.. MIT - [GitHub](https://github.com/jazzband/docopt-ng) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 26 Β· πŸ“¦ 860):
git clone https://github.com/jazzband/docopt-ng
- [PyPi](https://pypi.org/project/docopt-ng) (πŸ“₯ 1.8M / month Β· πŸ“¦ 100 Β· ⏱️ 30.05.2023):
pip install docopt-ng
Click Extra (πŸ₯‰18 Β· ⭐ 120) - Drop-in replacement for Click to make user-friendly and.. ❗️GPL-2.0 - [GitHub](https://github.com/kdeldycke/click-extra) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 10 Β· πŸ“¦ 140):
git clone https://github.com/kdeldycke/click-extra
- [PyPi](https://pypi.org/project/click-extra) (πŸ“₯ 81K / month Β· πŸ“¦ 50 Β· ⏱️ 15.08.2026):
pip install click-extra
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 - cleo (πŸ₯‰27 Β· ⭐ 1.3K Β· πŸ’€) - Cleo allows you to create beautiful and testable command-line interfaces. MIT - docopt (πŸ₯‰26 Β· ⭐ 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 - clint (πŸ₯‰20 Β· ⭐ 95 Β· πŸ’€) - Python Command Line Interface Tools. ISC - bashplotlib (πŸ₯‰19 Β· ⭐ 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


Development ToolsΒ€

Back to top

πŸ”— best-of-python-dev ( ⭐ 1.2K Β· πŸ’€) - A ranked list of awesome python developer tools and libraries...


Data CachingΒ€

Back to top

cachetools (πŸ₯‡34 Β· ⭐ 2.8K) - Extensible memoizing collections and decorators. MIT - [GitHub](https://github.com/tkem/cachetools) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 200 Β· πŸ“¦ 700K):
git clone https://github.com/tkem/cachetools
- [PyPi](https://pypi.org/project/cachetools) (πŸ“₯ 330M / month Β· πŸ“¦ 5.2K Β· ⏱️ 01.08.2026):
pip install cachetools
- [Conda](https://anaconda.org/conda-forge/cachetools) (πŸ“₯ 23M Β· ⏱️ 02.08.2026):
conda install -c conda-forge cachetools
cached-property (πŸ₯ˆ28 Β· ⭐ 700) - A decorator for caching properties in classes. BSD-3 - [GitHub](https://github.com/pydanny/cached-property) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 79 Β· πŸ“¦ 58K):
git clone https://github.com/pydanny/cached-property
- [PyPi](https://pypi.org/project/cached-property) (πŸ“₯ 25M / month Β· πŸ“¦ 1.6K Β· ⏱️ 25.10.2024):
pip install cached-property
- [Conda](https://anaconda.org/conda-forge/cached-property) (πŸ“₯ 27M Β· ⏱️ 25.08.2026):
conda install -c conda-forge cached-property
aiocache (πŸ₯ˆ27 Β· ⭐ 1.4K Β· πŸ’€) - Asyncio cache manager for redis, memcached and memory. BSD-3 - [GitHub](https://github.com/aio-libs/aiocache) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 170 Β· πŸ“¦ 5.1K):
git clone https://github.com/aio-libs/aiocache
- [PyPi](https://pypi.org/project/aiocache) (πŸ“₯ 8.3M / month Β· πŸ“¦ 150 Β· ⏱️ 25.09.2024):
pip install aiocache
beaker (πŸ₯‰24 Β· ⭐ 510) - WSGI middleware for sessions and caching. BSD-3 - [GitHub](https://github.com/bbangert/beaker) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 140 Β· πŸ“¦ 6.2K):
git clone https://github.com/bbangert/beaker
- [PyPi](https://pypi.org/project/beaker) (πŸ“₯ 210K / month Β· πŸ“¦ 94 Β· ⏱️ 30.05.2026):
pip install beaker
- [Conda](https://anaconda.org/conda-forge/beaker) (πŸ“₯ 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](https://github.com/lericson/pylibmc) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 140 Β· πŸ“¦ 5.9K):
git clone https://github.com/lericson/pylibmc
- [PyPi](https://pypi.org/project/pylibmc) (πŸ“₯ 540K / month Β· πŸ“¦ 79 Β· ⏱️ 30.08.2022):
pip install pylibmc
- [Conda](https://anaconda.org/conda-forge/pylibmc) (πŸ“₯ 480K Β· ⏱️ 28.08.2025):
conda install -c conda-forge pylibmc
Show 1 hidden projects... - cachier (πŸ₯‰17 Β· ⭐ 660) - Persistent, stale-free, local and cross-machine caching for.. ❗Unlicensed


GUI DevelopmentΒ€

Back to top

πŸ”— 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](https://github.com/kivy/kivy) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 3.1K Β· πŸ“¦ 18K):
git clone https://github.com/kivy/kivy
- [PyPi](https://pypi.org/project/kivy) (πŸ“₯ 270K / month Β· πŸ“¦ 360 Β· ⏱️ 26.12.2024):
pip install kivy
- [Conda](https://anaconda.org/conda-forge/kivy) (πŸ“₯ 700K Β· ⏱️ 29.03.2026):
conda install -c conda-forge kivy
DearPyGui (πŸ₯ˆ27 Β· ⭐ 15K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT - [GitHub](https://github.com/hoffstadt/DearPyGui) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 780 Β· πŸ“¦ 4.5K):
git clone https://github.com/hoffstadt/DearPyGui
- [PyPi](https://pypi.org/project/dearpygui) (πŸ“₯ 200K / month Β· πŸ“¦ 210 Β· ⏱️ 01.05.2026):
pip install dearpygui
Gooey (πŸ₯ˆ24 Β· ⭐ 21K) - Turn (almost) any Python command line program into a full GUI application.. MIT - [GitHub](https://github.com/chriskiehl/Gooey) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1K Β· πŸ“¦ 1.1K):
git clone https://github.com/chriskiehl/Gooey
- [PyPi](https://pypi.org/project/gooey) (πŸ“₯ 6.2K / month Β· πŸ“¦ 100 Β· ⏱️ 29.01.2022):
pip install gooey
- [Conda](https://anaconda.org/conda-forge/gooey) (πŸ“₯ 150K Β· ⏱️ 26.03.2026):
conda install -c conda-forge gooey
toga (πŸ₯ˆ24 Β· ⭐ 5.4K) - A Python native, OS native GUI toolkit. BSD-3 - [GitHub](https://github.com/beeware/toga) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 820 Β· πŸ“¦ 3):
git clone https://github.com/beeware/toga
- [PyPi](https://pypi.org/project/toga) (πŸ“₯ 8.6K / month Β· πŸ“¦ 50 Β· ⏱️ 08.07.2026):
pip install toga
- [npm](https://www.npmjs.com/package/@pybee/toga) (πŸ“₯ 56 / month Β· πŸ“¦ 5 Β· ⏱️ 23.04.2017):
npm install @pybee/toga
Show 5 hidden projects... - PySimpleGUI (πŸ₯ˆ25 Β· ⭐ 14K) - PySimpleGUI is a Python package that enables Python.. ❗️PySimpleGUI License - 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 - Eel (πŸ₯‰19 Β· ⭐ 6.8K Β· πŸ’€) - For little HTML GUI applications, with easy Python/JS interop. MIT - enaml (πŸ₯‰19 Β· ⭐ 1.6K Β· πŸ’€) - Declarative User Interfaces for Python. ❗Unlicensed


Computer & Machine VisionΒ€

Back to top

πŸ”— 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Β€

Back to top

πŸ”— best-of-ml-python ( ⭐ 16K Β· πŸ’€) - A ranked list of awesome machine learning Python libraries. Updated..


Text DataΒ€

Back to top

πŸ”— best-of-ml-python - NLP ( ⭐ 16K Β· πŸ’€) - Collection of text processing and NLP libraries.

chardet (πŸ₯‡33 Β· ⭐ 2.7K) - Python character encoding detector. ❗️0BSD - [GitHub](https://github.com/chardet/chardet) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 310 Β· πŸ“¦ 970K):
git clone https://github.com/chardet/chardet
- [PyPi](https://pypi.org/project/chardet) (πŸ“₯ 230M / month Β· πŸ“¦ 7.4K Β· ⏱️ 14.08.2026):
pip install chardet
- [Conda](https://anaconda.org/conda-forge/chardet) (πŸ“₯ 34M Β· ⏱️ 17.08.2026):
conda install -c conda-forge chardet
- [npm](https://www.npmjs.com/package/@pypi/chardet) (πŸ“₯ 82 / month Β· πŸ“¦ 7 Β· ⏱️ 20.08.2017):
npm install @pypi/chardet
phonenumbers (πŸ₯‡29 Β· ⭐ 3.8K) - Python port of Googles libphonenumber. Apache-2 - [GitHub](https://github.com/daviddrysdale/python-phonenumbers) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 440):
git clone https://github.com/daviddrysdale/python-phonenumbers
- [PyPi](https://pypi.org/project/phonenumbers) (πŸ“₯ 40M / month Β· πŸ“¦ 970 Β· ⏱️ 14.08.2026):
pip install phonenumbers
- [Conda](https://anaconda.org/conda-forge/phonenumbers) (πŸ“₯ 2.6M Β· ⏱️ 15.08.2026):
conda install -c conda-forge phonenumbers
emoji (πŸ₯‡29 Β· ⭐ 2K Β· πŸ’€) - emoji terminal output for Python. BSD-3 - [GitHub](https://github.com/carpedm20/emoji) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 300 Β· πŸ“¦ 93K):
git clone https://github.com/carpedm20/emoji
- [PyPi](https://pypi.org/project/emoji) (πŸ“₯ 17M / month Β· πŸ“¦ 1.3K Β· ⏱️ 21.09.2025):
pip install emoji
- [Conda](https://anaconda.org/conda-forge/emoji) (πŸ“₯ 270K Β· ⏱️ 21.09.2025):
conda install -c conda-forge emoji
humanize (πŸ₯‡29 Β· ⭐ 1.7K) - python humanize functions. MIT - [GitHub](https://github.com/jmoiron/humanize) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 150):
git clone https://github.com/jmoiron/humanize
- [PyPi](https://pypi.org/project/humanize) (πŸ“₯ 68M / month Β· πŸ“¦ 1.9K Β· ⏱️ 30.06.2026):
pip install humanize
- [Conda](https://anaconda.org/conda-forge/humanize) (πŸ“₯ 1.6M Β· ⏱️ 01.07.2026):
conda install -c conda-forge humanize
python-slugify (πŸ₯‡29 Β· ⭐ 1.6K) - Returns unicode slugs. MIT - [GitHub](https://github.com/un33k/python-slugify) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 130 Β· πŸ“¦ 120K):
git clone https://github.com/un33k/python-slugify
- [PyPi](https://pypi.org/project/python-slugify) (πŸ“₯ 87M / month Β· πŸ“¦ 1.5K Β· ⏱️ 08.02.2024):
pip install python-slugify
- [Conda](https://anaconda.org/conda-forge/python-slugify) (πŸ“₯ 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](https://github.com/WojciechMula/pyahocorasick) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 140 Β· πŸ“¦ 4.4K):
git clone https://github.com/WojciechMula/pyahocorasick
- [PyPi](https://pypi.org/project/pyahocorasick) (πŸ“₯ 5.9M / month Β· πŸ“¦ 270 Β· ⏱️ 27.04.2026):
pip install pyahocorasick
- [Conda](https://anaconda.org/conda-forge/pyahocorasick) (πŸ“₯ 600K Β· ⏱️ 18.12.2025):
conda install -c conda-forge pyahocorasick
coolname (πŸ₯‰24 Β· ⭐ 180) - Random Name and Slug Generator. BSD-2 - [GitHub](https://github.com/alexanderlukanin13/coolname) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 16 Β· πŸ“¦ 4.4K):
git clone https://github.com/alexanderlukanin13/coolname
- [PyPi](https://pypi.org/project/coolname) (πŸ“₯ 11M / month Β· πŸ“¦ 170 Β· ⏱️ 23.04.2026):
pip install coolname
- [Conda](https://anaconda.org/conda-forge/coolname) (πŸ“₯ 260K Β· ⏱️ 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 - [GitHub](https://github.com/scrapinghub/price-parser) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 54 Β· πŸ“¦ 560):
git clone https://github.com/scrapinghub/price-parser
- [PyPi](https://pypi.org/project/price-parser) (πŸ“₯ 820K / month Β· πŸ“¦ 40 Β· ⏱️ 19.03.2026):
pip install price-parser
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


Web DevelopmentΒ€

Back to top

πŸ”— best-of-web-python ( ⭐ 2.6K Β· πŸ’€) - A ranked list of awesome python libraries for web development...


Database ClientsΒ€

Back to top

Libraries for connecting to, operating, and querying databases.

boto3 (πŸ₯‡38 Β· ⭐ 9.9K) - Boto3, an AWS SDK for Python. Apache-2 - [GitHub](https://github.com/boto/boto3) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 2K Β· πŸ“¦ 610K):
git clone https://github.com/boto/boto3
- [PyPi](https://pypi.org/project/boto3) (πŸ“₯ 3.3B / month Β· πŸ“¦ 23K Β· ⏱️ 26.08.2026):
pip install boto3
- [Conda](https://anaconda.org/conda-forge/boto3) (πŸ“₯ 36M Β· ⏱️ 27.08.2026):
conda install -c conda-forge boto3
SQLAlchemy (πŸ₯‡37 Β· ⭐ 12K) - The Database Toolkit for Python. MIT - [GitHub](https://github.com/sqlalchemy/sqlalchemy) (πŸ‘¨β€πŸ’» 860 Β· πŸ”€ 1.7K Β· πŸ“¦ 1.2M):
git clone https://github.com/sqlalchemy/sqlalchemy
- [PyPi](https://pypi.org/project/SQLAlchemy) (πŸ“₯ 430M / month Β· πŸ“¦ 22K Β· ⏱️ 11.08.2026):
pip install SQLAlchemy
- [Conda](https://anaconda.org/conda-forge/sqlalchemy) (πŸ“₯ 31M Β· ⏱️ 12.08.2026):
conda install -c conda-forge sqlalchemy
alembic (πŸ₯‡35 Β· ⭐ 4.3K) - A database migrations tool for SQLAlchemy. MIT - [GitHub](https://github.com/sqlalchemy/alembic) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 360 Β· πŸ“¦ 350K):
git clone https://github.com/sqlalchemy/alembic
- [PyPi](https://pypi.org/project/alembic) (πŸ“₯ 230M / month Β· πŸ“¦ 4.6K Β· ⏱️ 08.08.2026):
pip install alembic
- [Conda](https://anaconda.org/conda-forge/alembic) (πŸ“₯ 12M Β· ⏱️ 09.08.2026):
conda install -c conda-forge alembic
redis (πŸ₯‡34 Β· ⭐ 14K) - Redis Python client. MIT - [GitHub](https://github.com/redis/redis-py) (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 2.7K):
git clone https://github.com/redis/redis-py
- [PyPi](https://pypi.org/project/redis) (πŸ“₯ 270M / month Β· πŸ“¦ 13K Β· ⏱️ 30.07.2026):
pip install redis
- [Conda](https://anaconda.org/conda-forge/redis-py) (πŸ“₯ 2.8M Β· ⏱️ 31.07.2026):
conda install -c conda-forge redis-py
google-cloud-storage (πŸ₯‡34 Β· ⭐ 5.4K) - Google Cloud Client Libraries for Python. Apache-2 - [GitHub](https://github.com/googleapis/google-cloud-python) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 1.8K Β· πŸ“¦ 2.6K):
git clone https://github.com/googleapis/google-cloud-python
- [PyPi](https://pypi.org/project/google-cloud-storage) (πŸ“₯ 250M / month Β· πŸ“¦ 3.3K Β· ⏱️ 06.08.2026):
pip install google-cloud-storage
- [Conda](https://anaconda.org/conda-forge/google-cloud-storage) (πŸ“₯ 7.6M Β· ⏱️ 06.08.2026):
conda install -c conda-forge google-cloud-storage
kafka-python (πŸ₯‡33 Β· ⭐ 5.9K) - Python client for Apache Kafka. Apache-2 - [GitHub](https://github.com/dpkp/kafka-python) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 1.5K Β· πŸ“¦ 37K):
git clone https://github.com/dpkp/kafka-python
- [PyPi](https://pypi.org/project/kafka-python) (πŸ“₯ 25M / month Β· πŸ“¦ 1.1K Β· ⏱️ 16.08.2026):
pip install kafka-python
- [Conda](https://anaconda.org/conda-forge/kafka-python) (πŸ“₯ 530K Β· ⏱️ 16.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](https://github.com/Azure/azure-sdk-for-python) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 3.3K Β· πŸ“¦ 2.8K):
git clone https://github.com/Azure/azure-sdk-for-python
- [PyPi](https://pypi.org/project/azure-storage-blob) (πŸ“₯ 140M / month Β· πŸ“¦ 2K Β· ⏱️ 10.08.2026):
pip install azure-storage-blob
- [Conda](https://anaconda.org/conda-forge/azure-storage-blob) (πŸ“₯ 2M Β· ⏱️ 08.06.2026):
conda install -c conda-forge azure-storage-blob
elasticsearch (πŸ₯‡33 Β· ⭐ 4.4K) - Official Python client for Elasticsearch. Apache-2 - [GitHub](https://github.com/elastic/elasticsearch-py) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 1.2K Β· πŸ“¦ 66K):
git clone https://github.com/elastic/elasticsearch-py
- [PyPi](https://pypi.org/project/elasticsearch) (πŸ“₯ 52M / month Β· πŸ“¦ 2.3K Β· ⏱️ 04.08.2026):
pip install elasticsearch
- [Conda](https://anaconda.org/conda-forge/elasticsearch) (πŸ“₯ 2M Β· ⏱️ 26.08.2026):
conda install -c conda-forge elasticsearch
s3transfer (πŸ₯‡33 Β· ⭐ 240) - Amazon S3 Transfer Manager for Python. Apache-2 - [GitHub](https://github.com/boto/s3transfer) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 160 Β· πŸ“¦ 390K):
git clone https://github.com/boto/s3transfer
- [PyPi](https://pypi.org/project/s3transfer) (πŸ“₯ 840M / month Β· πŸ“¦ 940 Β· ⏱️ 22.07.2026):
pip install s3transfer
- [Conda](https://anaconda.org/conda-forge/s3transfer) (πŸ“₯ 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](https://github.com/coleifer/peewee) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.4K Β· πŸ“¦ 24):
git clone https://github.com/coleifer/peewee
- [PyPi](https://pypi.org/project/peewee) (πŸ“₯ 52M / month Β· πŸ“¦ 1.4K Β· ⏱️ 23.08.2026):
pip install peewee
- [Conda](https://anaconda.org/conda-forge/peewee) (πŸ“₯ 2.3M Β· ⏱️ 23.08.2026):
conda install -c conda-forge peewee
PyMySQL (πŸ₯ˆ32 Β· ⭐ 7.8K) - MySQL client library for Python. MIT - [GitHub](https://github.com/PyMySQL/PyMySQL) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“¦ 290K):
git clone https://github.com/PyMySQL/PyMySQL
- [PyPi](https://pypi.org/project/PyMySQL) (πŸ“₯ 99M / month Β· πŸ“¦ 2.7K Β· ⏱️ 19.05.2026):
pip install PyMySQL
- [Conda](https://anaconda.org/conda-forge/pymysql) (πŸ“₯ 2.5M Β· ⏱️ 19.05.2026):
conda install -c conda-forge pymysql
Prometheus Client (πŸ₯ˆ32 Β· ⭐ 4.3K) - Prometheus instrumentation library for Python.. Apache-2 - [GitHub](https://github.com/prometheus/client_python) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 870):
git clone https://github.com/prometheus/client_python
- [PyPi](https://pypi.org/project/prometheus_client) (πŸ“₯ 180M / month Β· πŸ“¦ 4.8K Β· ⏱️ 24.07.2026):
pip install prometheus_client
- [Conda](https://anaconda.org/conda-forge/prometheus_client) (πŸ“₯ 28M Β· ⏱️ 25.07.2026):
conda install -c conda-forge prometheus_client
s3fs (πŸ₯ˆ32 Β· ⭐ 1K) - S3 Filesystem. BSD-3 - [GitHub](https://github.com/fsspec/s3fs) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 300 Β· πŸ“¦ 29K):
git clone https://github.com/fsspec/s3fs
- [PyPi](https://pypi.org/project/s3fs) (πŸ“₯ 640M / month Β· πŸ“¦ 2.1K Β· ⏱️ 28.07.2026):
pip install s3fs
- [Conda](https://anaconda.org/conda-forge/s3fs) (πŸ“₯ 13M Β· ⏱️ 16.06.2026):
conda install -c conda-forge s3fs
pymongo (πŸ₯ˆ31 Β· ⭐ 4.3K) - PyMongo - the Official MongoDB Python driver. Apache-2 - [GitHub](https://github.com/mongodb/mongo-python-driver) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.1K):
git clone https://github.com/mongodb/mongo-python-driver
- [PyPi](https://pypi.org/project/pymongo) (πŸ“₯ 110M / month Β· πŸ“¦ 6.4K Β· ⏱️ 20.04.2026):
pip install pymongo
- [Conda](https://anaconda.org/conda-forge/pymongo) (πŸ“₯ 7.4M Β· ⏱️ 21.04.2026):
conda install -c conda-forge pymongo
confluent-kafka-python (πŸ₯ˆ31 Β· ⭐ 490) - Confluents Kafka Python Client. Apache-2 - [GitHub](https://github.com/confluentinc/confluent-kafka-python) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 960 Β· πŸ“¦ 18K):
git clone https://github.com/confluentinc/confluent-kafka-python
- [PyPi](https://pypi.org/project/confluent-kafka) (πŸ“₯ 61M / month Β· πŸ“¦ 1K Β· ⏱️ 30.06.2026):
pip install confluent-kafka
- [Conda](https://anaconda.org/conda-forge/python-confluent-kafka) (πŸ“₯ 2.1M Β· ⏱️ 12.07.2026):
conda install -c conda-forge python-confluent-kafka
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](https://pypi.org/project/sqlmodel) (πŸ“₯ 23M / month Β· πŸ“¦ 1.9K Β· ⏱️ 25.06.2026):
pip install sqlmodel
- [Conda](https://anaconda.org/conda-forge/sqlmodel) (πŸ“₯ 310K Β· ⏱️ 26.06.2026):
conda install -c conda-forge sqlmodel
MongoEngine (πŸ₯ˆ30 Β· ⭐ 4.3K) - A Python Object-Document-Mapper for working with MongoDB. MIT - [GitHub](https://github.com/MongoEngine/mongoengine) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 1.2K Β· πŸ“¦ 28K):
git clone https://github.com/MongoEngine/mongoengine
- [PyPi](https://pypi.org/project/mongoengine) (πŸ“₯ 2.5M / month Β· πŸ“¦ 450 Β· ⏱️ 10.03.2026):
pip install mongoengine
- [Conda](https://anaconda.org/conda-forge/mongoengine) (πŸ“₯ 730K Β· ⏱️ 10.03.2026):
conda install -c conda-forge mongoengine
python-bigquery (πŸ₯ˆ30 Β· ⭐ 800) - This library has moved to.. Apache-2 - [GitHub](https://github.com/googleapis/python-bigquery) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 320):
git clone https://github.com/googleapis/python-bigquery
- [PyPi](https://pypi.org/project/google-cloud-bigquery) (πŸ“₯ 180M / month Β· πŸ“¦ 1.9K Β· ⏱️ 24.08.2026):
pip install google-cloud-bigquery
- [Conda](https://anaconda.org/conda-forge/google-cloud-bigquery) (πŸ“₯ 4.1M Β· ⏱️ 26.08.2026):
conda install -c conda-forge google-cloud-bigquery
Ibis (πŸ₯ˆ29 Β· ⭐ 6.5K) - the portable Python dataframe library. Apache-2 - [GitHub](https://github.com/ibis-project/ibis) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 720 Β· πŸ“¦ 5.4K):
git clone https://github.com/ibis-project/ibis
- [PyPi](https://pypi.org/project/ibis-framework) (πŸ“₯ 3.9M / month Β· πŸ“¦ 130 Β· ⏱️ 07.02.2026):
pip install ibis-framework
- [Conda](https://anaconda.org/conda-forge/ibis-framework) (πŸ“₯ 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](https://github.com/tortoise/tortoise-orm) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 500 Β· πŸ“¦ 11K):
git clone https://github.com/tortoise/tortoise-orm
- [PyPi](https://pypi.org/project/tortoise-orm) (πŸ“₯ 570K / month Β· πŸ“¦ 390 Β· ⏱️ 10.08.2026):
pip install tortoise-orm
- [Conda](https://anaconda.org/conda-forge/tortoise-orm) (πŸ“₯ 72K Β· ⏱️ 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](https://github.com/googleapis/python-bigquery-pandas) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 1.8K):
git clone https://github.com/googleapis/python-bigquery-pandas
- [PyPi](https://pypi.org/project/pandas-gbq) (πŸ“₯ 32M / month Β· πŸ“¦ 300 Β· ⏱️ 25.08.2026):
pip install pandas-gbq
- [Conda](https://anaconda.org/conda-forge/pandas-gbq) (πŸ“₯ 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](https://pypi.org/project/awswrangler) (πŸ“₯ 87M / month Β· πŸ“¦ 150 Β· ⏱️ 03.08.2026):
pip install awswrangler
- [Conda](https://anaconda.org/conda-forge/awswrangler) (πŸ“₯ 920K Β· ⏱️ 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](https://pypi.org/project/cassandra-driver) (πŸ“₯ 7.1M / month Β· πŸ“¦ 330 Β· ⏱️ 06.07.2026):
pip install cassandra-driver
- [Conda](https://anaconda.org/conda-forge/cassandra-driver) (πŸ“₯ 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](https://github.com/googleapis/python-bigtable) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 1.8K):
git clone https://github.com/googleapis/python-bigtable
- [PyPi](https://pypi.org/project/google-cloud-bigtable) (πŸ“₯ 80M / month Β· πŸ“¦ 73 Β· ⏱️ 24.08.2026):
pip install google-cloud-bigtable
- [Conda](https://anaconda.org/conda-forge/google-cloud-bigtable) (πŸ“₯ 250K Β· ⏱️ 26.08.2026):
conda install -c conda-forge google-cloud-bigtable
Pony (πŸ₯‰28 Β· ⭐ 3.8K) - Pony Object Relational Mapper. Apache-2 - [GitHub](https://github.com/ponyorm/pony) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 260 Β· πŸ“¦ 4.7K):
git clone https://github.com/ponyorm/pony
- [PyPi](https://pypi.org/project/pony) (πŸ“₯ 710K / month Β· πŸ“¦ 190 Β· ⏱️ 09.08.2026):
pip install pony
- [Conda](https://anaconda.org/conda-forge/pony) (πŸ“₯ 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](https://github.com/kayak/pypika) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 330 Β· πŸ“¦ 47K):
git clone https://github.com/kayak/pypika
- [PyPi](https://pypi.org/project/pypika) (πŸ“₯ 12M / month Β· πŸ“¦ 230 Β· ⏱️ 04.02.2026):
pip install pypika
- [Conda](https://anaconda.org/conda-forge/pypika) (πŸ“₯ 110K Β· ⏱️ 02.02.2026):
conda install -c conda-forge pypika
mysqlclient (πŸ₯‰28 Β· ⭐ 2.5K) - MySQL/MariaDB connector for Python. ❗️GPL-2.0 - [GitHub](https://github.com/PyMySQL/mysqlclient) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 450 Β· πŸ“¦ 210K):
git clone https://github.com/PyMySQL/mysqlclient
- [PyPi](https://pypi.org/project/mysqlclient) (πŸ“₯ 20M / month Β· πŸ“¦ 1.1K Β· ⏱️ 10.02.2026):
pip install mysqlclient
- [Conda](https://anaconda.org/conda-forge/mysqlclient) (πŸ“₯ 980K Β· ⏱️ 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](https://github.com/pudo/dataset) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 300 Β· πŸ“¦ 5.2K):
git clone https://github.com/pudo/dataset
- [PyPi](https://pypi.org/project/dataset) (πŸ“₯ 2.3M / month Β· πŸ“¦ 150 Β· ⏱️ 12.04.2026):
pip install dataset
- [Conda](https://anaconda.org/conda-forge/dataset) (πŸ“₯ 20K Β· ⏱️ 17.09.2025):
conda install -c conda-forge dataset
PynamoDB (πŸ₯‰26 Β· ⭐ 2.6K Β· πŸ’€) - A pythonic interface to Amazons DynamoDB. MIT - [GitHub](https://github.com/pynamodb/PynamoDB) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 430 Β· πŸ“¦ 2K):
git clone https://github.com/pynamodb/PynamoDB
- [PyPi](https://pypi.org/project/pynamodb) (πŸ“₯ 4M / month Β· πŸ“¦ 86 Β· ⏱️ 02.06.2025):
pip install pynamodb
- [Conda](https://anaconda.org/conda-forge/pynamodb) (πŸ“₯ 4M Β· ⏱️ 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 - [GitHub](https://github.com/apache/libcloud) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 930):
git clone https://github.com/apache/libcloud
- [PyPi](https://pypi.org/project/apache-libcloud) (πŸ“₯ 900K / month Β· πŸ“¦ 190 Β· ⏱️ 21.04.2026):
pip install apache-libcloud
piccolos (πŸ₯‰25 Β· ⭐ 1.9K) - A fast, user friendly ORM and query builder which supports asyncio. MIT - [GitHub](https://github.com/piccolo-orm/piccolo) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 110 Β· πŸ“¦ 540):
git clone https://github.com/piccolo-orm/piccolo
- [PyPi](https://pypi.org/project/piccolo) (πŸ“₯ 1.1M / month Β· πŸ“¦ 18 Β· ⏱️ 27.07.2026):
pip install piccolo
minio (πŸ₯‰24 Β· ⭐ 1K Β· πŸ’€) - MinIO Client SDK for Python. Apache-2 - [GitHub](https://github.com/minio/minio-py) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 370):
git clone https://github.com/minio/minio-py
- [PyPi](https://pypi.org/project/minio) (πŸ“₯ 11M / month Β· πŸ“¦ 820 Β· ⏱️ 27.11.2025):
pip install minio
- [Conda](https://anaconda.org/conda-forge/minio) (πŸ“₯ 390K Β· ⏱️ 27.11.2025):
conda install -c conda-forge minio
cx-Oracle (πŸ₯‰24 Β· ⭐ 900 Β· πŸ’€) - Obsolete Python interface to Oracle Database, now superseded by.. BSD-3 - [GitHub](https://github.com/oracle/python-cx_Oracle) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 360 Β· πŸ“¦ 9.2K):
git clone https://github.com/oracle/python-cx_Oracle
- [PyPi](https://pypi.org/project/cx-Oracle) (πŸ“₯ 3.1M / month Β· πŸ“¦ 430 Β· ⏱️ 20.07.2023):
pip install cx-Oracle
- [Conda](https://anaconda.org/conda-forge/cx_oracle) (πŸ“₯ 1.1M Β· ⏱️ 15.01.2026):
conda install -c conda-forge cx_oracle
pysolr (πŸ₯‰24 Β· ⭐ 700) - Pysolr Python Solr client. BSD-3 - [GitHub](https://github.com/django-haystack/pysolr) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 340 Β· πŸ“¦ 4K):
git clone https://github.com/django-haystack/pysolr
- [PyPi](https://pypi.org/project/pysolr) (πŸ“₯ 350K / month Β· πŸ“¦ 87 Β· ⏱️ 18.11.2025):
pip install pysolr
- [Conda](https://anaconda.org/conda-forge/pysolr) (πŸ“₯ 120K Β· ⏱️ 18.11.2025):
conda install -c conda-forge pysolr
umongo (πŸ₯‰24 Β· ⭐ 450) - sync/async MongoDB ODM, yes. MIT - [GitHub](https://github.com/Scille/umongo) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 68 Β· πŸ“¦ 26K):
git clone https://github.com/Scille/umongo
- [PyPi](https://pypi.org/project/umongo) (πŸ“₯ 35K / month Β· πŸ“¦ 10 Β· ⏱️ 01.03.2026):
pip install umongo
- [Conda](https://anaconda.org/conda-forge/umongo) (πŸ“₯ 19K Β· ⏱️ 20.08.2026):
conda install -c conda-forge umongo
Databases (πŸ₯‰23 Β· ⭐ 3.9K Β· πŸ’€) - Async database support for Python. BSD-3 - [GitHub](https://github.com/encode/databases) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 260):
git clone https://github.com/encode/databases
- [PyPi](https://pypi.org/project/databases) (πŸ“₯ 1.3M / month Β· πŸ“¦ 160 Β· ⏱️ 01.03.2024):
pip install databases
- [Conda](https://anaconda.org/conda-forge/databases) (πŸ“₯ 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 - [GitHub](https://github.com/art049/odmantic) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 98 Β· πŸ“¦ 3.6K):
git clone https://github.com/art049/odmantic
- [PyPi](https://pypi.org/project/odmantic) (πŸ“₯ 70K / month Β· πŸ“¦ 24 Β· ⏱️ 24.01.2026):
pip install odmantic
HappyBase (πŸ₯‰23 Β· ⭐ 610 Β· πŸ’€) - [UNMAINTAINED] A developer-friendly Python library to interact with.. MIT - [GitHub](https://github.com/python-happybase/happybase) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 160 Β· πŸ“¦ 1K):
git clone https://github.com/python-happybase/happybase
- [PyPi](https://pypi.org/project/happybase) (πŸ“₯ 72K / month Β· πŸ“¦ 44 Β· ⏱️ 26.09.2025):
pip install happybase
- [Conda](https://anaconda.org/conda-forge/happybase) (πŸ“₯ 390K Β· ⏱️ 22.04.2025):
conda install -c conda-forge happybase
filedepot (πŸ₯‰23 Β· ⭐ 160) - Toolkit for storing files and attachments in web applications. MIT - [GitHub](https://github.com/amol-/depot) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 41 Β· πŸ“¦ 1.5K):
git clone https://github.com/amol-/depot
- [PyPi](https://pypi.org/project/filedepot) (πŸ“₯ 22K / month Β· πŸ“¦ 15 Β· ⏱️ 22.07.2026):
pip install filedepot
neo4j-driver (πŸ₯‰22 Β· ⭐ 1K) - Neo4j Bolt driver for Python. Apache-2 - [GitHub](https://github.com/neo4j/neo4j-python-driver) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 210):
git clone https://github.com/neo4j/neo4j-python-driver
- [PyPi](https://pypi.org/project/neo4j-driver) (πŸ“₯ 97K / month Β· πŸ“¦ 65 Β· ⏱️ 04.05.2026):
pip install neo4j-driver
- [Conda](https://anaconda.org/conda-forge/neo4j-python-driver) (πŸ“₯ 520K Β· ⏱️ 04.05.2026):
conda install -c conda-forge neo4j-python-driver
cloudant (πŸ₯‰19 Β· ⭐ 160) - A Python library for Cloudant and CouchDB. Apache-2 - [GitHub](https://github.com/cloudant/python-cloudant) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 55):
git clone https://github.com/cloudant/python-cloudant
- [PyPi](https://pypi.org/project/cloudant) (πŸ“₯ 260K / month Β· πŸ“¦ 34 Β· ⏱️ 26.08.2021):
pip install cloudant
- [Conda](https://anaconda.org/conda-forge/cloudant) (πŸ“₯ 430K Β· ⏱️ 29.04.2026):
conda install -c conda-forge cloudant
psycopg3 (πŸ₯‰18 Β· ⭐ 2.4K) - New generation PostgreSQL database adapter for the Python.. ❗️LGPL-3.0 - [GitHub](https://github.com/psycopg/psycopg) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 240):
git clone https://github.com/psycopg/psycopg
PugSQL (πŸ₯‰18 Β· ⭐ 760 Β· πŸ’€) - A HugSQL-inspired database library for Python. Apache-2 - [GitHub](https://github.com/mcfunley/pugsql) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 27 Β· πŸ“¦ 84):
git clone https://github.com/mcfunley/pugsql
- [PyPi](https://pypi.org/project/pugsql) (πŸ“₯ 31K / month Β· πŸ“¦ 3 Β· ⏱️ 04.12.2025):
pip install pugsql
Show 21 hidden projects... - psycopg2 (πŸ₯ˆ32 Β· ⭐ 3.6K) - PostgreSQL database adapter for the Python.. ❗️BSD-3-Clause-Attribution - pyodbc (πŸ₯ˆ29 Β· ⭐ 3.1K) - Python ODBC bridge. ❗️MIT-0 - 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 - influxdb (πŸ₯‰25 Β· ⭐ 1.7K Β· πŸ’€) - Python client for InfluxDB. MIT - pygsheets (πŸ₯‰25 Β· ⭐ 1.5K Β· πŸ’€) - Google Sheets Python API v4. MIT - redis-py-cluster (πŸ₯‰25 Β· ⭐ 1.1K Β· πŸ’€) - Python cluster client for the official redis cluster... 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 - pyhdb (πŸ₯‰20 Β· ⭐ 320 Β· πŸ’€) - SAP HANA Connector in pure Python. Apache-2 - Queries (πŸ₯‰20 Β· ⭐ 260 Β· πŸ’€) - PostgreSQL database access simplified. BSD-3 - aioprometheus (πŸ₯‰20 Β· ⭐ 180 Β· πŸ’€) - A Prometheus Python client library for asyncio-based.. 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 - py2neo (πŸ₯‰15 Β· πŸ’€) - Python client library and toolkit for Neo4j. 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 - lazydata (πŸ₯‰13 Β· ⭐ 620 Β· πŸ’€) - Lazydata: Scalable data dependencies for Python projects. Apache-2


Data Loading & ExtractionΒ€

Back to top

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](https://github.com/huggingface/datasets) (πŸ‘¨β€πŸ’» 690 Β· πŸ”€ 3.3K Β· πŸ“¦ 130K):
git clone https://github.com/huggingface/datasets
- [PyPi](https://pypi.org/project/datasets) (πŸ“₯ 160M / month Β· πŸ“¦ 7.1K Β· ⏱️ 28.07.2026):
pip install datasets
- [Conda](https://anaconda.org/conda-forge/datasets) (πŸ“₯ 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](https://github.com/joke2k/faker) (πŸ‘¨β€πŸ’» 680 Β· πŸ”€ 2.1K Β· πŸ“¦ 300K):
git clone https://github.com/joke2k/faker
- [PyPi](https://pypi.org/project/Faker) (πŸ“₯ 81M / month Β· πŸ“¦ 3.6K Β· ⏱️ 21.08.2026):
pip install Faker
- [Conda](https://anaconda.org/conda-forge/faker) (πŸ“₯ 2.2M Β· ⏱️ 21.08.2026):
conda install -c conda-forge faker
Tablib (πŸ₯‡31 Β· ⭐ 4.8K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT - [GitHub](https://github.com/jazzband/tablib) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 610 Β· πŸ“¦ 130K):
git clone https://github.com/jazzband/tablib
- [PyPi](https://pypi.org/project/tablib) (πŸ“₯ 5.4M / month Β· πŸ“¦ 230 Β· ⏱️ 31.07.2026):
pip install tablib
- [Conda](https://anaconda.org/conda-forge/tablib) (πŸ“₯ 390K Β· ⏱️ 31.07.2026):
conda install -c conda-forge tablib
python-magic (πŸ₯‡31 Β· ⭐ 2.9K) - A python wrapper for libmagic. MIT - [GitHub](https://github.com/ahupp/python-magic) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 300 Β· πŸ“¦ 87K):
git clone https://github.com/ahupp/python-magic
- [PyPi](https://pypi.org/project/python-magic) (πŸ“₯ 36M / month Β· πŸ“¦ 1.5K Β· ⏱️ 07.06.2022):
pip install python-magic
- [Conda](https://anaconda.org/conda-forge/python-magic) (πŸ“₯ 950K Β· ⏱️ 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](https://github.com/martinblech/xmltodict) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 470 Β· πŸ“¦ 89K):
git clone https://github.com/martinblech/xmltodict
- [PyPi](https://pypi.org/project/xmltodict) (πŸ“₯ 130M / month Β· πŸ“¦ 3.9K Β· ⏱️ 22.02.2026):
pip install xmltodict
- [Conda](https://anaconda.org/conda-forge/xmltodict) (πŸ“₯ 7.4M Β· ⏱️ 22.02.2026):
conda install -c conda-forge xmltodict
xlrd (πŸ₯ˆ30 Β· ⭐ 2.2K Β· πŸ’€) - Please use openpyxl where you can... BSD-3 - [GitHub](https://github.com/python-excel/xlrd) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 440 Β· πŸ“¦ 250K):
git clone https://github.com/python-excel/xlrd
- [PyPi](https://pypi.org/project/xlrd) (πŸ“₯ 84M / month Β· πŸ“¦ 3.5K Β· ⏱️ 14.06.2025):
pip install xlrd
- [Conda](https://anaconda.org/conda-forge/xlrd) (πŸ“₯ 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](https://github.com/wkentaro/gdown) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 420 Β· πŸ“¦ 60K):
git clone https://github.com/wkentaro/gdown
- [PyPi](https://pypi.org/project/gdown) (πŸ“₯ 3.5M / month Β· πŸ“¦ 1.5K Β· ⏱️ 30.05.2026):
pip install gdown
- [Conda](https://anaconda.org/conda-forge/gdown) (πŸ“₯ 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](https://github.com/xlwings/xlwings) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 540 Β· πŸ“¦ 34K):
git clone https://github.com/xlwings/xlwings
- [PyPi](https://pypi.org/project/xlwings) (πŸ“₯ 980K / month Β· πŸ“¦ 310 Β· ⏱️ 17.08.2026):
pip install xlwings
- [Conda](https://anaconda.org/conda-forge/xlwings) (πŸ“₯ 2.1M Β· ⏱️ 18.08.2026):
conda install -c conda-forge xlwings
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](https://pypi.org/project/smart-open) (πŸ“₯ 76M / month Β· πŸ“¦ 700 Β· ⏱️ 15.07.2026):
pip install smart-open
- [Conda](https://anaconda.org/conda-forge/smart_open) (πŸ“₯ 5.1M Β· ⏱️ 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](https://github.com/intake/intake) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 150 Β· πŸ“¦ 3.7K):
git clone https://github.com/intake/intake
- [PyPi](https://pypi.org/project/intake) (πŸ“₯ 880K / month Β· πŸ“¦ 230 Β· ⏱️ 17.06.2026):
pip install intake
- [Conda](https://anaconda.org/conda-forge/intake) (πŸ“₯ 940K Β· ⏱️ 09.03.2026):
conda install -c conda-forge intake
textract (πŸ₯ˆ26 Β· ⭐ 4.5K Β· πŸ“‰) - extract text from any document. no muss. no fuss. MIT - [GitHub](https://github.com/deanmalmgren/textract) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 670 Β· πŸ“¦ 4.9K):
git clone https://github.com/deanmalmgren/textract
- [PyPi](https://pypi.org/project/textract) (πŸ“₯ 420K / month Β· πŸ“¦ 92 Β· ⏱️ 27.04.2026):
pip install textract
- [Conda](https://anaconda.org/conda-forge/textract) (πŸ“₯ 150K Β· ⏱️ 28.04.2026):
conda install -c conda-forge textract
csvkit (πŸ₯ˆ25 Β· ⭐ 6.4K) - A suite of utilities for converting to and working with CSV, the king of.. MIT - [GitHub](https://github.com/wireservice/csvkit) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 670 Β· πŸ“¦ 2K):
git clone https://github.com/wireservice/csvkit
- [PyPi](https://pypi.org/project/csvkit) (πŸ“₯ 490K / month Β· πŸ“¦ 49 Β· ⏱️ 15.12.2025):
pip install csvkit
- [Conda](https://anaconda.org/conda-forge/csvkit) (πŸ“₯ 370K Β· ⏱️ 26.04.2026):
conda install -c conda-forge csvkit
img2dataset (πŸ₯‰23 Β· ⭐ 4.2K Β· πŸ’€) - Easily turn large sets of image urls to an image dataset. Can.. MIT - [GitHub](https://github.com/rom1504/img2dataset) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 360 Β· πŸ“¦ 290):
git clone https://github.com/rom1504/img2dataset
- [PyPi](https://pypi.org/project/img2dataset) (πŸ“₯ 72K / month Β· πŸ“¦ 6 Β· ⏱️ 09.08.2025):
pip install img2dataset
camelot (πŸ₯‰23 Β· ⭐ 3.8K) - A Python library to extract tabular data from PDFs. MIT - [GitHub](https://github.com/camelot-dev/camelot) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 540 Β· πŸ“¦ 3.7K):
git clone https://github.com/camelot-dev/camelot
- [PyPi](https://pypi.org/project/camelot) (πŸ“₯ 3.4K / month Β· πŸ“¦ 6 Β· ⏱️ 15.12.2021):
pip install camelot
snorkel (πŸ₯‰22 Β· ⭐ 6K) - A system for quickly generating training data with weak supervision. Apache-2 - [GitHub](https://github.com/snorkel-team/snorkel) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 850 Β· πŸ“¦ 680):
git clone https://github.com/snorkel-team/snorkel
- [PyPi](https://pypi.org/project/snorkel) (πŸ“₯ 47K / month Β· πŸ“¦ 22 Β· ⏱️ 27.02.2024):
pip install snorkel
- [Conda](https://anaconda.org/conda-forge/snorkel) (πŸ“₯ 75K Β· ⏱️ 22.04.2025):
conda install -c conda-forge snorkel
Singer (πŸ₯‰22 Β· ⭐ 1.3K) - Standard for moving data between databases, web APIs, files,.. ❗️AGPL-3.0 - [GitHub](https://github.com/singer-io/getting-started) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 150):
git clone https://github.com/singer-io/getting-started
- [PyPi](https://pypi.org/project/singer-python) (πŸ“₯ 560K / month Β· πŸ“¦ 310 Β· ⏱️ 27.02.2026):
pip install singer-python
Upgini (πŸ₯‰19 Β· ⭐ 360) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 - [GitHub](https://github.com/upgini/upgini) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 26 Β· πŸ“¦ 11):
git clone https://github.com/upgini/upgini
- [PyPi](https://pypi.org/project/upgini) (πŸ“₯ 12K / month Β· ⏱️ 26.08.2026):
pip install upgini
rows (πŸ₯‰17 Β· ⭐ 890) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0 - [GitHub](https://github.com/turicas/rows) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 140 Β· πŸ“¦ 180):
git clone https://github.com/turicas/rows
- [PyPi](https://pypi.org/project/rows) (πŸ“₯ 5.5K / month Β· πŸ“¦ 6 Β· ⏱️ 15.12.2021):
pip install rows
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 (πŸ₯‰6 Β· ⭐ 27 Β· 🐣) - Download complete websites from the Wayback Machine with.. ❗️GPL-3.0


Data Pipelines & StreamingΒ€

Back to top

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](https://github.com/apache/airflow) (πŸ‘¨β€πŸ’» 4.6K Β· πŸ”€ 18K Β· πŸ“¦ 20K):
git clone https://github.com/apache/airflow
- [PyPi](https://pypi.org/project/apache-airflow) (πŸ“₯ 19M / month Β· πŸ“¦ 970 Β· ⏱️ 12.08.2026):
pip install apache-airflow
- [Conda](https://anaconda.org/conda-forge/airflow) (πŸ“₯ 2.1M Β· ⏱️ 20.08.2026):
conda install -c conda-forge airflow
- [Docker Hub](https://hub.docker.com/r/apache/airflow) (πŸ“₯ 1.6B Β· ⭐ 640 Β· ⏱️ 12.08.2026):
docker pull apache/airflow
Celery (πŸ₯‡36 Β· ⭐ 29K) - Asynchronous task queue/job queue based on distributed message passing. BSD-3 - [GitHub](https://github.com/celery/celery) (πŸ‘¨β€πŸ’» 1.5K Β· πŸ”€ 5.1K Β· πŸ“¦ 190K):
git clone https://github.com/celery/celery
- [PyPi](https://pypi.org/project/celery) (πŸ“₯ 57M / month Β· πŸ“¦ 2.6K Β· ⏱️ 26.03.2026):
pip install celery
- [Conda](https://anaconda.org/conda-forge/celery) (πŸ“₯ 3.1M Β· ⏱️ 26.07.2026):
conda install -c conda-forge celery
rq (πŸ₯‡33 Β· ⭐ 11K) - Simple job queues for Python. BSD-3 - [GitHub](https://github.com/rq/rq) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 1.5K Β· πŸ“¦ 22K):
git clone https://github.com/rq/rq
- [PyPi](https://pypi.org/project/rq) (πŸ“₯ 18M / month Β· πŸ“¦ 430 Β· ⏱️ 17.08.2026):
pip install rq
- [Conda](https://anaconda.org/conda-forge/rq) (πŸ“₯ 340K Β· ⏱️ 24.08.2026):
conda install -c conda-forge rq
Beam (πŸ₯‡33 Β· ⭐ 8.6K) - Unified programming model to define and execute data processing.. Apache-2 - [GitHub](https://github.com/apache/beam) (πŸ‘¨β€πŸ’» 2K Β· πŸ”€ 4.6K Β· πŸ“¦ 9.8K):
git clone https://github.com/apache/beam
- [PyPi](https://pypi.org/project/apache-beam) (πŸ“₯ 5.7M / month Β· πŸ“¦ 190 Β· ⏱️ 21.08.2026):
pip install apache-beam
- [Conda](https://anaconda.org/conda-forge/apache-beam-with-aws) (πŸ“₯ 360K Β· ⏱️ 11.07.2026):
conda install -c conda-forge apache-beam-with-aws
joblib (πŸ₯‡33 Β· ⭐ 4.3K) - Computing with Python functions. BSD-3 - [GitHub](https://github.com/joblib/joblib) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 450 Β· πŸ“¦ 740K):
git clone https://github.com/joblib/joblib
- [PyPi](https://pypi.org/project/joblib) (πŸ“₯ 220M / month Β· πŸ“¦ 9.6K Β· ⏱️ 15.12.2025):
pip install joblib
- [Conda](https://anaconda.org/conda-forge/joblib) (πŸ“₯ 52M Β· ⏱️ 15.12.2025):
conda install -c conda-forge joblib
Prefect (πŸ₯ˆ32 Β· ⭐ 24K) - Prefect is a workflow orchestration framework for building resilient.. Apache-2 - [GitHub](https://github.com/PrefectHQ/prefect) (πŸ‘¨β€πŸ’» 740 Β· πŸ”€ 2.5K Β· πŸ“¦ 8.4K):
git clone https://github.com/PrefectHQ/prefect
- [PyPi](https://pypi.org/project/prefect) (πŸ“₯ 14M / month Β· πŸ“¦ 560 Β· ⏱️ 27.08.2026):
pip install prefect
- [Conda](https://anaconda.org/conda-forge/prefect) (πŸ“₯ 1.2M Β· ⏱️ 26.08.2026):
conda install -c conda-forge prefect
Dagster (πŸ₯ˆ32 Β· ⭐ 16K) - An orchestration platform for the development, production, and.. Apache-2 - [GitHub](https://github.com/dagster-io/dagster) (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 2.3K Β· πŸ“¦ 4.9K):
git clone https://github.com/dagster-io/dagster
- [PyPi](https://pypi.org/project/dagster) (πŸ“₯ 10M / month Β· πŸ“¦ 430 Β· ⏱️ 27.08.2026):
pip install dagster
- [Conda](https://anaconda.org/conda-forge/dagster) (πŸ“₯ 3.2M Β· ⏱️ 21.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](https://github.com/spotify/luigi) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 2.5K Β· πŸ“¦ 2.9K):
git clone https://github.com/spotify/luigi
- [PyPi](https://pypi.org/project/luigi) (πŸ“₯ 1.3M / month Β· πŸ“¦ 180 Β· ⏱️ 07.05.2026):
pip install luigi
- [Conda](https://anaconda.org/anaconda/luigi) (πŸ“₯ 25K Β· πŸ“¦ 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](https://pypi.org/project/great_expectations) (πŸ“₯ 26M / month Β· πŸ“¦ 190 Β· ⏱️ 19.08.2026):
pip install great_expectations
- [Conda](https://anaconda.org/conda-forge/great-expectations) (πŸ“₯ 1.7M Β· ⏱️ 19.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](https://github.com/dbt-labs/dbt-core) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 2.5K Β· πŸ“¦ 10K):
git clone https://github.com/dbt-labs/dbt-core
- [PyPi](https://pypi.org/project/dbt) (πŸ“₯ 120K / month Β· πŸ“¦ 36 Β· ⏱️ 21.08.2026):
pip install dbt
- [Conda](https://anaconda.org/conda-forge/dbt) (πŸ“₯ 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 - [GitHub](https://github.com/kedro-org/kedro) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1K Β· πŸ“¦ 3.3K):
git clone https://github.com/kedro-org/kedro
- [PyPi](https://pypi.org/project/kedro) (πŸ“₯ 1.2M / month Β· πŸ“¦ 160 Β· ⏱️ 29.06.2026):
pip install kedro
petl (πŸ₯ˆ28 Β· ⭐ 1.3K) - Python Extract Transform and Load Tables of Data. MIT - [GitHub](https://github.com/petl-developers/petl) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 200 Β· πŸ“¦ 4.3K):
git clone https://github.com/petl-developers/petl
- [PyPi](https://pypi.org/project/petl) (πŸ“₯ 830K / month Β· πŸ“¦ 57 Β· ⏱️ 19.08.2026):
pip install petl
- [Conda](https://anaconda.org/conda-forge/petl) (πŸ“₯ 530K Β· ⏱️ 20.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 - [GitHub](https://github.com/zenml-io/zenml) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 650 Β· πŸ“¦ 1.5K):
git clone https://github.com/zenml-io/zenml
- [PyPi](https://pypi.org/project/zenml) (πŸ“₯ 300K / month Β· πŸ“¦ 15 Β· ⏱️ 07.08.2026):
pip install zenml
arq (πŸ₯ˆ27 Β· ⭐ 2.9K) - Job queues in python with asyncio and redis. MIT - [GitHub]() (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 210 Β· πŸ“¦ 1.5K):
git clone https://github.com/samuelcolvin/arq
- [PyPi](https://pypi.org/project/arq) (πŸ“₯ 4.8M / month Β· πŸ“¦ 82 Β· ⏱️ 16.04.2026):
pip install arq
- [Conda](https://anaconda.org/conda-forge/arq) (πŸ“₯ 27K Β· ⏱️ 03.08.2026):
conda install -c conda-forge arq
huey (πŸ₯ˆ26 Β· ⭐ 6K) - a little task queue for python. MIT - [GitHub](https://github.com/coleifer/huey) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 400):
git clone https://github.com/coleifer/huey
- [PyPi](https://pypi.org/project/huey) (πŸ“₯ 21M / month Β· πŸ“¦ 160 Β· ⏱️ 05.08.2026):
pip install huey
- [Conda](https://anaconda.org/conda-forge/huey) (πŸ“₯ 210K Β· ⏱️ 05.08.2026):
conda install -c conda-forge huey
mleap (πŸ₯ˆ26 Β· ⭐ 1.5K) - MLeap: Deploy ML Pipelines to Production. Apache-2 - [GitHub](https://github.com/combust/mleap) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 320 Β· πŸ“¦ 250):
git clone https://github.com/combust/mleap
- [PyPi](https://pypi.org/project/mleap) (πŸ“₯ 2.1M / month Β· πŸ“¦ 11 Β· ⏱️ 21.07.2026):
pip install mleap
- [Conda](https://anaconda.org/conda-forge/mleap) (πŸ“₯ 120K Β· ⏱️ 22.07.2026):
conda install -c conda-forge mleap
CocoIndex (πŸ₯ˆ24 Β· ⭐ 6.1K Β· 🐣) - Data transformation framework for AI. Ultra performant, with.. Apache-2 - [GitHub](https://github.com/cocoindex-io/cocoindex) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 450 Β· πŸ“¦ 70):
git clone https://github.com/cocoindex-io/cocoindex
- [PyPi](https://pypi.org/project/cocoindex) (πŸ“₯ 80K / month Β· πŸ“¦ 16 Β· ⏱️ 12.08.2026):
pip install cocoindex
riko (πŸ₯‰20 Β· ⭐ 1.6K) - A Python stream processing engine modeled after Yahoo! Pipes. MIT - [GitHub](https://github.com/nerevu/riko) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 75 Β· πŸ“¦ 14):
git clone https://github.com/nerevu/riko
- [PyPi](https://pypi.org/project/riko) (πŸ“₯ 1.7K / month Β· ⏱️ 10.08.2026):
pip install riko
TaskTiger (πŸ₯‰20 Β· ⭐ 1.5K) - Python task queue using Redis. MIT - [GitHub](https://github.com/closeio/tasktiger) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 91 Β· πŸ“¦ 33):
git clone https://github.com/closeio/tasktiger
- [PyPi](https://pypi.org/project/tasktiger) (πŸ“₯ 9.9K / month Β· πŸ“¦ 2 Β· ⏱️ 11.03.2026):
pip install tasktiger
dbnd (πŸ₯‰19 Β· ⭐ 270) - DBND is an agile pipeline framework that helps data engineering teams.. Apache-2 - [GitHub](https://github.com/databand-ai/dbnd) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 33 Β· πŸ“¦ 42):
git clone https://github.com/databand-ai/dbnd
- [PyPi](https://pypi.org/project/dbnd) (πŸ“₯ 26K / month Β· πŸ“¦ 27 Β· ⏱️ 05.03.2026):
pip install dbnd
pdpipe (πŸ₯‰17 Β· ⭐ 720) - Easy pipelines for pandas DataFrames. MIT - [GitHub](https://github.com/pdpipe/pdpipe) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 46 Β· πŸ“¦ 67):
git clone https://github.com/pdpipe/pdpipe
- [PyPi](https://pypi.org/project/pdpipe) (πŸ“₯ 2K / month Β· πŸ“¦ 14 Β· ⏱️ 06.03.2026):
pip install pdpipe
- [Conda](https://anaconda.org/conda-forge/pdpipe) (πŸ“₯ 66K Β· ⏱️ 06.03.2026):
conda install -c conda-forge pdpipe
BatchFlow (πŸ₯‰17 Β· ⭐ 200) - BatchFlow helps you conveniently work with random or sequential.. Apache-2 - [GitHub](https://github.com/analysiscenter/batchflow) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 45 Β· πŸ“¦ 15):
git clone https://github.com/analysiscenter/batchflow
- [PyPi](https://pypi.org/project/batchflow) (πŸ“₯ 480 / month Β· ⏱️ 16.04.2026):
pip install batchflow
kale (πŸ₯‰16 Β· ⭐ 700) - Convert JupyterNotebooks to Kubeflow Pipelines deployments. Apache-2 jupyter - [GitHub]() (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 160):
git clone https://github.com/kubeflow-kale/kale
- [PyPi](https://pypi.org/project/kubeflow-kale) (πŸ“₯ 2.2K / month Β· ⏱️ 07.08.2026):
pip install kubeflow-kale
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 (πŸ₯‰22 Β· ⭐ 6.8K Β· πŸ’€) - Python Stream Processing. BSD-3 - whylogs (πŸ₯‰22 Β· ⭐ 2.8K Β· πŸ’€) - Open standard for end-to-end data and ML monitoring for any.. Apache-2 - Activeloop (πŸ₯‰21 Β· ⭐ 9.2K Β· πŸ’€) - Activeloop Deep Lake. MPL-2.0 - 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


File FormatsΒ€

Back to top

PyYAML (πŸ₯‡33 Β· ⭐ 2.9K) - Canonical source repository for PyYAML. MIT - [GitHub](https://github.com/yaml/pyyaml) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 570 Β· πŸ“¦ 1.9M):
git clone https://github.com/yaml/pyyaml
- [PyPi](https://pypi.org/project/pyyaml) (πŸ“₯ 1.2B / month Β· πŸ“¦ 55K Β· ⏱️ 25.09.2025):
pip install pyyaml
- [Conda](https://anaconda.org/conda-forge/pyyaml) (πŸ“₯ 92M Β· ⏱️ 04.02.2026):
conda install -c conda-forge pyyaml
XlsxWriter (πŸ₯‰30 Β· ⭐ 3.9K) - A Python module for creating Excel XLSX files. BSD-2 - [GitHub](https://github.com/jmcnamara/XlsxWriter) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 660 Β· πŸ“¦ 110K):
git clone https://github.com/jmcnamara/XlsxWriter
- [PyPi](https://pypi.org/project/xlsxwriter) (πŸ“₯ 110M / month Β· πŸ“¦ 470 Β· ⏱️ 16.09.2025):
pip install xlsxwriter
- [Conda](https://anaconda.org/conda-forge/xlsxwriter) (πŸ“₯ 5.2M Β· ⏱️ 12.10.2025):
conda install -c conda-forge xlsxwriter
jmespath (πŸ₯‰28 Β· ⭐ 2.4K) - JMESPath is a query language for JSON. MIT - [GitHub](https://github.com/jmespath/jmespath.py) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 190):
git clone https://github.com/jmespath/jmespath.py
- [PyPi](https://pypi.org/project/jmespath) (πŸ“₯ 640M / month Β· πŸ“¦ 2K Β· ⏱️ 22.01.2026):
pip install jmespath
- [Conda](https://anaconda.org/conda-forge/jmespath) (πŸ“₯ 35M Β· ⏱️ 23.01.2026):
conda install -c conda-forge jmespath


Code InspectionΒ€

Back to top

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](https://pypi.org/project/deepdiff) (πŸ“₯ 79M / month Β· πŸ“¦ 1.5K Β· ⏱️ 15.05.2026):
pip install deepdiff
- [Conda](https://anaconda.org/conda-forge/deepdiff) (πŸ“₯ 960K Β· ⏱️ 16.05.2026):
conda install -c conda-forge deepdiff
Show 3 hidden projects... - entrypoints (πŸ₯ˆ26 Β· ⭐ 74 Β· πŸ’€) - Discover and load entry points from installed packages. MIT - typing_inspect (πŸ₯‰24 Β· ⭐ 370 Β· πŸ’€) - Runtime inspection utilities for Python typing module. MIT - importlib-resources (πŸ₯‰24 Β· ⭐ 72) - Backport of the importlib.resources module. ❗Unlicensed


General UtilitiesΒ€

Back to top

attrs (πŸ₯‡34 Β· ⭐ 5.8K) - Python Classes Without Boilerplate. MIT - [GitHub](https://github.com/python-attrs/attrs) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 420 Β· πŸ“¦ 1.5M):
git clone https://github.com/python-attrs/attrs
- [PyPi](https://pypi.org/project/attrs) (πŸ“₯ 960M / month Β· πŸ“¦ 11K Β· ⏱️ 19.03.2026):
pip install attrs
- [Conda](https://anaconda.org/conda-forge/attrs) (πŸ“₯ 75M Β· ⏱️ 19.03.2026):
conda install -c conda-forge attrs
tenacity (πŸ₯‡33 Β· ⭐ 8.6K) - Retrying library for Python. Apache-2 - [GitHub](https://github.com/jd/tenacity) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 320 Β· πŸ“¦ 410K):
git clone https://github.com/jd/tenacity
- [PyPi](https://pypi.org/project/tenacity) (πŸ“₯ 470M / month Β· πŸ“¦ 6.3K Β· ⏱️ 07.02.2026):
pip install tenacity
- [Conda](https://anaconda.org/conda-forge/tenacity) (πŸ“₯ 16M Β· ⏱️ 08.02.2026):
conda install -c conda-forge tenacity
more-itertools (πŸ₯‡33 Β· ⭐ 4.1K) - More routines for operating on iterables, beyond itertools. MIT - [GitHub](https://github.com/more-itertools/more-itertools) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 320 Β· πŸ“¦ 300K):
git clone https://github.com/more-itertools/more-itertools
- [PyPi](https://pypi.org/project/more-itertools) (πŸ“₯ 330M / month Β· πŸ“¦ 5K Β· ⏱️ 22.05.2026):
pip install more-itertools
- [Conda](https://anaconda.org/conda-forge/more-itertools) (πŸ“₯ 36M Β· ⏱️ 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](https://github.com/mahmoud/boltons) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 410 Β· πŸ“¦ 12K):
git clone https://github.com/mahmoud/boltons
- [PyPi](https://pypi.org/project/boltons) (πŸ“₯ 28M / month Β· πŸ“¦ 460 Β· ⏱️ 17.07.2026):
pip install boltons
- [Conda](https://anaconda.org/conda-forge/boltons) (πŸ“₯ 17M Β· ⏱️ 22.07.2026):
conda install -c conda-forge boltons
python-dependency-injector (πŸ₯ˆ29 Β· ⭐ 4.9K) - Dependency injection framework for Python. BSD-3 - [GitHub](https://github.com/ets-labs/python-dependency-injector) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 350 Β· πŸ“¦ 5.9K):
git clone https://github.com/ets-labs/python-dependency-injector
- [PyPi](https://pypi.org/project/dependency-injector) (πŸ“₯ 8.7M / month Β· πŸ“¦ 420 Β· ⏱️ 18.06.2026):
pip install dependency-injector
- [Conda](https://anaconda.org/conda-forge/dependency_injector) (πŸ“₯ 150K Β· ⏱️ 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](https://github.com/dry-python/returns) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 150 Β· πŸ“¦ 1K):
git clone https://github.com/dry-python/returns
- [PyPi](https://pypi.org/project/returns) (πŸ“₯ 1.8M / month Β· πŸ“¦ 240 Β· ⏱️ 02.08.2026):
pip install returns
- [Conda](https://anaconda.org/conda-forge/returns) (πŸ“₯ 95K Β· ⏱️ 03.08.2026):
conda install -c conda-forge returns
retrying (πŸ₯‰26 Β· ⭐ 1.9K Β· πŸ’€) - Retrying is an Apache 2.0 licensed general-purpose retrying.. Apache-2 - [GitHub](https://github.com/rholder/retrying) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 160):
git clone https://github.com/rholder/retrying
- [PyPi](https://pypi.org/project/retrying) (πŸ“₯ 34M / month Β· πŸ“¦ 1.1K Β· ⏱️ 03.08.2025):
pip install retrying
- [Conda](https://anaconda.org/conda-forge/retrying) (πŸ“₯ 3.4M Β· ⏱️ 03.08.2025):
conda install -c conda-forge retrying
natsort (πŸ₯‰26 Β· ⭐ 910 Β· πŸ“‰) - Simple yet flexible natural sorting in Python. MIT - [GitHub](https://github.com/SethMMorton/natsort) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 52 Β· πŸ“¦ 50K):
git clone https://github.com/SethMMorton/natsort
- [PyPi](https://pypi.org/project/natsort) (πŸ“₯ 23M / month Β· πŸ“¦ 1.5K Β· ⏱️ 20.06.2023):
pip install natsort
- [Conda](https://anaconda.org/conda-forge/natsort) (πŸ“₯ 3.1M Β· ⏱️ 12.02.2026):
conda install -c conda-forge natsort
ubelt (πŸ₯‰21 Β· ⭐ 740) - A Python utility library with a stdlib like feel and extra batteries... Apache-2 - [GitHub](https://github.com/Erotemic/ubelt) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 51):
git clone https://github.com/Erotemic/ubelt
- [PyPi](https://pypi.org/project/ubelt) (πŸ“₯ 63K / month Β· πŸ“¦ 140 Β· ⏱️ 31.07.2026):
pip install ubelt
- [Conda](https://anaconda.org/conda-forge/ubelt) (πŸ“₯ 450K Β· ⏱️ 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


Python ImplementationsΒ€

Back to top

cpython (πŸ₯‡34 Β· ⭐ 75K) - The Python programming language. MIT - [GitHub](https://github.com/python/cpython) (πŸ‘¨β€πŸ’» 4K Β· πŸ”€ 35K Β· πŸ“¦ 630K):
git clone https://github.com/python/cpython
- [PyPi](https://pypi.org/project/cpython) (πŸ“₯ 16 / month Β· πŸ“¦ 21 Β· ⏱️ 22.07.2020):
pip install cpython
- [Conda](https://anaconda.org/conda-forge/typing) (πŸ“₯ 4.4M Β· ⏱️ 22.04.2025):
conda install -c conda-forge typing
- [npm](https://www.npmjs.com/package/@buckpkg/python) (πŸ“¦ 6 Β· ⏱️ 03.08.2017):
npm install @buckpkg/python
micropython (πŸ₯ˆ21 Β· ⭐ 22K) - MicroPython - a lean and efficient Python implementation for.. Python-2.0 - [GitHub](https://github.com/micropython/micropython) (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 8.9K Β· πŸ“¦ 21):
git clone https://github.com/micropython/micropython
- [PyPi](https://pypi.org/project/micropython-_markupbase) (⏱️ 10.10.2016):
pip install micropython-_markupbase
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


OthersΒ€

Back to top

Pygments (πŸ₯‡35 Β· ⭐ 2.2K) - Pygments is a generic syntax highlighter written in Python. BSD-2 - [GitHub](https://github.com/pygments/pygments) (πŸ‘¨β€πŸ’» 950 Β· πŸ”€ 870 Β· πŸ“¦ 1.2M):
git clone https://github.com/pygments/pygments
- [PyPi](https://pypi.org/project/pygments) (πŸ“₯ 1.3B / month Β· πŸ“¦ 12K Β· ⏱️ 17.08.2026):
pip install pygments
- [Conda](https://anaconda.org/conda-forge/pygments) (πŸ“₯ 70M Β· ⏱️ 17.08.2026):
conda install -c conda-forge pygments
wrapt (πŸ₯‡34 Β· ⭐ 2.3K) - A Python module for decorators, wrappers and monkey patching. BSD-2 - [GitHub](https://github.com/GrahamDumpleton/wrapt) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 250 Β· πŸ“¦ 630K):
git clone https://github.com/GrahamDumpleton/wrapt
- [PyPi](https://pypi.org/project/wrapt) (πŸ“₯ 500M / month Β· πŸ“¦ 3.4K Β· ⏱️ 21.08.2026):
pip install wrapt
- [Conda](https://anaconda.org/conda-forge/wrapt) (πŸ“₯ 41M Β· ⏱️ 30.07.2026):
conda install -c conda-forge wrapt
pyparsing (πŸ₯‡33 Β· ⭐ 2.5K) - Python library for creating PEG parsers. MIT - [GitHub](https://github.com/pyparsing/pyparsing) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 320 Β· πŸ“¦ 1.3M):
git clone https://github.com/pyparsing/pyparsing
- [PyPi](https://pypi.org/project/pyparsing) (πŸ“₯ 420M / month Β· πŸ“¦ 6.3K Β· ⏱️ 21.01.2026):
pip install pyparsing
- [Conda](https://anaconda.org/conda-forge/pyparsing) (πŸ“₯ 77M Β· ⏱️ 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](https://github.com/cookiecutter/cookiecutter) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 2.2K Β· πŸ“¦ 38K):
git clone https://github.com/cookiecutter/cookiecutter
- [PyPi](https://pypi.org/project/cookiecutter) (πŸ“₯ 9.9M / month Β· πŸ“¦ 1.2K Β· ⏱️ 04.03.2026):
pip install cookiecutter
- [Conda](https://anaconda.org/conda-forge/cookiecutter) (πŸ“₯ 2.2M Β· ⏱️ 04.03.2026):
conda install -c conda-forge cookiecutter
pluggy (πŸ₯ˆ31 Β· ⭐ 1.6K) - A minimalist production ready plugin system. MIT - [GitHub](https://github.com/pytest-dev/pluggy) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 150 Β· πŸ“¦ 830K):
git clone https://github.com/pytest-dev/pluggy
- [PyPi](https://pypi.org/project/pluggy) (πŸ“₯ 1.3B / month Β· πŸ“¦ 2.6K Β· ⏱️ 15.05.2025):
pip install pluggy
- [Conda](https://anaconda.org/conda-forge/pluggy) (πŸ“₯ 58M Β· ⏱️ 05.12.2025):
conda install -c conda-forge pluggy
decorator (πŸ₯ˆ31 Β· ⭐ 910) - Decorators for Humans. BSD-2 - [GitHub](https://github.com/micheles/decorator) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 120 Β· πŸ“¦ 770K):
git clone https://github.com/micheles/decorator
- [PyPi](https://pypi.org/project/decorator) (πŸ“₯ 210M / month Β· πŸ“¦ 2.9K Β· ⏱️ 18.05.2026):
pip install decorator
- [Conda](https://anaconda.org/conda-forge/decorator) (πŸ“₯ 51M Β· ⏱️ 18.05.2026):
conda install -c conda-forge decorator
diagrams (πŸ₯ˆ29 Β· ⭐ 42K) - Diagram as Code for prototyping cloud system architectures. MIT - [GitHub](https://github.com/mingrammer/diagrams) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.7K Β· πŸ“¦ 2.5K):
git clone https://github.com/mingrammer/diagrams
- [PyPi](https://pypi.org/project/diagrams) (πŸ“₯ 6.2M / month Β· πŸ“¦ 140 Β· ⏱️ 22.11.2025):
pip install diagrams
- [Conda](https://anaconda.org/conda-forge/diagrams) (πŸ“₯ 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](https://pypi.org/project/fastcore) (πŸ“₯ 69M / month Β· πŸ“¦ 1.2K Β· ⏱️ 26.08.2026):
pip install fastcore
- [Conda](https://anaconda.org/conda-forge/fastcore) (πŸ“₯ 360K Β· ⏱️ 26.08.2026):
conda install -c conda-forge fastcore
keyboard (πŸ₯‰27 Β· ⭐ 3.8K Β· πŸ’€) - Hook and simulate global keyboard events on Windows and Linux. MIT - [GitHub](https://github.com/boppreh/keyboard) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 430 Β· πŸ“¦ 27K):
git clone https://github.com/boppreh/keyboard
- [PyPi](https://pypi.org/project/keyboard) (πŸ“₯ 920K / month Β· πŸ“¦ 720 Β· ⏱️ 23.03.2020):
pip install keyboard
- [Conda](https://anaconda.org/conda-forge/keyboard) (πŸ“₯ 84K Β· ⏱️ 03.11.2025):
conda install -c conda-forge keyboard
Copier (πŸ₯‰27 Β· ⭐ 3.5K) - Library and command-line utility for rendering projects templates. MIT - [GitHub](https://github.com/copier-org/copier) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 270 Β· πŸ“¦ 2K):
git clone https://github.com/copier-org/copier
- [PyPi](https://pypi.org/project/copier) (πŸ“₯ 2.4M / month Β· πŸ“¦ 400 Β· ⏱️ 19.08.2026):
pip install copier
python-mss (πŸ₯‰27 Β· ⭐ 1.3K) - An ultra fast cross-platform multiple screenshots module in pure.. MIT - [GitHub](https://github.com/BoboTiG/python-mss) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 110 Β· πŸ“¦ 13K):
git clone https://github.com/BoboTiG/python-mss
- [PyPi](https://pypi.org/project/mss) (πŸ“₯ 3.7M / month Β· πŸ“¦ 650 Β· ⏱️ 23.04.2026):
pip install mss
- [Conda](https://anaconda.org/conda-forge/python-mss) (πŸ“₯ 100K Β· ⏱️ 23.04.2026):
conda install -c conda-forge python-mss
Send2Trash (πŸ₯‰27 Β· ⭐ 300) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3 - [GitHub](https://github.com/arsenetar/send2trash) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 47 Β· πŸ“¦ 320K):
git clone https://github.com/arsenetar/send2trash
- [PyPi](https://pypi.org/project/send2trash) (πŸ“₯ 41M / month Β· πŸ“¦ 710 Β· ⏱️ 14.01.2026):
pip install send2trash
- [Conda](https://anaconda.org/conda-forge/send2trash) (πŸ“₯ 23M Β· ⏱️ 12.02.2026):
conda install -c conda-forge send2trash
catalogue (πŸ₯‰25 Β· ⭐ 180 Β· πŸ’€) - Super lightweight function registries for your library. MIT - [GitHub](https://github.com/explosion/catalogue) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 20 Β· πŸ“¦ 66K):
git clone https://github.com/explosion/catalogue
- [PyPi](https://pypi.org/project/catalogue) (πŸ“₯ 27M / month Β· πŸ“¦ 140 Β· ⏱️ 25.09.2023):
pip install catalogue
- [Conda](https://anaconda.org/conda-forge/catalogue) (πŸ“₯ 2.4M Β· ⏱️ 27.08.2025):
conda install -c conda-forge catalogue
pyscaffold (πŸ₯‰24 Β· ⭐ 2.3K) - Python project template generator with batteries included. MIT - [GitHub](https://github.com/pyscaffold/pyscaffold) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 190):
git clone https://github.com/pyscaffold/pyscaffold
- [PyPi](https://pypi.org/project/pyscaffold) (πŸ“₯ 1.5M / month Β· πŸ“¦ 46 Β· ⏱️ 23.09.2024):
pip install pyscaffold
- [Conda](https://anaconda.org/conda-forge/pyscaffold) (πŸ“₯ 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 Β· ⭐ 12 Β· πŸ’€) - 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.

ContributionΒ€

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.

LicenseΒ€

CC0

Credit by: @github.com/ml-tooling/best-of-python

Comments