Best-of Python
π A ranked list of awesome Python open-source libraries & tools. Updated weekly.
This curated list contains 390 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¶
- Data Serialization 16 projects
- Data Containers & Dataframes 30 projects
- Data Structures 15 projects
- Data Validation 15 projects
- Algorithms & Design Patterns 4 projects
- Date & Time Utilities 9 projects
- File & Path Utilities 10 projects
- Compatiblity 7 projects
- Cryptography 7 projects
- Infrastructure & DevOps 20 projects
- Process Utilities 4 projects
- Asynchronous Programming 7 projects
- Configuration 9 projects
- CLI Development 20 projects
- Development Tools 1 projects
- Data Caching 6 projects
- GUI Development 10 projects
- Computer & Machine Vision 2 projects
- Machine Learning & Data Engineering 1 projects
- Text Data 12 projects
- Web Development 1 projects
- Database Clients 64 projects
- Data Loading & Extraction 30 projects
- Data Pipelines & Streaming 44 projects
- File Formats 3 projects
- Code Inspection 4 projects
- General Utilities 15 projects
- Python Implementations 6 projects
- Others 21 projects
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¶
protobuf (π₯53 Β· β 70K) - Protocol Buffers - Googles data interchange format. BSD-3
- [GitHub](https://github.com/protocolbuffers/protobuf) (π¨βπ» 1.4K Β· π 16K Β· π₯ 76M Β· π¦ 960K Β· π 6.8K - 3% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/protobuf) (π₯ 460M / month Β· π¦ 10K Β· β±οΈ 06.12.2025):
- [Conda](https://anaconda.org/conda-forge/protobuf) (π₯ 26M Β· β±οΈ 14.10.2025):
- [npm](https://www.npmjs.com/package/google-protobuf) (π₯ 12M / month Β· π¦ 3.7K Β· β±οΈ 19.11.2025):
flatbuffers (π₯45 Β· β 25K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
- [GitHub](https://github.com/google/flatbuffers) (π¨βπ» 740 Β· π 3.4K Β· π₯ 1.4M Β· π¦ 190K Β· π 2.6K - 4% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/flatbuffers) (π₯ 41M / month Β· π¦ 670 Β· β±οΈ 24.09.2025):
- [Conda](https://anaconda.org/conda-forge/flatbuffers) (π₯ 1.8M Β· β±οΈ 24.10.2025):
- [npm](https://www.npmjs.com/package/flatbuffers) (π₯ 7.4M / month Β· π¦ 290 Β· β±οΈ 24.09.2025):
marshmallow (π₯41 Β· β 7.2K) - A lightweight library for converting complex objects to and from.. MIT
- [GitHub](https://github.com/marshmallow-code/marshmallow) (π¨βπ» 220 Β· π 650 Β· π¦ 220K Β· π 1.3K - 11% open Β· β±οΈ 05.12.2025):
- [PyPi](https://pypi.org/project/marshmallow) (π₯ 97M / month Β· π¦ 2.7K Β· β±οΈ 05.12.2025):
- [Conda](https://anaconda.org/conda-forge/marshmallow) (π₯ 3.5M Β· β±οΈ 06.12.2025):
simplejson (π₯37 Β· β 1.7K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT
- [GitHub](https://github.com/simplejson/simplejson) (π¨βπ» 45 Β· π 350 Β· π₯ 7.7K Β· π¦ 150K Β· π 220 - 11% open Β· β±οΈ 24.09.2025):
- [PyPi](https://pypi.org/project/simplejson) (π₯ 46M / month Β· π¦ 2.8K Β· β±οΈ 26.09.2025):
- [Conda](https://anaconda.org/conda-forge/simplejson) (π₯ 4.6M Β· β±οΈ 07.11.2025):
orjson (π₯36 Β· β 7.7K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2
- [GitHub](https://github.com/ijl/orjson) (π¨βπ» 23 Β· π 280 Β· β±οΈ 06.12.2025):
- [PyPi](https://pypi.org/project/orjson) (π₯ 110M / month Β· π¦ 4.9K Β· β±οΈ 06.12.2025):
- [Conda](https://anaconda.org/conda-forge/orjson) (π₯ 4.3M Β· β±οΈ 29.11.2025):
dill (π₯36 Β· β 2.4K) - serialize all of Python. BSD-3
- [GitHub](https://github.com/uqfoundation/dill) (π¨βπ» 47 Β· π 180 Β· π₯ 290K Β· π¦ 240K Β· π 550 - 35% open Β· β±οΈ 09.11.2025):
- [PyPi](https://pypi.org/project/dill) (π₯ 110M / month Β· π¦ 3.7K Β· β±οΈ 16.04.2025):
- [Conda](https://anaconda.org/conda-forge/dill) (π₯ 16M Β· β±οΈ 30.11.2025):
cloudpickle (π₯34 Β· β 1.9K) - Extended pickling support for Python objects. BSD-3
- [GitHub](https://github.com/cloudpipe/cloudpickle) (π¨βπ» 64 Β· π 180 Β· π₯ 84 Β· π 280 - 35% open Β· β±οΈ 05.11.2025):
- [PyPi](https://pypi.org/project/cloudpickle) (π₯ 110M / month Β· π¦ 2.3K Β· β±οΈ 03.11.2025):
- [Conda](https://anaconda.org/conda-forge/cloudpickle) (π₯ 29M Β· β±οΈ 09.12.2025):
jsonpickle (π₯34 Β· β 1.3K) - Python library for serializing any arbitrary object graph into.. BSD-3
- [GitHub](https://github.com/jsonpickle/jsonpickle) (π¨βπ» 83 Β· π 180 Β· π 370 - 16% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/jsonpickle) (π₯ 19M / month Β· π¦ 1.5K Β· β±οΈ 02.06.2025):
- [Conda](https://anaconda.org/conda-forge/jsonpickle) (π₯ 2.2M Β· β±οΈ 03.06.2025):
srsly (π₯30 Β· β 480) - Modern high-performance serialization utilities for Python (JSON,.. MIT
- [GitHub](https://github.com/explosion/srsly) (π¨βπ» 16 Β· π 36 Β· π₯ 910 Β· π¦ 67K Β· π 38 - 26% open Β· β±οΈ 19.11.2025):
- [PyPi](https://pypi.org/project/srsly) (π₯ 20M / month Β· π¦ 250 Β· β±οΈ 17.11.2025):
- [Conda](https://anaconda.org/conda-forge/srsly) (π₯ 2.2M Β· β±οΈ 17.11.2025):
python-rapidjson (π₯29 Β· β 530) - Python wrapper around rapidjson. MIT
- [GitHub](https://github.com/python-rapidjson/python-rapidjson) (π¨βπ» 25 Β· π 53 Β· π¦ 7.4K Β· π 120 - 13% open Β· β±οΈ 07.12.2025):
- [PyPi](https://pypi.org/project/python-rapidjson) (π₯ 5.2M / month Β· π¦ 270 Β· β±οΈ 07.12.2025):
- [Conda](https://anaconda.org/conda-forge/python-rapidjson) (π₯ 4.3M Β· β±οΈ 07.12.2025):
rtoml (π₯24 Β· β 390) - A fast TOML library for python implemented in rust. MIT
- [GitHub](https://github.com/samuelcolvin/rtoml) (π¨βπ» 16 Β· π 30 Β· π¦ 810 Β· π 27 - 37% open Β· β±οΈ 19.10.2025):
- [PyPi](https://pypi.org/project/rtoml) (π₯ 480K / month Β· π¦ 160 Β· β±οΈ 19.10.2025):
Show 5 hidden projects...
- ultrajson (π₯33 Β· β 4.5K) - Ultra fast JSON decoder and encoder written in C with Python..βUnlicensed
- pyasn1 (π₯33 Β· β 250 Β· π) - Generic ASN.1 library for Python. BSD-2
- msgpack (π₯32 Β· β 2K) - MessagePack serializer implementation for Python.. βUnlicensed
- hickle (π₯26 Β· β 500 Β· π) - a HDF5-based python pickle replacement. MIT
- pysimdjson (π₯24 Β· β 750) - Python bindings for the simdjson project. βUnlicensed
Data Containers & Dataframes¶
General-purpose data containers as well as utilities & extensions for pandas.
pandas (π₯54 Β· β 47K) - Flexible and powerful data analysis / manipulation library for.. BSD-3 
- [GitHub](https://github.com/pandas-dev/pandas) (π¨βπ» 4.1K Β· π 19K Β· π₯ 1.9M Β· π¦ 2.8M Β· π 28K - 12% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/pandas) (π₯ 510M / month Β· π¦ 100K Β· β±οΈ 03.12.2025):
- [Conda](https://anaconda.org/conda-forge/pandas) (π₯ 73M Β· β±οΈ 04.12.2025):
xarray (π₯41 Β· β 4K) - N-D labeled arrays and datasets in Python. Apache-2
- [GitHub](https://github.com/pydata/xarray) (π¨βπ» 590 Β· π 1.2K Β· π¦ 42K Β· π 5.2K - 25% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/xarray) (π₯ 13M / month Β· π¦ 5K Β· β±οΈ 05.12.2025):
- [Conda](https://anaconda.org/conda-forge/xarray) (π₯ 13M Β· β±οΈ 05.12.2025):
h5py (π₯40 Β· β 2.2K Β· π) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3
- [GitHub](https://github.com/h5py/h5py) (π¨βπ» 220 Β· π 550 Β· π₯ 5.3K Β· π 1.7K - 19% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/h5py) (π₯ 31M / month Β· π¦ 9.5K Β· β±οΈ 16.10.2025):
- [Conda](https://anaconda.org/conda-forge/h5py) (π₯ 23M Β· β±οΈ 24.11.2025):
numexpr (π₯38 Β· β 2.4K) - Fast numerical array expression evaluator for Python, NumPy, Pandas,.. MIT
- [GitHub](https://github.com/pydata/numexpr) (π¨βπ» 85 Β· π 220 Β· π₯ 2.8K Β· π¦ 99K Β· π 400 - 0% open Β· β±οΈ 02.12.2025):
- [PyPi](https://pypi.org/project/numexpr) (π₯ 9.6M / month Β· π¦ 1.2K Β· β±οΈ 13.10.2025):
- [Conda](https://anaconda.org/conda-forge/numexpr) (π₯ 12M Β· β±οΈ 03.12.2025):
zarr (π₯37 Β· β 1.9K) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT
- [GitHub](https://github.com/zarr-developers/zarr-python) (π¨βπ» 150 Β· π 370 Β· π¦ 7.4K Β· π 1.4K - 36% open Β· β±οΈ 27.11.2025):
- [PyPi](https://pypi.org/project/zarr) (π₯ 3.1M / month Β· π¦ 1.7K Β· β±οΈ 21.11.2025):
- [Conda](https://anaconda.org/conda-forge/zarr) (π₯ 4.8M Β· β±οΈ 21.11.2025):
Modin (π₯36 Β· β 10K) - Modin: Scale your Pandas workflows by changing a single line of.. Apache-2 
- [GitHub](https://github.com/modin-project/modin) (π¨βπ» 140 Β· π 660 Β· π₯ 200K Β· π¦ 2.3K Β· π 4.4K - 16% open Β· β±οΈ 01.10.2025):
- [PyPi](https://pypi.org/project/modin) (π₯ 1.8M / month Β· π¦ 66 Β· β±οΈ 02.10.2025):
- [Conda](https://anaconda.org/conda-forge/modin-core) (π₯ 850K Β· β±οΈ 22.04.2025):
Bottleneck (π₯35 Β· β 1.2K) - Fast NumPy array functions written in C. BSD-2
- [GitHub](https://github.com/pydata/bottleneck) (π¨βπ» 37 Β· π 110 Β· π¦ 59K Β· π 260 - 18% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/Bottleneck) (π₯ 5.7M / month Β· π¦ 620 Β· β±οΈ 08.09.2025):
- [Conda](https://anaconda.org/conda-forge/bottleneck) (π₯ 5.9M Β· β±οΈ 10.11.2025):
pandera (π₯34 Β· β 4.1K) - A light-weight, flexible, and expressive statistical data testing.. MIT 
- [GitHub](https://github.com/unionai-oss/pandera) (π¨βπ» 180 Β· π 360 Β· π¦ 3.2K Β· π 1K - 41% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/pandera) (π₯ 13M / month Β· π¦ 380 Β· β±οΈ 25.11.2025):
- [Conda](https://anaconda.org/conda-forge/pandera-core) (π₯ 94K Β· β±οΈ 26.11.2025):
datasketch (π₯33 Β· β 2.8K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT
- [GitHub](https://github.com/ekzhu/datasketch) (π¨βπ» 35 Β· π 310 Β· π₯ 36 Β· π¦ 2.3K Β· π 180 - 31% open Β· β±οΈ 28.11.2025):
- [PyPi](https://pypi.org/project/datasketch) (π₯ 5.4M / month Β· π¦ 110 Β· β±οΈ 28.11.2025):
PyTables (π₯33 Β· β 1.3K) - A Python package to manage extremely large amounts of data. BSD-3
- [GitHub](https://github.com/PyTables/PyTables) (π¨βπ» 140 Β· π 280 Β· π₯ 200 Β· π 750 - 20% open Β· β±οΈ 06.12.2025):
- [PyPi](https://pypi.org/project/tables) (π₯ 1.7M / month Β· π¦ 1.5K Β· β±οΈ 04.01.2025):
- [Conda](https://anaconda.org/conda-forge/pytables) (π₯ 11M Β· β±οΈ 30.10.2025):
Vaex (π₯31 Β· β 8.5K) - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization.. MIT
- [GitHub](https://github.com/vaexio/vaex) (π¨βπ» 75 Β· π 600 Β· π₯ 330 Β· π¦ 1K Β· π 1.3K - 41% open Β· β±οΈ 03.09.2025):
- [PyPi](https://pypi.org/project/vaex) (π₯ 31K / month Β· π¦ 52 Β· β±οΈ 21.07.2023):
- [Conda](https://anaconda.org/conda-forge/vaex) (π₯ 350K Β· β±οΈ 22.04.2025):
docarray (π₯31 Β· β 3.1K Β· π€) - Represent, send, store and search multimodal data. Apache-2
- [GitHub](https://github.com/docarray/docarray) (π¨βπ» 81 Β· π 230 Β· π¦ 5.6K Β· π 640 - 10% open Β· β±οΈ 21.03.2025):
- [PyPi](https://pypi.org/project/docarray) (π₯ 130K / month Β· π¦ 82 Β· β±οΈ 21.03.2025):
- [Conda](https://anaconda.org/conda-forge/docarray) (π₯ 240K Β· β±οΈ 22.04.2025):
datatable (π₯29 Β· β 1.9K Β· π€) - A Python package for manipulating 2-dimensional tabular data.. MPL-2.0
- [GitHub](https://github.com/h2oai/datatable) (π¨βπ» 41 Β· π 160 Β· π₯ 3.2K Β· π 1.5K - 11% open Β· β±οΈ 17.03.2025):
- [PyPi](https://pypi.org/project/datatable) (π₯ 68K / month Β· π¦ 54 Β· β±οΈ 01.12.2023):
- [Conda](https://anaconda.org/conda-forge/datatable) (π₯ 47K Β· β±οΈ 22.04.2025):
StaticFrame (π₯28 Β· β 480) - Immutable and statically-typeable DataFrames with runtime type and.. MIT
- [GitHub](https://github.com/static-frame/static-frame) (π¨βπ» 27 Β· π 35 Β· π¦ 29 Β· π 730 - 6% open Β· β±οΈ 01.12.2025):
- [PyPi](https://pypi.org/project/static-frame) (π₯ 23K / month Β· π¦ 6 Β· β±οΈ 30.10.2025):
- [Conda](https://anaconda.org/conda-forge/static-frame) (π₯ 550K Β· β±οΈ 31.10.2025):
pickleDB (π₯25 Β· β 1.1K Β· π) - pickleDB is an in memory key-value store using Pythons orjson.. BSD-3
- [GitHub](https://github.com/patx/pickledb) (π¨βπ» 17 Β· π 130 Β· π¦ 3.4K Β· π 89 - 20% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/pickledb) (π₯ 27K / month Β· β±οΈ 11.12.2025):
Pandas Summary (π₯24 Β· β 520) - Engine for ML/Data tracking, visualization,.. Apache-2 
- [GitHub](https://github.com/polyaxon/traceml) (π¨βπ» 99 Β· π 44 Β· π 14 - 42% open Β· β±οΈ 26.11.2025):
- [PyPi](https://pypi.org/project/pandas-summary) (π₯ 110K / month Β· π¦ 21 Β· β±οΈ 25.11.2021):
Show 14 hidden projects...
- numpy (π₯51 Β· β 31K) - The fundamental package for scientific computing with Python.βUnlicensed
- polars (π₯44 Β· β 37K) - Extremely fast Query Engine for DataFrames, written in Rust. βUnlicensed
- Blaze (π₯32 Β· β 3.2K Β· π) - NumPy and Pandas interface to Big Data. BSD-3
- TinyDB (π₯31 Β· β 7.4K Β· π) - TinyDB is a lightweight document oriented database optimized for your.. MIT
- Koalas (π₯31 Β· β 3.4K Β· π) - Koalas: pandas API on Apache Spark. Apache-2 spark 
- Arctic (π₯28 Β· β 3.1K Β· π) - Arctic is a high performance datastore for numeric data. βοΈLGPL-2.1
- sklearn-pandas (π₯28 Β· β 2.8K Β· π) - Pandas integration with sklearn. βοΈZlib sklearn 
- pandasql (π₯28 Β· β 1.4K Β· π) - sqldf for pandas. MIT 
- PandaralΒ·lel (π₯27 Β· β 3.8K Β· π) - A simple and efficient tool to parallelize Pandas.. BSD-3 
jupyter
- swifter (π₯27 Β· β 2.6K Β· π) - A package which efficiently applies any function to a pandas.. MIT 
- bcolz (π₯27 Β· β 960 Β· π) - A columnar data container that can be compressed. BSD-3
- fletcher (π₯20 Β· β 230 Β· π) - Pandas ExtensionDType/Array backed by Apache Arrow. MIT 
- Bounter (π₯18 Β· β 930 Β· π) - Efficient Counter that uses a limited (bounded) amount of memory.. MIT
- PandaPy (π₯12 Β· β 550 Β· π) - PandaPy has the speed of NumPy and the usability of Pandas 10x to.. MIT 
Data Structures¶
pyrsistent (π₯37 Β· β 2.1K) - Persistent/Immutable/Functional data structures for Python. MIT
- [GitHub](https://github.com/tobgu/pyrsistent) (π¨βπ» 76 Β· π 150 Β· π¦ 370K Β· π 180 - 15% open Β· β±οΈ 22.10.2025):
- [PyPi](https://pypi.org/project/pyrsistent) (π₯ 40M / month Β· π¦ 1K Β· β±οΈ 25.10.2023):
- [Conda](https://anaconda.org/conda-forge/pyrsistent) (π₯ 22M Β· β±οΈ 04.10.2025):
multidict (π₯34 Β· β 480) - The multidict implementation. Apache-2
- [GitHub](https://github.com/aio-libs/multidict) (π¨βπ» 62 Β· π 110 Β· π₯ 1.9K Β· π 190 - 11% open Β· β±οΈ 20.11.2025):
- [PyPi](https://pypi.org/project/multidict) (π₯ 280M / month Β· π¦ 2.1K Β· β±οΈ 06.10.2025):
- [Conda](https://anaconda.org/conda-forge/multidict) (π₯ 21M Β· β±οΈ 30.06.2025):
bidict (π₯31 Β· β 1.6K) - The bidirectional mapping library for Python. MPL-2.0
- [GitHub](https://github.com/jab/bidict) (π¨βπ» 24 Β· π 63 Β· π₯ 140 Β· π¦ 42K Β· π 63 - 1% open Β· β±οΈ 09.11.2025):
- [PyPi](https://pypi.org/project/bidict) (π₯ 14M / month Β· π¦ 480 Β· β±οΈ 18.02.2024):
- [Conda](https://anaconda.org/conda-forge/bidict) (π₯ 660K Β· β±οΈ 22.04.2025):
anytree (π₯31 Β· β 1.1K Β· π€) - Python tree data library. Apache-2
- [GitHub](https://github.com/c0fec0de/anytree) (π¨βπ» 30 Β· π 140 Β· π¦ 23K Β· π 200 - 17% open Β· β±οΈ 08.04.2025):
- [PyPi](https://pypi.org/project/anytree) (π₯ 3.6M / month Β· π¦ 580 Β· β±οΈ 08.04.2025):
- [Conda](https://anaconda.org/conda-forge/anytree) (π₯ 69K Β· β±οΈ 22.04.2025):
python-benedict (π₯29 Β· β 1.6K) - dict subclass with keylist/keypath support, built-in I/O.. MIT
- [GitHub](https://github.com/fabiocaccamo/python-benedict) (π¨βπ» 11 Β· π 45 Β· π¦ 2K Β· π 120 - 10% open Β· β±οΈ 06.12.2025):
- [PyPi](https://pypi.org/project/python-benedict) (π₯ 800K / month Β· π¦ 110 Β· β±οΈ 30.09.2025):
- [Conda](https://anaconda.org/conda-forge/python-benedict) (π₯ 240K Β· β±οΈ 22.04.2025):
glom (π₯28 Β· β 2.1K Β· π€) - Pythons nested data operator (and CLI), for all your declarative.. BSD-3
- [GitHub](https://github.com/mahmoud/glom) (π¨βπ» 23 Β· π 69 Β· π¦ 2.9K Β· π 190 - 58% open Β· β±οΈ 12.01.2025):
- [PyPi](https://pypi.org/project/glom) (π₯ 7.4M / month Β· π¦ 200 Β· β±οΈ 02.11.2024):
- [Conda](https://anaconda.org/conda-forge/glom) (π₯ 59K Β· β±οΈ 22.04.2025):
python-box (π₯26 Β· β 2.8K Β· π€) - Python dictionaries with advanced dot notation access. MIT
- [GitHub](https://github.com/cdgriffith/Box) (π¨βπ» 1 Β· π 120 Β· π₯ 54 Β· π 180 - 18% open Β· β±οΈ 16.01.2025):
- [PyPi](https://pypi.org/project/python-box) (π₯ 5.9M / month Β· π¦ 460 Β· β±οΈ 16.01.2025):
- [Conda](https://anaconda.org/conda-forge/python-box) (π₯ 1M Β· β±οΈ 05.10.2025):
janus (π₯26 Β· β 940) - Thread-safe asyncio-aware queue for Python. Apache-2
- [GitHub](https://github.com/aio-libs/janus) (π¨βπ» 30 Β· π 54 Β· π₯ 33 Β· π 49 - 16% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/janus) (π₯ 1.6M / month Β· π¦ 130 Β· β±οΈ 13.12.2024):
- [Conda](https://anaconda.org/conda-forge/janus) (π₯ 34K Β· β±οΈ 22.04.2025):
Show 7 hidden projects...
- python-sortedcontainers (π₯32 Β· β 3.9K Β· π) - Python Sorted Container Types: Sorted List, Sorted..Apache-2
- addict (π₯31 Β· β 2.5K Β· π) - The Python Dict thats better than heroin. MIT
- sqlitedict (π₯29 Β· β 1.2K Β· π) - Persistent dict, backed by sqlite3 and pickle, multithread-.. Apache-2
- ordered-set (π₯28 Β· β 220 Β· π) - A mutable set that remembers the order of its entries. One of.. MIT
- munch (π₯26 Β· β 780 Β· π) - A Munch is a Python dictionary that provides attribute-style access (a.. MIT
- immutables (π₯25 Β· β 1.2K Β· π) - A high-performance immutable mapping type for Python. Apache-2
- cleverdict (π₯16 Β· β 100 Β· π) - A JSON-friendly data structure which allows both object attributes.. MIT
Data Validation¶
pydantic (π₯47 Β· β 26K) - Data validation using Python type hints. MIT
- [GitHub](https://github.com/pydantic/pydantic) (π¨βπ» 720 Β· π 2.3K Β· π¦ 930K Β· π 5.5K - 9% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/pydantic) (π₯ 580M / month Β· π¦ 51K Β· β±οΈ 26.11.2025):
- [Conda](https://anaconda.org/conda-forge/pydantic) (π₯ 18M Β· β±οΈ 29.11.2025):
jsonschema (π₯42 Β· β 4.9K) - An implementation of the JSON Schema specification for Python. MIT
- [GitHub](https://github.com/python-jsonschema/jsonschema) (π¨βπ» 120 Β· π 600 Β· π₯ 840 Β· π¦ 810K Β· π 880 - 4% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/jsonschema) (π₯ 280M / month Β· π¦ 8.4K Β· β±οΈ 18.08.2025):
- [Conda](https://anaconda.org/conda-forge/jsonschema) (π₯ 42M Β· β±οΈ 19.08.2025):
cerberus (π₯36 Β· β 3.3K) - Lightweight, extensible data validation library for Python. ISC
- [GitHub](https://github.com/pyeve/cerberus) (π¨βπ» 67 Β· π 240 Β· π¦ 18K Β· π 360 - 3% open Β· β±οΈ 06.11.2025):
- [PyPi](https://pypi.org/project/cerberus) (π₯ 4.8M / month Β· π¦ 770 Β· β±οΈ 06.11.2025):
- [Conda](https://anaconda.org/conda-forge/cerberus) (π₯ 680K Β· β±οΈ 22.04.2025):
schema (π₯34 Β· β 2.9K) - Schema validation just got Pythonic. MIT
- [GitHub](https://github.com/keleshev/schema) (π¨βπ» 71 Β· π 210 Β· π¦ 16K Β· π 190 - 52% open Β· β±οΈ 26.10.2025):
- [PyPi](https://pypi.org/project/schema) (π₯ 29M / month Β· π¦ 890 Β· β±οΈ 11.10.2025):
- [Conda](https://anaconda.org/conda-forge/schema) (π₯ 550K Β· β±οΈ 22.04.2025):
voluptuous (π₯33 Β· β 1.8K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
- [GitHub](https://github.com/alecthomas/voluptuous) (π¨βπ» 100 Β· π 220 Β· π¦ 20K Β· π 260 - 15% open Β· β±οΈ 31.08.2025):
- [PyPi](https://pypi.org/project/voluptuous) (π₯ 4.7M / month Β· π¦ 540 Β· β±οΈ 02.07.2024):
- [Conda](https://anaconda.org/conda-forge/voluptuous) (π₯ 620K Β· β±οΈ 22.04.2025):
validators (π₯33 Β· β 1.1K) - Python Data Validation for Humans. MIT
- [GitHub](https://github.com/python-validators/validators) (π¨βπ» 64 Β· π 170 Β· π₯ 200 Β· π¦ 150K Β· π 190 - 1% open Β· β±οΈ 03.10.2025):
- [PyPi](https://pypi.org/project/validators) (π₯ 24M / month Β· π¦ 7.6K Β· β±οΈ 01.05.2025):
- [Conda](https://anaconda.org/conda-forge/validators) (π₯ 1.2M Β· β±οΈ 03.05.2025):
python-email-validator (π₯32 Β· β 1.3K) - A robust email syntax and deliverability validation.. Unlicense
- [GitHub](https://github.com/JoshData/python-email-validator) (π¨βπ» 26 Β· π 130 Β· π 110 - 12% open Β· β±οΈ 27.10.2025):
- [PyPi](https://pypi.org/project/email-validator) (π₯ 91M / month Β· π¦ 1.2K Β· β±οΈ 26.08.2025):
- [Conda](https://anaconda.org/conda-forge/email-validator) (π₯ 1.8M Β· β±οΈ 26.08.2025):
param (π₯32 Β· β 500) - Declarative parameters for robust Python classes and a rich API for.. BSD-3
- [GitHub](https://github.com/holoviz/param) (π¨βπ» 42 Β· π 80 Β· π¦ 18K Β· π 520 - 34% open Β· β±οΈ 25.11.2025):
- [PyPi](https://pypi.org/project/param) (π₯ 1.4M / month Β· π¦ 210 Β· β±οΈ 25.11.2025):
- [Conda](https://anaconda.org/conda-forge/param) (π₯ 2.3M Β· β±οΈ 25.11.2025):
dirty-equals (π₯25 Β· β 940) - Doing dirty (but extremely useful) things with equals. MIT
- [GitHub](https://github.com/samuelcolvin/dirty-equals) (π¨βπ» 20 Β· π 43 Β· π¦ 640 Β· π 45 - 35% open Β· β±οΈ 17.11.2025):
- [PyPi](https://pypi.org/project/dirty-equals) (π₯ 1.9M / month Β· π¦ 100 Β· β±οΈ 17.11.2025):
- [Conda](https://anaconda.org/conda-forge/dirty-equals) (π₯ 110K Β· β±οΈ 18.11.2025):
Show 6 hidden projects...
- schematics (π₯31 Β· β 2.6K Β· π) - Python Data Structures for Humans.BSD-3
- strictyaml (π₯29 Β· β 1.6K Β· π) - Type-safe YAML parser and validator. MIT
- valideer (π₯20 Β· β 260 Β· π) - Lightweight data validation and adaptation Python library. MIT
- validr (π₯17 Β· β 220 Β· π) - A simple, fast, extensible python library for data validation. MIT
- typical (π₯17 Β· β 180 Β· π) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT
- dataklasses (π₯7 Β· β 810 Β· π) - A different spin on dataclasses. βUnlicensed
Algorithms & Design Patterns¶
π python-patterns ( β 43K) - Collection of design patterns/idioms in Python.
transitions (π₯33 Β· β 6.3K) - A lightweight, object-oriented finite state machine implementation.. MIT
- [GitHub](https://github.com/pytransitions/transitions) (π¨βπ» 81 Β· π 550 Β· π¦ 4.2K Β· π 480 - 3% open Β· β±οΈ 09.09.2025):
- [PyPi](https://pypi.org/project/transitions) (π₯ 2M / month Β· π¦ 220 Β· β±οΈ 02.07.2025):
- [Conda](https://anaconda.org/conda-forge/transitions) (π₯ 860K Β· β±οΈ 02.07.2025):
algorithms (π₯29 Β· β 25K) - Minimal examples of data structures and algorithms in Python. MIT
- [GitHub](https://github.com/keon/algorithms) (π¨βπ» 210 Β· π 4.7K Β· π¦ 140 Β· π 320 - 67% open Β· β±οΈ 03.11.2025):
- [PyPi](https://pypi.org/project/algorithms) (π₯ 4.2K / month Β· π¦ 4 Β· β±οΈ 04.10.2020):
- [Conda](https://anaconda.org/conda-forge/algorithms) (π₯ 4.1K Β· β±οΈ 22.04.2025):
Show 1 hidden projects...
- PyPattyrn (π₯20 Β· β 2.3K Β· π) - A simple library for implementing common design patterns.MIT
Date & Time Utilities¶
arrow (π₯40 Β· β 9K) - Better dates & times for Python. Apache-2
- [GitHub](https://github.com/arrow-py/arrow) (π¨βπ» 280 Β· π 700 Β· π¦ 180K Β· π 520 - 21% open Β· β±οΈ 25.10.2025):
- [PyPi](https://pypi.org/project/arrow) (π₯ 58M / month Β· π¦ 2.3K Β· β±οΈ 18.10.2025):
- [Conda](https://anaconda.org/conda-forge/arrow) (π₯ 11M Β· β±οΈ 18.10.2025):
holidays (π₯38 Β· β 1.8K) - Open World Holidays Framework. MIT
- [GitHub](https://github.com/vacanza/holidays) (π¨βπ» 290 Β· π 560 Β· π₯ 350 Β· π¦ 26K Β· π 730 - 7% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/holidays) (π₯ 21M / month Β· π¦ 470 Β· β±οΈ 01.12.2025):
- [Conda](https://anaconda.org/conda-forge/holidays) (π₯ 4.4M Β· β±οΈ 02.12.2025):
pendulum (π₯35 Β· β 6.6K) - Python datetimes made easy. MIT
- [GitHub](https://github.com/python-pendulum/pendulum) (π¨βπ» 120 Β· π 410 Β· π₯ 3.5K Β· π¦ 39K Β· π 570 - 36% open Β· β±οΈ 28.10.2025):
- [PyPi](https://pypi.org/project/pendulum) (π₯ 62M / month Β· π¦ 1.4K Β· β±οΈ 19.04.2025):
- [Conda](https://anaconda.org/conda-forge/pendulum) (π₯ 1.7M Β· β±οΈ 22.04.2025):
dateparser (π₯34 Β· β 2.8K) - python parser for human readable dates. BSD-3
- [GitHub](https://github.com/scrapinghub/dateparser) (π¨βπ» 140 Β· π 480 Β· π¦ 37K Β· π 750 - 46% open Β· β±οΈ 28.10.2025):
- [PyPi](https://pypi.org/project/dateparser) (π₯ 22M / month Β· π¦ 1.3K Β· β±οΈ 26.06.2025):
- [Conda](https://anaconda.org/conda-forge/dateparser) (π₯ 610K Β· β±οΈ 26.06.2025):
python-dateutil (π₯33 Β· β 2.6K) - Useful extensions to the standard Python datetime features. Apache-2
- [GitHub](https://github.com/dateutil/dateutil) (π¨βπ» 130 Β· π 520 Β· π₯ 36K Β· π 820 - 47% open Β· β±οΈ 16.09.2025):
- [PyPi](https://pypi.org/project/python-dateutil) (π₯ 680M / month Β· π¦ 12K Β· β±οΈ 01.03.2024):
- [Conda](https://anaconda.org/conda-forge/python-dateutil) (π₯ 86M Β· β±οΈ 28.06.2025):
pytz (π₯33 Β· β 380 Β· π€) - pytz Python historical timezone library and database. MIT
- [GitHub](https://github.com/stub42/pytz) (π¨βπ» 21 Β· π 99 Β· π₯ 630 Β· π¦ 2.5M Β· π 100 - 40% open Β· β±οΈ 25.03.2025):
- [PyPi](https://pypi.org/project/pytz) (π₯ 390M / month Β· π¦ 13K Β· β±οΈ 25.03.2025):
- [Conda](https://anaconda.org/conda-forge/pytz) (π₯ 80M Β· β±οΈ 22.04.2025):
tzlocal (π₯31 Β· β 210) - A Python module that tries to figure out what your local timezone is. MIT
- [GitHub](https://github.com/regebro/tzlocal) (π¨βπ» 31 Β· π 64 Β· π¦ 210K Β· π 90 - 1% open Β· β±οΈ 08.07.2025):
- [PyPi](https://pypi.org/project/tzlocal) (π₯ 100M / month Β· π¦ 1.9K Β· β±οΈ 05.03.2025):
- [Conda](https://anaconda.org/conda-forge/tzlocal) (π₯ 4.2M Β· β±οΈ 26.08.2025):
Show 2 hidden projects...
- isodate (π₯32 Β· β 170 Β· π) - ISO 8601 date/time parser.BSD-3
- parsedatetime (π₯29 Β· β 710 Β· π) - Parse human-readable date/time strings. Apache-2
File & Path Utilities¶
filesystem_spec (π₯40 Β· β 1.3K) - A specification that python filesystems should adhere to. BSD-3
- [GitHub](https://github.com/fsspec/filesystem_spec) (π¨βπ» 300 Β· π 420 Β· π¦ 280K Β· π 820 - 40% open Β· β±οΈ 04.12.2025):
- [PyPi](https://pypi.org/project/fsspec) (π₯ 550M / month Β· π¦ 3.1K Β· β±οΈ 03.12.2025):
- [Conda](https://anaconda.org/conda-forge/fsspec) (π₯ 28M Β· β±οΈ 03.12.2025):
watchdog (π₯38 Β· β 7.2K) - Python library and shell utilities to monitor filesystem events. Apache-2
- [GitHub](https://github.com/gorakhargosh/watchdog) (π¨βπ» 170 Β· π 720 Β· π¦ 250K Β· π 700 - 30% open Β· β±οΈ 26.11.2025):
- [PyPi](https://pypi.org/project/watchdog) (π₯ 64M / month Β· π¦ 2.7K Β· β±οΈ 01.11.2024):
- [Conda](https://anaconda.org/conda-forge/watchdog) (π₯ 4.9M Β· β±οΈ 05.12.2025):
filelock (π₯36 Β· β 910) - A platform-independent file lock for Python. Unlicense
- [GitHub](https://github.com/tox-dev/filelock) (π¨βπ» 54 Β· π 120 Β· π¦ 690K Β· π 140 - 17% open Β· β±οΈ 08.12.2025):
- [PyPi](https://pypi.org/project/filelock) (π₯ 330M / month Β· π¦ 3.6K Β· β±οΈ 08.10.2025):
- [Conda](https://anaconda.org/conda-forge/filelock) (π₯ 35M Β· β±οΈ 08.10.2025):
aiofiles (π₯35 Β· β 3.2K) - File support for asyncio. Apache-2
- [GitHub](https://github.com/Tinche/aiofiles) (π¨βπ» 42 Β· π 160 Β· π¦ 240K Β· π 140 - 41% open Β· β±οΈ 09.10.2025):
- [PyPi](https://pypi.org/project/aiofiles) (π₯ 86M / month Β· π¦ 5.3K Β· β±οΈ 09.10.2025):
- [Conda](https://anaconda.org/conda-forge/aiofiles) (π₯ 2.2M Β· β±οΈ 10.10.2025):
pyfilesystem2 (π₯30 Β· β 2.1K Β· π€) - Pythons Filesystem abstraction layer. MIT
- [GitHub](https://github.com/PyFilesystem/pyfilesystem2) (π¨βπ» 47 Β· π 180 Β· π 380 - 28% open Β· β±οΈ 17.05.2025):
- [PyPi](https://pypi.org/project/fs) (π₯ 7.4M / month Β· π¦ 410 Β· β±οΈ 20.07.2023):
- [Conda](https://anaconda.org/conda-forge/fs) (π₯ 1.1M Β· β±οΈ 22.04.2025):
scandir (π₯25 Β· β 540 Β· π€) - Better directory iterator and faster os.walk(). Archived, as this.. BSD-3
- [GitHub](https://github.com/benhoyt/scandir) (π¨βπ» 23 Β· π 70 Β· β±οΈ 27.05.2025):
- [PyPi](https://pypi.org/project/scandir) (π₯ 2M / month Β· π¦ 220 Β· β±οΈ 09.03.2019):
- [Conda](https://anaconda.org/conda-forge/scandir) (π₯ 1.7M Β· β±οΈ 22.08.2025):
Show 4 hidden projects...
- appdirs (π₯32 Β· β 1.1K Β· π) - A small Python module for determining appropriate platform-specific..MIT
- zipp (π₯31 Β· β 67) - Backport of pathlib-compatible object wrapper for zip files. βUnlicensed
- path (π₯30 Β· β 1.1K) - Object-oriented file system path manipulation. βUnlicensed
- Unipath (π₯23 Β· β 510 Β· π) - An object-oriented approach to Python file/directory operations. MIT
Compatiblity¶
six (π₯38 Β· β 1K) - Python 2 and 3 compatibility library. MIT
- [GitHub](https://github.com/benjaminp/six) (π¨βπ» 67 Β· π 270 Β· π¦ 2.7M Β· π 300 - 36% open Β· β±οΈ 15.11.2025):
- [PyPi](https://pypi.org/project/six) (π₯ 640M / month Β· π¦ 25K Β· β±οΈ 04.12.2024):
- [Conda](https://anaconda.org/conda-forge/six) (π₯ 84M Β· β±οΈ 22.07.2025):
typing (π₯33 Β· β 1.7K) - Python static typing home. Hosts the documentation and a user help.. Python-2.0
- [GitHub](https://github.com/python/typing) (π¨βπ» 140 Β· π 280 Β· π 870 - 20% open Β· β±οΈ 01.12.2025):
- [PyPi](https://pypi.org/project/typing) (π₯ 6.5M / month Β· π¦ 3.3K Β· β±οΈ 01.05.2021):
- [Conda](https://anaconda.org/conda-forge/typing) (π₯ 3.6M Β· β±οΈ 22.04.2025):
Show 5 hidden projects...
- future (π₯37 Β· β 1.2K Β· π) - Easy, clean, reliable Python 2/3 compatibility.MIT
- dataclasses (π₯27 Β· β 590 Β· π) - A backport of the dataclasses module for Python 3.6. Apache-2
- futures (π₯27 Β· β 240 Β· π) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0
- pathlib2 (π₯27 Β· β 85 Β· π) - Backport of pathlib aiming to support the full stdlib Python API. MIT
- contextlib2 (π₯26 Β· β 38) - contextlib2 is a backport of the standard librarys contextlib.. βοΈpsfrag
Cryptography¶
bcrypt (π₯39 Β· β 1.4K) - Modern(-ish) password hashing for your software and your servers. Apache-2
- [GitHub](https://github.com/pyca/bcrypt) (π¨βπ» 40 Β· π 200 Β· π¦ 340K Β· π 160 - 3% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/bcrypt) (π₯ 140M / month Β· π¦ 2K Β· β±οΈ 25.09.2025):
- [Conda](https://anaconda.org/conda-forge/bcrypt) (π₯ 8.7M Β· β±οΈ 07.11.2025):
pycryptodomex (π₯36 Β· β 3.2K) - A self-contained cryptographic library for Python. BSD-3
- [GitHub](https://github.com/Legrandin/pycryptodome) (π¨βπ» 160 Β· π 540 Β· π₯ 2.3K Β· π¦ 140K Β· π 640 - 12% open Β· β±οΈ 16.11.2025):
- [PyPi](https://pypi.org/project/pycryptodomex) (π₯ 44M / month Β· π¦ 1.6K Β· β±οΈ 17.05.2025):
- [Conda](https://anaconda.org/conda-forge/pycryptodomex) (π₯ 2.4M Β· β±οΈ 13.09.2025):
rsa (π₯29 Β· β 490 Β· π€) - Python-RSA is a pure-Python RSA implementation. Apache-2
- [GitHub](https://github.com/sybrenstuvel/python-rsa) (π¨βπ» 43 Β· π 120 Β· π 140 - 20% open Β· β±οΈ 16.04.2025):
- [PyPi](https://pypi.org/project/rsa) (π₯ 390M / month Β· π¦ 1.9K Β· β±οΈ 16.04.2025):
- [Conda](https://anaconda.org/conda-forge/rsa) (π₯ 17M Β· β±οΈ 22.04.2025):
Show 4 hidden projects...
- cryptography (π₯45 Β· β 7.4K) - cryptography is a package designed to expose..βUnlicensed
- keyring (π₯37 Β· β 1.4K) - Store and access your passwords safely. βUnlicensed
- tink (π₯36 Β· β 14K Β· π) - Tink is a multi-language, cross-platform, open source library that.. Apache-2
- asn1crypto (π₯32 Β· β 360 Β· π) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
Infrastructure & DevOps¶
ansible (π₯48 Β· β 67K) - Ansible is a radically simple IT automation platform that makes your.. βοΈGPL-3.0
- [GitHub](https://github.com/ansible/ansible) (π¨βπ» 6.9K Β· π 24K Β· π¦ 41K Β· π 34K - 2% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/ansible) (π₯ 9.9M / month Β· π¦ 560 Β· β±οΈ 09.12.2025):
- [Conda](https://anaconda.org/conda-forge/ansible) (π₯ 1.7M Β· β±οΈ 10.09.2025):
botocore (π₯46 Β· β 1.6K) - The low-level, core functionality of boto3 and the AWS CLI. Apache-2
- [GitHub](https://github.com/boto/botocore) (π¨βπ» 220 Β· π 1.1K Β· π¦ 420K Β· π 1.2K - 12% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/botocore) (π₯ 970M / month Β· π¦ 4.1K Β· β±οΈ 10.12.2025):
- [Conda](https://anaconda.org/conda-forge/botocore) (π₯ 39M Β· β±οΈ 10.12.2025):
pulumi (π₯44 Β· β 24K) - Pulumi - Infrastructure as Code in any programming language. Apache-2
- [GitHub](https://github.com/pulumi/pulumi) (π¨βπ» 630 Β· π 1.3K Β· π₯ 3.1M Β· π¦ 10K Β· π 8.8K - 27% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/pulumi) (π₯ 5M / month Β· π¦ 460 Β· β±οΈ 11.12.2025):
- [npm](https://www.npmjs.com/package/@pulumi/pulumi) (π₯ 3.8M / month Β· π¦ 930 Β· β±οΈ 09.12.2025):
awscli (π₯44 Β· β 17K) - Universal Command Line Interface for Amazon Web Services. Apache-2
- [GitHub](https://github.com/aws/aws-cli) (π¨βπ» 480 Β· π 4.4K Β· π₯ 11K Β· π¦ 5 Β· π 5K - 12% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/awscli) (π₯ 430M / month Β· π¦ 740 Β· β±οΈ 10.12.2025):
- [Conda](https://anaconda.org/conda-forge/awscli) (π₯ 49M Β· β±οΈ 10.12.2025):
docker (π₯42 Β· β 7.1K) - A Python library for the Docker Engine API. Apache-2
- [GitHub](https://github.com/docker/docker-py) (π¨βπ» 460 Β· π 1.7K Β· π₯ 1.7K Β· π¦ 120K Β· π 1.8K - 29% open Β· β±οΈ 24.11.2025):
- [PyPi](https://pypi.org/project/docker) (π₯ 97M / month Β· π¦ 3.7K Β· β±οΈ 23.05.2024):
- [Conda](https://anaconda.org/conda-forge/docker-py) (π₯ 6.1M Β· β±οΈ 22.04.2025):
docker-compose (π₯41 Β· β 37K) - Define and run multi-container applications with Docker. Apache-2
- [GitHub](https://github.com/docker/compose) (π¨βπ» 600 Β· π 5.6K Β· π₯ 9.5M Β· π¦ 1.3K Β· π 8.2K - 0% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/docker-compose) (π₯ 1.3M / month Β· π¦ 250 Β· β±οΈ 10.05.2021):
- [Conda](https://anaconda.org/conda-forge/docker-compose) (π₯ 750K Β· β±οΈ 03.12.2025):
paramiko (π₯41 Β· β 9.6K) - The leading native Python SSHv2 protocol library. βοΈLGPL-2.1
- [GitHub](https://github.com/paramiko/paramiko) (π¨βπ» 190 Β· π 2K Β· π¦ 120K Β· π 2K - 57% open Β· β±οΈ 20.10.2025):
- [PyPi](https://pypi.org/project/paramiko) (π₯ 120M / month Β· π¦ 3.8K Β· β±οΈ 04.08.2025):
- [Conda](https://anaconda.org/conda-forge/paramiko) (π₯ 7.1M Β· β±οΈ 13.08.2025):
kubernetes (π₯39 Β· β 7.4K) - Official Python client library for kubernetes. Apache-2
- [GitHub](https://github.com/kubernetes-client/python) (π¨βπ» 220 Β· π 3.4K Β· π 1.5K - 6% open Β· β±οΈ 05.12.2025):
- [PyPi](https://pypi.org/project/kubernetes) (π₯ 88M / month Β· π¦ 1.9K Β· β±οΈ 29.09.2025):
- [Conda](https://anaconda.org/conda-forge/kubernetes) (π₯ 710K Β· β±οΈ 11.12.2025):
netmiko (π₯37 Β· β 4K) - Multi-vendor library to simplify Paramiko SSH connections to network devices. MIT
- [GitHub](https://github.com/ktbyers/netmiko) (π¨βπ» 270 Β· π 1.3K Β· π¦ 5.4K Β· π 2.2K - 4% open Β· β±οΈ 16.11.2025):
- [PyPi](https://pypi.org/project/netmiko) (π₯ 700K / month Β· π¦ 220 Β· β±οΈ 26.06.2025):
plumbum (π₯36 Β· β 3K) - Plumbum: Shell Combinators. MIT
- [GitHub](https://github.com/tomerfiliba/plumbum) (π¨βπ» 120 Β· π 190 Β· π¦ 9K Β· π 370 - 37% open Β· β±οΈ 24.11.2025):
- [PyPi](https://pypi.org/project/plumbum) (π₯ 3.3M / month Β· π¦ 360 Β· β±οΈ 31.10.2025):
- [Conda](https://anaconda.org/conda-forge/plumbum) (π₯ 1.3M Β· β±οΈ 31.10.2025):
fabric (π₯35 Β· β 15K) - Simple, Pythonic remote execution and deployment. BSD-2
- [GitHub](https://github.com/fabric/fabric) (π¨βπ» 140 Β· π 2K Β· π 1.8K - 26% open Β· β±οΈ 20.07.2025):
- [PyPi](https://pypi.org/project/fabric) (π₯ 9.8M / month Β· π¦ 400 Β· β±οΈ 31.08.2023):
- [Conda](https://anaconda.org/conda-forge/fabric) (π₯ 240K Β· β±οΈ 22.04.2025):
sshtunnel (π₯32 Β· β 1.3K) - SSH tunnels to remote server. MIT
- [GitHub](https://github.com/pahaz/sshtunnel) (π¨βπ» 27 Β· π 190 Β· π¦ 9.4K Β· π 210 - 30% open Β· β±οΈ 27.08.2025):
- [PyPi](https://pypi.org/project/sshtunnel) (π₯ 31M / month Β· π¦ 350 Β· β±οΈ 11.01.2021):
- [Conda](https://anaconda.org/conda-forge/sshtunnel) (π₯ 310K Β· β±οΈ 22.04.2025):
pyinfra (π₯30 Β· β 4.5K) - pyinfra turns Python code into shell commands and runs them on your.. MIT
- [GitHub](https://github.com/pyinfra-dev/pyinfra) (π¨βπ» 170 Β· π 450 Β· π 870 - 21% open Β· β±οΈ 08.12.2025):
- [PyPi](https://pypi.org/project/pyinfra) (π₯ 54K / month Β· π¦ 22 Β· β±οΈ 01.10.2025):
Show 7 hidden projects...
- schedule (π₯35 Β· β 12K Β· π) - Python job scheduling for humans.MIT
- parallel-ssh (π₯28 Β· β 1.3K) - Asynchronous parallel SSH client library. βοΈLGPL-2.1
- fabtools (π₯25 Β· β 1.3K Β· π) - Tools for writing awesome Fabric files. BSD-2
- storm (π₯23 Β· β 3.9K Β· π) - Manage your SSH like a boss. MIT
- pypyr (π₯21 Β· β 640 Β· π) - pypyr task-runner cli & api for automation pipelines. Automate.. Apache-2
- wssh (π₯17 Β· β 1.4K Β· π) - SSH to WebSockets Bridge. MIT
- Grai (π₯12 Β· β 310 Β· π€) - Platform to programmatically manage, test, and debug data.. βοΈMIT-0
Process Utilities¶
supervisor (π₯38 Β· β 8.9K) - Supervisor process control system for Unix.. βοΈRepoze Public License
- [GitHub](https://github.com/Supervisor/supervisor) (π¨βπ» 180 Β· π 1.3K Β· π¦ 13K Β· π 1.2K - 13% open Β· β±οΈ 26.10.2025):
- [PyPi](https://pypi.org/project/supervisor) (π₯ 3.7M / month Β· π¦ 160 Β· β±οΈ 23.08.2025):
- [Conda](https://anaconda.org/conda-forge/supervisor) (π₯ 570K Β· β±οΈ 01.09.2025):
pexpect (π₯37 Β· β 2.8K Β· π€) - A Python module for controlling interactive programs in a pseudo-.. ISC
- [GitHub](https://github.com/pexpect/pexpect) (π¨βπ» 110 Β· π 490 Β· π₯ 4.4K Β· π¦ 510K Β· π 510 - 32% open Β· β±οΈ 11.04.2025):
- [PyPi](https://pypi.org/project/pexpect) (π₯ 170M / month Β· π¦ 1.8K Β· β±οΈ 25.11.2023):
- [Conda](https://anaconda.org/conda-forge/pexpect) (π₯ 34M Β· β±οΈ 22.04.2025):
sh (π₯35 Β· β 7.2K) - Python process launching. MIT
- [GitHub](https://github.com/amoffat/sh) (π¨βπ» 110 Β· π 500 Β· π₯ 90 Β· π¦ 18K Β· π 500 - 2% open Β· β±οΈ 01.11.2025):
- [PyPi](https://pypi.org/project/sh) (π₯ 15M / month Β· π¦ 760 Β· β±οΈ 24.02.2025):
- [Conda](https://anaconda.org/conda-forge/sh) (π₯ 360K Β· β±οΈ 22.04.2025):
ptyprocess (π₯26 Β· β 230) - Run a subprocess in a pseudo terminal. ISC
- [GitHub](https://github.com/pexpect/ptyprocess) (π¨βπ» 21 Β· π 70 Β· π 40 - 50% open Β· β±οΈ 17.07.2025):
- [PyPi](https://pypi.org/project/ptyprocess) (π₯ 170M / month Β· π¦ 770 Β· β±οΈ 28.12.2020):
- [Conda](https://anaconda.org/conda-forge/ptyprocess) (π₯ 31M Β· β±οΈ 22.04.2025):
Asynchronous Programming¶
anyio (π₯42 Β· β 2.3K) - High level asynchronous concurrency and networking framework that works on.. MIT
- [GitHub](https://github.com/agronholm/anyio) (π¨βπ» 65 Β· π 180 Β· π¦ 610K Β· π 430 - 16% open Β· β±οΈ 01.12.2025):
- [PyPi](https://pypi.org/project/anyio) (π₯ 420M / month Β· π¦ 4.4K Β· β±οΈ 28.11.2025):
- [Conda](https://anaconda.org/conda-forge/anyio) (π₯ 29M Β· β±οΈ 29.11.2025):
greenlet (π₯41 Β· β 1.8K) - Lightweight in-process concurrent programming. MIT
- [GitHub](https://github.com/python-greenlet/greenlet) (π¨βπ» 82 Β· π 260 Β· π¦ 580K Β· π 280 - 8% open Β· β±οΈ 04.12.2025):
- [PyPi](https://pypi.org/project/greenlet) (π₯ 250M / month Β· π¦ 2.1K Β· β±οΈ 04.12.2025):
- [Conda](https://anaconda.org/conda-forge/greenlet) (π₯ 18M Β· β±οΈ 04.12.2025):
uvloop (π₯39 Β· β 12K) - Ultra fast asyncio event loop. Apache-2
- [GitHub](https://github.com/MagicStack/uvloop) (π¨βπ» 68 Β· π 580 Β· π₯ 640 Β· π¦ 210K Β· π 430 - 34% open Β· β±οΈ 16.10.2025):
- [PyPi](https://pypi.org/project/uvloop) (π₯ 75M / month Β· π¦ 2K Β· β±οΈ 16.10.2025):
- [Conda](https://anaconda.org/conda-forge/uvloop) (π₯ 2.5M Β· β±οΈ 07.11.2025):
asyncer (π₯31 Β· β 2.3K) - Asyncer, async and await, focused on developer experience. MIT
- [GitHub](https://github.com/fastapi/asyncer) (π¨βπ» 20 Β· π 80 Β· π¦ 7.4K Β· π 6 - 16% open Β· β±οΈ 01.12.2025):
- [PyPi](https://pypi.org/project/asyncer) (π₯ 3.8M / month Β· π¦ 260 Β· β±οΈ 01.12.2025):
- [Conda](https://anaconda.org/conda-forge/asyncer) (π₯ 27K Β· β±οΈ 05.12.2025):
aiomisc (π₯24 Β· β 420) - aiomisc - miscellaneous utils for asyncio. MIT
- [GitHub](https://github.com/aiokitchen/aiomisc) (π¨βπ» 21 Β· π 28 Β· π¦ 440 Β· π 26 - 30% open Β· β±οΈ 21.11.2025):
- [PyPi](https://pypi.org/project/aiomisc) (π₯ 36K / month Β· π¦ 60 Β· β±οΈ 21.11.2025):
Show 2 hidden projects...
- unsync (π₯22 Β· β 900 Β· π) - Unsynchronize asyncio.MIT
- stopit (π₯20 Β· β 120 Β· π) - Raise asynchronous exceptions in other thread, control the timeout of.. MIT
Configuration¶
python-dotenv (π₯42 Β· β 8.5K) - Reads key-value pairs from a .env file and can set them as.. BSD-3
- [GitHub](https://github.com/theskumar/python-dotenv) (π¨βπ» 110 Β· π 480 Β· π¦ 1.6M Β· π 340 - 19% open Β· β±οΈ 26.10.2025):
- [PyPi](https://pypi.org/project/python-dotenv) (π₯ 280M / month Β· π¦ 25K Β· β±οΈ 26.10.2025):
- [Conda](https://anaconda.org/conda-forge/python-dotenv) (π₯ 9.2M Β· β±οΈ 26.10.2025):
hydra (π₯35 Β· β 10K) - Hydra is a framework for elegantly configuring complex applications. MIT
- [GitHub](https://github.com/facebookresearch/hydra) (π¨βπ» 120 Β· π 740 Β· π¦ 42K Β· π 1.5K - 22% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/hydra) (π₯ 16K / month Β· π¦ 13 Β· β±οΈ 03.08.2016):
- [Conda](https://anaconda.org/conda-forge/hydra-core) (π₯ 1.5M Β· β±οΈ 22.04.2025):
traitlets (π₯35 Β· β 650) - A lightweight Traits like module. BSD-3
- [GitHub](https://github.com/ipython/traitlets) (π¨βπ» 120 Β· π 210 Β· π₯ 720 Β· π¦ 600K Β· π 310 - 35% open Β· β±οΈ 14.10.2025):
- [PyPi](https://pypi.org/project/traitlets) (π₯ 88M / month Β· π¦ 1.5K Β· β±οΈ 19.04.2024):
- [Conda](https://anaconda.org/conda-forge/traitlets) (π₯ 46M Β· β±οΈ 22.04.2025):
omegaconf (π₯33 Β· β 2.3K) - Flexible Python configuration system. The last one you will ever need. BSD-3
- [GitHub](https://github.com/omry/omegaconf) (π¨βπ» 37 Β· π 140 Β· π¦ 59K Β· π 600 - 24% open Β· β±οΈ 29.11.2025):
- [PyPi](https://pypi.org/project/omegaconf) (π₯ 29M / month Β· π¦ 1.8K Β· β±οΈ 30.10.2025):
- [Conda](https://anaconda.org/conda-forge/omegaconf) (π₯ 2.1M Β· β±οΈ 22.04.2025):
Dynaconf (π₯28 Β· β 4.2K Β· π€) - dynaconf mirror (mainly for stats)- ORIGINAL REPO ON -.. MIT
- [GitHub](https://github.com/rochacbruno/dynaconf-mirror) (π¨βπ» 130 Β· π 310 Β· β±οΈ 07.05.2025):
- [PyPi](https://pypi.org/project/dynaconf) (π₯ 4.2M / month Β· π¦ 640 Β· β±οΈ 10.10.2025):
- [Conda](https://anaconda.org/conda-forge/dynaconf) (π₯ 160K Β· β±οΈ 13.10.2025):
configobj (π₯28 Β· β 340) - Python 3+ compatible port of the configobj library. BSD-3
- [GitHub](https://github.com/DiffSK/configobj) (π¨βπ» 13 Β· π 82 Β· π₯ 2K Β· π¦ 49K Β· π 180 - 39% open Β· β±οΈ 06.06.2025):
- [PyPi](https://pypi.org/project/configobj) (π₯ 6.4M / month Β· π¦ 650 Β· β±οΈ 21.09.2024):
- [Conda](https://anaconda.org/conda-forge/configobj) (π₯ 1.1M Β· β±οΈ 22.04.2025):
gin-config (π₯27 Β· β 2.1K) - Gin provides a lightweight configuration framework for Python. Apache-2
- [GitHub](https://github.com/google/gin-config) (π¨βπ» 25 Β· π 120 Β· π¦ 13K Β· π 100 - 58% open Β· β±οΈ 22.09.2025):
- [PyPi](https://pypi.org/project/gin-config) (π₯ 590K / month Β· π¦ 75 Β· β±οΈ 03.11.2021):
- [Conda](https://anaconda.org/conda-forge/gin-config) (π₯ 33K Β· β±οΈ 22.04.2025):
everett (π₯23 Β· β 150) - configuration library for python projects. MPL-2.0
- [GitHub](https://github.com/willkg/everett) (π¨βπ» 9 Β· π 14 Β· π 96 - 4% open Β· β±οΈ 15.10.2025):
- [PyPi](https://pypi.org/project/everett) (π₯ 450K / month Β· π¦ 22 Β· β±οΈ 15.10.2025):
- [Conda](https://anaconda.org/conda-forge/everett) (π₯ 99K Β· β±οΈ 22.04.2025):
Show 1 hidden projects...
- python-decouple (π₯32 Β· β 3K Β· π) - Strict separation of config from code.MIT
CLI Development¶
click (π₯48 Β· β 17K) - Python composable command line interface toolkit. BSD-3
- [GitHub](https://github.com/pallets/click) (π¨βπ» 420 Β· π 1.5K Β· π₯ 4K Β· π¦ 2.3M Β· π 1.7K - 8% open Β· β±οΈ 25.11.2025):
- [PyPi](https://pypi.org/project/click) (π₯ 510M / month Β· π¦ 54K Β· β±οΈ 15.11.2025):
- [Conda](https://anaconda.org/conda-forge/click) (π₯ 55M Β· β±οΈ 30.11.2025):
rich (π₯46 Β· β 55K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
- [GitHub](https://github.com/Textualize/rich) (π¨βπ» 280 Β· π 1.9K Β· π¦ 490K Β· π 1.5K - 20% open Β· β±οΈ 02.12.2025):
- [PyPi](https://pypi.org/project/rich) (π₯ 290M / month Β· π¦ 26K Β· β±οΈ 09.10.2025):
- [Conda](https://anaconda.org/conda-forge/rich) (π₯ 17M Β· β±οΈ 09.10.2025):
Typer (π₯41 Β· β 18K) - Typer, build great CLIs. Easy to code. Based on Python type hints. MIT
- [GitHub](https://github.com/fastapi/typer) (π¨βπ» 93 Β· π 810 Β· π¦ 230K Β· π 340 - 19% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/typer) (π₯ 110M / month Β· π¦ 13K Β· β±οΈ 20.10.2025):
- [Conda](https://anaconda.org/conda-forge/typer) (π₯ 8.2M Β· β±οΈ 12.11.2025):
python-prompt-toolkit (π₯39 Β· β 10K) - Library for building powerful interactive command line.. BSD-3
- [GitHub](https://github.com/prompt-toolkit/python-prompt-toolkit) (π¨βπ» 240 Β· π 750 Β· π 1.3K - 54% open Β· β±οΈ 17.11.2025):
- [PyPi](https://pypi.org/project/prompt_toolkit) (π₯ 120M / month Β· π¦ 4.2K Β· β±οΈ 27.08.2025):
- [Conda](https://anaconda.org/conda-forge/prompt-toolkit) (π₯ 39M Β· β±οΈ 27.08.2025):
python-fire (π₯38 Β· β 28K) - Python Fire is a library for automatically generating command.. Apache-2
- [GitHub](https://github.com/google/python-fire) (π¨βπ» 67 Β· π 1.5K Β· π¦ 51K Β· π 360 - 42% open Β· β±οΈ 16.08.2025):
- [PyPi](https://pypi.org/project/fire) (π₯ 17M / month Β· π¦ 3K Β· β±οΈ 16.08.2025):
- [Conda](https://anaconda.org/conda-forge/fire) (π₯ 1.4M Β· β±οΈ 12.09.2025):
colorama (π₯36 Β· β 3.8K) - Simple cross-platform colored terminal text in Python. BSD-3
- [GitHub](https://github.com/tartley/colorama) (π¨βπ» 52 Β· π 260 Β· π¦ 1.4M Β· π 270 - 47% open Β· β±οΈ 09.07.2025):
- [PyPi](https://pypi.org/project/colorama) (π₯ 300M / month Β· π¦ 15K Β· β±οΈ 25.10.2022):
- [Conda](https://anaconda.org/conda-forge/colorama) (π₯ 59M Β· β±οΈ 22.04.2025):
docopt (π₯35 Β· β 8K) - Create *beautiful* command-line interfaces with Python. MIT
- [GitHub](https://github.com/docopt/docopt) (π¨βπ» 34 Β· π 560 Β· π¦ 150K Β· π 450 - 58% open Β· β±οΈ 23.06.2025):
- [PyPi](https://pypi.org/project/docopt) (π₯ 16M / month Β· π¦ 3.4K Β· β±οΈ 16.06.2014):
- [Conda](https://anaconda.org/conda-forge/docopt) (π₯ 2.6M Β· β±οΈ 22.04.2025):
argcomplete (π₯35 Β· β 1.5K) - Python and tab completion, better together. Apache-2
- [GitHub](https://github.com/kislyuk/argcomplete) (π¨βπ» 83 Β· π 140 Β· π₯ 1.4K Β· π¦ 69K Β· π 300 - 22% open Β· β±οΈ 20.10.2025):
- [PyPi](https://pypi.org/project/argcomplete) (π₯ 85M / month Β· π¦ 1.8K Β· β±οΈ 20.10.2025):
- [Conda](https://anaconda.org/conda-forge/argcomplete) (π₯ 2.9M Β· β±οΈ 20.10.2025):
wcwidth (π₯35 Β· β 430) - Python library that measures the width of strings in a terminal. MIT
- [GitHub](https://github.com/jquast/wcwidth) (π¨βπ» 23 Β· π 60 Β· π¦ 740K Β· π 60 - 28% open Β· β±οΈ 07.11.2025):
- [PyPi](https://pypi.org/project/wcwidth) (π₯ 150M / month Β· π¦ 2.3K Β· β±οΈ 22.09.2025):
- [Conda](https://anaconda.org/conda-forge/wcwidth) (π₯ 41M Β· β±οΈ 23.09.2025):
cleo (π₯34 Β· β 1.3K) - Cleo allows you to create beautiful and testable command-line interfaces. MIT
- [GitHub](https://github.com/python-poetry/cleo) (π¨βπ» 38 Β· π 88 Β· π¦ 29K Β· π 120 - 30% open Β· β±οΈ 17.10.2025):
- [PyPi](https://pypi.org/project/cleo) (π₯ 59M / month Β· π¦ 390 Β· β±οΈ 18.11.2024):
- [Conda](https://anaconda.org/conda-forge/cleo) (π₯ 6.1M Β· β±οΈ 22.04.2025):
questionary (π₯32 Β· β 1.9K) - Python library to build pretty command line user prompts Easy to use.. MIT
- [GitHub](https://github.com/tmbo/questionary) (π¨βπ» 50 Β· π 100 Β· π¦ 20K Β· π 190 - 38% open Β· β±οΈ 28.08.2025):
- [PyPi](https://pypi.org/project/questionary) (π₯ 10M / month Β· π¦ 1.4K Β· β±οΈ 28.08.2025):
- [Conda](https://anaconda.org/conda-forge/questionary) (π₯ 250K Β· β±οΈ 08.09.2025):
asciimatics (π₯30 Β· β 4.2K Β· π€) - A cross platform package to do curses-like operations, plus.. Apache-2
- [GitHub](https://github.com/peterbrittain/asciimatics) (π¨βπ» 45 Β· π 260 Β· π¦ 1.2K Β· π 310 - 7% open Β· β±οΈ 31.05.2025):
- [PyPi](https://pypi.org/project/asciimatics) (π₯ 66K / month Β· π¦ 120 Β· β±οΈ 25.10.2023):
- [Conda](https://anaconda.org/conda-forge/asciimatics) (π₯ 240K Β· β±οΈ 22.04.2025):
ConfigArgParse (π₯29 Β· β 750) - Drop-in replacement for argparse with added support for config.. MIT
- [GitHub](https://github.com/bw2/ConfigArgParse) (π¨βπ» 56 Β· π 120 Β· π¦ 24K Β· π 220 - 38% open Β· β±οΈ 06.08.2025):
- [PyPi](https://pypi.org/project/configargparse) (π₯ 12M / month Β· π¦ 670 Β· β±οΈ 13.06.2025):
- [Conda](https://anaconda.org/conda-forge/configargparse) (π₯ 1.6M Β· β±οΈ 26.05.2025):
blessings (π₯28 Β· β 1.5K) - A thin, practical wrapper around terminal capabilities in Python. MIT
- [GitHub](https://github.com/erikrose/blessings) (π¨βπ» 17 Β· π 140 Β· π¦ 11K Β· π 90 - 38% open Β· β±οΈ 28.08.2025):
- [PyPi](https://pypi.org/project/blessings) (π₯ 970K / month Β· π¦ 460 Β· β±οΈ 21.06.2018):
- [Conda](https://anaconda.org/conda-forge/blessings) (π₯ 420K Β· β±οΈ 26.08.2025):
Show 6 hidden projects...
- docopt-ng (π₯23 Β· β 220 Β· π) - Humane command line arguments parser. Now with maintenance,..MIT
- Click Extra (π₯23 Β· β 98) - Drop-in replacement for Click to make user-friendly and colorful.. βοΈGPL-2.0
- clint (π₯23 Β· β 97 Β· π) - Python Command-line Application Tools. ISC
- bashplotlib (π₯22 Β· β 1.9K Β· π) - plotting in the terminal. MIT
- colout (π₯18 Β· β 1.2K Β· π) - Color text streams with a polished command line interface. βοΈGPL-3.0
- onecite (π₯13 Β· β 44 Β· π£) - An intelligent toolkit to automatically parse, complete, and format.. MIT
Development Tools¶
π best-of-python-dev ( β 1.2K) - A ranked list of awesome python developer tools and libraries. Updated..
Data Caching¶
cachetools (π₯36 Β· β 2.7K) - Extensible memoizing collections and decorators. MIT
- [GitHub](https://github.com/tkem/cachetools) (π¨βπ» 19 Β· π 180 Β· π 260 - 1% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/cachetools) (π₯ 340M / month Β· π¦ 4.1K Β· β±οΈ 13.11.2025):
- [Conda](https://anaconda.org/conda-forge/cachetools) (π₯ 18M Β· β±οΈ 13.11.2025):
aiocache (π₯33 Β· β 1.4K) - Asyncio cache manager for redis, memcached and memory. BSD-3
- [GitHub](https://github.com/aio-libs/aiocache) (π¨βπ» 51 Β· π 170 Β· π₯ 72 Β· π¦ 4.5K Β· π 340 - 17% open Β· β±οΈ 28.11.2025):
- [PyPi](https://pypi.org/project/aiocache) (π₯ 5.2M / month Β· π¦ 150 Β· β±οΈ 25.09.2024):
beaker (π₯28 Β· β 540) - WSGI middleware for sessions and caching. BSD-3
- [GitHub](https://github.com/bbangert/beaker) (π¨βπ» 93 Β· π 140 Β· π¦ 6.1K Β· π 150 - 51% open Β· β±οΈ 03.12.2025):
- [PyPi](https://pypi.org/project/beaker) (π₯ 140K / month Β· π¦ 90 Β· β±οΈ 11.04.2024):
- [Conda](https://anaconda.org/conda-forge/beaker) (π₯ 110K Β· β±οΈ 22.04.2025):
pylibmc (π₯27 Β· β 490 Β· π€) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3
- [GitHub](https://github.com/lericson/pylibmc) (π¨βπ» 56 Β· π 140 Β· π₯ 1.3K Β· π¦ 5.7K Β· π 200 - 13% open Β· β±οΈ 12.04.2025):
- [PyPi](https://pypi.org/project/pylibmc) (π₯ 340K / month Β· π¦ 79 Β· β±οΈ 30.08.2022):
- [Conda](https://anaconda.org/conda-forge/pylibmc) (π₯ 370K Β· β±οΈ 28.08.2025):
cachier (π₯26 Β· β 630) - Persistent, stale-free, local and cross-machine caching for Python.. MIT
- [GitHub](https://github.com/python-cachier/cachier) (π¨βπ» 27 Β· π 71 Β· π₯ 120 Β· π¦ 590 Β· π 94 - 19% open Β· β±οΈ 02.11.2025):
- [PyPi](https://pypi.org/project/cachier) (π₯ 270K / month Β· π¦ 51 Β· β±οΈ 15.07.2025):
Show 1 hidden projects...
- cached-property (π₯29 Β· β 710 Β· π) - A decorator for caching properties in classes.BSD-3
GUI Development¶
π best-of-web-python - Web UI ( β 2.7K) - Collection of libraries to implement web-based UIs.
kivy (π₯38 Β· β 19K Β· π) - Open source UI framework written in Python, running on Windows, Linux,.. MIT
- [GitHub](https://github.com/kivy/kivy) (π¨βπ» 630 Β· π 3.1K Β· π₯ 43K Β· π 5.3K - 16% open Β· β±οΈ 07.12.2025):
- [PyPi](https://pypi.org/project/kivy) (π₯ 320K / month Β· π¦ 360 Β· β±οΈ 26.12.2024):
- [Conda](https://anaconda.org/conda-forge/kivy) (π₯ 600K Β· β±οΈ 03.11.2025):
DearPyGui (π₯35 Β· β 15K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
- [GitHub](https://github.com/hoffstadt/DearPyGui) (π¨βπ» 72 Β· π 750 Β· π¦ 4.3K Β· π 1.5K - 27% open Β· β±οΈ 14.11.2025):
- [PyPi](https://pypi.org/project/dearpygui) (π₯ 140K / month Β· π¦ 180 Β· β±οΈ 14.11.2025):
toga (π₯33 Β· β 5.3K) - A Python native, OS native GUI toolkit. BSD-3
- [GitHub](https://github.com/beeware/toga) (π¨βπ» 320 Β· π 780 Β· π₯ 9.4K Β· π¦ 3 Β· π 1.2K - 24% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/toga) (π₯ 17K / month Β· π¦ 41 Β· β±οΈ 03.12.2025):
- [npm](https://www.npmjs.com/package/@pybee/toga) (π₯ 22 / month Β· π¦ 5 Β· β±οΈ 23.04.2017):
Eel (π₯27 Β· β 6.8K) - A little Python library for making simple Electron-like HTML/JS GUI apps. MIT
- [GitHub](https://github.com/python-eel/Eel) (π¨βπ» 49 Β· π 600 Β· π 550 - 34% open Β· β±οΈ 22.06.2025):
- [PyPi](https://pypi.org/project/eel) (π₯ 79K / month Β· π¦ 100 Β· β±οΈ 22.06.2025):
Show 5 hidden projects...
- PySimpleGUI (π₯32 Β· β 14K) - PySimpleGUI is a Python package that enables Python..βοΈPySimpleGUI License
- Gooey (π₯30 Β· β 22K Β· π) - Turn (almost) any Python command line program into a full GUI.. MIT
- Phoenix (π₯28 Β· β 2.6K) - wxPythons Project Phoenix. A new implementation of wxPython,.. βοΈwxWindows
- enaml (π₯28 Β· β 1.6K) - Declarative User Interfaces for Python. βUnlicensed
- flexx (π₯27 Β· β 3.3K Β· π) - Write desktop and web apps in pure Python. BSD-2
Computer & Machine Vision¶
π best-of-ml-python - Computer Vision ( β 23K) - Collection of computer vision and image processing..
Show 1 hidden projects...
- Pipeless (π₯15 Β· β 770 Β· π) - An open-source framework to create and deploy computer vision..Apache-2
Machine Learning & Data Engineering¶
π best-of-ml-python ( β 23K) - A ranked list of awesome machine learning Python libraries. Updated..
Text Data¶
π best-of-ml-python - NLP ( β 23K) - Collection of text processing and NLP libraries.
chardet (π₯35 Β· β 2.3K) - Python character encoding detector. βοΈLGPL-2.1
- [GitHub](https://github.com/chardet/chardet) (π¨βπ» 49 Β· π 260 Β· π¦ 960K Β· π 160 - 46% open Β· β±οΈ 13.11.2025):
- [PyPi](https://pypi.org/project/chardet) (π₯ 120M / month Β· π¦ 5.6K Β· β±οΈ 01.08.2023):
- [Conda](https://anaconda.org/conda-forge/chardet) (π₯ 31M Β· β±οΈ 22.04.2025):
- [npm](https://www.npmjs.com/package/@pypi/chardet) (π₯ 130 / month Β· π¦ 7 Β· β±οΈ 20.08.2017):
emoji (π₯35 Β· β 2K) - emoji terminal output for Python. BSD-3
- [GitHub](https://github.com/carpedm20/emoji) (π¨βπ» 70 Β· π 290 Β· π¦ 91K Β· π 180 - 10% open Β· β±οΈ 21.09.2025):
- [PyPi](https://pypi.org/project/emoji) (π₯ 19M / month Β· π¦ 1.3K Β· β±οΈ 21.09.2025):
- [Conda](https://anaconda.org/conda-forge/emoji) (π₯ 200K Β· β±οΈ 21.09.2025):
phonenumbers (π₯34 Β· β 3.7K) - Python port of Googles libphonenumber. Apache-2
- [GitHub](https://github.com/daviddrysdale/python-phonenumbers) (π¨βπ» 32 Β· π 440 Β· π 200 - 6% open Β· β±οΈ 05.12.2025):
- [PyPi](https://pypi.org/project/phonenumbers) (π₯ 20M / month Β· π¦ 770 Β· β±οΈ 05.12.2025):
- [Conda](https://anaconda.org/conda-forge/phonenumbers) (π₯ 1.6M Β· β±οΈ 05.12.2025):
python-slugify (π₯31 Β· β 1.6K) - Returns unicode slugs. MIT
- [GitHub](https://github.com/un33k/python-slugify) (π¨βπ» 40 Β· π 110 Β· π 80 - 6% open Β· β±οΈ 12.11.2025):
- [PyPi](https://pypi.org/project/python-slugify) (π₯ 49M / month Β· π¦ 1.5K Β· β±οΈ 08.02.2024):
- [Conda](https://anaconda.org/conda-forge/python-slugify) (π₯ 3.2M Β· β±οΈ 22.04.2025):
inflect (π₯31 Β· β 1.1K Β· π€) - Correctly generate plurals, ordinals, indefinite articles; convert.. MIT
- [GitHub](https://github.com/jaraco/inflect) (π¨βπ» 59 Β· π 110 Β· π¦ 35K Β· π 130 - 28% open Β· β±οΈ 14.05.2025):
- [PyPi](https://pypi.org/project/inflect) (π₯ 20M / month Β· π¦ 720 Β· β±οΈ 28.12.2024):
- [Conda](https://anaconda.org/conda-forge/inflect) (π₯ 650K Β· β±οΈ 22.04.2025):
pyahocorasick (π₯28 Β· β 1.1K) - Python module (C extension and plain python) implementing Aho-.. BSD-3
- [GitHub](https://github.com/WojciechMula/pyahocorasick) (π¨βπ» 33 Β· π 130 Β· π₯ 620 Β· π¦ 4K Β· π 140 - 19% open Β· β±οΈ 17.06.2025):
- [PyPi](https://pypi.org/project/pyahocorasick) (π₯ 1.6M / month Β· π¦ 190 Β· β±οΈ 19.06.2025):
- [Conda](https://anaconda.org/conda-forge/pyahocorasick) (π₯ 420K Β· β±οΈ 03.09.2025):
price-parser (π₯23 Β· β 340) - Extract price amount and currency symbol from a raw text string. BSD-3
- [GitHub](https://github.com/scrapinghub/price-parser) (π¨βπ» 17 Β· π 51 Β· π¦ 520 Β· π 42 - 61% open Β· β±οΈ 06.10.2025):
- [PyPi](https://pypi.org/project/price-parser) (π₯ 290K / month Β· π¦ 39 Β· β±οΈ 06.10.2025):
Show 4 hidden projects...
- humanize (π₯33 Β· β 1.7K Β· π) - python humanize functions.MIT
- coolname (π₯24 Β· β 160 Β· π) - Random Name and Slug Generator. BSD-2
- awesome-slugify (π₯21 Β· β 490 Β· π) - Python flexible slugify function. βοΈGPL-3.0
- millify (π₯16 Β· β 110 Β· π) - Convert long numbers into a human-readable format in Python. MIT
Web Development¶
π best-of-web-python ( β 2.7K) - A ranked list of awesome python libraries for web development. Updated..
Database Clients¶
Libraries for connecting to, operating, and querying databases.
boto3 (π₯49 Β· β 9.6K) - Boto3, an AWS SDK for Python. Apache-2
- [GitHub](https://github.com/boto/boto3) (π¨βπ» 170 Β· π 1.9K Β· π¦ 590K Β· π 3.6K - 4% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/boto3) (π₯ 1.4B / month Β· π¦ 17K Β· β±οΈ 10.12.2025):
- [Conda](https://anaconda.org/conda-forge/boto3) (π₯ 28M Β· β±οΈ 10.12.2025):
SQLAlchemy (π₯47 Β· β 11K Β· π) - The Database Toolkit for Python. MIT
- [GitHub](https://github.com/sqlalchemy/sqlalchemy) (π¨βπ» 800 Β· π 1.6K Β· π₯ 6.8K Β· π¦ 1.2M Β· π 8.1K - 2% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/SQLAlchemy) (π₯ 250M / month Β· π¦ 17K Β· β±οΈ 09.12.2025):
- [Conda](https://anaconda.org/conda-forge/sqlalchemy) (π₯ 25M Β· β±οΈ 10.12.2025):
azure-storage-blob (π₯44 Β· β 5.4K) - This repository is for active development of the Azure SDK.. MIT
- [GitHub](https://github.com/Azure/azure-sdk-for-python) (π¨βπ» 880 Β· π 3.2K Β· π¦ 2.7K Β· π 12K - 8% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/azure-storage-blob) (π₯ 96M / month Β· π¦ 1.5K Β· β±οΈ 04.12.2025):
- [Conda](https://anaconda.org/conda-forge/azure-storage-blob) (π₯ 1.5M Β· β±οΈ 29.10.2025):
redis (π₯43 Β· β 13K) - Redis Python client. MIT
- [GitHub](https://github.com/redis/redis-py) (π¨βπ» 520 Β· π 2.6K Β· π 1.9K - 7% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/redis) (π₯ 120M / month Β· π¦ 8.6K Β· β±οΈ 19.11.2025):
- [Conda](https://anaconda.org/conda-forge/redis-py) (π₯ 1.7M Β· β±οΈ 19.11.2025):
google-cloud-storage (π₯43 Β· β 5.2K Β· π) - Google Cloud Client Library for Python. Apache-2
- [GitHub](https://github.com/googleapis/google-cloud-python) (π¨βπ» 540 Β· π 1.6K Β· π 4K - 5% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/google-cloud-storage) (π₯ 170M / month Β· π¦ 2.5K Β· β±οΈ 09.12.2025):
- [Conda](https://anaconda.org/conda-forge/google-cloud-storage) (π₯ 6M Β· β±οΈ 09.12.2025):
elasticsearch (π₯42 Β· β 4.4K) - Official Python client for Elasticsearch. Apache-2
- [GitHub](https://github.com/elastic/elasticsearch-py) (π¨βπ» 220 Β· π 1.2K Β· π₯ 5.9K Β· π¦ 63K Β· π 1.2K - 5% open Β· β±οΈ 08.12.2025):
- [PyPi](https://pypi.org/project/elasticsearch) (π₯ 44M / month Β· π¦ 1.9K Β· β±οΈ 28.10.2025):
- [Conda](https://anaconda.org/conda-forge/elasticsearch) (π₯ 1.5M Β· β±οΈ 28.10.2025):
peewee (π₯41 Β· β 12K) - a small, expressive orm -- supports postgresql, mysql, sqlite and.. MIT
- [GitHub](https://github.com/coleifer/peewee) (π¨βπ» 160 Β· π 1.4K Β· π¦ 50K Β· π 2.5K - 0% open Β· β±οΈ 05.12.2025):
- [PyPi](https://pypi.org/project/peewee) (π₯ 7.4M / month Β· π¦ 1.2K Β· β±οΈ 03.11.2025):
- [Conda](https://anaconda.org/conda-forge/peewee) (π₯ 1.5M Β· β±οΈ 03.11.2025):
kafka-python (π₯40 Β· β 5.9K) - Python client for Apache Kafka. Apache-2
- [GitHub](https://github.com/dpkp/kafka-python) (π¨βπ» 230 Β· π 1.4K Β· π₯ 1.9K Β· π¦ 36K Β· π 1.5K - 2% open Β· β±οΈ 06.12.2025):
- [PyPi](https://pypi.org/project/kafka-python) (π₯ 22M / month Β· π¦ 890 Β· β±οΈ 21.11.2025):
- [Conda](https://anaconda.org/conda-forge/kafka-python) (π₯ 500K Β· β±οΈ 21.11.2025):
PyMySQL (π₯39 Β· β 7.8K) - MySQL client library for Python. MIT
- [GitHub](https://github.com/PyMySQL/PyMySQL) (π¨βπ» 130 Β· π 1.4K Β· π¦ 290K Β· π 680 - 3% open Β· β±οΈ 24.08.2025):
- [PyPi](https://pypi.org/project/PyMySQL) (π₯ 74M / month Β· π¦ 1.8K Β· β±οΈ 24.08.2025):
- [Conda](https://anaconda.org/conda-forge/pymysql) (π₯ 2M Β· β±οΈ 25.08.2025):
Ibis (π₯39 Β· β 6.3K) - the portable Python dataframe library. Apache-2
- [GitHub](https://github.com/ibis-project/ibis) (π¨βπ» 500 Β· π 690 Β· π₯ 420 Β· π¦ 5.1K Β· π 3.6K - 12% open Β· β±οΈ 03.12.2025):
- [PyPi](https://pypi.org/project/ibis-framework) (π₯ 910K / month Β· π¦ 120 Β· β±οΈ 07.12.2025):
- [Conda](https://anaconda.org/conda-forge/ibis-framework) (π₯ 650K Β· β±οΈ 15.10.2025):
pymongo (π₯39 Β· β 4.3K) - PyMongo - the Official MongoDB Python driver. Apache-2
- [GitHub](https://github.com/mongodb/mongo-python-driver) (π¨βπ» 240 Β· π 1.1K Β· π₯ 4.1K Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/pymongo) (π₯ 74M / month Β· π¦ 5.8K Β· β±οΈ 11.12.2025):
- [Conda](https://anaconda.org/conda-forge/pymongo) (π₯ 5.3M Β· β±οΈ 02.12.2025):
alembic (π₯39 Β· β 3.8K) - A database migrations tool for SQLAlchemy. MIT
- [GitHub](https://github.com/sqlalchemy/alembic) (π¨βπ» 220 Β· π 300 Β· π¦ 330K Β· π 1.2K - 9% open Β· β±οΈ 30.11.2025):
- [PyPi](https://pypi.org/project/alembic) (π₯ 110M / month Β· π¦ 2.6K Β· β±οΈ 14.11.2025):
- [Conda](https://anaconda.org/conda-forge/alembic) (π₯ 9M Β· β±οΈ 15.11.2025):
confluent-kafka-python (π₯39 Β· β 410) - Confluents Kafka Python Client. Apache-2
- [GitHub](https://github.com/confluentinc/confluent-kafka-python) (π¨βπ» 140 Β· π 930 Β· π¦ 17K Β· π 1.3K - 15% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/confluent-kafka) (π₯ 43M / month Β· π¦ 780 Β· β±οΈ 25.11.2025):
- [Conda](https://anaconda.org/conda-forge/python-confluent-kafka) (π₯ 1.7M Β· β±οΈ 16.11.2025):
sqlmodel (π₯38 Β· β 17K) - SQL databases in Python, designed for simplicity, compatibility, and.. MIT pydantic
- [GitHub](https://github.com/fastapi/sqlmodel) (π¨βπ» 98 Β· π 770 Β· π¦ 30K Β· π 340 - 17% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/sqlmodel) (π₯ 8M / month Β· π¦ 1K Β· β±οΈ 08.10.2025):
- [Conda](https://anaconda.org/conda-forge/sqlmodel) (π₯ 110K Β· β±οΈ 08.10.2025):
AWS Data Wrangler (π₯38 Β· β 4.1K) - pandas on AWS - Easy integration with Athena, Glue,.. Apache-2 
- [GitHub](https://github.com/aws/aws-sdk-pandas) (π¨βπ» 170 Β· π 720 Β· π₯ 430K Β· π¦ 2.5K Β· π 1.2K - 2% open Β· β±οΈ 28.11.2025):
- [PyPi](https://pypi.org/project/awswrangler) (π₯ 80M / month Β· π¦ 130 Β· β±οΈ 30.10.2025):
- [Conda](https://anaconda.org/conda-forge/awswrangler) (π₯ 750K Β· β±οΈ 31.10.2025):
s3transfer (π₯37 Β· β 230) - Amazon S3 Transfer Manager for Python. Apache-2
- [GitHub](https://github.com/boto/s3transfer) (π¨βπ» 44 Β· π 150 Β· π¦ 370K Β· π 100 - 60% open Β· β±οΈ 05.12.2025):
- [PyPi](https://pypi.org/project/s3transfer) (π₯ 630M / month Β· π¦ 880 Β· β±οΈ 01.12.2025):
- [Conda](https://anaconda.org/conda-forge/s3transfer) (π₯ 25M Β· β±οΈ 01.12.2025):
MongoEngine (π₯36 Β· β 4.4K) - A Python Object-Document-Mapper for working with MongoDB. MIT
- [GitHub](https://github.com/MongoEngine/mongoengine) (π¨βπ» 400 Β· π 1.2K Β· π¦ 28K Β· π 1.8K - 21% open Β· β±οΈ 02.09.2025):
- [PyPi](https://pypi.org/project/mongoengine) (π₯ 1.7M / month Β· π¦ 400 Β· β±οΈ 19.09.2024):
- [Conda](https://anaconda.org/conda-forge/mongoengine) (π₯ 500K Β· β±οΈ 09.07.2025):
s3fs (π₯36 Β· β 990) - S3 Filesystem. BSD-3
- [GitHub](https://github.com/fsspec/s3fs) (π¨βπ» 150 Β· π 290 Β· π¦ 26K Β· π 530 - 32% open Β· β±οΈ 03.12.2025):
- [PyPi](https://pypi.org/project/s3fs) (π₯ 550M / month Β· π¦ 1.6K Β· β±οΈ 03.12.2025):
- [Conda](https://anaconda.org/conda-forge/s3fs) (π₯ 8.9M Β· β±οΈ 03.12.2025):
python-bigquery (π₯36 Β· β 780) - Google BigQuery API client library. Apache-2
- [GitHub](https://github.com/googleapis/python-bigquery) (π¨βπ» 170 Β· π 320 Β· π 760 - 10% open Β· β±οΈ 26.11.2025):
- [PyPi](https://pypi.org/project/google-cloud-bigquery) (π₯ 120M / month Β· π¦ 1.3K Β· β±οΈ 17.09.2025):
- [Conda](https://anaconda.org/conda-forge/google-cloud-bigquery) (π₯ 3.6M Β· β±οΈ 18.09.2025):
Prometheus Client (π₯35 Β· β 4.3K) - Prometheus instrumentation library for Python.. Apache-2
- [GitHub](https://github.com/prometheus/client_python) (π¨βπ» 170 Β· π 830 Β· π 610 - 23% open Β· β±οΈ 26.11.2025):
- [PyPi](https://pypi.org/project/prometheus_client) (π₯ 96M / month Β· π¦ 2.6K Β· β±οΈ 18.09.2025):
- [Conda](https://anaconda.org/conda-forge/prometheus_client) (π₯ 23M Β· β±οΈ 19.09.2025):
PyPika (π₯35 Β· β 2.9K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2
- [GitHub](https://github.com/kayak/pypika) (π¨βπ» 120 Β· π 310 Β· π¦ 44K Β· π 490 - 45% open Β· β±οΈ 02.11.2025):
- [PyPi](https://pypi.org/project/pypika) (π₯ 5.9M / month Β· π¦ 170 Β· β±οΈ 15.03.2022):
- [Conda](https://anaconda.org/conda-forge/pypika) (π₯ 92K Β· β±οΈ 22.04.2025):
minio (π₯35 Β· β 1K) - MinIO Client SDK for Python. Apache-2
- [GitHub](https://github.com/minio/minio-py) (π¨βπ» 140 Β· π 360 Β· π¦ 15K Β· π 610 - 0% open Β· β±οΈ 07.12.2025):
- [PyPi](https://pypi.org/project/minio) (π₯ 7.6M / month Β· π¦ 820 Β· β±οΈ 27.11.2025):
- [Conda](https://anaconda.org/conda-forge/minio) (π₯ 300K Β· β±οΈ 27.11.2025):
tortoise-orm (π₯34 Β· β 5.4K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2
- [GitHub](https://github.com/tortoise/tortoise-orm) (π¨βπ» 160 Β· π 440 Β· π₯ 18 Β· π¦ 10K Β· π 1.2K - 40% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/tortoise-orm) (π₯ 530K / month Β· π¦ 280 Β· β±οΈ 05.06.2025):
- [Conda](https://anaconda.org/conda-forge/tortoise-orm) (π₯ 50K Β· β±οΈ 11.06.2025):
mysqlclient (π₯34 Β· β 2.5K Β· π€) - MySQL/MariaDB connector for Python. βοΈGPL-2.0
- [GitHub](https://github.com/PyMySQL/mysqlclient) (π¨βπ» 89 Β· π 440 Β· π₯ 5.4K Β· π¦ 210K Β· π 340 - 3% open Β· β±οΈ 23.02.2025):
- [PyPi](https://pypi.org/project/mysqlclient) (π₯ 20M / month Β· π¦ 900 Β· β±οΈ 10.01.2025):
- [Conda](https://anaconda.org/conda-forge/mysqlclient) (π₯ 780K Β· β±οΈ 31.08.2025):
Elasticsearch DSL (π₯33 Β· β 3.9K Β· π€) - High level Python client for Elasticsearch. Apache-2
- [GitHub](https://github.com/elastic/elasticsearch-dsl-py) (π¨βπ» 140 Β· π 800 Β· π₯ 290 Β· π 1.3K - 3% open Β· β±οΈ 18.04.2025):
- [PyPi](https://pypi.org/project/elasticsearch-dsl) (π₯ 9.7M / month Β· π¦ 380 Β· β±οΈ 16.04.2025):
- [Conda](https://anaconda.org/anaconda/elasticsearch-dsl) (π₯ 13K Β· β±οΈ 22.04.2025):
Cassandra Driver (π₯32 Β· β 1.4K) - DataStax Python Driver for Apache Cassandra. Apache-2
- [GitHub](https://github.com/apache/cassandra-python-driver) (π¨βπ» 210 Β· π 560 Β· β±οΈ 05.12.2025):
- [PyPi](https://pypi.org/project/cassandra-driver) (π₯ 6.4M / month Β· π¦ 260 Β· β±οΈ 22.10.2025):
- [Conda](https://anaconda.org/conda-forge/cassandra-driver) (π₯ 490K Β· β±οΈ 22.10.2025):
pandas-gbq (π₯32 Β· β 490) - Google BigQuery connector for pandas. BSD-3
- [GitHub](https://github.com/googleapis/python-bigquery-pandas) (π¨βπ» 55 Β· π 120 Β· π₯ 570 Β· π 390 - 1% open Β· β±οΈ 08.12.2025):
- [PyPi](https://pypi.org/project/pandas-gbq) (π₯ 30M / month Β· π¦ 260 Β· β±οΈ 08.12.2025):
- [Conda](https://anaconda.org/conda-forge/pandas-gbq) (π₯ 2.2M Β· β±οΈ 01.05.2025):
dataset (π₯31 Β· β 4.8K Β· π€) - Easy-to-use data handling for SQL data stores with support for.. MIT
- [GitHub](https://github.com/pudo/dataset) (π¨βπ» 79 Β· π 300 Β· π¦ 5.1K Β· π 300 - 13% open Β· β±οΈ 05.02.2025):
- [PyPi](https://pypi.org/project/dataset) (π₯ 1.3M / month Β· π¦ 130 Β· β±οΈ 12.07.2023):
- [Conda](https://anaconda.org/conda-forge/dataset) (π₯ 17K Β· β±οΈ 17.09.2025):
Pony (π₯31 Β· β 3.8K) - Pony Object Relational Mapper. Apache-2
- [GitHub](https://github.com/ponyorm/pony) (π¨βπ» 33 Β· π 250 Β· π₯ 220 Β· π¦ 4.6K Β· π 670 - 49% open Β· β±οΈ 03.07.2025):
- [PyPi](https://pypi.org/project/pony) (π₯ 170K / month Β· π¦ 170 Β· β±οΈ 27.08.2024):
- [Conda](https://anaconda.org/conda-forge/pony) (π₯ 170K Β· β±οΈ 22.04.2025):
PynamoDB (π₯31 Β· β 2.6K) - A pythonic interface to Amazons DynamoDB. MIT
- [GitHub](https://github.com/pynamodb/PynamoDB) (π¨βπ» 110 Β· π 430 Β· π¦ 2K Β· π 680 - 43% open Β· β±οΈ 02.06.2025):
- [PyPi](https://pypi.org/project/pynamodb) (π₯ 3.8M / month Β· π¦ 86 Β· β±οΈ 02.06.2025):
- [Conda](https://anaconda.org/conda-forge/pynamodb) (π₯ 2.7M Β· β±οΈ 02.06.2025):
Motor (π₯31 Β· β 2.5K Β· π) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2
- [GitHub](https://github.com/mongodb/motor) (π¨βπ» 65 Β· π 210 Β· π₯ 74 Β· β±οΈ 08.12.2025):
- [PyPi](https://pypi.org/project/motor) (π₯ 8M / month Β· π¦ 750 Β· β±οΈ 14.05.2025):
- [Conda](https://anaconda.org/conda-forge/motor) (π₯ 120K Β· β±οΈ 15.05.2025):
pygsheets (π₯31 Β· β 1.5K) - Google Sheets Python API v4. MIT
- [GitHub](https://github.com/nithinmurali/pygsheets) (π¨βπ» 97 Β· π 220 Β· π¦ 3.1K Β· π 410 - 16% open Β· β±οΈ 10.06.2025):
- [PyPi](https://pypi.org/project/pygsheets) (π₯ 2.3M / month Β· π¦ 77 Β· β±οΈ 30.11.2022):
piccolos (π₯30 Β· β 1.8K) - A fast, user friendly ORM and query builder which supports asyncio. MIT
- [GitHub](https://github.com/piccolo-orm/piccolo) (π¨βπ» 52 Β· π 96 Β· π¦ 510 Β· π 540 - 19% open Β· β±οΈ 06.12.2025):
- [PyPi](https://pypi.org/project/piccolo) (π₯ 86K / month Β· π¦ 17 Β· β±οΈ 21.10.2025):
neo4j-driver (π₯30 Β· β 1K) - Neo4j Bolt driver for Python. Apache-2
- [GitHub](https://github.com/neo4j/neo4j-python-driver) (π¨βπ» 44 Β· π 200 Β· π 260 - 1% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/neo4j-driver) (π₯ 180K / month Β· π¦ 63 Β· β±οΈ 30.07.2025):
- [Conda](https://anaconda.org/conda-forge/neo4j-python-driver) (π₯ 360K Β· β±οΈ 06.11.2025):
umongo (π₯30 Β· β 450) - sync/async MongoDB ODM, yes. MIT
- [GitHub](https://github.com/Scille/umongo) (π¨βπ» 19 Β· π 66 Β· π¦ 26K Β· π 210 - 23% open Β· β±οΈ 02.12.2025):
- [PyPi](https://pypi.org/project/umongo) (π₯ 41K / month Β· π¦ 9 Β· β±οΈ 06.10.2025):
- [Conda](https://anaconda.org/conda-forge/umongo) (π₯ 12K Β· β±οΈ 22.04.2025):
libcloud (π₯29 Β· β 2.1K Β· π€) - Apache Libcloud is a Python library which hides differences.. Apache-2
- [GitHub](https://github.com/apache/libcloud) (π¨βπ» 480 Β· π 930 Β· π 240 - 45% open Β· β±οΈ 03.03.2025):
- [PyPi](https://pypi.org/project/apache-libcloud) (π₯ 350K / month Β· π¦ 180 Β· β±οΈ 10.08.2023):
cx-Oracle (π₯29 Β· β 900 Β· π€) - Obsolete Python interface to Oracle Database, now superseded by.. BSD-3
- [GitHub](https://github.com/oracle/python-cx_Oracle) (π¨βπ» 17 Β· π 360 Β· π 650 - 3% open Β· β±οΈ 26.05.2025):
- [PyPi](https://pypi.org/project/cx-Oracle) (π₯ 5.1M / month Β· π¦ 430 Β· β±οΈ 20.07.2023):
- [Conda](https://anaconda.org/conda-forge/cx_oracle) (π₯ 960K Β· β±οΈ 27.08.2025):
pysolr (π₯28 Β· β 690) - Pysolr Python Solr client. BSD-3
- [GitHub](https://github.com/django-haystack/pysolr) (π¨βπ» 74 Β· π 340 Β· π 160 - 19% open Β· β±οΈ 03.12.2025):
- [PyPi](https://pypi.org/project/pysolr) (π₯ 400K / month Β· π¦ 87 Β· β±οΈ 18.11.2025):
- [Conda](https://anaconda.org/conda-forge/pysolr) (π₯ 60K Β· β±οΈ 18.11.2025):
HappyBase (π₯27 Β· β 610) - [UNMAINTAINED] A developer-friendly Python library to interact with.. MIT
- [GitHub](https://github.com/python-happybase/happybase) (π¨βπ» 22 Β· π 160 Β· π¦ 1K Β· π 220 - 15% open Β· β±οΈ 26.09.2025):
- [PyPi](https://pypi.org/project/happybase) (π₯ 46K / month Β· π¦ 44 Β· β±οΈ 26.09.2025):
- [Conda](https://anaconda.org/conda-forge/happybase) (π₯ 230K Β· β±οΈ 22.04.2025):
prisma (π₯25 Β· β 2.1K Β· π€) - Prisma Client Python is an auto-generated and fully type-safe.. Apache-2
- [GitHub](https://github.com/RobertCraigie/prisma-client-py) (π¨βπ» 31 Β· π 87 Β· π 440 - 53% open Β· β±οΈ 23.03.2025):
- [PyPi](https://pypi.org/project/prisma) (π₯ 670K / month Β· π¦ 24 Β· β±οΈ 16.08.2024):
ODMantic (π₯25 Β· β 1.1K Β· π€) - Sync and Async ODM (Object Document Mapper) for MongoDB based on.. ISC
- [GitHub](https://github.com/art049/odmantic) (π¨βπ» 20 Β· π 90 Β· π¦ 3.6K Β· π 210 - 57% open Β· β±οΈ 07.01.2025):
- [PyPi](https://pypi.org/project/odmantic) (π₯ 76K / month Β· π¦ 13 Β· β±οΈ 26.04.2024):
PugSQL (π₯22 Β· β 760) - A HugSQL-inspired database library for Python. Apache-2
- [GitHub](https://github.com/mcfunley/pugsql) (π¨βπ» 14 Β· π 27 Β· π₯ 38 Β· π 54 - 48% open Β· β±οΈ 04.12.2025):
- [PyPi](https://pypi.org/project/pugsql) (π₯ 27K / month Β· π¦ 3 Β· β±οΈ 04.12.2025):
psycopg3 (π₯20 Β· β 2.2K) - New generation PostgreSQL database adapter for the Python.. βοΈLGPL-3.0
- [GitHub](https://github.com/psycopg/psycopg) (π¨βπ» 89 Β· π 210 Β· π 650 - 6% open Β· β±οΈ 06.12.2025):
Show 21 hidden projects...
- psycopg2 (π₯40 Β· β 3.6K) - PostgreSQL database adapter for the Python..βοΈBSD-3-Clause-Attribution
- pyodbc (π₯36 Β· β 3.1K) - Python ODBC bridge. βοΈMIT-0
- SQLAlchemy-Utils (π₯32 Β· β 1.3K) - Various utility functions and datatypes for SQLAlchemy. βUnlicensed
- influxdb (π₯30 Β· β 1.7K Β· π) - Python client for InfluxDB. MIT
- redis-py-cluster (π₯30 Β· β 1.1K Β· π) - Python cluster client for the official redis cluster... MIT
- google-cloud-bigtable (π₯30 Β· β 75) - Google Cloud Bigtable API client library. Apache-2
- Records (π₯29 Β· β 7.2K Β· π) - SQL for Humans. ISC
- gino (π₯29 Β· β 2.8K Β· π) - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core. BSD-3
- Databases (π₯28 Β· β 4K Β· π) - Async database support for Python. BSD-3
- mongo-connector (π₯28 Β· β 1.9K Β· π) - MongoDB data stream pipeline tools by YouGov (adopted.. Apache-2
- pyhdb (π₯24 Β· β 320 Β· π) - SAP HANA Connector in pure Python. Apache-2
- filedepot (π₯24 Β· β 160 Β· π) - Toolkit for storing files and attachments in web applications. MIT
- cloudant (π₯24 Β· β 160 Β· π) - A Python library for Cloudant and CouchDB. Apache-2
- aioprometheus (π₯22 Β· β 190 Β· π) - A Prometheus Python client library for asyncio-based.. MIT
- py2neo (π₯22 Β· β 31 Β· π) - EOL! Py2neo is a comprehensive Neo4j driver library and toolkit for.. Apache-2
- Queries (π₯21 Β· β 260 Β· π) - PostgreSQL database access simplified. BSD-3
- db.py (π₯20 Β· β 1.2K Β· π) - db.py is an easier way to interact with your databases. BSD-2
- gsheets-db-api (π₯20 Β· β 220 Β· π) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets. MIT
- PyMODM (π₯19 Β· β 350 Β· π) - A Pythonic, object-oriented interface for working with MongoDB. Apache-2
- SuperSQLite (π₯14 Β· β 720 Β· π) - A supercharged SQLite library for Python. MIT
- lazydata (π₯13 Β· β 620 Β· π) - Lazydata: Scalable data dependencies for Python projects. Apache-2
Data Loading & Extraction¶
Libraries for loading, collecting, and extracting data from a variety of data sources and formats.
Datasets (π₯45 Β· β 21K) - The largest hub of ready-to-use datasets for AI models with fast,.. Apache-2
- [GitHub](https://github.com/huggingface/datasets) (π¨βπ» 640 Β· π 3K Β· π¦ 120K Β· π 3.4K - 30% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/datasets) (π₯ 48M / month Β· π¦ 4.1K Β· β±οΈ 05.11.2025):
- [Conda](https://anaconda.org/conda-forge/datasets) (π₯ 2.3M Β· β±οΈ 08.11.2025):
Faker (π₯44 Β· β 19K) - Faker is a Python package that generates fake data for you. MIT
- [GitHub](https://github.com/joke2k/faker) (π¨βπ» 640 Β· π 2K Β· π¦ 290K Β· π 810 - 2% open Β· β±οΈ 24.11.2025):
- [PyPi](https://pypi.org/project/Faker) (π₯ 44M / month Β· π¦ 2.7K Β· β±οΈ 19.11.2025):
- [Conda](https://anaconda.org/conda-forge/faker) (π₯ 1.6M Β· β±οΈ 19.11.2025):
xmltodict (π₯38 Β· β 5.7K) - Python module that makes working with XML feel like you are working.. MIT
- [GitHub](https://github.com/martinblech/xmltodict) (π¨βπ» 56 Β· π 460 Β· π₯ 33 Β· π¦ 84K Β· β±οΈ 27.10.2025):
- [PyPi](https://pypi.org/project/xmltodict) (π₯ 96M / month Β· π¦ 3.7K Β· β±οΈ 17.09.2025):
- [Conda](https://anaconda.org/conda-forge/xmltodict) (π₯ 6M Β· β±οΈ 18.09.2025):
Tablib (π₯37 Β· β 4.7K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT
- [GitHub](https://github.com/jazzband/tablib) (π¨βπ» 130 Β· π 590 Β· π¦ 130K Β· π 270 - 11% open Β· β±οΈ 15.10.2025):
- [PyPi](https://pypi.org/project/tablib) (π₯ 3.6M / month Β· π¦ 210 Β· β±οΈ 15.10.2025):
- [Conda](https://anaconda.org/conda-forge/tablib) (π₯ 200K Β· β±οΈ 15.10.2025):
xlwings (π₯37 Β· β 3.3K) - xlwings is a Python library that makes it easy to call Python from.. BSD-3
- [GitHub](https://github.com/xlwings/xlwings) (π¨βπ» 66 Β· π 520 Β· π₯ 14K Β· π¦ 34K Β· π 2K - 20% open Β· β±οΈ 06.12.2025):
- [PyPi](https://pypi.org/project/xlwings) (π₯ 530K / month Β· π¦ 240 Β· β±οΈ 06.12.2025):
- [Conda](https://anaconda.org/conda-forge/xlwings) (π₯ 1.6M Β· β±οΈ 10.12.2025):
smart-open (π₯35 Β· β 3.4K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT
- [GitHub](https://github.com/piskvorky/smart_open) (π¨βπ» 130 Β· π 390 Β· π₯ 66 Β· π 420 - 3% open Β· β±οΈ 01.12.2025):
- [PyPi](https://pypi.org/project/smart-open) (π₯ 60M / month Β· π¦ 650 Β· β±οΈ 08.11.2025):
- [Conda](https://anaconda.org/conda-forge/smart_open) (π₯ 3.7M Β· β±οΈ 08.11.2025):
python-magic (π₯35 Β· β 2.9K) - A python wrapper for libmagic. MIT
- [GitHub](https://github.com/ahupp/python-magic) (π¨βπ» 65 Β· π 300 Β· π¦ 83K Β· π 230 - 11% open Β· β±οΈ 02.12.2025):
- [PyPi](https://pypi.org/project/python-magic) (π₯ 19M / month Β· π¦ 1.5K Β· β±οΈ 07.06.2022):
- [Conda](https://anaconda.org/conda-forge/python-magic) (π₯ 600K Β· β±οΈ 22.04.2025):
xlrd (π₯33 Β· β 2.2K) - Please use openpyxl where you can... BSD-3
- [GitHub](https://github.com/python-excel/xlrd) (π¨βπ» 52 Β· π 440 Β· π¦ 250K Β· β±οΈ 14.06.2025):
- [PyPi](https://pypi.org/project/xlrd) (π₯ 44M / month Β· π¦ 3.5K Β· β±οΈ 14.06.2025):
- [Conda](https://anaconda.org/conda-forge/xlrd) (π₯ 4.8M Β· β±οΈ 26.08.2025):
gdown (π₯32 Β· β 5K) - Google Drive Public File Downloader when Curl/Wget Fails. MIT
- [GitHub](https://github.com/wkentaro/gdown) (π¨βπ» 25 Β· π 390 Β· π¦ 58K Β· π 190 - 26% open Β· β±οΈ 12.08.2025):
- [PyPi](https://pypi.org/project/gdown) (π₯ 3.7M / month Β· π¦ 900 Β· β±οΈ 12.05.2024):
- [Conda](https://anaconda.org/conda-forge/gdown) (π₯ 460K Β· β±οΈ 22.04.2025):
pandas-datareader (π₯32 Β· β 3.1K Β· π€) - Extract data from a wide range of Internet sources.. BSD-3
- [GitHub](https://github.com/pydata/pandas-datareader) (π¨βπ» 92 Β· π 680 Β· π¦ 31K Β· π 560 - 26% open Β· β±οΈ 03.04.2025):
- [PyPi](https://pypi.org/project/pandas-datareader) (π₯ 570K / month Β· π¦ 270 Β· β±οΈ 13.07.2021):
- [Conda](https://anaconda.org/conda-forge/pandas-datareader) (π₯ 530K Β· β±οΈ 22.04.2025):
csvkit (π₯31 Β· β 6.3K) - A suite of utilities for converting to and working with CSV, the king of.. MIT
- [GitHub](https://github.com/wireservice/csvkit) (π¨βπ» 110 Β· π 660 Β· π¦ 2K Β· π 950 - 3% open Β· β±οΈ 21.11.2025):
- [PyPi](https://pypi.org/project/csvkit) (π₯ 320K / month Β· π¦ 44 Β· β±οΈ 26.02.2025):
- [Conda](https://anaconda.org/conda-forge/csvkit) (π₯ 220K Β· β±οΈ 22.04.2025):
camelot (π₯30 Β· β 3.5K) - A Python library to extract tabular data from PDFs. MIT
- [GitHub](https://github.com/camelot-dev/camelot) (π¨βπ» 74 Β· π 500 Β· π₯ 240 Β· π¦ 3.5K Β· π 390 - 57% open Β· β±οΈ 11.08.2025):
- [PyPi](https://pypi.org/project/camelot) (π₯ 7.3K / month Β· π¦ 6 Β· β±οΈ 15.12.2021):
img2dataset (π₯29 Β· β 4.2K) - Easily turn large sets of image urls to an image dataset. Can.. MIT
- [GitHub](https://github.com/rom1504/img2dataset) (π¨βπ» 36 Β· π 360 Β· π₯ 2.5K Β· π¦ 280 Β· π 300 - 48% open Β· β±οΈ 16.08.2025):
- [PyPi](https://pypi.org/project/img2dataset) (π₯ 13K / month Β· π¦ 6 Β· β±οΈ 09.08.2025):
Intake (π₯29 Β· β 1.1K) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
- [GitHub](https://github.com/intake/intake) (π¨βπ» 94 Β· π 150 Β· π¦ 3.6K Β· π 400 - 28% open Β· β±οΈ 13.11.2025):
- [PyPi](https://pypi.org/project/intake) (π₯ 350K / month Β· π¦ 180 Β· β±οΈ 14.01.2025):
- [Conda](https://anaconda.org/conda-forge/intake) (π₯ 820K Β· β±οΈ 22.04.2025):
Singer (π₯28 Β· β 1.3K) - Standard for moving data between databases, web APIs, files,.. βοΈAGPL-3.0
- [GitHub](https://github.com/singer-io/getting-started) (π¨βπ» 30 Β· π 150 Β· π 48 - 60% open Β· β±οΈ 08.08.2025):
- [PyPi](https://pypi.org/project/singer-python) (π₯ 4.2M / month Β· π¦ 300 Β· β±οΈ 22.10.2025):
rows (π₯24 Β· β 890) - A common, beautiful interface to tabular data, no matter the format. βοΈLGPL-3.0
- [GitHub](https://github.com/turicas/rows) (π¨βπ» 32 Β· π 140 Β· π₯ 43 Β· π¦ 180 Β· π 320 - 52% open Β· β±οΈ 01.12.2025):
- [PyPi](https://pypi.org/project/rows) (π₯ 1.1K / month Β· π¦ 6 Β· β±οΈ 15.12.2021):
pyexcel-xlsx (π₯24 Β· β 120 Β· π€) - A wrapper library to read, manipulate and write data in xlsx.. BSD-3
- [GitHub](https://github.com/pyexcel/pyexcel-xlsx) (π¨βπ» 6 Β· π 33 Β· π₯ 90 Β· π¦ 3.2K Β· π 43 - 20% open Β· β±οΈ 03.05.2025):
- [PyPi](https://pypi.org/project/pyexcel-xlsx) (π₯ 1M / month Β· π¦ 75 Β· β±οΈ 05.03.2025):
- [Conda](https://anaconda.org/conda-forge/pyexcel-xlsx) (π₯ 42K Β· β±οΈ 22.04.2025):
excalibur (π₯22 Β· β 1.8K Β· π€) - A web interface to extract tabular data from PDFs. MIT
- [GitHub](https://github.com/camelot-dev/excalibur) (π¨βπ» 13 Β· π 240 Β· π₯ 14K Β· π¦ 91 Β· π 160 - 74% open Β· β±οΈ 03.01.2025):
- [PyPi](https://pypi.org/project/excalibur-py) (π₯ 850 / month Β· β±οΈ 03.01.2025):
Upgini (π₯21 Β· β 350) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3
- [GitHub](https://github.com/upgini/upgini) (π¨βπ» 14 Β· π 25 Β· π¦ 11 Β· β±οΈ 20.11.2025):
- [PyPi](https://pypi.org/project/upgini) (π₯ 3.5K / month Β· β±οΈ 20.11.2025):
csvs-to-sqlite (π₯15 Β· β 930 Β· π€) - Convert CSV files into a SQLite database. Apache-2
- [GitHub](https://github.com/simonw/csvs-to-sqlite) (π¨βπ» 8 Β· π 70 Β· π 74 - 55% open Β· β±οΈ 10.04.2025):
- [PyPi](https://pypi.org/project/csvs-to-sqlite) (π₯ 740 / month Β· π¦ 2 Β· β±οΈ 10.04.2025):
Squirrel (π₯12 Β· β 280 Β· π€) - A Python library that enables ML teams to share, load, and.. Apache-2
- [GitHub](https://github.com/merantix-momentum/squirrel-core) (π¨βπ» 17 Β· π 8):
- [PyPi](https://pypi.org/project/squirrel-core) (π₯ 620 / month Β· β±οΈ 23.01.2025):
- [Conda](https://anaconda.org/anaconda/squirrel-core) (π¦ 1 Β· β±οΈ 18.11.2022):
Show 9 hidden projects...
- SDV (π₯34 Β· β 3.4K) - Synthetic data generation for tabular data.βοΈSSPL-1.0
- snorkel (π₯30 Β· β 5.9K Β· π) - A system for quickly generating training data with weak.. Apache-2
- PDFMiner (π₯30 Β· β 5.3K Β· π) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT
- textract (π₯26 Β· β 4.4K Β· π) - extract text from any document. no muss. no fuss. MIT
- tabulator-py (π₯26 Β· β 240 Β· π) - Python library for reading and writing tabular data via streams. MIT
- messytables (π₯24 Β· β 390 Β· π) - Tools for parsing messy tabular data. This is now superseded by.. MIT
- deepdish (π₯23 Β· β 270 Β· π) - Flexible HDF5 saving/loading and other data science tools from the.. BSD-3
- borb (π₯22 Β· β 3.5K) - borb is a library for reading, creating and manipulating PDF files.. βUnlicensed
- datatest (π₯22 Β· β 300 Β· π) - Tools for test driven data-wrangling and data validation. Apache-2
Data Pipelines & Streaming¶
Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.
Airflow (π₯50 Β· β 44K) - Platform to programmatically author, schedule, and monitor workflows. Apache-2
- [GitHub](https://github.com/apache/airflow) (π¨βπ» 4K Β· π 16K Β· π₯ 630K Β· π¦ 19K Β· π 14K - 12% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/apache-airflow) (π₯ 15M / month Β· π¦ 730 Β· β±οΈ 10.12.2025):
- [Conda](https://anaconda.org/conda-forge/airflow) (π₯ 1.8M Β· β±οΈ 14.11.2025):
- [Docker Hub](https://hub.docker.com/r/apache/airflow) (π₯ 1.6B Β· β 610 Β· β±οΈ 10.12.2025):
Celery (π₯47 Β· β 28K) - Asynchronous task queue/job queue based on distributed message passing. BSD-3
- [GitHub](https://github.com/celery/celery) (π¨βπ» 1.5K Β· π 4.9K Β· π¦ 180K Β· π 5.3K - 14% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/celery) (π₯ 32M / month Β· π¦ 2.4K Β· β±οΈ 30.11.2025):
- [Conda](https://anaconda.org/conda-forge/celery) (π₯ 2.3M Β· β±οΈ 04.06.2025):
Beam (π₯46 Β· β 8.4K) - Unified programming model to define and execute data processing.. Apache-2
- [GitHub](https://github.com/apache/beam) (π¨βπ» 1.8K Β· π 4.5K Β· π₯ 140K Β· π¦ 9.4K Β· π 8.1K - 51% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/apache-beam) (π₯ 33M / month Β· π¦ 180 Β· β±οΈ 11.12.2025):
- [Conda](https://anaconda.org/conda-forge/apache-beam-with-aws) (π₯ 290K Β· β±οΈ 28.10.2025):
Prefect (π₯44 Β· β 21K) - Prefect is a workflow orchestration framework for building resilient.. Apache-2
- [GitHub](https://github.com/PrefectHQ/prefect) (π¨βπ» 640 Β· π 2K Β· π¦ 7.9K Β· π 6.7K - 16% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/prefect) (π₯ 7.9M / month Β· π¦ 410 Β· β±οΈ 08.12.2025):
- [Conda](https://anaconda.org/conda-forge/prefect) (π₯ 1M Β· β±οΈ 04.12.2025):
Dagster (π₯43 Β· β 15K) - An orchestration platform for the development, production, and.. Apache-2
- [GitHub](https://github.com/dagster-io/dagster) (π¨βπ» 630 Β· π 1.9K Β· π₯ 2.6K Β· π¦ 4.5K Β· π 8.7K - 32% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/dagster) (π₯ 3.7M / month Β· π¦ 300 Β· β±οΈ 09.12.2025):
- [Conda](https://anaconda.org/conda-forge/dagster) (π₯ 2.5M Β· β±οΈ 10.12.2025):
rq (π₯41 Β· β 10K) - Simple job queues for Python. BSD-3
- [GitHub](https://github.com/rq/rq) (π¨βπ» 350 Β· π 1.5K Β· π¦ 21K Β· π 1.2K - 18% open Β· β±οΈ 07.12.2025):
- [PyPi](https://pypi.org/project/rq) (π₯ 3.6M / month Β· π¦ 310 Β· β±οΈ 22.11.2025):
- [Conda](https://anaconda.org/conda-forge/rq) (π₯ 200K Β· β±οΈ 21.07.2025):
joblib (π₯41 Β· β 4.3K) - Computing with Python functions. BSD-3
- [GitHub](https://github.com/joblib/joblib) (π¨βπ» 150 Β· π 440 Β· π₯ 130 Β· π¦ 720K Β· π 980 - 42% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/joblib) (π₯ 130M / month Β· π¦ 9.1K Β· β±οΈ 27.08.2025):
- [Conda](https://anaconda.org/conda-forge/joblib) (π₯ 41M Β· β±οΈ 27.08.2025):
Great Expectations (π₯39 Β· β 11K) - Always know what to expect from your data. Apache-2
- [GitHub](https://github.com/great-expectations/great_expectations) (π¨βπ» 460 Β· π 1.6K Β· π 2K - 3% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/great_expectations) (π₯ 24M / month Β· π¦ 140 Β· β±οΈ 11.12.2025):
- [Conda](https://anaconda.org/conda-forge/great-expectations) (π₯ 1.3M Β· β±οΈ 03.12.2025):
Kedro (π₯38 Β· β 11K) - Kedro is a toolbox for production-ready data science. It uses software.. Apache-2
- [GitHub](https://github.com/kedro-org/kedro) (π¨βπ» 270 Β· π 980 Β· π¦ 3.2K Β· π 2.5K - 7% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/kedro) (π₯ 670K / month Β· π¦ 140 Β· β±οΈ 26.11.2025):
zenml (π₯36 Β· β 5.1K) - ZenML : One AI Platform from Pipelines to Agents. https://zenml.io. Apache-2
- [GitHub](https://github.com/zenml-io/zenml) (π¨βπ» 140 Β· π 560 Β· π¦ 1.4K Β· π 530 - 18% open Β· β±οΈ 08.12.2025):
- [PyPi](https://pypi.org/project/zenml) (π₯ 83K / month Β· π¦ 6 Β· β±οΈ 02.12.2025):
luigi (π₯35 Β· β 19K Β· π€) - Luigi is a Python module that helps you build complex pipelines of.. Apache-2
- [GitHub](https://github.com/spotify/luigi) (π¨βπ» 630 Β· π 2.4K Β· π¦ 2.8K Β· π 1.1K - 14% open Β· β±οΈ 16.05.2025):
- [PyPi](https://pypi.org/project/luigi) (π₯ 1.9M / month Β· π¦ 170 Β· β±οΈ 06.12.2024):
- [Conda](https://anaconda.org/anaconda/luigi) (π₯ 21K Β· π¦ 3 Β· β±οΈ 27.06.2025):
Activeloop (π₯33 Β· β 8.9K) - Database for AI. Store Vectors, Images, Texts, Videos, etc. Use.. Apache-2
- [GitHub](https://github.com/activeloopai/deeplake) (π¨βπ» 140 Β· π 700 Β· π₯ 55 Β· π¦ 3.4K Β· π 480 - 10% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/hub) (π₯ 14K / month Β· π¦ 4 Β· β±οΈ 02.02.2023):
huey (π₯33 Β· β 5.8K) - a little task queue for python. MIT
- [GitHub](https://github.com/coleifer/huey) (π¨βπ» 71 Β· π 390 Β· π¦ 2K Β· β±οΈ 05.12.2025):
- [PyPi](https://pypi.org/project/huey) (π₯ 6.3M / month Β· π¦ 120 Β· β±οΈ 05.12.2025):
- [Conda](https://anaconda.org/conda-forge/huey) (π₯ 53K Β· β±οΈ 05.12.2025):
petl (π₯33 Β· β 1.3K) - Python Extract Transform and Load Tables of Data. MIT
- [GitHub](https://github.com/petl-developers/petl) (π¨βπ» 67 Β· π 200 Β· π¦ 4.2K Β· π 470 - 18% open Β· β±οΈ 13.08.2025):
- [PyPi](https://pypi.org/project/petl) (π₯ 960K / month Β· π¦ 48 Β· β±οΈ 10.07.2025):
- [Conda](https://anaconda.org/conda-forge/petl) (π₯ 370K Β· β±οΈ 11.07.2025):
arq (π₯30 Β· β 2.7K) - Fast job queuing and RPC in python with asyncio and redis. MIT
- [GitHub](https://github.com/python-arq/arq) (π¨βπ» 64 Β· π 190 Β· π¦ 1K Β· π 240 - 35% open Β· β±οΈ 18.10.2025):
- [PyPi](https://pypi.org/project/arq) (π₯ 540K / month Β· π¦ 33 Β· β±οΈ 06.01.2025):
- [Conda](https://anaconda.org/conda-forge/arq) (π₯ 21K Β· β±οΈ 22.04.2025):
CocoIndex (π₯29 Β· β 3.7K) - Data transformation framework for AI. Ultra performant, with.. Apache-2
- [GitHub](https://github.com/cocoindex-io/cocoindex) (π¨βπ» 46 Β· π 290 Β· π¦ 14 Β· π 250 - 21% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/cocoindex) (π₯ 7.9K / month Β· π¦ 1 Β· β±οΈ 08.12.2025):
whylogs (π₯27 Β· β 2.8K Β· π€) - Open standard for end-to-end data and ML monitoring for any.. Apache-2
- [GitHub](https://github.com/whylabs/whylogs) (π¨βπ» 35 Β· π 130 Β· π¦ 380 Β· β±οΈ 10.01.2025):
- [PyPi](https://pypi.org/project/whylogs) (π₯ 140K / month Β· π¦ 8 Β· β±οΈ 03.12.2024):
PyFunctional (π₯27 Β· β 2.5K Β· π€) - Python library for creating data pipelines with chain.. MIT
- [GitHub](https://github.com/EntilZha/PyFunctional) (π¨βπ» 33 Β· π 130 Β· π¦ 960 Β· π 140 - 9% open Β· β±οΈ 13.03.2025):
- [PyPi](https://pypi.org/project/pyfunctional) (π₯ 430K / month Β· π¦ 27 Β· β±οΈ 13.03.2024):
ploomber (π₯26 Β· β 3.6K Β· π€) - The fastest way to build data pipelines. Develop iteratively,.. Apache-2
- [GitHub](https://github.com/ploomber/ploomber) (π¨βπ» 80 Β· π 240 Β· π 880 - 12% open Β· β±οΈ 29.05.2025):
- [PyPi](https://pypi.org/project/ploomber) (π₯ 7.7K / month Β· π¦ 13 Β· β±οΈ 18.09.2024):
- [Conda](https://anaconda.org/conda-forge/ploomber) (π₯ 170K Β· β±οΈ 22.04.2025):
TaskTiger (π₯25 Β· β 1.5K Β· π) - Python task queue using Redis. MIT
- [GitHub](https://github.com/closeio/tasktiger) (π¨βπ» 34 Β· π 87 Β· π¦ 33 Β· π 87 - 50% open Β· β±οΈ 05.12.2025):
- [PyPi](https://pypi.org/project/tasktiger) (π₯ 6.2K / month Β· π¦ 2 Β· β±οΈ 05.12.2025):
dbnd (π₯24 Β· β 270 Β· π€) - DBND is an agile pipeline framework that helps data engineering teams.. Apache-2
- [GitHub](https://github.com/databand-ai/dbnd) (π¨βπ» 93 Β· π 33 Β· π¦ 42 Β· π 30 - 86% open Β· β±οΈ 04.03.2025):
- [PyPi](https://pypi.org/project/dbnd) (π₯ 120K / month Β· π¦ 27 Β· β±οΈ 07.10.2025):
BatchFlow (π₯23 Β· β 200) - BatchFlow helps you conveniently work with random or sequential.. Apache-2
- [GitHub](https://github.com/analysiscenter/batchflow) (π¨βπ» 39 Β· π 45 Β· π¦ 15 Β· π 120 - 25% open Β· β±οΈ 21.10.2025):
- [PyPi](https://pypi.org/project/batchflow) (π₯ 5.2K / month Β· β±οΈ 21.10.2025):
flupy (π₯23 Β· β 200) - Fluent data pipelines for python and your shell. MIT
- [GitHub](https://github.com/olirice/flupy) (π¨βπ» 8 Β· π 15 Β· π¦ 610 Β· π 21 - 19% open Β· β±οΈ 18.07.2025):
- [PyPi](https://pypi.org/project/flupy) (π₯ 930K / month Β· π¦ 4 Β· β±οΈ 15.07.2025):
pdpipe (π₯22 Β· β 720) - Easy pipelines for pandas DataFrames. MIT 
- [GitHub](https://github.com/pdpipe/pdpipe) (π¨βπ» 13 Β· π 46 Β· π₯ 11 Β· π¦ 67 Β· π 54 - 29% open Β· β±οΈ 02.11.2025):
- [PyPi](https://pypi.org/project/pdpipe) (π₯ 1.7K / month Β· π¦ 14 Β· β±οΈ 01.07.2025):
- [Conda](https://anaconda.org/conda-forge/pdpipe) (π₯ 54K Β· β±οΈ 02.07.2025):
kale (π₯19 Β· β 650) - Kubeflows superfood for Data Scientists. Apache-2 jupyter
- [GitHub](https://github.com/kubeflow-kale/kale) (π¨βπ» 18 Β· π 130 Β· π 210 - 13% open Β· β±οΈ 08.12.2025):
- [PyPi](https://pypi.org/project/kubeflow-kale) (π₯ 470 / month Β· β±οΈ 19.05.2021):
Show 19 hidden projects...
- dbt (π₯33 Β· β 12K Β· π) - dbt enables data analysts and engineers to transform their data..βUnlicensed
- mrjob (π₯31 Β· β 2.6K Β· π) - Run MapReduce jobs on Hadoop or Amazon Web Services. Apache-2
- mleap (π₯29 Β· β 1.5K Β· π) - MLeap: Deploy ML Pipelines to Production. Apache-2
- faust (π₯26 Β· β 6.8K Β· π) - Python Stream Processing. BSD-3
- bonobo (π₯25 Β· β 1.6K Β· π) - Extract Transform Load for Python 3.5+. Apache-2
- Pypeline (π₯25 Β· β 1.6K Β· π) - Concurrent data pipelines in Python . MIT
- streamparse (π₯25 Β· β 1.5K Β· π) - Run Python in Apache Storm topologies. Pythonic API, CLI.. Apache-2
- dpark (π₯23 Β· β 2.7K Β· π) - Python clone of Spark, a MapReduce alike framework in Python. BSD-3 spark
- Optimus (π₯23 Β· β 1.5K Β· π) - Agile Data Preparation Workflows madeeasy with Pandas,.. Apache-2 spark
- pysparkling (π₯23 Β· β 270 Β· π) - A pure Python implementation of Apache Sparks RDD and DStream.. MIT
- spark-deep-learning (π₯20 Β· β 2K Β· π) - Deep Learning Pipelines for Apache Spark. Apache-2 spark
- mrq (π₯20 Β· β 900 Β· π) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. MIT
- riko (π₯18 Β· β 1.6K Β· π) - A Python stream processing engine modeled after Yahoo! Pipes. MIT
- Databolt Flow (π₯18 Β· β 950 Β· π) - Python library for building highly effective data science.. MIT
- Mara Pipelines (π₯17 Β· β 2.1K Β· π) - A lightweight opinionated ETL framework, halfway between.. MIT
- Botflow (π₯16 Β· β 1.2K Β· π) - Python Fast Dataflow programming framework for Data pipeline work(.. BSD-3
- bodywork-core (π₯15 Β· β 430 Β· π) - ML pipeline orchestration and model deployments on.. βοΈAGPL-3.0
- datajob (π₯14 Β· β 110 Β· π) - Build and deploy a serverless data pipeline on AWS with no effort. Apache-2
- RasgoQL (π₯12 Β· β 270 Β· π) - Write python locally, execute SQL in your data warehouse. βοΈAGPL-3.0
File Formats¶
XlsxWriter (π₯39 Β· β 3.9K) - A Python module for creating Excel XLSX files. BSD-2
- [GitHub](https://github.com/jmcnamara/XlsxWriter) (π¨βπ» 58 Β· π 650 Β· π¦ 110K Β· π 1K - 1% open Β· β±οΈ 20.11.2025):
- [PyPi](https://pypi.org/project/xlsxwriter) (π₯ 51M / month Β· π¦ 470 Β· β±οΈ 16.09.2025):
- [Conda](https://anaconda.org/conda-forge/xlsxwriter) (π₯ 4.3M Β· β±οΈ 12.10.2025):
PyYAML (π₯38 Β· β 2.8K) - Canonical source repository for PyYAML. MIT
- [GitHub](https://github.com/yaml/pyyaml) (π¨βπ» 40 Β· π 560 Β· π¦ 1.7M Β· π 680 - 47% open Β· β±οΈ 25.09.2025):
- [PyPi](https://pypi.org/project/pyyaml) (π₯ 590M / month Β· π¦ 55K Β· β±οΈ 25.09.2025):
- [Conda](https://anaconda.org/conda-forge/pyyaml) (π₯ 72M Β· β±οΈ 26.09.2025):
jmespath (π₯33 Β· β 2.4K) - JMESPath is a query language for JSON. MIT
- [GitHub](https://github.com/jmespath/jmespath.py) (π¨βπ» 32 Β· π 190 Β· π 150 - 39% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/jmespath) (π₯ 400M / month Β· π¦ 1.5K Β· β±οΈ 17.06.2022):
- [Conda](https://anaconda.org/conda-forge/jmespath) (π₯ 28M Β· β±οΈ 22.04.2025):
Code Inspection¶
deepdiff (π₯37 Β· β 2.4K) - DeepDiff: Deep Difference and search of any Python object/data... MIT
- [GitHub](https://github.com/seperman/deepdiff) (π¨βπ» 98 Β· π 260 Β· π¦ 20K Β· π 360 - 26% open Β· β±οΈ 03.09.2025):
- [PyPi](https://pypi.org/project/deepdiff) (π₯ 56M / month Β· π¦ 1.3K Β· β±οΈ 03.09.2025):
- [Conda](https://anaconda.org/conda-forge/deepdiff) (π₯ 750K Β· β±οΈ 04.09.2025):
typing_inspect (π₯25 Β· β 380) - Runtime inspection utilities for Python typing module. MIT
- [GitHub](https://github.com/ilevkivskyi/typing_inspect) (π¨βπ» 20 Β· π 38 Β· π 61 - 39% open Β· β±οΈ 20.10.2025):
- [PyPi](https://pypi.org/project/typing_inspect) (π₯ 73M / month Β· π¦ 720 Β· β±οΈ 24.05.2023):
- [Conda](https://anaconda.org/conda-forge/typing_inspect) (π₯ 2.8M Β· β±οΈ 22.04.2025):
Show 2 hidden projects...
- importlib-resources (π₯29 Β· β 69 Β· π€) - Backport of the importlib.resources module.Apache-2
- entrypoints (π₯24 Β· β 76 Β· π€) - Discover and load entry points from installed packages. MIT
General Utilities¶
attrs (π₯42 Β· β 5.7K) - Python Classes Without Boilerplate. MIT
- [GitHub](https://github.com/python-attrs/attrs) (π¨βπ» 180 Β· π 410 Β· π¦ 1.4M Β· π 790 - 17% open Β· β±οΈ 08.12.2025):
- [PyPi](https://pypi.org/project/attrs) (π₯ 460M / month Β· π¦ 10K Β· β±οΈ 06.10.2025):
- [Conda](https://anaconda.org/conda-forge/attrs) (π₯ 59M Β· β±οΈ 04.12.2025):
more-itertools (π₯39 Β· β 4K) - More routines for operating on iterables, beyond itertools. MIT
- [GitHub](https://github.com/more-itertools/more-itertools) (π¨βπ» 140 Β· π 310 Β· π₯ 3.4K Β· π 420 - 7% open Β· β±οΈ 04.12.2025):
- [PyPi](https://pypi.org/project/more-itertools) (π₯ 190M / month Β· π¦ 4.5K Β· β±οΈ 02.09.2025):
- [Conda](https://anaconda.org/conda-forge/more-itertools) (π₯ 30M Β· β±οΈ 30.11.2025):
python-dependency-injector (π₯36 Β· β 4.7K Β· π) - Dependency injection framework for Python. BSD-3
- [GitHub](https://github.com/ets-labs/python-dependency-injector) (π¨βπ» 41 Β· π 340 Β· π¦ 5.3K Β· π 640 - 31% open Β· β±οΈ 04.12.2025):
- [PyPi](https://pypi.org/project/dependency-injector) (π₯ 3.7M / month Β· π¦ 340 Β· β±οΈ 04.12.2025):
- [Conda](https://anaconda.org/conda-forge/dependency_injector) (π₯ 110K Β· β±οΈ 04.12.2025):
tenacity (π₯34 Β· β 8.1K) - Retrying library for Python. Apache-2
- [GitHub](https://github.com/jd/tenacity) (π¨βπ» 100 Β· π 300 Β· π 300 - 42% open Β· β±οΈ 02.12.2025):
- [PyPi](https://pypi.org/project/tenacity) (π₯ 180M / month Β· π¦ 3.8K Β· β±οΈ 02.04.2025):
- [Conda](https://anaconda.org/conda-forge/tenacity) (π₯ 12M Β· β±οΈ 22.04.2025):
returns (π₯33 Β· β 4.2K) - Make your functions return something meaningful, typed, and safe!. BSD-2
- [GitHub](https://github.com/dry-python/returns) (π¨βπ» 66 Β· π 140 Β· π¦ 910 Β· π 440 - 17% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/returns) (π₯ 900K / month Β· π¦ 180 Β· β±οΈ 24.07.2025):
- [Conda](https://anaconda.org/conda-forge/returns) (π₯ 45K Β· β±οΈ 29.07.2025):
boltons (π₯32 Β· β 6.8K) - Like builtins, but boltons. 250+ constructs, recipes, and snippets.. BSD-3
- [GitHub](https://github.com/mahmoud/boltons) (π¨βπ» 94 Β· π 370 Β· π₯ 45 Β· π¦ 11K Β· π 190 - 37% open Β· β±οΈ 04.10.2025):
- [PyPi](https://pypi.org/project/boltons) (π₯ 9.2M / month Β· π¦ 380 Β· β±οΈ 03.02.2025):
- [Conda](https://anaconda.org/conda-forge/boltons) (π₯ 12M Β· β±οΈ 11.06.2025):
funcy (π₯31 Β· β 3.5K) - A fancy and practical functional tools. BSD-3
- [GitHub](https://github.com/Suor/funcy) (π¨βπ» 34 Β· π 150 Β· π¦ 15K Β· π 89 - 14% open Β· β±οΈ 19.09.2025):
- [PyPi](https://pypi.org/project/funcy) (π₯ 3.8M / month Β· π¦ 390 Β· β±οΈ 28.03.2023):
- [Conda](https://anaconda.org/conda-forge/funcy) (π₯ 730K Β· β±οΈ 22.04.2025):
natsort (π₯29 Β· β 990) - Simple yet flexible natural sorting in Python. MIT
- [GitHub](https://github.com/SethMMorton/natsort) (π¨βπ» 24 Β· π 57 Β· π¦ 44K Β· π 100 - 3% open Β· β±οΈ 01.08.2025):
- [PyPi](https://pypi.org/project/natsort) (π₯ 19M / month Β· π¦ 1.5K Β· β±οΈ 20.06.2023):
- [Conda](https://anaconda.org/conda-forge/natsort) (π₯ 2.4M Β· β±οΈ 22.04.2025):
ratelimit (π₯26 Β· β 820 Β· π€) - API Rate Limit Decorator. MIT
- [GitHub](https://github.com/tomasbasham/ratelimit) (π¨βπ» 9 Β· π 160 Β· π¦ 5.8K Β· π 48 - 60% open Β· β±οΈ 31.05.2025):
- [PyPi](https://pypi.org/project/ratelimit) (π₯ 12M / month Β· π¦ 360 Β· β±οΈ 17.12.2018):
- [Conda](https://anaconda.org/conda-forge/ratelimit) (π₯ 24K Β· β±οΈ 22.04.2025):
ubelt (π₯24 Β· β 740) - A Python utility library with a stdlib like feel and extra batteries... Apache-2
- [GitHub](https://github.com/Erotemic/ubelt) (π¨βπ» 5 Β· π 49 Β· π₯ 110 Β· π 22 - 27% open Β· β±οΈ 08.11.2025):
- [PyPi](https://pypi.org/project/ubelt) (π₯ 88K / month Β· π¦ 110 Β· β±οΈ 17.08.2025):
- [Conda](https://anaconda.org/conda-forge/ubelt) (π₯ 340K Β· β±οΈ 21.08.2025):
pampy (π₯23 Β· β 3.5K Β· π€) - Pampy: The Pattern Matching for Python you always dreamed of. MIT
- [GitHub](https://github.com/santinic/pampy) (π¨βπ» 10 Β· π 130 Β· π¦ 490 Β· π 38 - 60% open Β· β±οΈ 16.01.2025):
- [PyPi](https://pypi.org/project/pampy) (π₯ 67K / month Β· π¦ 37 Β· β±οΈ 07.11.2019):
Show 4 hidden projects...
- toolz (π₯36 Β· β 5.1K) - A functional standard library for Python.βUnlicensed
- retrying (π₯29 Β· β 1.9K Β· π) - Retrying is an Apache 2.0 licensed general-purpose retrying.. Apache-2
- pinject (π₯23 Β· β 1.3K Β· π) - A pythonic dependency injection library. Apache-2
- CommonRegex (π₯20 Β· β 1.6K Β· π) - A collection of common regular expressions bundled with an easy.. MIT
Python Implementations¶
cpython (π₯51 Β· β 70K) - The Python programming language. MIT
- [GitHub](https://github.com/python/cpython) (π¨βπ» 3.6K Β· π 34K Β· π¦ 630K Β· π 77K - 12% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/cpython) (π₯ 16 / month Β· π¦ 21 Β· β±οΈ 22.07.2020):
- [Conda](https://anaconda.org/conda-forge/typing) (π₯ 3.6M Β· β±οΈ 22.04.2025):
- [npm](https://www.npmjs.com/package/@buckpkg/python) (π¦ 6 Β· β±οΈ 03.08.2017):
micropython (π₯36 Β· β 21K) - MicroPython - a lean and efficient Python implementation for.. Python-2.0
- [GitHub](https://github.com/micropython/micropython) (π¨βπ» 710 Β· π 8.6K Β· π₯ 110K Β· π¦ 16 Β· π 6.3K - 28% open Β· β±οΈ 09.12.2025):
- [PyPi](https://pypi.org/project/micropython-_markupbase) (β±οΈ 10.10.2016):
Show 4 hidden projects...
- grumpy (π₯23 Β· β 11K Β· π) - Grumpy is a Python to Go source code transcompiler and runtime.Apache-2
- pyston (π₯22 Β· β 2.5K Β· π) - (No longer maintained) A faster and highly-compatible.. Apache-2
- stackless (π₯17 Β· β 1.1K Β· π€) - The Stackless Python programming language. βUnlicensed
- cl-python (π₯11 Β· β 390 Β· π) - An implementation of Python in Common Lisp. βUnlicensed
Others¶
pyparsing (π₯42 Β· β 2.4K) - Python library for creating PEG parsers. MIT
- [GitHub](https://github.com/pyparsing/pyparsing) (π¨βπ» 74 Β· π 300 Β· π₯ 15K Β· π¦ 1.3M Β· π 380 - 10% open Β· β±οΈ 08.12.2025):
- [PyPi](https://pypi.org/project/pyparsing) (π₯ 230M / month Β· π¦ 6.3K Β· β±οΈ 26.11.2025):
- [Conda](https://anaconda.org/conda-forge/pyparsing) (π₯ 63M Β· β±οΈ 21.09.2025):
wrapt (π₯41 Β· β 2.2K) - A Python module for decorators, wrappers and monkey patching. BSD-2
- [GitHub](https://github.com/GrahamDumpleton/wrapt) (π¨βπ» 36 Β· π 240 Β· π¦ 610K Β· π 220 - 26% open Β· β±οΈ 07.11.2025):
- [PyPi](https://pypi.org/project/wrapt) (π₯ 260M / month Β· π¦ 2.9K Β· β±οΈ 07.11.2025):
- [Conda](https://anaconda.org/conda-forge/wrapt) (π₯ 30M Β· β±οΈ 08.11.2025):
cookiecutter (π₯39 Β· β 24K) - A cross-platform command-line utility that creates projects from.. BSD-3
- [GitHub](https://github.com/cookiecutter/cookiecutter) (π¨βπ» 330 Β· π 2.2K Β· π¦ 37K Β· π 930 - 29% open Β· β±οΈ 08.11.2025):
- [PyPi](https://pypi.org/project/cookiecutter) (π₯ 6.4M / month Β· π¦ 1.1K Β· β±οΈ 21.02.2024):
- [Conda](https://anaconda.org/conda-forge/cookiecutter) (π₯ 1.7M Β· β±οΈ 22.04.2025):
pycparser (π₯38 Β· β 3.5K) - Complete C99 parser in pure Python. BSD-3
- [GitHub](https://github.com/eliben/pycparser) (π¨βπ» 91 Β· π 630 Β· π¦ 1.1M Β· π 380 - 10% open Β· β±οΈ 10.10.2025):
- [PyPi](https://pypi.org/project/pycparser) (π₯ 500M / month Β· π¦ 3K Β· β±οΈ 09.09.2025):
- [Conda](https://anaconda.org/conda-forge/pycparser) (π₯ 67M Β· β±οΈ 22.04.2025):
diagrams (π₯37 Β· β 42K) - Diagram as Code for prototyping cloud system architectures. MIT
- [GitHub](https://github.com/mingrammer/diagrams) (π¨βπ» 180 Β· π 2.7K Β· π¦ 2.2K Β· π 600 - 62% open Β· β±οΈ 23.11.2025):
- [PyPi](https://pypi.org/project/diagrams) (π₯ 6.1M / month Β· π¦ 110 Β· β±οΈ 22.11.2025):
- [Conda](https://anaconda.org/conda-forge/diagrams) (π₯ 320K Β· β±οΈ 24.11.2025):
Pygments (π₯37 Β· β 2.1K) - Pygments is a generic syntax highlighter written in Python. BSD-2
- [GitHub](https://github.com/pygments/pygments) (π¨βπ» 890 Β· π 750 Β· π 2K - 28% open Β· β±οΈ 12.08.2025):
- [PyPi](https://pypi.org/project/pygments) (π₯ 430M / month Β· π¦ 9.6K Β· β±οΈ 21.06.2025):
- [Conda](https://anaconda.org/conda-forge/pygments) (π₯ 53M Β· β±οΈ 22.06.2025):
pluggy (π₯37 Β· β 1.5K) - A minimalist production ready plugin system. MIT
- [GitHub](https://github.com/pytest-dev/pluggy) (π¨βπ» 54 Β· π 140 Β· π¦ 760K Β· π 200 - 26% open Β· β±οΈ 10.12.2025):
- [PyPi](https://pypi.org/project/pluggy) (π₯ 400M / month Β· π¦ 2.6K Β· β±οΈ 15.05.2025):
- [Conda](https://anaconda.org/conda-forge/pluggy) (π₯ 44M Β· β±οΈ 05.12.2025):
fastcore (π₯35 Β· β 1.1K) - Python supercharged for the fastai library. Apache-2
- [GitHub](https://github.com/AnswerDotAI/fastcore) (π¨βπ» 79 Β· π 290 Β· π¦ 12K Β· π 440 - 5% open Β· β±οΈ 07.12.2025):
- [PyPi](https://pypi.org/project/fastcore) (π₯ 7.1M / month Β· π¦ 1K Β· β±οΈ 07.12.2025):
- [Conda](https://anaconda.org/conda-forge/fastcore) (π₯ 200K Β· β±οΈ 08.12.2025):
Copier (π₯34 Β· β 3K) - Library and command-line utility for rendering projects templates. MIT
- [GitHub](https://github.com/copier-org/copier) (π¨βπ» 110 Β· π 230 Β· π¦ 1.7K Β· π 640 - 20% open Β· β±οΈ 04.12.2025):
- [PyPi](https://pypi.org/project/copier) (π₯ 940K / month Β· π¦ 270 Β· β±οΈ 20.11.2025):
py4j (π₯34 Β· β 1.3K) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3
- [GitHub](https://github.com/py4j/py4j) (π¨βπ» 43 Β· π 230 Β· π¦ 54K Β· π 440 - 36% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/py4j) (π₯ 96M / month Β· π¦ 340 Β· β±οΈ 15.01.2025):
- [Conda](https://anaconda.org/conda-forge/py4j) (π₯ 12M Β· β±οΈ 22.04.2025):
decorator (π₯33 Β· β 900) - Decorators for Humans. BSD-2
- [GitHub](https://github.com/micheles/decorator) (π¨βπ» 32 Β· π 110 Β· π¦ 750K Β· π 110 - 9% open Β· β±οΈ 27.06.2025):
- [PyPi](https://pypi.org/project/decorator) (π₯ 160M / month Β· π¦ 2.5K Β· β±οΈ 24.02.2025):
- [Conda](https://anaconda.org/conda-forge/decorator) (π₯ 42M Β· β±οΈ 22.04.2025):
python-mss (π₯29 Β· β 1.2K) - An ultra fast cross-platform multiple screenshots module in pure.. MIT
- [GitHub](https://github.com/BoboTiG/python-mss) (π¨βπ» 27 Β· π 110 Β· π 150 - 25% open Β· β±οΈ 11.12.2025):
- [PyPi](https://pypi.org/project/mss) (π₯ 2.3M / month Β· π¦ 360 Β· β±οΈ 16.08.2025):
- [Conda](https://anaconda.org/conda-forge/python-mss) (π₯ 87K Β· β±οΈ 16.08.2025):
Send2Trash (π₯26 Β· β 290) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3
- [GitHub](https://github.com/arsenetar/send2trash) (π¨βπ» 18 Β· π 46 Β· π 65 - 50% open Β· β±οΈ 24.10.2025):
- [PyPi](https://pypi.org/project/send2trash) (π₯ 35M / month Β· π¦ 550 Β· β±οΈ 07.04.2024):
- [Conda](https://anaconda.org/conda-forge/send2trash) (π₯ 19M Β· β±οΈ 22.04.2025):
Show 8 hidden projects...
- keyboard (π₯33 Β· β 4K Β· π) - Hook and simulate global keyboard events on Windows and Linux.MIT
- pyscaffold (π₯29 Β· β 2.2K Β· π) - Python project template generator with batteries included. MIT
- powerline-shell (π₯27 Β· β 6.3K Β· π) - A beautiful and useful prompt for your shell. MIT
- pyscreenshot (π₯26 Β· β 510 Β· π) - Python screenshot library, replacement for the Pillow.. BSD-2
- openpyxl (π₯25 Β· β 9) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT
- macropy (π₯23 Β· β 3.3K Β· π) - Macros in Python: quasiquotes, case classes, LINQ and more!. MIT
- pluginbase (π₯23 Β· β 1.1K Β· π) - A simple but flexible plugin system for Python. BSD-3
- catalogue (π₯21 Β· β 180 Β· π) - Super lightweight function registries for your library. MIT
Related Resources¶
- 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.