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 1.4M 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 19 projects
 
- Process Utilities 4 projects
 
- Asynchronous Programming 7 projects
 
- Configuration 9 projects
 
- CLI Development 18 projects
 
- Development Tools 1 projects
 
- Data Caching 6 projects
 
- GUI Development 10 projects
 
- Computer & Machine Vision 1 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 43 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 (π₯48 Β·  β 56K) - Protocol Buffers - Googles data interchange format. BSD-3
- 
GitHub (π¨βπ» 1K Β· π 14K Β· π₯ 37M Β· π¦ 250K Β· π 5.1K - 15% open Β· β±οΈ 17.08.2022):
it clone https://github.com/protocolbuffers/protobuf
 
- 
PyPi (π₯ 93M / month Β· π¦ 15K Β· β±οΈ 24.06.2022):
ip install protobuf
 
- 
Conda (π₯ 9.6M Β· β±οΈ 10.05.2022):
onda install -c conda-forge protobuf
 
- 
npm (π₯ 4.5M / month Β· π¦ 2.8K Β· β±οΈ 28.07.2022):
pm install google-protobuf
 
 
flatbuffers (π₯40 Β·  β 19K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
- 
GitHub (π¨βπ» 580 Β· π 2.8K Β· π₯ 80K Β· π¦ 2.8K Β· π 2K - 6% open Β· β±οΈ 17.08.2022):
it clone https://github.com/google/flatbuffers
 
- 
PyPi (π₯ 7.7M / month Β· π¦ 210 Β· β±οΈ 10.05.2021):
ip install flatbuffers
 
- 
Conda (π₯ 410K Β· β±οΈ 04.03.2022):
onda install -c conda-forge flatbuffers
 
- 
npm (π₯ 410K / month Β· π¦ 220 Β· β±οΈ 25.02.2022):
pm install flatbuffers
 
 
marshmallow (π₯38 Β·  β 6.2K) - A lightweight library for converting complex objects to and from.. MIT
- 
GitHub (π¨βπ» 200 Β· π 610 Β· π¦ 53K Β· π 1.2K - 13% open Β· β±οΈ 09.08.2022):
it clone https://github.com/marshmallow-code/marshmallow
 
- 
PyPi (π₯ 17M / month Β· π¦ 10K Β· β±οΈ 26.06.2022):
ip install marshmallow
 
- 
Conda (π₯ 1.2M Β· β±οΈ 28.06.2022):
onda install -c conda-forge marshmallow
 
 
ultrajson (π₯36 Β·  β 3.8K) - Ultra fast JSON decoder and encoder written in C with Python bindings. BSD-3
- 
GitHub (π¨βπ» 82 Β· π 350 Β· π 330 - 7% open Β· β±οΈ 08.08.2022):
it clone https://github.com/ultrajson/ultrajson
 
- 
PyPi (π₯ 12M / month Β· π¦ 4.2K Β· β±οΈ 02.07.2022):
ip install ujson
 
- 
Conda (π₯ 2.2M Β· β±οΈ 20.05.2022):
onda install -c conda-forge ujson
 
 
orjson (π₯35 Β·  β 3.6K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2
- 
GitHub (π¨βπ» 17 Β· π 130 Β· π¦ 18K Β· π 260 - 5% open Β· β±οΈ 14.08.2022):
it clone https://github.com/ijl/orjson
 
- 
PyPi (π₯ 4.7M / month Β· π¦ 550 Β· β±οΈ 06.07.2022):
ip install orjson
 
- 
Conda (π₯ 430K Β· β±οΈ 15.08.2022):
onda install -c conda-forge orjson
 
 
dill (π₯35 Β·  β 1.7K) - serialize all of python. BSD-3
- 
GitHub (π¨βπ» 38 Β· π 140 Β· π₯ 260K Β· π¦ 59K Β· π 430 - 35% open Β· β±οΈ 13.08.2022):
it clone https://github.com/uqfoundation/dill
 
- 
PyPi (π₯ 20M / month Β· π¦ 3.4K Β· β±οΈ 20.05.2022):
ip install dill
 
- 
Conda (π₯ 2.4M Β· β±οΈ 20.05.2022):
onda install -c conda-forge dill
 
 
simplejson (π₯34 Β·  β 1.5K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT
- 
GitHub (π¨βπ» 39 Β· π 310 Β· π₯ 5.9K Β· π¦ 88K Β· π 190 - 9% open Β· β±οΈ 01.07.2022):
it clone https://github.com/simplejson/simplejson
 
- 
PyPi (π₯ 14M / month Β· π¦ 21K Β· β±οΈ 16.11.2021):
ip install simplejson
 
- 
Conda (π₯ 1.8M Β· β±οΈ 03.04.2022):
onda install -c conda-forge simplejson
 
 
cloudpickle (π₯34 Β·  β 1.2K) - Extended pickling support for Python objects. BSD-3
- 
GitHub (π¨βπ» 51 Β· π 130 Β· π₯ 19 Β· π¦ 57K Β· π 220 - 33% open Β· β±οΈ 11.07.2022):
it clone https://github.com/cloudpipe/cloudpickle
 
- 
PyPi (π₯ 26M / month Β· π¦ 2.6K Β· β±οΈ 10.09.2021):
ip install cloudpickle
 
- 
Conda (π₯ 9M Β· β±οΈ 20.05.2022):
onda install -c conda-forge cloudpickle
 
 
msgpack (π₯33 Β·  β 1.6K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2
- 
GitHub (π¨βπ» 73 Β· π 210 Β· π₯ 890 Β· π 250 - 1% open Β· β±οΈ 08.08.2022):
it clone https://github.com/msgpack/msgpack-python
 
- 
PyPi (π₯ 21M / month Β· π¦ 2.1K Β· β±οΈ 03.06.2022):
ip install msgpack
 
- 
Conda (π₯ 7.9M Β· β±οΈ 03.06.2022):
onda install -c conda-forge msgpack-python
 
 
jsonpickle (π₯33 Β·  β 1K) - Python library for serializing any arbitrary object graph into JSON... BSD-3
- 
GitHub (π¨βπ» 65 Β· π 150 Β· π 260 - 21% open Β· β±οΈ 31.07.2022):
it clone https://github.com/jsonpickle/jsonpickle
 
- 
PyPi (π₯ 9.3M / month Β· π¦ 2.3K Β· β±οΈ 11.05.2022):
ip install jsonpickle
 
- 
Conda (π₯ 970K Β· β±οΈ 11.05.2022):
onda install -c conda-forge jsonpickle
 
 
srsly (π₯30 Β·  β 270) - Modern high-performance serialization utilities for Python (JSON,.. MIT
- 
GitHub (π¨βπ» 12 Β· π 26 Β· π¦ 20K Β· β±οΈ 21.07.2022):
it clone https://github.com/explosion/srsly
 
- 
PyPi (π₯ 3.9M / month Β· π¦ 260 Β· β±οΈ 13.04.2022):
ip install srsly
 
- 
Conda (π₯ 970K Β· β±οΈ 20.07.2022):
onda install -c conda-forge srsly
 
 
python-rapidjson (π₯27 Β·  β 460) - Python wrapper around rapidjson. MIT
- 
GitHub (π¨βπ» 19 Β· π 40 Β· π¦ 2.6K Β· π 100 - 10% open Β· β±οΈ 07.07.2022):
it clone https://github.com/python-rapidjson/python-rapidjson
 
- 
PyPi (π₯ 890K / month Β· π¦ 250 Β· β±οΈ 07.07.2022):
ip install python-rapidjson
 
- 
Conda (π₯ 990K Β· β±οΈ 19.02.2022):
onda install -c conda-forge python-rapidjson
 
 
pysimdjson (π₯26 Β·  β 550) - Python bindings for the simdjson project. MIT
- 
GitHub (π¨βπ» 13 Β· π 41 Β· π¦ 390 Β· π 77 - 15% open Β· β±οΈ 04.06.2022):
it clone https://github.com/TkTech/pysimdjson
 
- 
PyPi (π₯ 240K / month Β· π¦ 16 Β· β±οΈ 29.05.2022):
ip install pysimdjson
 
- 
Conda (π₯ 32K Β· β±οΈ 29.05.2022):
onda install -c conda-forge pysimdjson
 
 
hickle (π₯24 Β·  β 430 Β· π€) - a HDF5-based python pickle replacement. MIT
- 
GitHub (π¨βπ» 22 Β· π 67 Β· π¦ 390 Β· π 100 - 8% open Β· β±οΈ 19.12.2021):
it clone https://github.com/telegraphic/hickle
 
- 
PyPi (π₯ 3.9K / month Β· π¦ 83 Β· β±οΈ 17.12.2021):
ip install hickle
 
- 
Conda (π₯ 19K Β· β±οΈ 11.07.2019):
onda install -c conda-forge hickle
 
 
rtoml (π₯20 Β·  β 170) - A better TOML library for python implemented in rust. MIT
- 
GitHub (π¨βπ» 12 Β· π 21 Β· π¦ 78 Β· π 12 - 41% open Β· β±οΈ 11.05.2022):
it clone https://github.com/samuelcolvin/rtoml
 
- 
PyPi (π₯ 24K / month Β· π¦ 14 Β· β±οΈ 11.05.2022):
ip install rtoml
 
 
Show 1 hidden projects...
- pyasn1 (π₯31 Β·  β 220 Β· π) - Generic ASN.1 library for Python. 
BSD-2 
 
Data Containers & Dataframes

General-purpose data containers as well as utilities & extensions for pandas.
pandas (π₯52 Β·  β 35K) - Flexible and powerful data analysis / manipulation library for.. BSD-3 
- 
GitHub (π¨βπ» 3.1K Β· π 15K Β· π₯ 160K Β· π¦ 790K Β· π 23K - 15% open Β· β±οΈ 18.08.2022):
it clone https://github.com/pandas-dev/pandas
 
- 
PyPi (π₯ 100M / month Β· π¦ 61K Β· β±οΈ 23.06.2022):
ip install pandas
 
- 
Conda (π₯ 28M Β· β±οΈ 23.06.2022):
onda install -c conda-forge pandas
 
 
numpy (π₯50 Β·  β 21K) - The fundamental package for scientific computing with Python. BSD-3
- 
GitHub (π¨βπ» 1.5K Β· π 7.2K Β· π₯ 550K Β· π¦ 1.2M Β· π 11K - 20% open Β· β±οΈ 17.08.2022):
it clone https://github.com/numpy/numpy
 
- 
PyPi (π₯ 130M / month Β· π¦ 120K Β· β±οΈ 09.07.2022):
ip install numpy
 
- 
Conda (π₯ 38M Β· β±οΈ 16.08.2022):
onda install -c conda-forge numpy
 
 
h5py (π₯41 Β·  β 1.8K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3
- 
GitHub (π¨βπ» 180 Β· π 470 Β· π₯ 2.1K Β· π¦ 170K Β· π 1.4K - 17% open Β· β±οΈ 01.07.2022):
it clone https://github.com/h5py/h5py
 
- 
PyPi (π₯ 11M / month Β· π¦ 14K Β· β±οΈ 24.05.2022):
ip install h5py
 
- 
Conda (π₯ 8.7M Β· β±οΈ 14.08.2022):
onda install -c conda-forge h5py
 
 
xarray (π₯38 Β·  β 2.6K) - N-D labeled arrays and datasets in Python. Apache-2
- 
GitHub (π¨βπ» 390 Β· π 820 Β· π¦ 12K Β· π 3.4K - 28% open Β· β±οΈ 17.08.2022):
it clone https://github.com/pydata/xarray
 
- 
PyPi (π₯ 1.6M / month Β· π¦ 1.5K Β· β±οΈ 09.06.2022):
ip install xarray
 
- 
Conda (π₯ 5.7M Β· β±οΈ 26.07.2022):
onda install -c conda-forge xarray
 
 
polars (π₯36 Β·  β 7.5K) - Fast multi-threaded DataFrame library in Rust | Python | Node.js. MIT
- 
GitHub (π¨βπ» 110 Β· π 400 Β· π¦ 1.5K Β· π 1.8K - 12% open Β· β±οΈ 18.08.2022):
it clone https://github.com/pola-rs/polars
 
- 
PyPi (π₯ 140K / month Β· π¦ 30 Β· β±οΈ 29.06.2022):
ip install polars
 
 
Modin (π₯34 Β·  β 7.7K) - Modin: Scale your Pandas workflows by changing a single line of.. Apache-2 
- 
GitHub (π¨βπ» 100 Β· π 540 Β· π₯ 200K Β· π¦ 710 Β· π 2.9K - 33% open Β· β±οΈ 17.08.2022):
it clone https://github.com/modin-project/modin
 
- 
PyPi (π₯ 190K / month Β· π¦ 26 Β· β±οΈ 25.06.2022):
ip install modin
 
- 
Conda (π₯ 140K Β· β±οΈ 28.06.2022):
onda install -c conda-forge modin-core
 
 
numexpr (π₯33 Β·  β 1.8K) - Fast numerical array expression evaluator for Python, NumPy, PyTables,.. MIT
- 
GitHub (π¨βπ» 63 Β· π 180 Β· π₯ 39 Β· π 330 - 18% open Β· β±οΈ 19.07.2022):
it clone https://github.com/pydata/numexpr
 
- 
PyPi (π₯ 2.5M / month Β· π¦ 3K Β· β±οΈ 25.06.2022):
ip install numexpr
 
- 
Conda (π₯ 4.7M Β· β±οΈ 17.07.2022):
onda install -c conda-forge numexpr
 
 
Bottleneck (π₯33 Β·  β 780) - Fast NumPy array functions written in C. BSD-2
- 
GitHub (π¨βπ» 25 Β· π 87 Β· π¦ 35K Β· π 230 - 16% open Β· β±οΈ 02.07.2022):
it clone https://github.com/pydata/bottleneck
 
- 
PyPi (π₯ 450K / month Β· π¦ 1.6K Β· β±οΈ 02.07.2022):
ip install Bottleneck
 
- 
Conda (π₯ 2.5M Β· β±οΈ 03.07.2022):
onda install -c conda-forge bottleneck
 
 
PyTables (π₯32 Β·  β 1.1K) - A Python package to manage extremely large amounts of data. BSD-3
- 
GitHub (π¨βπ» 110 Β· π 230 Β· π₯ 170 Β· π 660 - 23% open Β· β±οΈ 19.04.2022):
it clone https://github.com/PyTables/PyTables
 
- 
PyPi (π₯ 1M / month Β· π¦ 2.3K Β· β±οΈ 28.12.2021):
ip install tables
 
- 
Conda (π₯ 4.6M Β· β±οΈ 13.08.2022):
onda install -c conda-forge pytables
 
 
zarr (π₯32 Β·  β 970) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT
- 
GitHub (π¨βπ» 65 Β· π 170 Β· π¦ 1.4K Β· π 520 - 42% open Β· β±οΈ 15.08.2022):
it clone https://github.com/zarr-developers/zarr-python
 
- 
PyPi (π₯ 110K / month Β· π¦ 250 Β· β±οΈ 23.06.2022):
ip install zarr
 
- 
Conda (π₯ 1.5M Β· β±οΈ 23.06.2022):
onda install -c conda-forge zarr
 
 
Koalas (π₯31 Β·  β 3.2K Β· π€) - Koalas: pandas API on Apache Spark. Apache-2 spark 
- 
GitHub (π¨βπ» 51 Β· π 330 Β· π₯ 1K Β· π¦ 220 Β· π 590 - 18% open Β· β±οΈ 21.10.2021):
it clone https://github.com/databricks/koalas
 
- 
PyPi (π₯ 1.6M / month Β· π¦ 13 Β· β±οΈ 19.10.2021):
ip install koalas
 
- 
Conda (π₯ 170K Β· β±οΈ 20.10.2021):
onda install -c conda-forge koalas
 
 
Vaex (π₯30 Β·  β 7.2K) - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization.. MIT
- 
GitHub (π¨βπ» 70 Β· π 560 Β· π₯ 240 Β· π 1.1K - 36% open Β· β±οΈ 18.08.2022):
it clone https://github.com/vaexio/vaex
 
- 
PyPi (π₯ 51K / month Β· π¦ 17 Β· β±οΈ 03.06.2022):
ip install vaex
 
- 
Conda (π₯ 130K Β· β±οΈ 27.07.2022):
onda install -c conda-forge vaex
 
 
pandera (π₯30 Β·  β 1.6K) - A light-weight, flexible, and expressive statistical data testing.. MIT 
- 
GitHub (π¨βπ» 64 Β· π 120 Β· π¦ 300 Β· π 430 - 27% open Β· β±οΈ 17.08.2022):
it clone https://github.com/pandera-dev/pandera
 
- 
PyPi (π₯ 460K / month Β· π¦ 26 Β· β±οΈ 01.05.2022):
ip install pandera
 
- 
Conda (π₯ 11K Β· β±οΈ 04.04.2022):
onda install -c conda-forge pandera-core
 
 
TinyDB (π₯29 Β·  β 5.3K) - TinyDB is a lightweight document oriented database optimized for your.. MIT
- 
GitHub (π¨βπ» 78 Β· π 450 Β· π 290 - 4% open Β· β±οΈ 23.07.2022):
it clone https://github.com/msiemens/tinydb
 
- 
PyPi (π₯ 390K / month Β· π¦ 810 Β· β±οΈ 19.02.2022):
ip install tinydb
 
- 
Conda (π₯ 200K Β· β±οΈ 19.02.2022):
onda install -c conda-forge tinydb
 
 
datatable (π₯29 Β·  β 1.6K) - A Python package for manipulating 2-dimensional tabular data.. MPL-2.0
- 
GitHub (π¨βπ» 33 Β· π 140 Β· π₯ 1.7K Β· π 1.4K - 10% open Β· β±οΈ 12.08.2022):
it clone https://github.com/h2oai/datatable
 
- 
PyPi (π₯ 65K / month Β· π¦ 21 Β· β±οΈ 01.07.2021):
ip install datatable
 
- 
Conda (π₯ 15K Β· β±οΈ 23.12.2020):
onda install -c conda-forge datatable
 
 
PandaralΒ·lel (π₯28 Β·  β 2.4K) - A simple and efficient tool to parallelize Pandas.. BSD-3 
 jupyter
- 
GitHub (π¨βπ» 20 Β· π 150 Β· π 170 - 48% open Β· β±οΈ 09.08.2022):
it clone https://github.com/nalepae/pandarallel
 
- 
PyPi (π₯ 490K / month Β· π¦ 25 Β· β±οΈ 15.03.2022):
ip install pandarallel
 
- 
Conda (π₯ 7.8K Β· β±οΈ 09.04.2022):
onda install -c conda-forge pandarallel
 
 
swifter (π₯28 Β·  β 2.1K) - A package which efficiently applies any function to a pandas.. MIT 
- 
GitHub (π¨βπ» 17 Β· π 98 Β· π¦ 660 Β· π 120 - 7% open Β· β±οΈ 16.08.2022):
it clone https://github.com/jmcarpenter2/swifter
 
- 
PyPi (π₯ 260K / month Β· π¦ 30 Β· β±οΈ 07.07.2022):
ip install swifter
 
- 
Conda (π₯ 150K Β· β±οΈ 17.08.2022):
onda install -c conda-forge swifter
 
 
datasketch (π₯28 Β·  β 1.8K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT
- 
GitHub (π¨βπ» 22 Β· π 240 Β· π₯ 19 Β· π¦ 440 Β· π 140 - 25% open Β· β±οΈ 02.06.2022):
it clone https://github.com/ekzhu/datasketch
 
- 
PyPi (π₯ 720K / month Β· π¦ 54 Β· β±οΈ 04.02.2022):
ip install datasketch
 
 
docarray (π₯28 Β·  β 820) - The data structure for unstructured multimodal data. Apache-2
- 
GitHub (π¨βπ» 36 Β· π 74 Β· π¦ 92 Β· π 140 - 22% open Β· β±οΈ 18.08.2022):
it clone https://github.com/jina-ai/docarray
 
- 
PyPi (π₯ 95K / month Β· π¦ 1 Β· β±οΈ 06.07.2022):
ip install docarray
 
- 
Conda (π₯ 34K Β· β±οΈ 13.08.2022):
onda install -c conda-forge docarray
 
 
StaticFrame (π₯26 Β·  β 310) - Immutable and grow-only Pandas-like DataFrames with a more explicit.. MIT
- 
GitHub (π¨βπ» 20 Β· π 26 Β· π¦ 11 Β· π 460 - 11% open Β· β±οΈ 14.08.2022):
it clone https://github.com/InvestmentSystems/static-frame
 
- 
PyPi (π₯ 2.2K / month Β· π¦ 2 Β· β±οΈ 01.07.2022):
ip install static-frame
 
- 
Conda (π₯ 180K Β· β±οΈ 14.08.2022):
onda install -c conda-forge static-frame
 
 
Pandas Summary (π₯20 Β·  β 430) - A library for managing, validating, summarizing, and.. Apache-2 
- 
GitHub (π¨βπ» 8 Β· π 40 Β· π 13 - 46% open Β· β±οΈ 14.08.2022):
it clone https://github.com/polyaxon/datatile
 
- 
PyPi (π₯ 47K / month Β· π¦ 57 Β· β±οΈ 25.11.2021):
ip install pandas-summary
 
 
PandaPy (π₯11 Β·  β 510 Β· π€) - PandaPy has the speed of NumPy and the usability of Pandas 10x to.. MIT 
- 
GitHub (π¨βπ» 3 Β· π 58 Β· π¦ 2 Β· π 3 - 66% open Β· β±οΈ 20.10.2021):
it clone https://github.com/firmai/pandapy
 
- 
PyPi (π₯ 77 / month Β· β±οΈ 25.01.2020):
ip install pandapy
 
 
Show 8 hidden projects...
- Blaze (π₯31 Β·  β 3.1K Β· π) - NumPy and Pandas interface to Big Data. 
BSD-3 
- sklearn-pandas (π₯29 Β·  β 2.6K) - Pandas integration with sklearn. 
βοΈZlib sklearn 
 
- Arctic (π₯28 Β·  β 2.8K) - Arctic is a high performance datastore for numeric data. 
βοΈLGPL-2.1 
- pandasql (π₯27 Β·  β 1.1K Β· π) - sqldf for pandas. 
MIT 
 
- bcolz (π₯27 Β·  β 940 Β· π) - A columnar data container that can be compressed. 
BSD-3 
- pickleDB (π₯22 Β·  β 690 Β· π) - pickleDB is an open source key-value store using Pythons json module. 
BSD-3 
- fletcher (π₯19 Β·  β 220 Β· π) - Pandas ExtensionDType/Array backed by Apache Arrow. 
MIT 
 
- Bounter (π₯18 Β·  β 940 Β· π) - Efficient Counter that uses a limited (bounded) amount of memory.. 
MIT 
 
Data Structures

pyrsistent (π₯34 Β·  β 1.7K) - Persistent/Immutable/Functional data structures for Python. MIT
- 
GitHub (π¨βπ» 65 Β· π 120 Β· π¦ 160K Β· π 160 - 11% open Β· β±οΈ 22.07.2022):
it clone https://github.com/tobgu/pyrsistent
 
- 
PyPi (π₯ 36M / month Β· π¦ 2.1K Β· β±οΈ 14.01.2022):
ip install pyrsistent
 
- 
Conda (π₯ 11M Β· β±οΈ 03.04.2022):
onda install -c conda-forge pyrsistent
 
 
bidict (π₯30 Β·  β 1.2K) - The bidirectional mapping library for Python. MPL-2.0
- 
GitHub (π¨βπ» 12 Β· π 48 Β· π¦ 8.5K Β· π 52 - 7% open Β· β±οΈ 06.08.2022):
it clone https://github.com/jab/bidict
 
- 
PyPi (π₯ 810K / month Β· π¦ 410 Β· β±οΈ 23.03.2022):
ip install bidict
 
- 
Conda (π₯ 140K Β· β±οΈ 24.03.2022):
onda install -c conda-forge bidict
 
 
multidict (π₯30 Β·  β 310) - The multidict implementation. Apache-2
- 
GitHub (π¨βπ» 42 Β· π 73 Β· π₯ 2.5K Β· π 130 - 9% open Β· β±οΈ 01.08.2022):
it clone https://github.com/aio-libs/multidict
 
- 
PyPi (π₯ 83M / month Β· π¦ 3K Β· β±οΈ 24.01.2022):
ip install multidict
 
- 
Conda (π₯ 5.6M Β· β±οΈ 02.04.2022):
onda install -c conda-forge multidict
 
 
python-sortedcontainers (π₯29 Β·  β 2.7K) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2
- 
GitHub (π¨βπ» 20 Β· π 170 Β· π 150 - 13% open Β· β±οΈ 02.07.2022):
it clone https://github.com/grantjenks/python-sortedcontainers
 
- 
PyPi (π₯ 17M / month Β· π¦ 2K Β· β±οΈ 16.05.2021):
ip install sortedcontainers
 
- 
Conda (π₯ 7.1M Β· β±οΈ 17.05.2021):
onda install -c conda-forge sortedcontainers
 
 
python-benedict (π₯28 Β·  β 420) - dict subclass with keylist/keypath support, normalized I/O.. MIT
- 
GitHub (π¨βπ» 3 Β· π 29 Β· π¦ 1K Β· π 68 - 10% open Β· β±οΈ 08.08.2022):
it clone https://github.com/fabiocaccamo/python-benedict
 
- 
PyPi (π₯ 500K / month Β· π¦ 13 Β· β±οΈ 27.04.2022):
ip install python-benedict
 
- 
Conda (π₯ 70K Β· β±οΈ 16.07.2022):
onda install -c conda-forge python-benedict
 
 
glom (π₯27 Β·  β 1.6K) - Pythons nested data operator (and CLI), for all your declarative.. BSD-3
- 
GitHub (π¨βπ» 19 Β· π 50 Β· π¦ 520 Β· π 160 - 59% open Β· β±οΈ 05.07.2022):
it clone https://github.com/mahmoud/glom
 
- 
PyPi (π₯ 1M / month Β· π¦ 76 Β· β±οΈ 24.01.2022):
ip install glom
 
- 
Conda (π₯ 12K Β· β±οΈ 11.11.2020):
onda install -c conda-forge glom
 
 
immutables (π₯27 Β·  β 960) - A high-performance immutable mapping type for Python. Apache-2
- 
GitHub (π¨βπ» 13 Β· π 47 Β· π¦ 4.4K Β· π 41 - 24% open Β· β±οΈ 22.05.2022):
it clone https://github.com/MagicStack/immutables
 
- 
PyPi (π₯ 1.5M / month Β· π¦ 100 Β· β±οΈ 22.05.2022):
ip install immutables
 
- 
Conda (π₯ 840K Β· β±οΈ 22.05.2022):
onda install -c conda-forge immutables
 
 
sqlitedict (π₯27 Β·  β 870) - Persistent dict, backed by sqlite3 and pickle, multithread-safe. Apache-2
- 
GitHub (π¨βπ» 34 Β· π 110 Β· π¦ 1.8K Β· π 90 - 32% open Β· β±οΈ 22.04.2022):
it clone https://github.com/RaRe-Technologies/sqlitedict
 
- 
PyPi (π₯ 210K / month Β· π¦ 190 Β· β±οΈ 04.03.2022):
ip install sqlitedict
 
- 
Conda (π₯ 39K Β· β±οΈ 04.03.2022):
onda install -c conda-forge sqlitedict
 
 
python-box (π₯26 Β·  β 2K) - Python dictionaries with advanced dot notation access. MIT
- 
GitHub (π¨βπ» 1 Β· π 83 Β· π₯ 30 Β· π 140 - 14% open Β· β±οΈ 02.04.2022):
it clone https://github.com/cdgriffith/Box
 
- 
PyPi (π₯ 1.3M / month Β· π¦ 270 Β· β±οΈ 02.04.2022):
ip install python-box
 
- 
Conda (π₯ 290K Β· β±οΈ 09.07.2022):
onda install -c conda-forge python-box
 
 
janus (π₯26 Β·  β 640) - Thread-safe asyncio-aware queue for Python. Apache-2
- 
GitHub (π¨βπ» 23 Β· π 38 Β· π 36 - 11% open Β· β±οΈ 17.08.2022):
it clone https://github.com/aio-libs/janus
 
- 
PyPi (π₯ 380K / month Β· π¦ 92 Β· β±οΈ 17.12.2021):
ip install janus
 
- 
Conda (π₯ 10K Β· β±οΈ 17.12.2021):
onda install -c conda-forge janus
 
 
ordered-set (π₯26 Β·  β 160 Β· π€) - A mutable set that remembers the order of its entries. One of.. MIT
- 
GitHub (π¨βπ» 18 Β· π 38 Β· π 38 - 7% open Β· β±οΈ 26.01.2022):
it clone https://github.com/rspeer/ordered-set
 
- 
PyPi (π₯ 4.9M / month Β· π¦ 280 Β· β±οΈ 26.01.2022):
ip install ordered-set
 
- 
Conda (π₯ 190K Β· β±οΈ 26.01.2022):
onda install -c conda-forge ordered-set
 
 
Show 4 hidden projects...
- addict (π₯28 Β·  β 2.3K Β· π) - The Python Dict thats better than heroin. 
MIT 
- munch (π₯27 Β·  β 620 Β· π) - A Munch is a Python dictionary that provides attribute-style access (a.. 
MIT 
- anytree (π₯26 Β·  β 730 Β· π) - Python tree data library. 
Apache-2 
- cleverdict (π₯14 Β·  β 88) - A JSON-friendly data structure which allows both object attributes and.. 
MIT 
 
Data Validation

pydantic (π₯43 Β·  β 11K) - Data parsing and validation using Python type hints. MIT
- 
GitHub (π¨βπ» 310 Β· π 1K Β· π¦ 87K Β· π 1.9K - 24% open Β· β±οΈ 16.08.2022):
it clone https://github.com/samuelcolvin/pydantic
 
- 
PyPi (π₯ 26M / month Β· π¦ 3.7K Β· β±οΈ 19.05.2022):
ip install pydantic
 
- 
Conda (π₯ 2.6M Β· β±οΈ 12.08.2022):
onda install -c conda-forge pydantic
 
 
jsonschema (π₯40 Β·  β 3.8K) - An implementation of the JSON Schema specification for Python. MIT
- 
GitHub (π¨βπ» 100 Β· π 530 Β· π¦ 240K Β· π 670 - 6% open Β· β±οΈ 18.08.2022):
it clone https://github.com/Julian/jsonschema
 
- 
PyPi (π₯ 41M / month Β· π¦ 18K Β· β±οΈ 07.07.2022):
ip install jsonschema
 
- 
Conda (π₯ 13M Β· β±οΈ 03.08.2022):
onda install -c conda-forge jsonschema
 
 
schema (π₯32 Β·  β 2.6K Β· π€) - Schema validation just got Pythonic. MIT
- 
GitHub (π¨βπ» 62 Β· π 180 Β· π¦ 4.3K Β· π 150 - 53% open Β· β±οΈ 01.12.2021):
it clone https://github.com/keleshev/schema
 
- 
PyPi (π₯ 3.6M / month Β· π¦ 780 Β· β±οΈ 01.12.2021):
ip install schema
 
- 
Conda (π₯ 58K Β· β±οΈ 02.12.2021):
onda install -c conda-forge schema
 
 
voluptuous (π₯32 Β·  β 1.7K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
- 
GitHub (π¨βπ» 88 Β· π 200 Β· π¦ 5.3K Β· π 240 - 17% open Β· β±οΈ 13.07.2022):
it clone https://github.com/alecthomas/voluptuous
 
- 
PyPi (π₯ 1.2M / month Β· π¦ 1.3K Β· β±οΈ 07.04.2022):
ip install voluptuous
 
- 
Conda (π₯ 190K Β· β±οΈ 07.04.2022):
onda install -c conda-forge voluptuous
 
 
schematics (π₯31 Β·  β 2.5K Β· π€) - Python Data Structures for Humans. BSD-3
- 
GitHub (π¨βπ» 120 Β· π 300 Β· π¦ 1.2K Β· π 340 - 31% open Β· β±οΈ 17.08.2021):
it clone https://github.com/schematics/schematics
 
- 
PyPi (π₯ 160K / month Β· π¦ 380 Β· β±οΈ 17.08.2021):
ip install schematics
 
- 
Conda (π₯ 24K Β· β±οΈ 17.07.2019):
onda install -c conda-forge schematics
 
 
validators (π₯30 Β·  β 610) - Python Data Validation for Humans. MIT
- 
GitHub (π¨βπ» 42 Β· π 120 Β· π¦ 43K Β· π 130 - 72% open Β· β±οΈ 06.06.2022):
it clone https://github.com/kvesteri/validators
 
- 
PyPi (π₯ 3.2M / month Β· π¦ 1.5K Β· β±οΈ 05.06.2022):
ip install validators
 
- 
Conda (π₯ 150K Β· β±οΈ 18.12.2020):
onda install -c conda-forge validators
 
 
param (π₯30 Β·  β 280) - Param: Make your Python code clearer and more reliable by declaring.. BSD-3
- 
GitHub (π¨βπ» 31 Β· π 56 Β· π¦ 4.1K Β· π 340 - 41% open Β· β±οΈ 21.06.2022):
it clone https://github.com/holoviz/param
 
- 
PyPi (π₯ 450K / month Β· π¦ 130 Β· β±οΈ 20.06.2022):
ip install param
 
- 
Conda (π₯ 700K Β· β±οΈ 22.06.2022):
onda install -c conda-forge param
 
 
strictyaml (π₯27 Β·  β 1.1K Β· π€) - Type-safe YAML parser and validator. MIT
- 
GitHub (π¨βπ» 19 Β· π 50 Β· π¦ 830 Β· π 150 - 55% open Β· β±οΈ 05.12.2021):
it clone https://github.com/crdoconnor/strictyaml
 
- 
PyPi (π₯ 280K / month Β· π¦ 160 Β· β±οΈ 28.11.2021):
ip install strictyaml
 
- 
Conda (π₯ 160K Β· β±οΈ 12.08.2022):
onda install -c conda-forge strictyaml
 
 
validr (π₯19 Β·  β 210) - A simple, fast, extensible python library for data validation. MIT
- 
GitHub (π¨βπ» 7 Β· π 12 Β· π 24 - 12% open Β· β±οΈ 03.05.2022):
it clone https://github.com/guyskk/validr
 
- 
PyPi (π₯ 9.7K / month Β· π¦ 4 Β· β±οΈ 10.03.2021):
ip install validr
 
 
typical (π₯19 Β·  β 160) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT
- 
GitHub (π¨βπ» 8 Β· π 9 Β· π 95 - 13% open Β· β±οΈ 01.02.2022):
it clone https://github.com/seandstewart/typical
 
- 
PyPi (π₯ 11K / month Β· π¦ 3 Β· β±οΈ 23.12.2021):
ip install typical
 
- 
Conda (π₯ 13K Β· β±οΈ 23.12.2021):
onda install -c conda-forge typical
 
 
dirty-equals (π₯16 Β·  β 500) - Doing dirty (but extremely useful) things with equals. MIT
- 
GitHub (π¨βπ» 8 Β· π 17 Β· π 13 - 46% open Β· β±οΈ 25.06.2022):
it clone https://github.com/samuelcolvin/dirty-equals
 
- 
PyPi (π₯ 9.5K / month Β· π¦ 4 Β· β±οΈ 18.04.2022):
ip install dirty-equals
 
- 
Conda (π₯ 10K Β· β±οΈ 29.04.2022):
onda install -c conda-forge dirty-equals
 
 
Show 4 hidden projects...
- cerberus (π₯32 Β·  β 2.8K Β· π) - Lightweight, extensible data validation library for Python. 
ISC 
- python-email-validator (π₯25 Β·  β 620) - A robust email syntax and deliverability validation.. 
βοΈCC0-1.0 
- valideer (π₯20 Β·  β 260 Β· π) - Lightweight data validation and adaptation Python library. 
MIT 
- dataklasses (π₯7 Β·  β 740 Β· π€) - A different spin on dataclasses. 
βUnlicensed 
 
Algorithms & Design Patterns

πΒ python-patterns ( β 35K)  - Collection of design patterns/idioms in Python.
transitions (π₯30 Β·  β 4.5K) - A lightweight, object-oriented finite state machine implementation.. MIT
- 
GitHub (π¨βπ» 72 Β· π 480 Β· π¦ 2.4K Β· π 410 - 3% open Β· β±οΈ 08.03.2022):
it clone https://github.com/pytransitions/transitions
 
- 
PyPi (π₯ 290K / month Β· π¦ 250 Β· β±οΈ 24.02.2022):
ip install transitions
 
- 
Conda (π₯ 210K Β· β±οΈ 24.02.2022):
onda install -c conda-forge transitions
 
 
algorithms (π₯29 Β·  β 21K) - Minimal examples of data structures and algorithms in Python. MIT
- 
GitHub (π¨βπ» 190 Β· π 4.4K Β· π¦ 67 Β· π 300 - 67% open Β· β±οΈ 29.07.2022):
it clone https://github.com/keon/algorithms
 
- 
PyPi (π₯ 4.9K / month Β· π¦ 15 Β· β±οΈ 04.10.2020):
ip install algorithms
 
- 
Conda (π₯ 880 Β· β±οΈ 23.04.2021):
onda install -c conda-forge algorithms
 
 
Show 1 hidden projects...
- PyPattyrn (π₯20 Β·  β 1.6K Β· π) - A simple library for implementing common design patterns. 
MIT 
 
Date & Time Utilities

python-dateutil (π₯38 Β·  β 1.9K) - Useful extensions to the standard Python datetime features. Apache-2
- 
GitHub (π¨βπ» 130 Β· π 410 Β· π₯ 35K Β· π¦ 770K Β· π 690 - 44% open Β· β±οΈ 18.04.2022):
it clone https://github.com/dateutil/dateutil
 
- 
PyPi (π₯ 170M / month Β· π¦ 66K Β· β±οΈ 14.07.2021):
ip install python-dateutil
 
- 
Conda (π₯ 29M Β· β±οΈ 14.07.2021):
onda install -c conda-forge python-dateutil
 
 
arrow (π₯36 Β·  β 8K Β· π) - Better dates & times for Python. Apache-2
- 
GitHub (π¨βπ» 260 Β· π 610 Β· π¦ 30K Β· π 460 - 15% open Β· β±οΈ 22.07.2022):
it clone https://github.com/arrow-py/arrow
 
- 
PyPi (π₯ 7.5M / month Β· π¦ 4.6K Β· β±οΈ 27.01.2022):
ip install arrow
 
- 
Conda (π₯ 1.1M Β· β±οΈ 27.01.2022):
onda install -c conda-forge arrow
 
 
dateparser (π₯34 Β·  β 2.1K) - python parser for human readable dates. BSD-3
- 
GitHub (π¨βπ» 110 Β· π 410 Β· π¦ 13K Β· π 650 - 47% open Β· β±οΈ 20.06.2022):
it clone https://github.com/scrapinghub/dateparser
 
- 
PyPi (π₯ 4.6M / month Β· π¦ 1.1K Β· β±οΈ 17.03.2022):
ip install dateparser
 
- 
Conda (π₯ 78K Β· β±οΈ 18.03.2022):
onda install -c conda-forge dateparser
 
 
pytz (π₯33 Β·  β 220 Β· π) - pytz Python historical timezone library and database. MIT
- 
GitHub (π¨βπ» 16 Β· π 66 Β· π¦ 1.1M Β· π 57 - 33% open Β· β±οΈ 12.08.2022):
it clone https://github.com/stub42/pytz
 
- 
PyPi (π₯ 110M / month Β· π¦ 82K Β· β±οΈ 20.03.2022):
ip install pytz
 
- 
Conda (π₯ 26M Β· β±οΈ 15.08.2022):
onda install -c conda-forge pytz
 
 
pendulum (π₯32 Β·  β 4.9K) - Python datetimes made easy. MIT
- 
GitHub (π¨βπ» 86 Β· π 290 Β· π 460 - 45% open Β· β±οΈ 16.08.2022):
it clone https://github.com/sdispater/pendulum
 
- 
PyPi (π₯ 9.6M / month Β· π¦ 850 Β· β±οΈ 24.07.2020):
ip install pendulum
 
- 
Conda (π₯ 540K Β· β±οΈ 06.04.2022):
onda install -c conda-forge pendulum
 
 
holidays (π₯32 Β·  β 800) - Generate and work with holidays in Python. MIT
- 
GitHub (π¨βπ» 180 Β· π 330 Β· π₯ 170 Β· π 280 - 7% open Β· β±οΈ 05.06.2022):
it clone https://github.com/dr-prodigy/python-holidays
 
- 
PyPi (π₯ 4.7M / month Β· π¦ 380 Β· β±οΈ 05.06.2022):
ip install holidays
 
- 
Conda (π₯ 2M Β· β±οΈ 15.02.2022):
onda install -c conda-forge holidays
 
 
isodate (π₯29 Β·  β 120) - ISO 8601 date/time parser. BSD-3
- 
GitHub (π¨βπ» 24 Β· π 43 Β· π¦ 24K Β· π 34 - 38% open Β· β±οΈ 13.03.2022):
it clone https://github.com/gweis/isodate
 
- 
PyPi (π₯ 54M / month Β· π¦ 2.1K Β· β±οΈ 13.12.2021):
ip install isodate
 
- 
Conda (π₯ 3M Β· β±οΈ 15.12.2021):
onda install -c conda-forge isodate
 
 
parsedatetime (π₯27 Β·  β 650 Β· π€) - Parse human-readable date/time strings. Apache-2
- 
GitHub (π¨βπ» 55 Β· π 100 Β· π¦ 4.7K Β· π 160 - 39% open Β· β±οΈ 20.11.2021):
it clone https://github.com/bear/parsedatetime
 
- 
PyPi (π₯ 3.1M / month Β· π¦ 1.2K Β· β±οΈ 31.05.2020):
ip install parsedatetime
 
- 
Conda (π₯ 120K Β· β±οΈ 10.06.2020):
onda install -c conda-forge parsedatetime
 
 
tzlocal (π₯27 Β·  β 160) - A Python module that tries to figure out what your local timezone is. MIT
- 
GitHub (π¨βπ» 26 Β· π 51 Β· π 72 - 4% open Β· β±οΈ 02.06.2022):
it clone https://github.com/regebro/tzlocal
 
- 
PyPi (π₯ 21M / month Β· π¦ 3.6K Β· β±οΈ 02.04.2022):
ip install tzlocal
 
- 
Conda (π₯ 1.3M Β· β±οΈ 26.06.2022):
onda install -c conda-forge tzlocal
 
 
File & Path Utilities

watchdog (π₯37 Β·  β 5.4K) - Python library and shell utilities to monitor filesystem events. Apache-2
- 
GitHub (π¨βπ» 130 Β· π 650 Β· π¦ 60K Β· π 580 - 28% open Β· β±οΈ 13.08.2022):
it clone https://github.com/gorakhargosh/watchdog
 
- 
PyPi (π₯ 7.1M / month Β· π¦ 7.8K Β· β±οΈ 10.06.2022):
ip install watchdog
 
- 
Conda (π₯ 1.3M Β· β±οΈ 10.06.2022):
onda install -c conda-forge watchdog
 
 
filesystem_spec (π₯37 Β·  β 460) - A specification that python filesystems should adhere to. BSD-3
- 
GitHub (π¨βπ» 150 Β· π 210 Β· π¦ 31K Β· π 460 - 37% open Β· β±οΈ 11.08.2022):
it clone https://github.com/fsspec/filesystem_spec
 
- 
PyPi (π₯ 44M / month Β· π¦ 400 Β· β±οΈ 19.05.2022):
ip install fsspec
 
- 
Conda (π₯ 7.1M Β· β±οΈ 29.07.2022):
onda install -c conda-forge fsspec
 
 
pyfilesystem2 (π₯32 Β·  β 1.7K) - Pythons Filesystem abstraction layer. MIT
- 
GitHub (π¨βπ» 46 Β· π 170 Β· π 350 - 23% open Β· β±οΈ 02.08.2022):
it clone https://github.com/pyfilesystem/pyfilesystem2
 
- 
PyPi (π₯ 480K / month Β· π¦ 560 Β· β±οΈ 02.05.2022):
ip install fs
 
- 
Conda (π₯ 480K Β· β±οΈ 02.03.2022):
onda install -c conda-forge fs
 
 
appdirs (π₯31 Β·  β 900) - A small Python module for determining appropriate platform-specific dirs,.. MIT
- 
GitHub (π¨βπ» 34 Β· π 89 Β· π¦ 180K Β· π 110 - 47% open Β· β±οΈ 21.07.2022):
it clone https://github.com/ActiveState/appdirs
 
- 
PyPi (π₯ 12M / month Β· π¦ 15K Β· β±οΈ 11.05.2020):
ip install appdirs
 
- 
Conda (π₯ 5.8M Β· β±οΈ 19.10.2020):
onda install -c conda-forge appdirs
 
 
filelock (π₯31 Β·  β 440) - A platform-independent file lock for Python. Unlicense
- 
GitHub (π¨βπ» 27 Β· π 74 Β· π 77 - 23% open Β· β±οΈ 10.08.2022):
it clone https://github.com/tox-dev/py-filelock
 
- 
PyPi (π₯ 39M / month Β· π¦ 2.3K Β· β±οΈ 31.05.2022):
ip install filelock
 
- 
Conda (π₯ 7.7M Β· β±οΈ 10.08.2022):
onda install -c conda-forge filelock
 
 
aiofiles (π₯29 Β·  β 2K) - File support for asyncio. Apache-2
- 
GitHub (π¨βπ» 25 Β· π 130 Β· π 92 - 48% open Β· β±οΈ 02.08.2022):
it clone https://github.com/Tinche/aiofiles
 
- 
PyPi (π₯ 5.9M / month Β· π¦ 1.4K Β· β±οΈ 27.11.2021):
ip install aiofiles
 
- 
Conda (π₯ 240K Β· β±οΈ 15.12.2021):
onda install -c conda-forge aiofiles
 
 
scandir (π₯29 Β·  β 500 Β· π€) - Better directory iterator and faster os.walk(), now in the Python.. BSD-3
- 
GitHub (π¨βπ» 22 Β· π 63 Β· π¦ 14K Β· π 100 - 10% open Β· β±οΈ 23.01.2022):
it clone https://github.com/benhoyt/scandir
 
- 
PyPi (π₯ 4.9M / month Β· π¦ 2.2K Β· β±οΈ 09.03.2019):
ip install scandir
 
- 
Conda (π₯ 1.2M Β· β±οΈ 08.04.2022):
onda install -c conda-forge scandir
 
 
path (π₯25 Β·  β 1K) - Object-oriented file system path manipulation. MIT
- 
GitHub (π¨βπ» 46 Β· π 140 Β· π 130 - 0% open Β· β±οΈ 25.02.2022):
it clone https://github.com/jaraco/path
 
- 
PyPi (π₯ 820K / month Β· π¦ 96 Β· β±οΈ 25.02.2022):
ip install path
 
- 
Conda (π₯ 260K Β· β±οΈ 06.04.2022):
onda install -c conda-forge path
 
 
Show 2 hidden projects...
- zipp (π₯28 Β·  β 28) - Backport of pathlib-compatible object wrapper for zip files. 
MIT 
- Unipath (π₯22 Β·  β 500 Β· π) - An object-oriented approach to Python file/directory operations. 
MIT 
 
Compatiblity

future (π₯36 Β·  β 1.2K Β· π€) - Easy, clean, reliable Python 2/3 compatibility. MIT
- 
GitHub (π¨βπ» 110 Β· π 260 Β· π¦ 230K Β· π 380 - 48% open Β· β±οΈ 30.11.2021):
it clone https://github.com/PythonCharmers/python-future
 
- 
PyPi (π₯ 33M / month Β· π¦ 17K Β· β±οΈ 31.10.2019):
ip install future
 
- 
Conda (π₯ 7.8M Β· β±οΈ 03.04.2022):
onda install -c conda-forge future
 
 
six (π₯35 Β·  β 890) - Python 2 and 3 compatibility library. MIT
- 
GitHub (π¨βπ» 65 Β· π 240 Β· π¦ 1.3M Β· π 290 - 37% open Β· β±οΈ 26.07.2022):
it clone https://github.com/benjaminp/six
 
- 
PyPi (π₯ 170M / month Β· π¦ 130K Β· β±οΈ 05.05.2021):
ip install six
 
- 
Conda (π₯ 29M Β· β±οΈ 05.05.2021):
onda install -c conda-forge six
 
 
typing (π₯33 Β·  β 1.3K) - Python static typing home. Hosts the documentation and a user help.. Python-2.0
- 
GitHub (π¨βπ» 88 Β· π 220 Β· π 660 - 14% open Β· β±οΈ 07.07.2022):
it clone https://github.com/python/typing
 
- 
PyPi (π₯ 9.6M / month Β· π¦ 5.8K Β· β±οΈ 01.05.2021):
ip install typing
 
- 
Conda (π₯ 1.3M Β· β±οΈ 01.05.2021):
onda install -c conda-forge typing
 
 
dataclasses (π₯27 Β·  β 550) - A backport of the dataclasses module for Python 3.6. Apache-2
- 
GitHub (π¨βπ» 12 Β· π 51 Β· π¦ 37K Β· π 120 - 5% open Β· β±οΈ 22.03.2022):
it clone https://github.com/ericvsmith/dataclasses
 
- 
PyPi (π₯ 12M / month Β· π¦ 2.1K Β· β±οΈ 13.11.2020):
ip install dataclasses
 
- 
Conda (π₯ 6.7M Β· β±οΈ 14.08.2021):
onda install -c conda-forge dataclasses
 
 
futures (π₯27 Β·  β 220 Β· π€) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0
- 
GitHub (π¨βπ» 19 Β· π 46 Β· π¦ 31K Β· π 72 - 8% open Β· β±οΈ 11.01.2022):
it clone https://github.com/agronholm/pythonfutures
 
- 
PyPi (π₯ 12M / month Β· π¦ 8K Β· β±οΈ 09.10.2021):
ip install futures
 
- 
Conda (π₯ 1.2M Β· β±οΈ 18.03.2020):
onda install -c conda-forge futures
 
 
Show 2 hidden projects...
- pathlib2 (π₯27 Β·  β 69) - Backport of pathlib aiming to support the full stdlib Python API. 
MIT 
- contextlib2 (π₯26 Β·  β 34) - contextlib2 is a backport of the standard librarys contextlib.. 
βοΈpsfrag 
 
Cryptography

cryptography (π₯43 Β·  β 5K) - cryptography is a package designed to expose cryptographic.. BSD-3
- 
GitHub (π¨βπ» 270 Β· π 1.1K Β· π¦ 300K Β· π 2.1K - 2% open Β· β±οΈ 17.08.2022):
it clone https://github.com/pyca/cryptography
 
- 
PyPi (π₯ 120M / month Β· π¦ 20K Β· β±οΈ 05.07.2022):
ip install cryptography
 
- 
Conda (π₯ 25M Β· β±οΈ 07.07.2022):
onda install -c conda-forge cryptography
 
 
pycryptodomex (π₯37 Β·  β 2.1K) - A self-contained cryptographic library for Python. BSD-3
- 
GitHub (π¨βπ» 120 Β· π 380 Β· π¦ 47K Β· π 510 - 17% open Β· β±οΈ 25.06.2022):
it clone https://github.com/Legrandin/pycryptodome
 
- 
PyPi (π₯ 24M / month Β· π¦ 1.4K Β· β±οΈ 22.06.2022):
ip install pycryptodomex
 
- 
Conda (π₯ 790K Β· β±οΈ 07.07.2022):
onda install -c conda-forge pycryptodomex
 
 
tink (π₯36 Β·  β 13K) - Tink is a multi-language, cross-platform, open source library that.. Apache-2
- 
GitHub (π¨βπ» 100 Β· π 1.1K Β· π₯ 960 Β· π¦ 29 Β· π 430 - 25% open Β· β±οΈ 12.08.2022):
it clone https://github.com/google/tink
 
- 
PyPi (π₯ 800K / month Β· π¦ 3 Β· β±οΈ 10.08.2021):
ip install tink
 
- 
npm (π₯ 600 / month Β· β±οΈ 25.08.2020):
pm install tink-crypto
 
 
bcrypt (π₯34 Β·  β 890) - Modern(-ish) password hashing for your software and your servers. Apache-2
- 
GitHub (π¨βπ» 31 Β· π 130 Β· π 99 - 3% open Β· β±οΈ 17.08.2022):
it clone https://github.com/pyca/bcrypt
 
- 
PyPi (π₯ 30M / month Β· π¦ 7.9K Β· β±οΈ 01.05.2022):
ip install bcrypt
 
- 
Conda (π₯ 2.1M Β· β±οΈ 01.05.2022):
onda install -c conda-forge bcrypt
 
 
keyring (π₯34 Β·  β 890) - Store and access your passwords safely. MIT
- 
GitHub (π¨βπ» 100 Β· π 120 Β· π 450 - 9% open Β· β±οΈ 08.08.2022):
it clone https://github.com/jaraco/keyring
 
- 
PyPi (π₯ 24M / month Β· π¦ 3.8K Β· β±οΈ 08.06.2022):
ip install keyring
 
- 
Conda (π₯ 2M Β· β±οΈ 09.08.2022):
onda install -c conda-forge keyring
 
 
asn1crypto (π₯34 Β·  β 270) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
- 
GitHub (π¨βπ» 38 Β· π 110 Β· π¦ 91K Β· π 150 - 20% open Β· β±οΈ 29.06.2022):
it clone https://github.com/wbond/asn1crypto
 
- 
PyPi (π₯ 39M / month Β· π¦ 7K Β· β±οΈ 15.03.2022):
ip install asn1crypto
 
- 
Conda (π₯ 7.1M Β· β±οΈ 15.03.2022):
onda install -c conda-forge asn1crypto
 
 
rsa (π₯31 Β·  β 390) - Python-RSA is a pure-Python RSA implementation. Apache-2
- 
GitHub (π¨βπ» 39 Β· π 90 Β· π 110 - 15% open Β· β±οΈ 20.07.2022):
it clone https://github.com/sybrenstuvel/python-rsa
 
- 
PyPi (π₯ 120M / month Β· π¦ 6.9K Β· β±οΈ 24.11.2021):
ip install rsa
 
- 
Conda (π₯ 7.6M Β· β±οΈ 20.07.2022):
onda install -c conda-forge rsa
 
 
Infrastructure & DevOps

ansible (π₯48 Β·  β 54K) - Ansible is a radically simple IT automation platform that makes your.. βοΈGPL-3.0
- 
GitHub (π¨βπ» 6.6K Β· π 22K Β· π¦ 23K Β· π 31K - 3% open Β· β±οΈ 17.08.2022):
it clone https://github.com/ansible/ansible
 
- 
PyPi (π₯ 4.9M / month Β· π¦ 4.1K Β· β±οΈ 28.06.2022):
ip install ansible
 
- 
Conda (π₯ 690K Β· β±οΈ 03.08.2022):
onda install -c conda-forge ansible
 
 
awscli (π₯44 Β·  β 13K) - Universal Command Line Interface for Amazon Web Services. Apache-2
- 
GitHub (π¨βπ» 400 Β· π 3.3K Β· π₯ 1K Β· π¦ 1 Β· π 4.1K - 14% open Β· β±οΈ 17.08.2022):
it clone https://github.com/aws/aws-cli
 
- 
PyPi (π₯ 110M / month Β· π¦ 3K Β· β±οΈ 06.07.2022):
ip install awscli
 
- 
Conda (π₯ 13M Β· β±οΈ 21.07.2022):
onda install -c conda-forge awscli
 
 
botocore (π₯44 Β·  β 1.2K) - The low-level, core functionality of boto 3. Apache-2
- 
GitHub (π¨βπ» 180 Β· π 920 Β· π¦ 150K Β· π 950 - 15% open Β· β±οΈ 17.08.2022):
it clone https://github.com/boto/botocore
 
- 
PyPi (π₯ 220M / month Β· π¦ 8.1K Β· β±οΈ 06.07.2022):
ip install botocore
 
- 
Conda (π₯ 15M Β· β±οΈ 18.08.2022):
onda install -c conda-forge botocore
 
 
docker-compose (π₯43 Β·  β 27K) - Define and run multi-container applications with Docker. Apache-2
- 
GitHub (π¨βπ» 430 Β· π 4.5K Β· π₯ 150M Β· π¦ 9.7K Β· π 6.4K - 6% open Β· β±οΈ 17.08.2022):
it clone https://github.com/docker/compose
 
- 
PyPi (π₯ 1.7M / month Β· π¦ 1.2K Β· β±οΈ 10.05.2021):
ip install docker-compose
 
- 
Conda (π₯ 230K Β· β±οΈ 22.03.2022):
onda install -c conda-forge docker-compose
 
 
docker (π₯42 Β·  β 5.9K) - A Python library for the Docker Engine API. Apache-2
- 
GitHub (π¨βπ» 420 Β· π 1.6K Β· π₯ 9 Β· π¦ 42K Β· π 1.6K - 26% open Β· β±οΈ 12.08.2022):
it clone https://github.com/docker/docker-py
 
- 
PyPi (π₯ 28M / month Β· π¦ 3.5K Β· β±οΈ 07.10.2021):
ip install docker
 
- 
Conda (π₯ 2.4M Β· β±οΈ 07.12.2021):
onda install -c conda-forge docker-py
 
 
pulumi (π₯40 Β·  β 13K) - Pulumi - Universal Infrastructure as Code. Your Cloud, Your Language,.. Apache-2
- 
GitHub (π¨βπ» 180 Β· π 740 Β· π₯ 61K Β· π¦ 1.7K Β· π 5.1K - 27% open Β· β±οΈ 18.08.2022):
it clone https://github.com/pulumi/pulumi
 
- 
PyPi (π₯ 180K / month Β· π¦ 120 Β· β±οΈ 07.07.2022):
ip install pulumi
 
- 
npm (π₯ 640K / month Β· π¦ 440 Β· β±οΈ 17.08.2022):
pm install @pulumi/pulumi
 
 
paramiko (π₯40 Β·  β 7.8K Β· π) - The leading native Python SSHv2 protocol library. βοΈLGPL-2.1
- 
GitHub (π¨βπ» 180 Β· π 1.9K Β· π¦ 61K Β· π 1.6K - 57% open Β· β±οΈ 10.06.2022):
it clone https://github.com/paramiko/paramiko
 
- 
PyPi (π₯ 29M / month Β· π¦ 13K Β· β±οΈ 17.05.2022):
ip install paramiko
 
- 
Conda (π₯ 2.1M Β· β±οΈ 17.05.2022):
onda install -c conda-forge paramiko
 
 
kubernetes (π₯38 Β·  β 5K) - Official Python client library for kubernetes. Apache-2
- 
GitHub (π¨βπ» 160 Β· π 2.7K Β· π 1.1K - 9% open Β· β±οΈ 15.08.2022):
it clone https://github.com/kubernetes-client/python
 
- 
PyPi (π₯ 11M / month Β· π¦ 1.2K Β· β±οΈ 22.06.2022):
ip install kubernetes
 
- 
Conda (π₯ 320K Β· β±οΈ 23.05.2022):
onda install -c conda-forge kubernetes
 
 
netmiko (π₯37 Β·  β 2.8K) - Multi-vendor library to simplify Paramiko SSH connections to network.. MIT
- 
GitHub (π¨βπ» 200 Β· π 1.1K Β· π¦ 2.6K Β· π 1.8K - 13% open Β· β±οΈ 11.08.2022):
it clone https://github.com/ktbyers/netmiko
 
- 
PyPi (π₯ 140K / month Β· π¦ 240 Β· β±οΈ 28.06.2022):
ip install netmiko
 
 
schedule (π₯35 Β·  β 9.8K) - Python job scheduling for humans. MIT
- 
GitHub (π¨βπ» 51 Β· π 860 Β· π¦ 19K Β· π 400 - 33% open Β· β±οΈ 23.04.2022):
it clone https://github.com/dbader/schedule
 
- 
PyPi (π₯ 1.9M / month Β· π¦ 1.3K Β· β±οΈ 10.04.2021):
ip install schedule
 
- 
Conda (π₯ 18K Β· β±οΈ 10.04.2021):
onda install -c conda-forge schedule
 
 
fabric (π₯33 Β·  β 14K) - Simple, Pythonic remote execution and deployment. BSD-2
- 
GitHub (π¨βπ» 140 Β· π 1.9K Β· π 1.7K - 25% open Β· β±οΈ 14.07.2022):
it clone https://github.com/fabric/fabric
 
- 
PyPi (π₯ 2.4M / month Β· β±οΈ 14.07.2022):
ip install fabric
 
- 
Conda (π₯ 51K Β· β±οΈ 16.07.2022):
onda install -c conda-forge fabric
 
 
plumbum (π₯32 Β·  β 2.5K) - Plumbum: Shell Combinators. MIT
- 
GitHub (π¨βπ» 110 Β· π 170 Β· π 340 - 35% open Β· β±οΈ 17.08.2022):
it clone https://github.com/tomerfiliba/plumbum
 
- 
PyPi (π₯ 1M / month Β· π¦ 440 Β· β±οΈ 23.12.2021):
ip install plumbum
 
- 
Conda (π₯ 830K Β· β±οΈ 23.12.2021):
onda install -c conda-forge plumbum
 
 
pyinfra (π₯30 Β·  β 1.6K) - pyinfra automates infrastructure super fast at massive scale. It can be.. MIT
- 
GitHub (π¨βπ» 72 Β· π 280 Β· π¦ 50 Β· π 610 - 18% open Β· β±οΈ 14.08.2022):
it clone https://github.com/Fizzadar/pyinfra
 
- 
PyPi (π₯ 23K / month Β· π¦ 11 Β· β±οΈ 30.06.2022):
ip install pyinfra
 
 
pypyr (π₯21 Β·  β 430) - pypyr task-runner cli & api for automation pipelines. Automate anything.. Apache-2
- 
GitHub (π¨βπ» 9 Β· π 20 Β· π¦ 67 Β· π 120 - 15% open Β· β±οΈ 04.08.2022):
it clone https://github.com/pypyr/pypyr
 
- 
PyPi (π₯ 980 / month Β· π¦ 8 Β· β±οΈ 26.05.2022):
ip install pypyr
 
- 
Conda (π₯ 3K Β· β±οΈ 25.04.2022):
onda install -c conda-forge pypyr
 
 
Show 5 hidden projects...
- sshtunnel (π₯29 Β·  β 1K Β· π) - SSH tunnels to remote server. 
MIT 
- storm (π₯25 Β·  β 3.9K Β· π) - Manage your SSH like a boss. 
MIT 
- fabtools (π₯25 Β·  β 1.3K Β· π) - Tools for writing awesome Fabric files. 
BSD-2 
- parallel-ssh (π₯25 Β·  β 1K) - Asynchronous parallel SSH client library. 
βοΈLGPL-2.1 
- wssh (π₯17 Β·  β 1.3K Β· π) - SSH to WebSockets Bridge. 
MIT 
 
Process Utilities

pexpect (π₯36 Β·  β 2.2K) - A Python module for controlling interactive programs in a pseudo-terminal. ISC
- 
GitHub (π¨βπ» 94 Β· π 440 Β· π₯ 4.3K Β· π¦ 200K Β· π 440 - 39% open Β· β±οΈ 06.02.2022):
it clone https://github.com/pexpect/pexpect
 
- 
PyPi (π₯ 24M / month Β· π¦ 16K Β· β±οΈ 15.12.2021):
ip install pexpect
 
- 
Conda (π₯ 9.1M Β· β±οΈ 12.10.2020):
onda install -c conda-forge pexpect
 
 
supervisor (π₯35 Β·  β 7.4K) - Supervisor process control system for UNIX. βοΈRepoze Public License
- 
GitHub (π¨βπ» 160 Β· π 1.2K Β· π¦ 7.5K Β· π 1.1K - 12% open Β· β±οΈ 09.08.2022):
it clone https://github.com/Supervisor/supervisor
 
- 
PyPi (π₯ 1.6M / month Β· π¦ 1.9K Β· β±οΈ 30.12.2021):
ip install supervisor
 
- 
Conda (π₯ 200K Β· β±οΈ 12.04.2022):
onda install -c conda-forge supervisor
 
 
sh (π₯35 Β·  β 6.3K) - Python process launching. MIT
- 
GitHub (π¨βπ» 84 Β· π 460 Β· π¦ 9.9K Β· π 420 - 3% open Β· β±οΈ 08.08.2022):
it clone https://github.com/amoffat/sh
 
- 
PyPi (π₯ 3.2M / month Β· π¦ 2.6K Β· β±οΈ 15.05.2021):
ip install sh
 
- 
Conda (π₯ 130K Β· β±οΈ 20.06.2022):
onda install -c conda-forge sh
 
 
ptyprocess (π₯26 Β·  β 180 Β· π€) - Run a subprocess in a pseudo terminal. ISC
- 
GitHub (π¨βπ» 16 Β· π 60 Β· π 34 - 50% open Β· β±οΈ 31.10.2021):
it clone https://github.com/pexpect/ptyprocess
 
- 
PyPi (π₯ 24M / month Β· π¦ 13K Β· β±οΈ 28.12.2020):
ip install ptyprocess
 
- 
Conda (π₯ 8.8M Β· β±οΈ 31.12.2020):
onda install -c conda-forge ptyprocess
 
 
Asynchronous Programming

uvloop (π₯37 Β·  β 8.8K Β· π) - Ultra fast asyncio event loop. Apache-2
- 
GitHub (π¨βπ» 49 Β· π 510 Β· π₯ 350 Β· π¦ 49K Β· π 300 - 25% open Β· β±οΈ 13.08.2022):
it clone https://github.com/MagicStack/uvloop
 
- 
PyPi (π₯ 8.6M / month Β· π¦ 1.7K Β· β±οΈ 10.08.2021):
ip install uvloop
 
- 
Conda (π₯ 470K Β· β±οΈ 02.11.2021):
onda install -c conda-forge uvloop
 
 
greenlet (π₯36 Β·  β 1.4K) - Lightweight in-process concurrent programming. MIT
- 
GitHub (π¨βπ» 62 Β· π 220 Β· π¦ 160K Β· π 180 - 12% open Β· β±οΈ 24.03.2022):
it clone https://github.com/python-greenlet/greenlet
 
- 
PyPi (π₯ 44M / month Β· π¦ 10K Β· β±οΈ 24.03.2022):
ip install greenlet
 
- 
Conda (π₯ 4M Β· β±οΈ 02.04.2022):
onda install -c conda-forge greenlet
 
 
anyio (π₯29 Β·  β 960) - High level asynchronous concurrency and networking framework that works on.. MIT
- 
GitHub (π¨βπ» 33 Β· π 78 Β· π 250 - 17% open Β· β±οΈ 16.08.2022):
it clone https://github.com/agronholm/anyio
 
- 
PyPi (π₯ 14M / month Β· π¦ 190 Β· β±οΈ 13.05.2022):
ip install anyio
 
- 
Conda (π₯ 2.5M Β· β±οΈ 09.08.2022):
onda install -c conda-forge anyio
 
 
aiomisc (π₯22 Β·  β 270) - aiomisc - miscellaneous utils for asyncio. MIT
- 
GitHub (π¨βπ» 13 Β· π 18 Β· π¦ 210 Β· π 13 - 23% open Β· β±οΈ 11.08.2022):
it clone https://github.com/aiokitchen/aiomisc
 
- 
PyPi (π₯ 7.4K / month Β· π¦ 30 Β· β±οΈ 14.06.2022):
ip install aiomisc
 
 
unsync (π₯21 Β·  β 770) - Unsynchronize asyncio. MIT
- 
GitHub (π¨βπ» 11 Β· π 47 Β· π¦ 130 Β· π 28 - 10% open Β· β±οΈ 06.02.2022):
it clone https://github.com/alex-sherman/unsync
 
- 
PyPi (π₯ 9.8K / month Β· π¦ 15 Β· β±οΈ 21.10.2021):
ip install unsync
 
- 
Conda (π₯ 6K Β· β±οΈ 06.06.2022):
onda install -c conda-forge unsync
 
 
asyncer (π₯16 Β·  β 690) - Asyncer, async and await, focused on developer experience. MIT
- 
GitHub (π¨βπ» 7 Β· π 26 Β· π 6 - 50% open Β· β±οΈ 12.05.2022):
it clone https://github.com/tiangolo/asyncer
 
- 
PyPi (π₯ 27K / month Β· β±οΈ 04.01.2022):
ip install asyncer
 
- 
Conda (π₯ 540 Β· β±οΈ 10.01.2022):
onda install -c conda-forge asyncer
 
 
Show 1 hidden projects...
- stopit (π₯20 Β·  β 96 Β· π) - Raise asynchronous exceptions in other thread, control the timeout of.. 
MIT 
 
Configuration

python-dotenv (π₯36 Β·  β 5.2K) - Reads key-value pairs from a .env file and can set them as.. BSD-3
- 
GitHub (π¨βπ» 79 Β· π 320 Β· π¦ 270K Β· π 220 - 10% open Β· β±οΈ 23.07.2022):
it clone https://github.com/theskumar/python-dotenv
 
- 
PyPi (π₯ 18M / month Β· π¦ 6.7K Β· β±οΈ 24.03.2022):
ip install python-dotenv
 
- 
Conda (π₯ 1.7M Β· β±οΈ 24.03.2022):
onda install -c conda-forge python-dotenv
 
 
Dynaconf (π₯33 Β·  β 2.6K) - Configuration Management for Python. MIT
- 
GitHub (π¨βπ» 94 Β· π 230 Β· π¦ 3.1K Β· π 370 - 23% open Β· β±οΈ 18.08.2022):
it clone https://github.com/rochacbruno/dynaconf
 
- 
PyPi (π₯ 1.5M / month Β· π¦ 180 Β· β±οΈ 06.06.2022):
ip install dynaconf
 
- 
Conda (π₯ 27K Β· β±οΈ 26.07.2022):
onda install -c conda-forge dynaconf
 
 
omegaconf (π₯32 Β·  β 1.2K) - Flexible Python configuration system. The last one you will ever need. BSD-3
- 
GitHub (π¨βπ» 24 Β· π 67 Β· π¦ 5.2K Β· π 460 - 12% open Β· β±οΈ 15.08.2022):
it clone https://github.com/omry/omegaconf
 
- 
PyPi (π₯ 1.6M / month Β· π¦ 160 Β· β±οΈ 27.05.2022):
ip install omegaconf
 
- 
Conda (π₯ 540K Β· β±οΈ 08.06.2022):
onda install -c conda-forge omegaconf
 
 
python-decouple (π₯31 Β·  β 2.2K) - Strict separation of config from code. MIT
- 
GitHub (π¨βπ» 32 Β· π 160 Β· π₯ 10 Β· π¦ 74K Β· π 79 - 10% open Β· β±οΈ 11.05.2022):
it clone https://github.com/henriquebastos/python-decouple
 
- 
PyPi (π₯ 990K / month Β· π¦ 3.2K Β· β±οΈ 02.02.2022):
ip install python-decouple
 
- 
Conda (π₯ 46K Β· β±οΈ 02.02.2022):
onda install -c conda-forge python-decouple
 
 
hydra (π₯29 Β·  β 6.2K) - Hydra is a framework for elegantly configuring complex applications. MIT
- 
GitHub (π¨βπ» 100 Β· π 490 Β· π¦ 10 Β· π 1.1K - 14% open Β· β±οΈ 17.08.2022):
it clone https://github.com/facebookresearch/hydra
 
- 
PyPi (π₯ 9.1K / month Β· π¦ 6 Β· β±οΈ 03.08.2016):
ip install hydra
 
- 
Conda (π₯ 380K Β· β±οΈ 30.06.2022):
onda install -c conda-forge hydra-core
 
 
gin-config (π₯27 Β·  β 1.6K) - Gin provides a lightweight configuration framework for Python. Apache-2
- 
GitHub (π¨βπ» 22 Β· π 96 Β· π¦ 4.4K Β· π 80 - 51% open Β· β±οΈ 27.05.2022):
it clone https://github.com/google/gin-config
 
- 
PyPi (π₯ 340K / month Β· π¦ 77 Β· β±οΈ 03.11.2021):
ip install gin-config
 
- 
Conda (π₯ 11K Β· β±οΈ 07.01.2022):
onda install -c conda-forge gin-config
 
 
everett (π₯22 Β·  β 130 Β· π€) - configuration library for python projects. MPL-2.0
- 
GitHub (π¨βπ» 5 Β· π 29 Β· π¦ 480 Β· π 70 - 5% open Β· β±οΈ 13.01.2022):
it clone https://github.com/willkg/everett
 
- 
PyPi (π₯ 230K / month Β· π¦ 45 Β· β±οΈ 13.01.2022):
ip install everett
 
- 
Conda (π₯ 23K Β· β±οΈ 13.01.2022):
onda install -c conda-forge everett
 
 
Show 2 hidden projects...
- traitlets (π₯34 Β·  β 510) - A lightweight Traits like module. 
βUnlicensed 
- configobj (π₯29 Β·  β 280 Β· π) - Python 3+ compatible port of the configobj library. 
BSD-3 
 
CLI Development

click (π₯44 Β·  β 13K) - Python composable command line interface toolkit. BSD-3
- 
GitHub (π¨βπ» 330 Β· π 1.3K Β· π¦ 890K Β· π 1.4K - 4% open Β· β±οΈ 01.08.2022):
it clone https://github.com/pallets/click
 
- 
PyPi (π₯ 140M / month Β· π¦ 69K Β· β±οΈ 28.04.2022):
ip install click
 
- 
Conda (π₯ 17M Β· β±οΈ 29.04.2022):
onda install -c conda-forge click
 
 
rich (π₯42 Β·  β 39K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
- 
GitHub (π¨βπ» 180 Β· π 1.3K Β· π¦ 26K Β· π 900 - 9% open Β· β±οΈ 17.08.2022):
it clone https://github.com/Textualize/rich
 
- 
PyPi (π₯ 13M / month Β· π¦ 2.1K Β· β±οΈ 24.05.2022):
ip install rich
 
- 
Conda (π₯ 1.4M Β· β±οΈ 11.07.2022):
onda install -c conda-forge rich
 
 
python-fire (π₯36 Β·  β 23K) - Python Fire is a library for automatically generating command.. Apache-2
- 
GitHub (π¨βπ» 49 Β· π 1.3K Β· π¦ 14K Β· π 280 - 44% open Β· β±οΈ 16.04.2022):
it clone https://github.com/google/python-fire
 
- 
PyPi (π₯ 3.8M / month Β· π¦ 1.4K Β· β±οΈ 22.01.2021):
ip install fire
 
- 
Conda (π₯ 230K Β· β±οΈ 22.01.2021):
onda install -c conda-forge fire
 
 
python-prompt-toolkit (π₯36 Β·  β 7.9K) - Library for building powerful interactive command.. BSD-3
- 
GitHub (π¨βπ» 210 Β· π 630 Β· π 1K - 50% open Β· β±οΈ 27.06.2022):
it clone https://github.com/prompt-toolkit/python-prompt-toolkit
 
- 
PyPi (π₯ 20M / month Β· π¦ 1.1K Β· β±οΈ 27.06.2022):
ip install prompt_toolkit
 
- 
Conda (π₯ 8.9M Β· β±οΈ 27.06.2022):
onda install -c conda-forge prompt-toolkit
 
 
colorama (π₯36 Β·  β 2.9K) - Simple cross-platform colored terminal text in Python. BSD-3
- 
GitHub (π¨βπ» 48 Β· π 210 Β· π 240 - 48% open Β· β±οΈ 20.06.2022):
it clone https://github.com/tartley/colorama
 
- 
PyPi (π₯ 110M / month Β· π¦ 20K Β· β±οΈ 16.06.2022):
ip install colorama
 
- 
Conda (π₯ 12M Β· β±οΈ 16.06.2022):
onda install -c conda-forge colorama
 
 
Typer (π₯34 Β·  β 8.6K) - Typer, build great CLIs. Easy to code. Based on Python type hints. MIT
- 
GitHub (π¨βπ» 24 Β· π 320 Β· π 300 - 60% open Β· β±οΈ 17.07.2022):
it clone https://github.com/tiangolo/typer
 
- 
PyPi (π₯ 7.1M / month Β· π¦ 1.3K Β· β±οΈ 06.07.2022):
ip install typer
 
- 
Conda (π₯ 720K Β· β±οΈ 13.07.2022):
onda install -c conda-forge typer
 
 
argcomplete (π₯32 Β·  β 1.1K Β· π€) - Python and tab completion, better together. Apache-2
- 
GitHub (π¨βπ» 56 Β· π 100 Β· π₯ 170 Β· π¦ 19K Β· π 200 - 22% open Β· β±οΈ 03.01.2022):
it clone https://github.com/kislyuk/argcomplete
 
- 
PyPi (π₯ 14M / month Β· π¦ 1.8K Β· β±οΈ 03.01.2022):
ip install argcomplete
 
- 
Conda (π₯ 680K Β· β±οΈ 04.01.2022):
onda install -c conda-forge argcomplete
 
 
cleo (π₯30 Β·  β 890) - Cleo allows you to create beautiful and testable command-line interfaces. MIT
- 
GitHub (π¨βπ» 29 Β· π 61 Β· π 73 - 47% open Β· β±οΈ 11.08.2022):
it clone https://github.com/sdispater/cleo
 
- 
PyPi (π₯ 7.2M / month Β· π¦ 210 Β· β±οΈ 03.06.2022):
ip install cleo
 
- 
Conda (π₯ 240K Β· β±οΈ 14.07.2022):
onda install -c conda-forge cleo
 
 
asciimatics (π₯29 Β·  β 3.1K) - A cross platform package to do curses-like operations, plus.. Apache-2
- 
GitHub (π¨βπ» 40 Β· π 230 Β· π¦ 680 Β· π 280 - 8% open Β· β±οΈ 03.07.2022):
it clone https://github.com/peterbrittain/asciimatics
 
- 
PyPi (π₯ 37K / month Β· π¦ 110 Β· β±οΈ 23.04.2022):
ip install asciimatics
 
- 
Conda (π₯ 100K Β· β±οΈ 15.11.2021):
onda install -c conda-forge asciimatics
 
 
wcwidth (π₯29 Β·  β 290 Β· π€) - Python library that measures the width of unicode strings rendered to.. MIT
- 
GitHub (π¨βπ» 11 Β· π 45 Β· π¦ 300K Β· π 32 - 37% open Β· β±οΈ 28.09.2021):
it clone https://github.com/jquast/wcwidth
 
- 
PyPi (π₯ 24M / month Β· π¦ 13K Β· β±οΈ 23.06.2020):
ip install wcwidth
 
- 
Conda (π₯ 12M Β· β±οΈ 24.09.2020):
onda install -c conda-forge wcwidth
 
 
ConfigArgParse (π₯28 Β·  β 610 Β· π€) - A drop-in replacement for argparse that allows options to.. MIT
- 
GitHub (π¨βπ» 48 Β· π 100 Β· π¦ 8.3K Β· π 190 - 36% open Β· β±οΈ 06.10.2021):
it clone https://github.com/bw2/ConfigArgParse
 
- 
PyPi (π₯ 2.1M / month Β· π¦ 1.4K Β· β±οΈ 03.10.2021):
ip install configargparse
 
- 
Conda (π₯ 350K Β· β±οΈ 04.10.2021):
onda install -c conda-forge configargparse
 
 
questionary (π₯27 Β·  β 920) - Python library to build pretty command line user prompts Easy to use.. MIT
- 
GitHub (π¨βπ» 33 Β· π 57 Β· π 100 - 24% open Β· β±οΈ 15.08.2022):
it clone https://github.com/tmbo/questionary
 
- 
PyPi (π₯ 970K / month Β· π¦ 240 Β· β±οΈ 15.07.2021):
ip install questionary
 
- 
Conda (π₯ 16K Β· β±οΈ 14.03.2022):
onda install -c conda-forge questionary
 
 
colout (π₯18 Β·  β 1.1K) - Color text streams with a polished command line interface. βοΈGPL-3.0
- 
GitHub (π¨βπ» 30 Β· π 55 Β· π¦ 5 Β· π 68 - 17% open Β· β±οΈ 12.05.2022):
it clone https://github.com/nojhan/colout
 
- 
PyPi (π₯ 780 / month Β· β±οΈ 21.06.2020):
ip install colout
 
 
Show 5 hidden projects...
- docopt (π₯35 Β·  β 7.7K Β· π) - Pythonic command line arguments parser, that will make you smile. 
MIT 
- blessings (π₯29 Β·  β 1.3K Β· π) - A thin, practical wrapper around terminal capabilities in Python. 
MIT 
- clint (π₯25 Β·  β 78 Β· π) - Python Command-line Application Tools. 
ISC 
- bashplotlib (π₯21 Β·  β 1.7K Β· π) - plotting in the terminal. 
MIT 
- docopt-ng (π₯21 Β·  β 94) - Humane command line arguments parser. Now with maintenance, typehints,.. 
MIT 
 
Development Tools

πΒ best-of-python-dev ( β 550)  - A ranked list of awesome python developer tools and libraries. Updated..
Data Caching

cachetools (π₯32 Β·  β 1.4K Β· π) - Extensible memoizing collections and decorators. MIT
- 
GitHub (π¨βπ» 7 Β· π 130 Β· π 210 - 2% open Β· β±οΈ 29.05.2022):
it clone https://github.com/tkem/cachetools
 
- 
PyPi (π₯ 78M / month Β· π¦ 3K Β· β±οΈ 29.05.2022):
ip install cachetools
 
- 
Conda (π₯ 5.6M Β· β±οΈ 09.08.2022):
onda install -c conda-forge cachetools
 
 
pylibmc (π₯29 Β·  β 460) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3
- 
GitHub (π¨βπ» 52 Β· π 130 Β· π¦ 4K Β· π 190 - 12% open Β· β±οΈ 05.08.2022):
it clone https://github.com/lericson/pylibmc
 
- 
PyPi (π₯ 180K / month Β· π¦ 2.4K Β· β±οΈ 15.08.2019):
ip install pylibmc
 
- 
Conda (π₯ 180K Β· β±οΈ 05.08.2022):
onda install -c conda-forge pylibmc
 
 
beaker (π₯28 Β·  β 490 Β· π€) - WSGI middleware for sessions and caching. BSD-3
- 
GitHub (π¨βπ» 86 Β· π 130 Β· π¦ 3.6K Β· π 120 - 53% open Β· β±οΈ 07.12.2021):
it clone https://github.com/bbangert/beaker
 
- 
PyPi (π₯ 330K / month Β· π¦ 1.4K Β· β±οΈ 26.08.2019):
ip install beaker
 
- 
Conda (π₯ 62K Β· β±οΈ 27.08.2019):
onda install -c conda-forge beaker
 
 
aiocache (π₯27 Β·  β 720) - Asyncio cache manager for redis, memcached and memory. BSD-3
- 
GitHub (π¨βπ» 32 Β· π 110 Β· π¦ 850 Β· π 260 - 19% open Β· β±οΈ 12.05.2022):
it clone https://github.com/aio-libs/aiocache
 
- 
PyPi (π₯ 170K / month Β· π¦ 94 Β· β±οΈ 31.07.2019):
ip install aiocache
 
 
cachier (π₯21 Β·  β 410) - Persistent, stale-free, local and cross-machine caching for Python.. MIT
- 
GitHub (π¨βπ» 14 Β· π 46 Β· π¦ 280 Β· π 53 - 39% open Β· β±οΈ 04.06.2022):
it clone https://github.com/shaypal5/cachier
 
- 
PyPi (π₯ 8.1K / month Β· π¦ 25 Β· β±οΈ 25.11.2021):
ip install cachier
 
 
Show 1 hidden projects...
 
GUI Development

πΒ best-of-web-python - Web UI ( β 1.6K)  - Collection of libraries to implement web-based UIs.
kivy (π₯40 Β·  β 15K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT
- 
GitHub (π¨βπ» 570 Β· π 2.9K Β· π₯ 27K Β· π¦ 7.5K Β· π 4.7K - 19% open Β· β±οΈ 16.08.2022):
it clone https://github.com/kivy/kivy
 
- 
PyPi (π₯ 61K / month Β· π¦ 580 Β· β±οΈ 06.03.2022):
ip install kivy
 
- 
Conda (π₯ 250K Β· β±οΈ 13.04.2022):
onda install -c conda-forge kivy
 
 
PySimpleGUI (π₯38 Β·  β 10K) - PySimpleGUI is a Python package that enables Python.. βοΈLGPL-3.0
- 
GitHub (π¨βπ» 18 Β· π 1.6K Β· π¦ 5.7K Β· π 2.9K - 23% open Β· β±οΈ 14.08.2022):
it clone https://github.com/PySimpleGUI/PySimpleGUI
 
- 
PyPi (π₯ 120K / month Β· π¦ 230 Β· β±οΈ 22.05.2022):
ip install pysimplegui
 
- 
Conda (π₯ 67K Β· β±οΈ 28.07.2022):
onda install -c conda-forge pysimplegui
 
 
DearPyGui (π₯31 Β·  β 8.5K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
- 
GitHub (π¨βπ» 46 Β· π 440 Β· π¦ 480 Β· π 1K - 21% open Β· β±οΈ 11.08.2022):
it clone https://github.com/hoffstadt/DearPyGui
 
- 
PyPi (π₯ 7.3K / month Β· π¦ 17 Β· β±οΈ 06.05.2022):
ip install dearpygui
 
 
Eel (π₯30 Β·  β 5.1K Β· π€) - A little Python library for making simple Electron-like HTML/JS GUI apps. MIT
- 
GitHub (π¨βπ» 38 Β· π 510 Β· π¦ 3.9K Β· π 460 - 31% open Β· β±οΈ 19.10.2021):
it clone https://github.com/ChrisKnott/Eel
 
- 
PyPi (π₯ 51K / month Β· π¦ 60 Β· β±οΈ 17.08.2020):
ip install eel
 
 
Gooey (π₯29 Β·  β 17K) - Turn (almost) any Python command line program into a full GUI application.. MIT
- 
GitHub (π¨βπ» 100 Β· π 900 Β· π₯ 270 Β· π¦ 590 Β· π 570 - 22% open Β· β±οΈ 08.05.2022):
it clone https://github.com/chriskiehl/Gooey
 
- 
PyPi (π₯ 4.2K / month Β· π¦ 74 Β· β±οΈ 29.01.2022):
ip install gooey
 
- 
Conda (π₯ 51K Β· β±οΈ 29.12.2021):
onda install -c conda-forge gooey
 
 
toga (π₯29 Β·  β 3.2K) - A Python native, OS native GUI toolkit. BSD-3
- 
GitHub (π¨βπ» 210 Β· π 540 Β· π 590 - 23% open Β· β±οΈ 18.08.2022):
it clone https://github.com/beeware/toga
 
- 
PyPi (π₯ 1.4K / month Β· π¦ 33 Β· β±οΈ 06.07.2022):
ip install toga
 
- 
npm (π₯ 47 / month Β· β±οΈ 23.04.2017):
pm install @pybee/toga
 
 
flexx (π₯27 Β·  β 3K) - Write desktop and web apps in pure Python. BSD-2
- 
GitHub (π¨βπ» 37 Β· π 260 Β· π¦ 110 Β· π 440 - 19% open Β· β±οΈ 22.07.2022):
it clone https://github.com/flexxui/flexx
 
- 
PyPi (π₯ 690 / month Β· π¦ 21 Β· β±οΈ 12.04.2022):
ip install flexx
 
- 
Conda (π₯ 90K Β· β±οΈ 12.04.2022):
onda install -c conda-forge flexx
 
 
Show 2 hidden projects...
- Phoenix (π₯28 Β·  β 1.8K) - wxPythons Project Phoenix. A new implementation of wxPython,.. 
βοΈwxWindows 
- enaml (π₯27 Β·  β 1.2K) - Declarative User Interfaces for Python. 
βUnlicensed 
 
Computer & Machine Vision

πΒ best-of-ml-python - Computer Vision ( β 11K)  - Collection of computer vision and image processing..
Machine Learning & Data Engineering

πΒ best-of-ml-python ( β 11K)  - A ranked list of awesome machine learning Python libraries. Updated..
Text Data

πΒ best-of-ml-python - NLP ( β 11K)  - Collection of text processing and NLP libraries.
chardet (π₯35 Β·  β 1.8K) - Python character encoding detector. βοΈLGPL-2.1
- 
GitHub (π¨βπ» 48 Β· π 240 Β· π 130 - 40% open Β· β±οΈ 22.07.2022):
it clone https://github.com/chardet/chardet
 
- 
PyPi (π₯ 58M / month Β· π¦ 39K Β· β±οΈ 25.06.2022):
ip install chardet
 
- 
Conda (π₯ 17M Β· β±οΈ 25.06.2022):
onda install -c conda-forge chardet
 
- 
npm (π₯ 15 / month Β· π¦ 1 Β· β±οΈ 20.08.2017):
pm install @pypi/chardet
 
 
emoji (π₯35 Β·  β 1.5K) - emoji terminal output for Python. BSD-3
- 
GitHub (π¨βπ» 55 Β· π 240 Β· π¦ 42K Β· π 130 - 10% open Β· β±οΈ 11.07.2022):
it clone https://github.com/carpedm20/emoji
 
- 
PyPi (π₯ 16M / month Β· π¦ 1.3K Β· β±οΈ 08.03.2022):
ip install emoji
 
- 
Conda (π₯ 28K Β· β±οΈ 08.03.2022):
onda install -c conda-forge emoji
 
 
phonenumbers (π₯34 Β·  β 3.1K) - Python port of Googles libphonenumber. Apache-2
- 
GitHub (π¨βπ» 26 Β· π 390 Β· π 150 - 3% open Β· β±οΈ 04.08.2022):
it clone https://github.com/daviddrysdale/python-phonenumbers
 
- 
PyPi (π₯ 4.3M / month Β· π¦ 1.4K Β· β±οΈ 01.07.2022):
ip install phonenumbers
 
- 
Conda (π₯ 600K Β· β±οΈ 04.08.2022):
onda install -c conda-forge phonenumbers
 
 
humanize (π₯31 Β·  β 1.6K) - python humanize functions. MIT
- 
GitHub (π¨βπ» 64 Β· π 160 Β· β±οΈ 13.06.2022):
it clone https://github.com/jmoiron/humanize
 
- 
PyPi (π₯ 4.2M / month Β· π¦ 1.9K Β· β±οΈ 30.06.2022):
ip install humanize
 
- 
Conda (π₯ 270K Β· β±οΈ 08.08.2022):
onda install -c conda-forge humanize
 
 
python-slugify (π₯30 Β·  β 1.2K) - Returns unicode slugs. MIT
- 
GitHub (π¨βπ» 30 Β· π 90 Β· π 56 - 3% open Β· β±οΈ 27.04.2022):
it clone https://github.com/un33k/python-slugify
 
- 
PyPi (π₯ 8M / month Β· π¦ 2.7K Β· β±οΈ 27.04.2022):
ip install python-slugify
 
- 
Conda (π₯ 950K Β· β±οΈ 28.04.2022):
onda install -c conda-forge python-slugify
 
 
inflect (π₯29 Β·  β 680) - Correctly generate plurals, ordinals, indefinite articles; convert numbers.. MIT
- 
GitHub (π¨βπ» 45 Β· π 77 Β· π 92 - 19% open Β· β±οΈ 30.07.2022):
it clone https://github.com/jaraco/inflect
 
- 
PyPi (π₯ 2M / month Β· π¦ 920 Β· β±οΈ 01.05.2022):
ip install inflect
 
- 
Conda (π₯ 240K Β· β±οΈ 31.07.2022):
onda install -c conda-forge inflect
 
 
pyahocorasick (π₯26 Β·  β 740) - Python module (C extension and plain python) implementing Aho-.. BSD-3
- 
GitHub (π¨βπ» 24 Β· π 110 Β· π¦ 1.2K Β· π 120 - 20% open Β· β±οΈ 04.05.2022):
it clone https://github.com/WojciechMula/pyahocorasick
 
- 
PyPi (π₯ 410K / month Β· π¦ 96 Β· β±οΈ 04.05.2022):
ip install pyahocorasick
 
- 
Conda (π₯ 150K Β· β±οΈ 15.04.2022):
onda install -c conda-forge pyahocorasick
 
 
Show 4 hidden projects...
- awesome-slugify (π₯22 Β·  β 470 Β· π) - Python flexible slugify function. 
βοΈGPL-3.0 
- price-parser (π₯20 Β·  β 240 Β· π) - Extract price amount and currency symbol from a raw text.. 
BSD-3 
- coolname (π₯19 Β·  β 94 Β· π) - Random Name and Slug Generator. 
BSD-2 
- millify (π₯14 Β·  β 67 Β· π) - Convert long numbers into a human-readable format in Python. 
MIT 
 
Web Development

πΒ best-of-web-python ( β 1.6K)  - A ranked list of awesome python libraries for web development. Updated..
Database Clients

Libraries for connecting to, operating, and querying databases.
redis (π₯45 Β·  β 11K) - Redis Python Client. MIT
- 
GitHub (π¨βπ» 340 Β· π 2.2K Β· π¦ 150K Β· π 1.2K - 10% open Β· β±οΈ 14.08.2022):
it clone https://github.com/redis/redis-py
 
- 
PyPi (π₯ 27M / month Β· π¦ 27K Β· β±οΈ 27.06.2022):
ip install redis
 
- 
Conda (π₯ 760K Β· β±οΈ 27.06.2022):
onda install -c conda-forge redis-py
 
 
boto3 (π₯45 Β·  β 7.5K) - AWS SDK for Python. Apache-2
- 
GitHub (π¨βπ» 140 Β· π 1.6K Β· π¦ 190K Β· π 2.7K - 8% open Β· β±οΈ 18.08.2022):
it clone https://github.com/boto/boto3
 
- 
PyPi (π₯ 400M / month Β· π¦ 16K Β· β±οΈ 06.07.2022):
ip install boto3
 
- 
Conda (π₯ 11M Β· β±οΈ 18.08.2022):
onda install -c conda-forge boto3
 
 
SQLAlchemy (π₯45 Β·  β 5.8K) - The Database Toolkit for Python. MIT
- 
GitHub (π¨βπ» 560 Β· π 940 Β· π₯ 38K Β· π¦ 430K Β· π 6.8K - 2% open Β· β±οΈ 17.08.2022):
it clone https://github.com/sqlalchemy/sqlalchemy
 
- 
PyPi (π₯ 54M / month Β· π¦ 45K Β· β±οΈ 24.06.2022):
ip install SQLAlchemy
 
- 
Conda (π₯ 8.5M Β· β±οΈ 08.08.2022):
onda install -c conda-forge sqlalchemy
 
 
azure-storage-blob (π₯42 Β·  β 3K) - This repository is for active development of the Azure SDK.. MIT
- 
GitHub (π¨βπ» 430 Β· π 1.9K Β· π¦ 2K Β· π 7.1K - 12% open Β· β±οΈ 18.08.2022):
it clone https://github.com/Azure/azure-sdk-for-python
 
- 
PyPi (π₯ 39M / month Β· π¦ 530 Β· β±οΈ 15.06.2022):
ip install azure-storage-blob
 
- 
Conda (π₯ 540K Β· β±οΈ 05.08.2022):
onda install -c conda-forge azure-storage-blob
 
 
peewee (π₯40 Β·  β 9.4K) - a small, expressive orm -- supports postgresql, mysql and sqlite. MIT
- 
GitHub (π¨βπ» 150 Β· π 1.3K Β· π¦ 17K Β· β±οΈ 11.08.2022):
it clone https://github.com/coleifer/peewee
 
- 
PyPi (π₯ 1.2M / month Β· π¦ 3.6K Β· β±οΈ 17.06.2022):
ip install peewee
 
- 
Conda (π₯ 420K Β· β±οΈ 12.07.2022):
onda install -c conda-forge peewee
 
 
google-cloud-storage (π₯40 Β·  β 4K) - Google Cloud Client Library for Python. Apache-2
- 
GitHub (π¨βπ» 320 Β· π 1.4K Β· π 3.4K - 0% open Β· β±οΈ 10.08.2022):
it clone https://github.com/googleapis/google-cloud-python
 
- 
PyPi (π₯ 48M / month Β· π¦ 1.7K Β· β±οΈ 08.06.2022):
ip install google-cloud-storage
 
- 
Conda (π₯ 1.9M Β· β±οΈ 09.06.2022):
onda install -c conda-forge google-cloud-storage
 
 
elasticsearch (π₯40 Β·  β 3.7K) - Official Elasticsearch client library for Python. Apache-2
- 
GitHub (π¨βπ» 190 Β· π 1.1K Β· π₯ 2.2K Β· π¦ 30K Β· π 970 - 3% open Β· β±οΈ 09.08.2022):
it clone https://github.com/elastic/elasticsearch-py
 
- 
PyPi (π₯ 16M / month Β· π¦ 6K Β· β±οΈ 30.06.2022):
ip install elasticsearch
 
- 
Conda (π₯ 640K Β· β±οΈ 30.06.2022):
onda install -c conda-forge elasticsearch
 
 
MongoEngine (π₯39 Β·  β 3.8K) - A Python Object-Document-Mapper for working with MongoDB. MIT
- 
GitHub (π¨βπ» 380 Β· π 1.2K Β· π¦ 17K Β· π 1.6K - 22% open Β· β±οΈ 17.07.2022):
it clone https://github.com/MongoEngine/mongoengine
 
- 
PyPi (π₯ 840K / month Β· π¦ 3.6K Β· β±οΈ 21.03.2022):
ip install mongoengine
 
- 
Conda (π₯ 160K Β· β±οΈ 18.07.2022):
onda install -c conda-forge mongoengine
 
 
PyMySQL (π₯38 Β·  β 7K) - Pure Python MySQL Client. MIT
- 
GitHub (π¨βπ» 120 Β· π 1.4K Β· π¦ 130K Β· π 620 - 5% open Β· β±οΈ 22.07.2022):
it clone https://github.com/PyMySQL/PyMySQL
 
- 
PyPi (π₯ 32M / month Β· π¦ 10K Β· β±οΈ 09.01.2021):
ip install PyMySQL
 
- 
Conda (π₯ 740K Β· β±οΈ 09.01.2021):
onda install -c conda-forge pymysql
 
 
kafka-python (π₯38 Β·  β 4.9K) - Python client for Apache Kafka. Apache-2
- 
GitHub (π¨βπ» 210 Β· π 1.3K Β· π₯ 1.7K Β· π¦ 11K Β· π 1.4K - 17% open Β· β±οΈ 27.03.2022):
it clone https://github.com/dpkp/kafka-python
 
- 
PyPi (π₯ 7.5M / month Β· π¦ 1.3K Β· β±οΈ 30.09.2020):
ip install kafka-python
 
- 
Conda (π₯ 320K Β· β±οΈ 30.09.2020):
onda install -c conda-forge kafka-python
 
 
pymongo (π₯38 Β·  β 3.7K) - PyMongo - the Python driver for MongoDB. Apache-2
- 
GitHub (π¨βπ» 190 Β· π 1.1K Β· β±οΈ 16.08.2022):
it clone https://github.com/mongodb/mongo-python-driver
 
- 
PyPi (π₯ 21M / month Β· π¦ 20K Β· β±οΈ 13.04.2022):
ip install pymongo
 
- 
Conda (π₯ 760K Β· β±οΈ 25.07.2022):
onda install -c conda-forge pymongo
 
 
alembic (π₯38 Β·  β 1.5K) - A database migrations tool for SQLAlchemy. MIT
- 
GitHub (π¨βπ» 150 Β· π 150 Β· π¦ 110K Β· π 880 - 10% open Β· β±οΈ 19.07.2022):
it clone https://github.com/sqlalchemy/alembic
 
- 
PyPi (π₯ 21M / month Β· π¦ 11K Β· β±οΈ 31.05.2022):
ip install alembic
 
- 
Conda (π₯ 2M Β· β±οΈ 14.07.2022):
onda install -c conda-forge alembic
 
 
confluent-kafka-python (π₯36 Β·  β 2.9K) - Confluents Kafka Python Client. Apache-2
- 
GitHub (π¨βπ» 95 Β· π 770 Β· π¦ 4K Β· π 1K - 24% open Β· β±οΈ 15.08.2022):
it clone https://github.com/confluentinc/confluent-kafka-python
 
- 
PyPi (π₯ 8.1M / month Β· π¦ 370 Β· β±οΈ 16.06.2022):
ip install confluent-kafka
 
- 
Conda (π₯ 470K Β· β±οΈ 11.07.2022):
onda install -c conda-forge python-confluent-kafka
 
 
SQLAlchemy-Utils (π₯36 Β·  β 960) - Various utility functions and datatypes for SQLAlchemy. BSD-3
- 
GitHub (π¨βπ» 110 Β· π 280 Β· π¦ 16K Β· π 400 - 46% open Β· β±οΈ 16.08.2022):
it clone https://github.com/kvesteri/sqlalchemy-utils
 
- 
PyPi (π₯ 4.4M / month Β· π¦ 2K Β· β±οΈ 29.12.2021):
ip install sqlalchemy-utils
 
- 
Conda (π₯ 390K Β· β±οΈ 06.02.2022):
onda install -c conda-forge sqlalchemy-utils
 
 
python-bigquery (π₯36 Β·  β 480) - Google BigQuery API client library. Apache-2
- 
GitHub (π¨βπ» 120 Β· π 190 Β· π¦ 13K Β· π 480 - 18% open Β· β±οΈ 17.08.2022):
it clone https://github.com/googleapis/python-bigquery
 
- 
PyPi (π₯ 59M / month Β· π¦ 990 Β· β±οΈ 09.06.2022):
ip install google-cloud-bigquery
 
- 
Conda (π₯ 2M Β· β±οΈ 09.06.2022):
onda install -c conda-forge google-cloud-bigquery
 
 
libcloud (π₯35 Β·  β 1.9K) - Apache Libcloud is a Python library which hides differences between.. Apache-2
- 
GitHub (π¨βπ» 450 Β· π 890 Β· π¦ 2.5K Β· π 180 - 35% open Β· β±οΈ 23.07.2022):
it clone https://github.com/apache/libcloud
 
- 
PyPi (π₯ 130K / month Β· π¦ 840 Β· β±οΈ 26.05.2022):
ip install apache-libcloud
 
 
Elasticsearch DSL (π₯34 Β·  β 3.5K) - High level Python client for Elasticsearch. Apache-2
- 
GitHub (π¨βπ» 130 Β· π 730 Β· π₯ 130 Β· π¦ 6.4K Β· π 1.2K - 8% open Β· β±οΈ 14.07.2022):
it clone https://github.com/elastic/elasticsearch-dsl-py
 
- 
PyPi (π₯ 2.6M / month Β· π¦ 930 Β· β±οΈ 15.07.2021):
ip install elasticsearch-dsl
 
- 
Conda (π₯ 5.7K Β· β±οΈ 02.05.2022):
onda install -c anaconda elasticsearch-dsl
 
 
Motor (π₯34 Β·  β 2K) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2
- 
GitHub (π¨βπ» 41 Β· π 180 Β· π¦ 34K Β· β±οΈ 17.08.2022):
it clone https://github.com/mongodb/motor
 
- 
PyPi (π₯ 4M / month Β· π¦ 1.1K Β· β±οΈ 28.04.2022):
ip install motor
 
- 
Conda (π₯ 44K Β· β±οΈ 28.04.2022):
onda install -c conda-forge motor
 
 
Ibis (π₯34 Β·  β 1.9K) - Expressive analytics in Python at any scale. Apache-2
- 
GitHub (π¨βπ» 110 Β· π 340 Β· π₯ 35 Β· π 1.8K - 4% open Β· β±οΈ 18.08.2022):
it clone https://github.com/ibis-project/ibis
 
- 
PyPi (π₯ 500K / month Β· π¦ 40 Β· β±οΈ 28.04.2022):
ip install ibis-framework
 
- 
Conda (π₯ 240K Β· β±οΈ 27.07.2022):
onda install -c conda-forge ibis-framework
 
 
AWS Data Wrangler (π₯33 Β·  β 3K) - Pandas on AWS - Easy integration with Athena, Glue,.. Apache-2 
- 
GitHub (π¨βπ» 110 Β· π 500 Β· π₯ 150K Β· π 730 - 4% open Β· β±οΈ 16.08.2022):
it clone https://github.com/awslabs/aws-data-wrangler
 
- 
PyPi (π₯ 13M / month Β· π¦ 34 Β· β±οΈ 28.06.2022):
ip install awswrangler
 
- 
Conda (π₯ 230K Β· β±οΈ 29.06.2022):
onda install -c conda-forge awswrangler
 
 
mysqlclient (π₯33 Β·  β 2.1K) - MySQL database connector for Python (with Python 3 support). βοΈGPL-2.0
- 
GitHub (π¨βπ» 70 Β· π 360 Β· π₯ 5.2K Β· π 290 - 5% open Β· β±οΈ 05.08.2022):
it clone https://github.com/PyMySQL/mysqlclient
 
- 
PyPi (π₯ 3.9M / month Β· π¦ 7.1K Β· β±οΈ 22.06.2022):
ip install mysqlclient
 
- 
Conda (π₯ 170K Β· β±οΈ 20.06.2022):
onda install -c conda-forge mysqlclient
 
 
PyPika (π₯33 Β·  β 1.7K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2
- 
GitHub (π¨βπ» 90 Β· π 220 Β· π¦ 4.6K Β· π 370 - 33% open Β· β±οΈ 15.03.2022):
it clone https://github.com/kayak/pypika
 
- 
PyPi (π₯ 1.8M / month Β· π¦ 64 Β· β±οΈ 15.03.2022):
ip install pypika
 
- 
Conda (π₯ 830 Β· β±οΈ 25.10.2021):
onda install -c conda-forge pypika
 
 
s3fs (π₯33 Β·  β 570) - S3 Filesystem. BSD-3
- 
GitHub (π¨βπ» 99 Β· π 190 Β· π¦ 9.4K Β· π 340 - 25% open Β· β±οΈ 03.08.2022):
it clone https://github.com/fsspec/s3fs
 
- 
PyPi (π₯ 44M / month Β· π¦ 510 Β· β±οΈ 19.05.2022):
ip install s3fs
 
- 
Conda (π₯ 3.9M Β· β±οΈ 29.07.2022):
onda install -c conda-forge s3fs
 
 
pandas-gbq (π₯33 Β·  β 310) - Google BigQuery connector for pandas. BSD-3
- 
GitHub (π¨βπ» 37 Β· π 110 Β· π₯ 260 Β· π¦ 4.4K Β· π 270 - 18% open Β· β±οΈ 10.08.2022):
it clone https://github.com/googleapis/python-bigquery-pandas
 
- 
PyPi (π₯ 17M / month Β· π¦ 290 Β· β±οΈ 09.06.2022):
ip install pandas-gbq
 
- 
Conda (π₯ 1.4M Β· β±οΈ 16.06.2022):
onda install -c conda-forge pandas-gbq
 
 
s3transfer (π₯33 Β·  β 150) - Amazon S3 Transfer Manager for Python. Apache-2
- 
GitHub (π¨βπ» 33 Β· π 99 Β· π¦ 120K Β· π 64 - 50% open Β· β±οΈ 08.07.2022):
it clone https://github.com/boto/s3transfer
 
- 
PyPi (π₯ 180M / month Β· π¦ 4.2K Β· β±οΈ 31.05.2022):
ip install s3transfer
 
- 
Conda (π₯ 11M Β· β±οΈ 31.05.2022):
onda install -c conda-forge s3transfer
 
 
Databases (π₯32 Β·  β 3K) - Async database support for Python. BSD-3
- 
GitHub (π¨βπ» 45 Β· π 210 Β· π¦ 8.3K Β· π 290 - 39% open Β· β±οΈ 09.08.2022):
it clone https://github.com/encode/databases
 
- 
PyPi (π₯ 240K / month Β· π¦ 100 Β· β±οΈ 30.05.2022):
ip install databases
 
- 
Conda (π₯ 150K Β· β±οΈ 15.11.2021):
onda install -c conda-forge databases
 
 
Prometheus Client (π₯32 Β·  β 2.9K) - Prometheus instrumentation library for Python.. Apache-2
- 
GitHub (π¨βπ» 120 Β· π 680 Β· π 430 - 14% open Β· β±οΈ 06.05.2022):
it clone https://github.com/prometheus/client_python
 
- 
PyPi (π₯ 19M / month Β· π¦ 540 Β· β±οΈ 08.04.2022):
ip install prometheus_client
 
- 
Conda (π₯ 6.7M Β· β±οΈ 08.04.2022):
onda install -c conda-forge prometheus_client
 
 
influxdb (π₯32 Β·  β 1.6K Β· π€) - Python client for InfluxDB. MIT
- 
GitHub (π¨βπ» 140 Β· π 500 Β· π¦ 5.9K Β· π 520 - 27% open Β· β±οΈ 09.09.2021):
it clone https://github.com/influxdata/influxdb-python
 
- 
PyPi (π₯ 1.9M / month Β· π¦ 1.2K Β· β±οΈ 11.11.2020):
ip install influxdb
 
- 
Conda (π₯ 71K Β· β±οΈ 12.11.2020):
onda install -c conda-forge influxdb
 
 
pygsheets (π₯32 Β·  β 1.3K) - Google Sheets Python API v4. MIT
- 
GitHub (π¨βπ» 81 Β· π 190 Β· π¦ 1.2K Β· π 370 - 11% open Β· β±οΈ 09.08.2022):
it clone https://github.com/nithinmurali/pygsheets
 
- 
PyPi (π₯ 1.3M / month Β· π¦ 82 Β· β±οΈ 05.02.2021):
ip install pygsheets
 
 
Cassandra Driver (π₯32 Β·  β 1.3K) - DataStax Python Driver for Apache Cassandra. Apache-2
- 
GitHub (π¨βπ» 180 Β· π 490 Β· π¦ 4.1K Β· β±οΈ 17.05.2022):
it clone https://github.com/datastax/python-driver
 
- 
PyPi (π₯ 1M / month Β· π¦ 680 Β· β±οΈ 18.03.2021):
ip install cassandra-driver
 
- 
Conda (π₯ 120K Β· β±οΈ 13.08.2022):
onda install -c conda-forge cassandra-driver
 
 
cx-Oracle (π₯32 Β·  β 830) - Python interface to Oracle Database now superseded by python-oracledb. BSD-3
- 
GitHub (π¨βπ» 17 Β· π 330 Β· π¦ 6.4K Β· π 620 - 5% open Β· β±οΈ 08.06.2022):
it clone https://github.com/oracle/python-cx_Oracle
 
- 
PyPi (π₯ 3.5M / month Β· π¦ 250 Β· β±οΈ 04.11.2021):
ip install cx-Oracle
 
- 
Conda (π₯ 310K Β· β±οΈ 09.04.2022):
onda install -c conda-forge cx_oracle
 
 
minio (π₯32 Β·  β 530) - MinIO Client SDK for Python. Apache-2
- 
GitHub (π¨βπ» 100 Β· π 240 Β· π¦ 3K Β· π 470 - 1% open Β· β±οΈ 25.07.2022):
it clone https://github.com/minio/minio-py
 
- 
PyPi (π₯ 1.4M / month Β· π¦ 340 Β· β±οΈ 11.06.2022):
ip install minio
 
- 
Conda (π₯ 88K Β· β±οΈ 26.07.2022):
onda install -c conda-forge minio
 
 
tortoise-orm (π₯31 Β·  β 3K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2
- 
GitHub (π¨βπ» 100 Β· π 270 Β· π₯ 9 Β· π 790 - 43% open Β· β±οΈ 16.08.2022):
it clone https://github.com/tortoise/tortoise-orm
 
- 
PyPi (π₯ 74K / month Β· π¦ 53 Β· β±οΈ 20.05.2022):
ip install tortoise-orm
 
- 
Conda (π₯ 5.4K Β· β±οΈ 11.07.2022):
onda install -c conda-forge tortoise-orm
 
 
PynamoDB (π₯31 Β·  β 2K) - A pythonic interface to Amazons DynamoDB. MIT
- 
GitHub (π¨βπ» 97 Β· π 400 Β· π¦ 1.1K Β· π 560 - 45% open Β· β±οΈ 18.07.2022):
it clone https://github.com/pynamodb/PynamoDB
 
- 
PyPi (π₯ 1.4M / month Β· π¦ 150 Β· β±οΈ 09.02.2022):
ip install pynamodb
 
- 
Conda (π₯ 190K Β· β±οΈ 09.06.2022):
onda install -c conda-forge pynamodb
 
 
neo4j-driver (π₯31 Β·  β 730) - Neo4j Bolt driver for Python. Apache-2
- 
GitHub (π¨βπ» 38 Β· π 160 Β· π 200 - 2% open Β· β±οΈ 08.08.2022):
it clone https://github.com/neo4j/neo4j-python-driver
 
- 
PyPi (π₯ 240K / month Β· π¦ 230 Β· β±οΈ 07.07.2022):
ip install neo4j-driver
 
- 
Conda (π₯ 140K Β· β±οΈ 07.07.2022):
onda install -c conda-forge neo4j-python-driver
 
 
dataset (π₯29 Β·  β 4.2K) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT
- 
GitHub (π¨βπ» 76 Β· π 280 Β· π¦ 2.5K Β· π 270 - 4% open Β· β±οΈ 03.06.2022):
it clone https://github.com/pudo/dataset
 
- 
PyPi (π₯ 77K / month Β· π¦ 560 Β· β±οΈ 16.12.2021):
ip install dataset
 
- 
Conda (π₯ 2.6K Β· β±οΈ 16.12.2021):
onda install -c conda-forge dataset
 
 
Pony (π₯29 Β·  β 3K) - Pony Object Relational Mapper. Apache-2
- 
GitHub (π¨βπ» 23 Β· π 210 Β· π₯ 28 Β· π¦ 2.6K Β· π 600 - 45% open Β· β±οΈ 25.05.2022):
it clone https://github.com/ponyorm/pony
 
- 
PyPi (π₯ 54K / month Β· π¦ 350 Β· β±οΈ 27.01.2022):
ip install pony
 
- 
Conda (π₯ 72K Β· β±οΈ 28.01.2022):
onda install -c conda-forge pony
 
 
py2neo (π₯29 Β·  β 1.1K Β· π€) - Py2neo is a comprehensive Neo4j driver library and toolkit for.. Apache-2
- 
GitHub (π¨βπ» 33 Β· π 220 Β· π 770 - 1% open Β· β±οΈ 10.12.2021):
it clone https://github.com/py2neo-org/py2neo
 
- 
PyPi (π₯ 170K / month Β· π¦ 620 Β· β±οΈ 14.10.2021):
ip install py2neo
 
- 
Conda (π₯ 47K Β· β±οΈ 14.10.2021):
onda install -c conda-forge py2neo
 
 
redis-py-cluster (π₯29 Β·  β 1.1K) - Python cluster client for the official redis cluster. Redis.. MIT
- 
GitHub (π¨βπ» 72 Β· π 300 Β· π₯ 3.2K Β· π¦ 1.2K Β· π 280 - 9% open Β· β±οΈ 12.03.2022):
it clone https://github.com/grokzen/redis-py-cluster
 
- 
PyPi (π₯ 2.1M / month Β· π¦ 200 Β· β±οΈ 30.05.2021):
ip install redis-py-cluster
 
 
pysolr (π₯29 Β·  β 620) - Pysolr Python Solr client. BSD-3
- 
GitHub (π¨βπ» 65 Β· π 320 Β· π¦ 2.7K Β· π 150 - 21% open Β· β±οΈ 12.04.2022):
it clone https://github.com/django-haystack/pysolr
 
- 
PyPi (π₯ 180K / month Β· π¦ 1.3K Β· β±οΈ 01.06.2022):
ip install pysolr
 
- 
Conda (π₯ 19K Β· β±οΈ 28.04.2020):
onda install -c conda-forge pysolr
 
 
HappyBase (π₯27 Β·  β 590) - A developer-friendly Python library to interact with Apache HBase. MIT
- 
GitHub (π¨βπ» 19 Β· π 150 Β· π¦ 650 Β· π 210 - 14% open Β· β±οΈ 12.07.2022):
it clone https://github.com/python-happybase/happybase
 
- 
PyPi (π₯ 72K / month Β· π¦ 230 Β· β±οΈ 14.05.2019):
ip install happybase
 
- 
Conda (π₯ 96K Β· β±οΈ 01.07.2019):
onda install -c conda-forge happybase
 
 
cloudant (π₯27 Β·  β 170) - A Python library for Cloudant and CouchDB. Apache-2
- 
GitHub (π¨βπ» 32 Β· π 53 Β· π¦ 1.8K Β· π 250 - 0% open Β· β±οΈ 10.03.2022):
it clone https://github.com/cloudant/python-cloudant
 
- 
PyPi (π₯ 77K / month Β· π¦ 290 Β· β±οΈ 26.08.2021):
ip install cloudant
 
- 
Conda (π₯ 95K Β· β±οΈ 26.08.2021):
onda install -c conda-forge cloudant
 
 
umongo (π₯26 Β·  β 410 Β· π€) - sync/async MongoDB ODM, yes. MIT
- 
GitHub (π¨βπ» 15 Β· π 64 Β· π¦ 6.6K Β· π 200 - 20% open Β· β±οΈ 23.12.2021):
it clone https://github.com/Scille/umongo
 
- 
PyPi (π₯ 150K / month Β· π¦ 14 Β· β±οΈ 23.12.2021):
ip install umongo
 
- 
Conda (π₯ 1.6K Β· β±οΈ 23.12.2021):
onda install -c conda-forge umongo
 
 
sqlmodel (π₯25 Β·  β 7.9K) - SQL databases in Python, designed for simplicity, compatibility,.. MIT pydantic
- 
GitHub (π¨βπ» 10 Β· π 330 Β· π 320 - 71% open Β· β±οΈ 16.04.2022):
it clone https://github.com/tiangolo/sqlmodel
 
- 
PyPi (π₯ 170K / month Β· π¦ 48 Β· β±οΈ 28.12.2021):
ip install sqlmodel
 
- 
Conda (π₯ 3K Β· β±οΈ 28.12.2021):
onda install -c conda-forge sqlmodel
 
 
gino (π₯25 Β·  β 2.5K) - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core. BSD-3
- 
GitHub (π¨βπ» 46 Β· π 140 Β· π 310 - 16% open Β· β±οΈ 12.02.2022):
it clone https://github.com/python-gino/gino
 
- 
PyPi (π₯ 25K / month Β· π¦ 42 Β· β±οΈ 12.02.2022):
ip install gino
 
 
piccolos (π₯25 Β·  β 820) - A fast, user friendly ORM and query builder which supports asyncio. MIT
- 
GitHub (π¨βπ» 29 Β· π 46 Β· π¦ 93 Β· π 200 - 25% open Β· β±οΈ 18.08.2022):
it clone https://github.com/piccolo-orm/piccolo
 
- 
PyPi (π₯ 7.5K / month Β· π¦ 8 Β· β±οΈ 06.07.2022):
ip install piccolo
 
 
prisma (π₯23 Β·  β 760) - Prisma Client Python is an auto-generated and fully type-safe database.. Apache-2
- 
GitHub (π¨βπ» 12 Β· π 33 Β· π¦ 58 Β· π 230 - 49% open Β· β±οΈ 04.08.2022):
it clone https://github.com/RobertCraigie/prisma-client-py
 
- 
PyPi (π₯ 4.5K / month Β· π¦ 1 Β· β±οΈ 21.05.2022):
ip install prisma
 
 
ODMantic (π₯21 Β·  β 610) - Async ODM (Object Document Mapper) for MongoDB based on python type hints. ISC
- 
GitHub (π¨βπ» 15 Β· π 57 Β· π 110 - 59% open Β· β±οΈ 16.08.2022):
it clone https://github.com/art049/odmantic
 
- 
PyPi (π₯ 15K / month Β· π¦ 1 Β· β±οΈ 01.06.2022):
ip install odmantic
 
 
filedepot (π₯20 Β·  β 140 Β· π€) - Toolkit for storing files and attachments in web applications. MIT
- 
GitHub (π¨βπ» 18 Β· π 35 Β· π¦ 580 Β· π 41 - 14% open Β· β±οΈ 21.09.2021):
it clone https://github.com/amol-/depot
 
- 
PyPi (π₯ 4.2K / month Β· π¦ 51 Β· β±οΈ 27.07.2020):
ip install filedepot
 
 
aioprometheus (π₯20 Β·  β 120) - A Prometheus Python client library for asyncio-based applications. MIT
- 
GitHub (π¨βπ» 12 Β· π 16 Β· π¦ 100 Β· π 23 - 21% open Β· β±οΈ 24.05.2022):
it clone https://github.com/claws/aioprometheus
 
- 
PyPi (π₯ 77K / month Β· π¦ 12 Β· β±οΈ 24.05.2022):
ip install aioprometheus
 
 
Queries (π₯19 Β·  β 250 Β· π€) - PostgreSQL database access simplified. BSD-3
- 
GitHub (π¨βπ» 11 Β· π 30 Β· π¦ 110 Β· π 21 - 33% open Β· β±οΈ 16.11.2021):
it clone https://github.com/gmr/queries
 
- 
PyPi (π₯ 2.7K / month Β· π¦ 27 Β· β±οΈ 16.11.2021):
ip install queries
 
 
psycopg3 (π₯18 Β·  β 760) - New generation PostgreSQL database adapter for the Python.. βοΈLGPL-3.0
 
PugSQL (π₯17 Β·  β 540) - A HugSQL-inspired database library for Python. Apache-2
- 
GitHub (π¨βπ» 12 Β· π 18 Β· π 37 - 45% open Β· β±οΈ 27.05.2022):
it clone https://github.com/mcfunley/pugsql
 
- 
PyPi (π₯ 10K / month Β· π¦ 1 Β· β±οΈ 13.03.2022):
ip install pugsql
 
 
Show 11 hidden projects...
- psycopg2 (π₯37 Β·  β 2.7K) - PostgreSQL database adapter for the Python.. 
βοΈBSD-3-Clause-Attribution 
- pyodbc (π₯32 Β·  β 2.5K) - Python ODBC bridge. 
βοΈMIT-0 
- google-cloud-bigtable (π₯30 Β·  β 34) - Google Cloud Bigtable API client library. 
Apache-2 
- Records (π₯29 Β·  β 6.9K Β· π) - SQL for Humans. 
ISC 
- mongo-connector (π₯26 Β·  β 1.9K Β· π) - MongoDB data stream pipeline tools by YouGov (adopted.. 
Apache-2 
- pyhdb (π₯24 Β·  β 300 Β· π) - SAP HANA Connector in pure Python. 
Apache-2 
- PyMODM (π₯22 Β·  β 340 Β· π) - A Pythonic, object-oriented interface for working with MongoDB. 
Apache-2 
- db.py (π₯21 Β·  β 1.2K Β· π) - db.py is an easier way to interact with your databases. 
BSD-2 
- gsheets-db-api (π₯19 Β·  β 180 Β· π) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets. 
MIT 
- SuperSQLite (π₯15 Β·  β 700 Β· π) - A supercharged SQLite library for Python. 
MIT 
- lazydata (π₯15 Β·  β 630 Β· π) - 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.
Faker (π₯42 Β·  β 15K Β· π) - Faker is a Python package that generates fake data for you. MIT
- 
GitHub (π¨βπ» 470 Β· π 1.6K Β· π¦ 66K Β· π 580 - 3% open Β· β±οΈ 17.08.2022):
it clone https://github.com/joke2k/faker
 
- 
PyPi (π₯ 6.3M / month Β· π¦ 2.9K Β· β±οΈ 06.07.2022):
ip install Faker
 
- 
Conda (π₯ 620K Β· β±οΈ 18.08.2022):
onda install -c conda-forge faker
 
 
Datasets (π₯42 Β·  β 14K) - The largest hub of ready-to-use datasets for ML models with fast,.. Apache-2
- 
GitHub (π¨βπ» 440 Β· π 1.8K Β· π¦ 5.8K Β· π 1.8K - 31% open Β· β±οΈ 16.08.2022):
it clone https://github.com/huggingface/datasets
 
- 
PyPi (π₯ 1.3M / month Β· π¦ 220 Β· β±οΈ 15.06.2022):
ip install datasets
 
- 
Conda (π₯ 37K Β· β±οΈ 25.07.2022):
onda install -c conda-forge datasets
 
 
xlwings (π₯37 Β·  β 2.4K) - xlwings is a Python library that makes it easy to call Python from.. BSD-3
- 
GitHub (π¨βπ» 57 Β· π 430 Β· π₯ 30K Β· π¦ 24K Β· π 1.5K - 15% open Β· β±οΈ 08.08.2022):
it clone https://github.com/xlwings/xlwings
 
- 
PyPi (π₯ 680K / month Β· π¦ 620 Β· β±οΈ 06.07.2022):
ip install xlwings
 
- 
Conda (π₯ 450K Β· β±οΈ 08.08.2022):
onda install -c conda-forge xlwings
 
 
xmltodict (π₯35 Β·  β 4.9K) - Python module that makes working with XML feel like you are working.. MIT
- 
GitHub (π¨βπ» 49 Β· π 460 Β· π¦ 42K Β· π 220 - 27% open Β· β±οΈ 08.05.2022):
it clone https://github.com/martinblech/xmltodict
 
- 
PyPi (π₯ 18M / month Β· π¦ 5.1K Β· β±οΈ 08.05.2022):
ip install xmltodict
 
- 
Conda (π₯ 1.8M Β· β±οΈ 08.05.2022):
onda install -c conda-forge xmltodict
 
 
python-magic (π₯35 Β·  β 2.2K) - A python wrapper for libmagic. MIT
- 
GitHub (π¨βπ» 55 Β· π 250 Β· π¦ 30K Β· π 190 - 17% open Β· β±οΈ 20.06.2022):
it clone https://github.com/ahupp/python-magic
 
- 
PyPi (π₯ 5.6M / month Β· π¦ 3.1K Β· β±οΈ 07.06.2022):
ip install python-magic
 
- 
Conda (π₯ 160K Β· β±οΈ 10.06.2022):
onda install -c conda-forge python-magic
 
 
Tablib (π₯33 Β·  β 4.2K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT
- 
GitHub (π¨βπ» 120 Β· π 570 Β· π¦ 15K Β· π 240 - 14% open Β· β±οΈ 11.07.2022):
it clone https://github.com/jazzband/tablib
 
- 
PyPi (π₯ 1.2M / month Β· π¦ 1.3K Β· β±οΈ 09.04.2022):
ip install tablib
 
- 
Conda (π₯ 75K Β· β±οΈ 09.04.2022):
onda install -c conda-forge tablib
 
 
snorkel (π₯32 Β·  β 5.2K) - A system for quickly generating training data with weak supervision. Apache-2
- 
GitHub (π¨βπ» 78 Β· π 830 Β· π₯ 980 Β· π¦ 190 Β· π 970 - 2% open Β· β±οΈ 29.07.2022):
it clone https://github.com/snorkel-team/snorkel
 
- 
PyPi (π₯ 66K / month Β· π¦ 12 Β· β±οΈ 19.11.2021):
ip install snorkel
 
- 
Conda (π₯ 30K Β· β±οΈ 29.07.2022):
onda install -c conda-forge snorkel
 
 
csvkit (π₯32 Β·  β 5.1K) - A suite of utilities for converting to and working with CSV, the king of.. MIT
- 
GitHub (π¨βπ» 100 Β· π 570 Β· π¦ 1.1K Β· π 860 - 8% open Β· β±οΈ 11.04.2022):
it clone https://github.com/wireservice/csvkit
 
- 
PyPi (π₯ 160K / month Β· π¦ 370 Β· β±οΈ 06.03.2022):
ip install csvkit
 
- 
Conda (π₯ 66K Β· β±οΈ 20.03.2022):
onda install -c conda-forge csvkit
 
 
xlrd (π₯32 Β·  β 2K Β· π€) - Please use openpyxl where you can... BSD-3
- 
GitHub (π¨βπ» 51 Β· π 430 Β· π¦ 100K Β· β±οΈ 21.08.2021):
it clone https://github.com/python-excel/xlrd
 
- 
PyPi (π₯ 18M / month Β· π¦ 8.1K Β· β±οΈ 11.12.2020):
ip install xlrd
 
- 
Conda (π₯ 2.6M Β· β±οΈ 09.01.2021):
onda install -c conda-forge xlrd
 
 
smart-open (π₯31 Β·  β 2.6K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT
- 
GitHub (π¨βπ» 95 Β· π 320 Β· π 350 - 16% open Β· β±οΈ 29.07.2022):
it clone https://github.com/RaRe-Technologies/smart_open
 
- 
PyPi (π₯ 11M / month Β· π¦ 460 Β· β±οΈ 24.04.2022):
ip install smart-open
 
- 
Conda (π₯ 1.2M Β· β±οΈ 24.04.2022):
onda install -c conda-forge smart_open
 
 
gdown (π₯30 Β·  β 2.3K) - Download a large file from Google Drive (curl/wget fails because of the.. MIT
- 
GitHub (π¨βπ» 14 Β· π 200 Β· π¦ 9.5K Β· π 110 - 15% open Β· β±οΈ 26.06.2022):
it clone https://github.com/wkentaro/gdown
 
- 
PyPi (π₯ 360K / month Β· π¦ 210 Β· β±οΈ 26.06.2022):
ip install gdown
 
- 
Conda (π₯ 83K Β· β±οΈ 11.07.2022):
onda install -c conda-forge gdown
 
 
pandas-datareader (π₯29 Β·  β 2.4K) - Extract data from a wide range of Internet sources into a.. BSD-3
- 
GitHub (π¨βπ» 85 Β· π 590 Β· π 500 - 20% open Β· β±οΈ 16.03.2022):
it clone https://github.com/pydata/pandas-datareader
 
- 
PyPi (π₯ 320K / month Β· π¦ 790 Β· β±οΈ 13.07.2021):
ip install pandas-datareader
 
- 
Conda (π₯ 190K Β· β±οΈ 14.07.2021):
onda install -c conda-forge pandas-datareader
 
 
SDV (π₯29 Β·  β 970) - Synthetic Data Generation for tabular, relational and time series data. MIT
- 
GitHub (π¨βπ» 41 Β· π 160 Β· π¦ 79 Β· π 580 - 20% open Β· β±οΈ 17.08.2022):
it clone https://github.com/sdv-dev/SDV
 
- 
PyPi (π₯ 33K / month Β· π¦ 5 Β· β±οΈ 01.07.2022):
ip install sdv
 
- 
Conda (π₯ 2.7K Β· β±οΈ 22.07.2022):
onda install -c conda-forge sdv
 
 
textract (π₯28 Β·  β 3.3K) - extract text from any document. no muss. no fuss. MIT
- 
GitHub (π¨βπ» 40 Β· π 480 Β· π 210 - 40% open Β· β±οΈ 10.03.2022):
it clone https://github.com/deanmalmgren/textract
 
- 
PyPi (π₯ 130K / month Β· π¦ 120 Β· β±οΈ 10.03.2022):
ip install textract
 
- 
Conda (π₯ 16K Β· β±οΈ 10.03.2022):
onda install -c conda-forge textract
 
 
Intake (π₯27 Β·  β 790) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
- 
GitHub (π¨βπ» 76 Β· π 120 Β· π¦ 480 Β· π 310 - 27% open Β· β±οΈ 17.08.2022):
it clone https://github.com/intake/intake
 
- 
PyPi (π₯ 23K / month Β· π¦ 93 Β· β±οΈ 09.01.2022):
ip install intake
 
- 
Conda (π₯ 210K Β· β±οΈ 10.01.2022):
onda install -c conda-forge intake
 
 
rows (π₯23 Β·  β 810) - A common, beautiful interface to tabular data, no matter the format. βοΈLGPL-3.0
- 
GitHub (π¨βπ» 31 Β· π 140 Β· π₯ 38 Β· π¦ 140 Β· π 310 - 52% open Β· β±οΈ 07.08.2022):
it clone https://github.com/turicas/rows
 
- 
PyPi (π₯ 830 / month Β· π¦ 29 Β· β±οΈ 14.02.2019):
ip install rows
 
 
img2dataset (π₯22 Β·  β 860) - Easily turn large sets of image urls to an image dataset. Can.. MIT
- 
GitHub (π¨βπ» 10 Β· π 71 Β· π₯ 310 Β· π¦ 14 Β· π 120 - 35% open Β· β±οΈ 24.07.2022):
it clone https://github.com/rom1504/img2dataset
 
- 
PyPi (π₯ 2.8K / month Β· π¦ 1 Β· β±οΈ 27.06.2022):
ip install img2dataset
 
 
deepdish (π₯22 Β·  β 240 Β· π€) - Flexible HDF5 saving/loading and other data science tools from the.. BSD-3
- 
GitHub (π¨βπ» 10 Β· π 53 Β· π¦ 630 Β· π 39 - 38% open Β· β±οΈ 23.09.2021):
it clone https://github.com/uchicago-cs/deepdish
 
- 
PyPi (π₯ 12K / month Β· π¦ 80 Β· β±οΈ 24.09.2021):
ip install deepdish
 
- 
Conda (π₯ 71K Β· β±οΈ 24.09.2021):
onda install -c conda-forge deepdish
 
 
datatest (π₯21 Β·  β 260 Β· π€) - Tools for test driven data-wrangling and data validation. Apache-2
- 
GitHub (π¨βπ» 7 Β· π 13 Β· π¦ 74 Β· π 55 - 21% open Β· β±οΈ 05.12.2021):
it clone https://github.com/shawnbrown/datatest
 
- 
PyPi (π₯ 10K / month Β· π¦ 3 Β· β±οΈ 04.01.2021):
ip install datatest
 
 
csvs-to-sqlite (π₯16 Β·  β 710 Β· π€) - Convert CSV files into a SQLite database. Apache-2
- 
GitHub (π¨βπ» 6 Β· π 56 Β· π 71 - 59% open Β· β±οΈ 18.11.2021):
it clone https://github.com/simonw/csvs-to-sqlite
 
- 
PyPi (π₯ 2.6K / month Β· π¦ 5 Β· β±οΈ 18.11.2021):
ip install csvs-to-sqlite
 
 
Squirrel (π₯16 Β·  β 230 Β· π£) - A Python library that enables ML teams to share, load, and.. Apache-2
- 
GitHub (π¨βπ» 9 Β· π 3 Β· π 4 - 75% open Β· β±οΈ 17.08.2022):
it clone https://github.com/merantix-momentum/squirrel-core
 
- 
PyPi (π₯ 1.2K / month Β· β±οΈ 06.07.2022):
ip install squirrel-core
 
- 
Conda (π¦ 1 Β· β±οΈ 24.06.2022):
onda install -c anaconda squirrel-core
 
 
Show 9 hidden projects...
- PDFMiner (π₯29 Β·  β 4.9K Β· π) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. 
MIT 
- tabulator-py (π₯27 Β·  β 230 Β· π) - Python library for reading and writing tabular data via streams. 
MIT 
- messytables (π₯25 Β·  β 380 Β· π) - Tools for parsing messy tabular data. This is now superseded by.. 
MIT 
- pyexcel-xlsx (π₯24 Β·  β 110 Β· π) - A wrapper library to read, manipulate and write data in xlsx.. 
BSD-3 
- camelot (π₯23 Β·  β 1.6K Β· π) - A Python library to extract tabular data from PDFs. 
MIT 
- Singer (π₯23 Β·  β 1K Β· π) - Standard for moving data between databases, web APIs, files,.. 
βοΈAGPL-3.0 
- borb (π₯19 Β·  β 2.7K) - borb is a library for reading, creating and manipulating PDF files.. 
βUnlicensed 
- excalibur (π₯19 Β·  β 1.2K Β· π) - A web interface to extract tabular data from PDFs. 
MIT 
- Upgini (π₯17 Β·  β 83) - Free automated data enrichment library for machine learning searches.. 
BSD-3 
 
Data Pipelines & Streaming

Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.
Airflow (π₯45 Β·  β 27K) - Platform to programmatically author, schedule, and monitor workflows. Apache-2
- 
GitHub (π¨βπ» 2.5K Β· π 11K Β· π₯ 330K Β· π 6.1K - 13% open Β· β±οΈ 18.08.2022):
it clone https://github.com/apache/airflow
 
- 
PyPi (π₯ 9M / month Β· π¦ 480 Β· β±οΈ 06.07.2022):
ip install apache-airflow
 
- 
Conda (π₯ 690K Β· β±οΈ 27.07.2022):
onda install -c conda-forge airflow
 
- 
Docker Hub (π₯ 82M Β· β 380 Β· β±οΈ 09.07.2022):
ocker pull apache/airflow
 
 
Celery (π₯45 Β·  β 20K) - Asynchronous task queue/job queue based on distributed message passing. BSD-3
- 
GitHub (π¨βπ» 1.2K Β· π 4.3K Β· π¦ 74K Β· π 4.8K - 11% open Β· β±οΈ 14.08.2022):
it clone https://github.com/celery/celery
 
- 
PyPi (π₯ 6M / month Β· π¦ 15K Β· β±οΈ 29.06.2022):
ip install celery
 
- 
Conda (π₯ 920K Β· β±οΈ 29.05.2022):
onda install -c conda-forge celery
 
 
Prefect (π₯41 Β·  β 9.8K) - The easiest way to automate your data. Apache-2
- 
GitHub (π¨βπ» 270 Β· π 970 Β· π¦ 1.1K Β· π 2.6K - 26% open Β· β±οΈ 18.08.2022):
it clone https://github.com/PrefectHQ/prefect
 
- 
PyPi (π₯ 380K / month Β· π¦ 71 Β· β±οΈ 05.07.2022):
ip install prefect
 
- 
Conda (π₯ 310K Β· β±οΈ 11.08.2022):
onda install -c conda-forge prefect
 
 
Beam (π₯40 Β·  β 5.8K) - Unified programming model to define and execute data processing.. Apache-2
- 
GitHub (π¨βπ» 1.3K Β· π 3.6K Β· π 4.4K - 90% open Β· β±οΈ 18.08.2022):
it clone https://github.com/apache/beam
 
- 
PyPi (π₯ 6.1M / month Β· π¦ 160 Β· β±οΈ 27.06.2022):
ip install apache-beam
 
- 
Conda (π₯ 19K Β· β±οΈ 27.07.2022):
onda install -c conda-forge apache-beam-with-aws
 
 
Dagster (π₯39 Β·  β 5.2K) - An orchestration platform for the development, production, and.. Apache-2
- 
GitHub (π¨βπ» 230 Β· π 660 Β· π¦ 490 Β· π 4.5K - 25% open Β· β±οΈ 18.08.2022):
it clone https://github.com/dagster-io/dagster
 
- 
PyPi (π₯ 500K / month Β· π¦ 91 Β· β±οΈ 06.07.2022):
ip install dagster
 
- 
Conda (π₯ 610K Β· β±οΈ 12.08.2022):
onda install -c conda-forge dagster
 
 
luigi (π₯38 Β·  β 16K Β· π) - Luigi is a Python module that helps you build complex pipelines of.. Apache-2
- 
GitHub (π¨βπ» 590 Β· π 2.3K Β· π¦ 1.8K Β· π 970 - 10% open Β· β±οΈ 18.08.2022):
it clone https://github.com/spotify/luigi
 
- 
PyPi (π₯ 710K / month Β· π¦ 400 Β· β±οΈ 20.06.2022):
ip install luigi
 
- 
Conda (π₯ 11K Β· π¦ 2 Β· β±οΈ 02.05.2022):
onda install -c anaconda luigi
 
 
rq (π₯38 Β·  β 8.4K) - Simple job queues for Python. BSD-3
- 
GitHub (π¨βπ» 260 Β· π 1.3K Β· π¦ 11K Β· π 980 - 19% open Β· β±οΈ 07.08.2022):
it clone https://github.com/rq/rq
 
- 
PyPi (π₯ 660K / month Β· π¦ 1.7K Β· β±οΈ 07.12.2021):
ip install rq
 
- 
Conda (π₯ 76K Β· β±οΈ 30.06.2021):
onda install -c conda-forge rq
 
 
Great Expectations (π₯37 Β·  β 7K) - Always know what to expect from your data. Apache-2
- 
GitHub (π¨βπ» 320 Β· π 1K Β· π 1.4K - 14% open Β· β±οΈ 18.08.2022):
it clone https://github.com/great-expectations/great_expectations
 
- 
PyPi (π₯ 5.4M / month Β· π¦ 36 Β· β±οΈ 30.06.2022):
ip install great_expectations
 
- 
Conda (π₯ 440K Β· β±οΈ 14.08.2022):
onda install -c conda-forge great-expectations
 
 
joblib (π₯36 Β·  β 2.9K) - Computing with Python functions. BSD-3
- 
GitHub (π¨βπ» 110 Β· π 320 Β· π¦ 210K Β· π 730 - 45% open Β· β±οΈ 20.05.2022):
it clone https://github.com/joblib/joblib
 
- 
PyPi (π₯ 22M / month Β· π¦ 5.3K Β· β±οΈ 07.10.2021):
ip install joblib
 
- 
Conda (π₯ 11M Β· β±οΈ 07.10.2021):
onda install -c conda-forge joblib
 
 
Kedro (π₯35 Β·  β 7.5K) - A Python framework for creating reproducible, maintainable and modular.. Apache-2
- 
GitHub (π¨βπ» 160 Β· π 680 Β· π¦ 1K Β· π 860 - 16% open Β· β±οΈ 11.08.2022):
it clone https://github.com/kedro-org/kedro
 
- 
PyPi (π₯ 400K / month Β· π¦ 40 Β· β±οΈ 09.05.2022):
ip install kedro
 
 
dbt (π₯35 Β·  β 5.3K) - dbt enables data analysts and engineers to transform their data using the.. Apache-2
- 
GitHub (π¨βπ» 230 Β· π 960 Β· π₯ 500 Β· π¦ 650 Β· π 3K - 11% open Β· β±οΈ 18.08.2022):
it clone https://github.com/dbt-labs/dbt-core
 
- 
PyPi (π₯ 150K / month Β· π¦ 30 Β· β±οΈ 06.12.2021):
ip install dbt
 
- 
Conda (π₯ 210K Β· β±οΈ 09.12.2021):
onda install -c conda-forge dbt
 
 
Activeloop (π₯31 Β·  β 4.7K) - Dataset format for AI. Build, manage, query & visualize datasets.. MPL-2.0
- 
GitHub (π¨βπ» 99 Β· π 390 Β· π 380 - 13% open Β· β±οΈ 18.08.2022):
it clone https://github.com/activeloopai/Hub
 
- 
PyPi (π₯ 4K / month Β· π¦ 53 Β· β±οΈ 28.06.2022):
ip install hub
 
 
ploomber (π₯31 Β·  β 2.6K) - The fastest way to build data pipelines. Develop iteratively,.. Apache-2
- 
GitHub (π¨βπ» 56 Β· π 170 Β· π¦ 49 Β· π 780 - 27% open Β· β±οΈ 18.08.2022):
it clone https://github.com/ploomber/ploomber
 
- 
PyPi (π₯ 14K / month Β· π¦ 5 Β· β±οΈ 04.07.2022):
ip install ploomber
 
- 
Conda (π₯ 24K Β· β±οΈ 29.07.2022):
onda install -c conda-forge ploomber
 
 
petl (π₯31 Β·  β 1K) - Python Extract Transform and Load Tables of Data. MIT
- 
GitHub (π¨βπ» 55 Β· π 180 Β· π¦ 790 Β· π 440 - 17% open Β· β±οΈ 18.07.2022):
it clone https://github.com/petl-developers/petl
 
- 
PyPi (π₯ 270K / month Β· π¦ 78 Β· β±οΈ 08.06.2022):
ip install petl
 
- 
Conda (π₯ 120K Β· β±οΈ 08.06.2022):
onda install -c conda-forge petl
 
 
huey (π₯30 Β·  β 4.2K) - a little task queue for python. MIT
- 
GitHub (π¨βπ» 66 Β· π 340 Β· π¦ 980 Β· β±οΈ 18.08.2022):
it clone https://github.com/coleifer/huey
 
- 
PyPi (π₯ 97K / month Β· π¦ 160 Β· β±οΈ 28.12.2021):
ip install huey
 
- 
Conda (π₯ 25K Β· β±οΈ 16.10.2019):
onda install -c conda-forge huey
 
 
mleap (π₯29 Β·  β 1.4K) - MLeap: Deploy ML Pipelines to Production. Apache-2
- 
GitHub (π¨βπ» 76 Β· π 300 Β· π¦ 190 Β· π 440 - 20% open Β· β±οΈ 06.07.2022):
it clone https://github.com/combust/mleap
 
- 
PyPi (π₯ 250K / month Β· π¦ 26 Β· β±οΈ 04.04.2022):
ip install mleap
 
- 
Conda (π₯ 52K Β· β±οΈ 05.04.2022):
onda install -c conda-forge mleap
 
 
zenml (π₯27 Β·  β 2.3K) - ZenML : Build portable, production-ready MLOps pipelines... Apache-2
- 
GitHub (π¨βπ» 46 Β· π 190 Β· π 110 - 23% open Β· β±οΈ 17.08.2022):
it clone https://github.com/zenml-io/zenml
 
- 
PyPi (π₯ 2.1K / month Β· β±οΈ 28.06.2022):
ip install zenml
 
 
whylogs (π₯27 Β·  β 1.7K) - Open standard for end-to-end data and ML monitoring for any scale in.. Apache-2
- 
GitHub (π¨βπ» 21 Β· π 72 Β· π₯ 62 Β· π 200 - 10% open Β· β±οΈ 17.08.2022):
it clone https://github.com/whylabs/whylogs
 
- 
PyPi (π₯ 29K / month Β· π¦ 2 Β· β±οΈ 06.07.2022):
ip install whylogs
 
 
dbnd (π₯27 Β·  β 230) - DBND is an agile pipeline framework that helps data engineering teams.. Apache-2
- 
GitHub (π¨βπ» 61 Β· π 26 Β· π¦ 27 Β· π 5 - 20% open Β· β±οΈ 17.08.2022):
it clone https://github.com/databand-ai/dbnd
 
- 
PyPi (π₯ 170K / month Β· π¦ 23 Β· β±οΈ 06.07.2022):
ip install dbnd
 
 
PyFunctional (π₯26 Β·  β 2.1K) - Python library for creating data pipelines with chain functional.. MIT
- 
GitHub (π¨βπ» 26 Β· π 120 Β· π¦ 460 Β· π 130 - 6% open Β· β±οΈ 05.08.2022):
it clone https://github.com/EntilZha/PyFunctional
 
- 
PyPi (π₯ 230K / month Β· π¦ 15 Β· β±οΈ 12.01.2021):
ip install pyfunctional
 
 
Optimus (π₯26 Β·  β 1.2K) - Agile Data Preparation Workflows madeeasy with Pandas, Dask,.. Apache-2 spark
- 
GitHub (π¨βπ» 25 Β· π 210 Β· π 230 - 14% open Β· β±οΈ 21.06.2022):
it clone https://github.com/hi-primus/optimus
 
- 
PyPi (π₯ 53K / month Β· β±οΈ 30.05.2019):
ip install optimuspyspark
 
 
streamparse (π₯25 Β·  β 1.5K) - Run Python in Apache Storm topologies. Pythonic API, CLI.. Apache-2
- 
GitHub (π¨βπ» 43 Β· π 220 Β· π¦ 55 Β· π 330 - 21% open Β· β±οΈ 18.07.2022):
it clone https://github.com/Parsely/streamparse
 
- 
PyPi (π₯ 2.4K / month Β· π¦ 27 Β· β±οΈ 10.01.2022):
ip install streamparse
 
 
arq (π₯25 Β·  β 1.3K) - Fast job queuing and RPC in python with asyncio and redis. MIT
- 
GitHub (π¨βπ» 39 Β· π 110 Β· π¦ 250 Β· π 140 - 28% open Β· β±οΈ 28.03.2022):
it clone https://github.com/samuelcolvin/arq
 
- 
PyPi (π₯ 25K / month Β· π¦ 11 Β· β±οΈ 09.03.2022):
ip install arq
 
- 
Conda (π₯ 3.1K Β· β±οΈ 03.09.2021):
onda install -c conda-forge arq
 
 
pdpipe (π₯23 Β·  β 680) - Easy pipelines for pandas DataFrames. MIT 
- 
GitHub (π¨βπ» 10 Β· π 41 Β· π¦ 41 Β· π 51 - 31% open Β· β±οΈ 09.08.2022):
it clone https://github.com/pdpipe/pdpipe
 
- 
PyPi (π₯ 1.8K / month Β· π¦ 6 Β· β±οΈ 04.07.2022):
ip install pdpipe
 
- 
Conda (π₯ 10K Β· β±οΈ 09.08.2022):
onda install -c conda-forge pdpipe
 
 
TaskTiger (π₯22 Β·  β 1.2K) - Python task queue using Redis. MIT
- 
GitHub (π¨βπ» 25 Β· π 62 Β· π¦ 23 Β· π 69 - 47% open Β· β±οΈ 25.04.2022):
it clone https://github.com/closeio/tasktiger
 
- 
PyPi (π₯ 1.4K / month Β· π¦ 10 Β· β±οΈ 02.12.2021):
ip install tasktiger
 
 
BatchFlow (π₯21 Β·  β 180) - BatchFlow helps you conveniently work with random or sequential.. Apache-2
- 
GitHub (π¨βπ» 32 Β· π 41 Β· π¦ 2 Β· π 100 - 31% open Β· β±οΈ 03.08.2022):
it clone https://github.com/analysiscenter/batchflow
 
- 
PyPi (π₯ 150 / month Β· β±οΈ 07.07.2022):
ip install batchflow
 
 
Pypeline (π₯20 Β·  β 1.4K) - Concurrent data pipelines in Python . MIT
- 
GitHub (π¨βπ» 13 Β· π 80 Β· π 59 - 25% open Β· β±οΈ 23.06.2022):
it clone https://github.com/cgarciae/pypeln
 
- 
PyPi (π₯ 7.6K / month Β· π¦ 9 Β· β±οΈ 06.01.2022):
ip install pypeln
 
- 
Conda (π₯ 9.1K Β· β±οΈ 06.01.2022):
onda install -c conda-forge pypeln
 
 
bodywork-core (π₯20 Β·  β 400) - ML pipeline orchestration and model deployments on.. βοΈAGPL-3.0
- 
GitHub (π¨βπ» 4 Β· π 18 Β· π¦ 10 Β· π 77 - 25% open Β· β±οΈ 04.07.2022):
it clone https://github.com/bodywork-ml/bodywork-core
 
- 
PyPi (π₯ 300 / month Β· β±οΈ 04.07.2022):
ip install bodywork
 
 
spark-deep-learning (π₯19 Β·  β 1.9K) - Deep Learning Pipelines for Apache Spark. Apache-2 spark
 
Databolt Flow (π₯18 Β·  β 940 Β· π€) - Python library for building highly effective data science.. MIT
- 
GitHub (π¨βπ» 12 Β· π 71 Β· π¦ 20 Β· π 23 - 43% open Β· β±οΈ 28.09.2021):
it clone https://github.com/d6t/d6tflow
 
- 
PyPi (π₯ 150 / month Β· β±οΈ 06.10.2021):
ip install d6tflow
 
 
Mara Pipelines (π₯17 Β·  β 1.9K) - A lightweight opinionated ETL framework, halfway between plain.. MIT
- 
GitHub (π¨βπ» 17 Β· π 94 Β· π 38 - 63% open Β· β±οΈ 18.07.2022):
it clone https://github.com/mara/mara-pipelines
 
- 
PyPi (π₯ 360 / month Β· β±οΈ 29.05.2022):
ip install mara-pipelines
 
 
riko (π₯17 Β·  β 1.6K Β· π€) - A Python stream processing engine modeled after Yahoo! Pipes. MIT
- 
GitHub (π¨βπ» 18 Β· π 75 Β· π 30 - 73% open Β· β±οΈ 28.12.2021):
it clone https://github.com/nerevu/riko
 
- 
PyPi (π₯ 83 / month Β· π¦ 1 Β· β±οΈ 28.12.2021):
ip install riko
 
 
kale (π₯17 Β·  β 560 Β· π€) - Kubeflows superfood for Data Scientists. Apache-2 jupyter
- 
GitHub (π¨βπ» 10 Β· π 110 Β· π 160 - 53% open Β· β±οΈ 20.10.2021):
it clone https://github.com/kubeflow-kale/kale
 
- 
PyPi (π₯ 1K / month Β· β±οΈ 19.05.2021):
ip install kubeflow-kale
 
 
flupy (π₯17 Β·  β 170) - Fluent data pipelines for python and your shell. MIT
- 
GitHub (π¨βπ» 6 Β· π 12 Β· π 12 - 25% open Β· β±οΈ 17.02.2022):
it clone https://github.com/olirice/flupy
 
- 
PyPi (π₯ 71K / month Β· π¦ 1 Β· β±οΈ 15.10.2021):
ip install flupy
 
 
RasgoQL (π₯15 Β·  β 260) - Write python locally, execute SQL in your data warehouse. βοΈAGPL-3.0
- 
GitHub (π¨βπ» 10 Β· π 11 Β· π 26 - 42% open Β· β±οΈ 05.07.2022):
it clone https://github.com/rasgointelligence/RasgoQL
 
- 
PyPi (π₯ 290 / month Β· β±οΈ 05.07.2022):
ip install rasgoql
 
 
Show 8 hidden projects...
- mrjob (π₯32 Β·  β 2.6K Β· π) - Run MapReduce jobs on Hadoop or Amazon Web Services. 
Apache-2 
- faust (π₯30 Β·  β 6.3K Β· π) - Python Stream Processing. 
BSD-3 
- bonobo (π₯24 Β·  β 1.5K Β· π) - Extract Transform Load for Python 3.5+. 
Apache-2 
- dpark (π₯22 Β·  β 2.7K Β· π) - Python clone of Spark, a MapReduce alike framework in Python. 
BSD-3 spark 
- pysparkling (π₯22 Β·  β 250 Β· π) - A pure Python implementation of Apache Sparks RDD and DStream.. 
MIT 
- mrq (π₯21 Β·  β 870 Β· π) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. 
MIT 
- Botflow (π₯15 Β·  β 1.2K Β· π) - Python Fast Dataflow programming framework for Data pipeline work(.. 
BSD-3 
- datajob (π₯12 Β·  β 95) - Build and deploy a serverless data pipeline on AWS with no effort. 
Apache-2 
 
File Formats

XlsxWriter (π₯36 Β·  β 3K) - A Python module for creating Excel XLSX files. BSD-2
- 
GitHub (π¨βπ» 47 Β· π 580 Β· π¦ 49K Β· π 800 - 2% open Β· β±οΈ 17.08.2022):
it clone https://github.com/jmcnamara/XlsxWriter
 
- 
PyPi (π₯ 10M / month Β· π¦ 3.7K Β· β±οΈ 27.02.2022):
ip install xlsxwriter
 
- 
Conda (π₯ 2M Β· β±οΈ 27.02.2022):
onda install -c conda-forge xlsxwriter
 
 
PyYAML (π₯36 Β·  β 1.9K) - Canonical source repository for PyYAML. MIT
- 
GitHub (π¨βπ» 39 Β· π 410 Β· π¦ 530K Β· π 500 - 48% open Β· β±οΈ 12.07.2022):
it clone https://github.com/yaml/pyyaml
 
- 
PyPi (π₯ 160M / month Β· π¦ 71K Β· β±οΈ 13.10.2021):
ip install pyyaml
 
- 
Conda (π₯ 23M Β· β±οΈ 27.07.2022):
onda install -c conda-forge pyyaml
 
 
jmespath (π₯34 Β·  β 1.7K) - JMESPath is a query language for JSON. MIT
- 
GitHub (π¨βπ» 29 Β· π 160 Β· π 120 - 36% open Β· β±οΈ 17.06.2022):
it clone https://github.com/jmespath/jmespath.py
 
- 
PyPi (π₯ 100M / month Β· π¦ 6.8K Β· β±οΈ 17.06.2022):
ip install jmespath
 
- 
Conda (π₯ 11M Β· β±οΈ 18.06.2022):
onda install -c conda-forge jmespath
 
 
Code Inspection

deepdiff (π₯33 Β·  β 1.4K Β· π) - Deep Difference and search of any Python object/data. MIT
- 
GitHub (π¨βπ» 64 Β· π 180 Β· π 220 - 24% open Β· β±οΈ 14.08.2022):
it clone https://github.com/seperman/deepdiff
 
- 
PyPi (π₯ 6.4M / month Β· π¦ 640 Β· β±οΈ 10.04.2022):
ip install deepdiff
 
- 
Conda (π₯ 140K Β· β±οΈ 13.05.2022):
onda install -c conda-forge deepdiff
 
 
typing_inspect (π₯26 Β·  β 270 Β· π) - Runtime inspection utilities for Python typing module. MIT
- 
GitHub (π¨βπ» 16 Β· π 23 Β· π 48 - 33% open Β· β±οΈ 17.08.2022):
it clone https://github.com/ilevkivskyi/typing_inspect
 
- 
PyPi (π₯ 23M / month Β· π¦ 220 Β· β±οΈ 07.06.2021):
ip install typing_inspect
 
- 
Conda (π₯ 1M Β· β±οΈ 09.06.2021):
onda install -c conda-forge typing_inspect
 
 
Show 2 hidden projects...
 
General Utilities

attrs (π₯41 Β·  β 4.4K) - Python Classes Without Boilerplate. MIT
- 
GitHub (π¨βπ» 130 Β· π 310 Β· π¦ 450K Β· π 580 - 18% open Β· β±οΈ 18.08.2022):
it clone https://github.com/python-attrs/attrs
 
- 
PyPi (π₯ 120M / month Β· π¦ 17K Β· β±οΈ 29.12.2021):
ip install attrs
 
- 
Conda (π₯ 19M Β· β±οΈ 31.07.2022):
onda install -c conda-forge attrs
 
 
toolz (π₯36 Β·  β 4K) - A functional standard library for Python. BSD-3
- 
GitHub (π¨βπ» 72 Β· π 240 Β· π¦ 66K Β· π 240 - 42% open Β· β±οΈ 16.07.2022):
it clone https://github.com/pytoolz/toolz
 
- 
PyPi (π₯ 15M / month Β· π¦ 3.3K Β· β±οΈ 06.11.2021):
ip install toolz
 
- 
Conda (π₯ 8M Β· β±οΈ 10.07.2022):
onda install -c conda-forge toolz
 
 
more-itertools (π₯36 Β·  β 2.7K) - More routines for operating on iterables, beyond itertools. MIT
- 
GitHub (π¨βπ» 89 Β· π 210 Β· π₯ 2.5K Β· π 220 - 6% open Β· β±οΈ 10.08.2022):
it clone https://github.com/more-itertools/more-itertools
 
- 
PyPi (π₯ 15M / month Β· π¦ 8.4K Β· β±οΈ 06.05.2022):
ip install more-itertools
 
- 
Conda (π₯ 9.4M Β· β±οΈ 09.08.2022):
onda install -c conda-forge more-itertools
 
 
python-dependency-injector (π₯33 Β·  β 2.3K) - Dependency injection framework for Python. BSD-3
- 
GitHub (π¨βπ» 24 Β· π 160 Β· π¦ 1.1K Β· π 430 - 21% open Β· β±οΈ 04.08.2022):
it clone https://github.com/ets-labs/python-dependency-injector
 
- 
PyPi (π₯ 610K / month Β· π¦ 61 Β· β±οΈ 30.03.2022):
ip install dependency-injector
 
- 
Conda (π₯ 8.5K Β· β±οΈ 16.08.2022):
onda install -c conda-forge dependency_injector
 
 
boltons (π₯32 Β·  β 5.9K) - Like builtins, but boltons. 250+ constructs, recipes, and snippets.. BSD-3
- 
GitHub (π¨βπ» 75 Β· π 320 Β· π₯ 23 Β· π¦ 2.5K Β· π 160 - 40% open Β· β±οΈ 29.04.2022):
it clone https://github.com/mahmoud/boltons
 
- 
PyPi (π₯ 2M / month Β· π¦ 400 Β· β±οΈ 17.05.2021):
ip install boltons
 
- 
Conda (π₯ 660K Β· β±οΈ 27.05.2021):
onda install -c conda-forge boltons
 
 
returns (π₯31 Β·  β 2.4K Β· π) - Make your functions return something meaningful, typed, and safe!. BSD-2
- 
GitHub (π¨βπ» 39 Β· π 89 Β· π¦ 190 Β· π 390 - 15% open Β· β±οΈ 16.08.2022):
it clone https://github.com/dry-python/returns
 
- 
PyPi (π₯ 55K / month Β· π¦ 31 Β· β±οΈ 13.03.2022):
ip install returns
 
- 
Conda (π₯ 2.4K Β· β±οΈ 13.03.2022):
onda install -c conda-forge returns
 
 
tenacity (π₯29 Β·  β 4K) - Retrying library for Python. Apache-2
- 
GitHub (π¨βπ» 71 Β· π 200 Β· π 200 - 34% open Β· β±οΈ 30.05.2022):
it clone https://github.com/jd/tenacity
 
- 
PyPi (π₯ 22M / month Β· π¦ 740 Β· β±οΈ 12.07.2021):
ip install tenacity
 
- 
Conda (π₯ 2.8M Β· β±οΈ 12.07.2021):
onda install -c conda-forge tenacity
 
 
funcy (π₯29 Β·  β 2.8K) - A fancy and practical functional tools. BSD-3
- 
GitHub (π¨βπ» 31 Β· π 130 Β· π¦ 5.5K Β· π 70 - 8% open Β· β±οΈ 15.07.2022):
it clone https://github.com/Suor/funcy
 
- 
PyPi (π₯ 970K / month Β· π¦ 580 Β· β±οΈ 20.12.2021):
ip install funcy
 
- 
Conda (π₯ 220K Β· β±οΈ 21.12.2021):
onda install -c conda-forge funcy
 
 
natsort (π₯28 Β·  β 680 Β· π€) - Simple yet flexible natural sorting in Python. MIT
- 
GitHub (π¨βπ» 19 Β· π 38 Β· π¦ 13K Β· π 78 - 3% open Β· β±οΈ 31.01.2022):
it clone https://github.com/SethMMorton/natsort
 
- 
PyPi (π₯ 3.3M / month Β· π¦ 950 Β· β±οΈ 31.01.2022):
ip install natsort
 
- 
Conda (π₯ 830K Β· β±οΈ 31.01.2022):
onda install -c conda-forge natsort
 
 
ubelt (π₯27 Β·  β 620) - A Python utility library with a stdlib like feel and extra batteries... Apache-2
- 
GitHub (π¨βπ» 4 Β· π 43 Β· π¦ 1.6K Β· π 10 - 30% open Β· β±οΈ 16.08.2022):
it clone https://github.com/Erotemic/ubelt
 
- 
PyPi (π₯ 34K / month Β· π¦ 52 Β· β±οΈ 01.07.2022):
ip install ubelt
 
- 
Conda (π₯ 15K Β· β±οΈ 06.08.2022):
onda install -c conda-forge ubelt
 
 
pampy (π₯22 Β·  β 3.5K) - Pampy: The Pattern Matching for Python you always dreamed of. MIT
- 
GitHub (π¨βπ» 10 Β· π 130 Β· π¦ 260 Β· π 38 - 60% open Β· β±οΈ 29.03.2022):
it clone https://github.com/santinic/pampy
 
- 
PyPi (π₯ 48K / month Β· π¦ 31 Β· β±οΈ 07.11.2019):
ip install pampy
 
 
Show 4 hidden projects...
- retrying (π₯27 Β·  β 1.8K Β· π) - Retrying is an Apache 2.0 licensed general-purpose retrying.. 
Apache-2 
- ratelimit (π₯24 Β·  β 530 Β· π) - API Rate Limit Decorator. 
MIT 
- CommonRegex (π₯22 Β·  β 1.5K Β· π) - A collection of common regular expressions bundled with an easy.. 
MIT 
- pinject (π₯22 Β·  β 1.3K Β· π) - A pythonic dependency injection library. 
Apache-2 
 
Python Implementations

cpython (π₯40 Β·  β 47K) - The Python programming language. MIT
- 
GitHub (π¨βπ» 2.1K Β· π 24K Β· π 62K - 13% open Β· β±οΈ 18.08.2022):
it clone https://github.com/python/cpython
 
- 
PyPi (π₯ 35K / month Β· β±οΈ 22.07.2020):
ip install cpython
 
- 
Conda (π₯ 1.3M Β· β±οΈ 01.05.2021):
onda install -c conda-forge typing
 
- 
npm (π¦ 1 Β· β±οΈ 03.08.2017):
pm install @buckpkg/python
 
 
micropython (π₯34 Β·  β 15K) - MicroPython - a lean and efficient Python implementation for.. Python-2.0
- 
GitHub (π¨βπ» 510 Β· π 5.6K Β· π₯ 45K Β· π 4.7K - 30% open Β· β±οΈ 18.08.2022):
it clone https://github.com/micropython/micropython
 
- 
PyPi (π¦ 14 Β· β±οΈ 10.10.2016):
ip install micropython-_markupbase
 
 
pyston (π₯26 Β·  β 2.2K) - A faster and highly-compatible implementation of the Python.. Apache-2
 
Show 3 hidden projects...
- grumpy (π₯21 Β·  β 10K Β· π) - Grumpy is a Python to Go source code transcompiler and runtime. 
Apache-2 
- stackless (π₯18 Β·  β 840 Β· π€) - The Stackless Python programming language. 
βUnlicensed 
- cl-python (π₯11 Β·  β 330) - An implementation of Python in Common Lisp. 
βUnlicensed 
 
Others

Pygments (π₯42 Β·  β 1K) - Pygments is a generic syntax highlighter written in Python. BSD-2
- 
GitHub (π¨βπ» 730 Β· π 440 Β· π¦ 350K Β· π 1.7K - 22% open Β· β±οΈ 18.08.2022):
it clone https://github.com/pygments/pygments
 
- 
PyPi (π₯ 36M / month Β· π¦ 36K Β· β±οΈ 24.04.2022):
ip install pygments
 
- 
Conda (π₯ 14M Β· β±οΈ 16.08.2022):
onda install -c conda-forge pygments
 
 
cookiecutter (π₯41 Β·  β 18K) - A cross-platform command-line utility that creates projects from.. BSD-3
- 
GitHub (π¨βπ» 280 Β· π 1.7K Β· π¦ 14K Β· π 780 - 28% open Β· β±οΈ 01.08.2022):
it clone https://github.com/cookiecutter/cookiecutter
 
- 
PyPi (π₯ 2M / month Β· π¦ 1.5K Β· β±οΈ 01.06.2022):
ip install cookiecutter
 
- 
Conda (π₯ 380K Β· β±οΈ 01.06.2022):
onda install -c conda-forge cookiecutter
 
 
pycparser (π₯36 Β·  β 2.6K Β· π€) - Complete C99 parser in pure Python. BSD-3
- 
GitHub (π¨βπ» 76 Β· π 530 Β· π¦ 380K Β· π 300 - 5% open Β· β±οΈ 25.01.2022):
it clone https://github.com/eliben/pycparser
 
- 
PyPi (π₯ 81M / month Β· π¦ 17K Β· β±οΈ 06.11.2021):
ip install pycparser
 
- 
Conda (π₯ 20M Β· β±οΈ 07.11.2021):
onda install -c conda-forge pycparser
 
 
pyparsing (π₯36 Β·  β 1.6K) - Python library for creating PEG parsers. MIT
- 
GitHub (π¨βπ» 50 Β· π 220 Β· π₯ 7.1K Β· π 270 - 10% open Β· β±οΈ 19.07.2022):
it clone https://github.com/pyparsing/pyparsing
 
- 
PyPi (π₯ 120M / month Β· π¦ 31K Β· β±οΈ 10.05.2022):
ip install pyparsing
 
- 
Conda (π₯ 25M Β· β±οΈ 14.07.2022):
onda install -c conda-forge pyparsing
 
 
wrapt (π₯33 Β·  β 1.7K) - A Python module for decorators, wrappers and monkey patching. BSD-2
- 
GitHub (π¨βπ» 25 Β· π 210 Β· π 150 - 20% open Β· β±οΈ 02.05.2022):
it clone https://github.com/GrahamDumpleton/wrapt
 
- 
PyPi (π₯ 63M / month Β· π¦ 12K Β· β±οΈ 02.05.2022):
ip install wrapt
 
- 
Conda (π₯ 7.5M Β· β±οΈ 02.05.2022):
onda install -c conda-forge wrapt
 
 
py4j (π₯33 Β·  β 990) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3
- 
GitHub (π¨βπ» 37 Β· π 180 Β· π¦ 12K Β· π 400 - 32% open Β· β±οΈ 16.08.2022):
it clone https://github.com/bartdag/py4j
 
- 
PyPi (π₯ 29M / month Β· π¦ 670 Β· β±οΈ 18.03.2022):
ip install py4j
 
- 
Conda (π₯ 1.8M Β· β±οΈ 13.08.2022):
onda install -c conda-forge py4j
 
 
fastcore (π₯33 Β·  β 770) - Python supercharged for the fastai library. Apache-2
- 
GitHub (π¨βπ» 50 Β· π 220 Β· π¦ 1.9K Β· π 290 - 3% open Β· β±οΈ 18.08.2022):
it clone https://github.com/fastai/fastcore
 
- 
PyPi (π₯ 680K / month Β· π¦ 170 Β· β±οΈ 17.06.2022):
ip install fastcore
 
- 
Conda (π₯ 11K Β· β±οΈ 18.08.2022):
onda install -c conda-forge fastcore
 
 
decorator (π₯33 Β·  β 710) - Decorators for Humans. BSD-2
- 
GitHub (π¨βπ» 26 Β· π 90 Β· π¦ 330K Β· π 95 - 4% open Β· β±οΈ 22.06.2022):
it clone https://github.com/micheles/decorator
 
- 
PyPi (π₯ 50M / month Β· π¦ 24K Β· β±οΈ 07.01.2022):
ip install decorator
 
- 
Conda (π₯ 14M Β· β±οΈ 07.01.2022):
onda install -c conda-forge decorator
 
 
keyboard (π₯31 Β·  β 3K) - Hook and simulate global keyboard events on Windows and Linux. MIT
- 
GitHub (π¨βπ» 40 Β· π 360 Β· π¦ 7.3K Β· π 510 - 64% open Β· β±οΈ 20.07.2022):
it clone https://github.com/boppreh/keyboard
 
- 
PyPi (π₯ 190K / month Β· π¦ 330 Β· β±οΈ 23.03.2020):
ip install keyboard
 
- 
Conda (π₯ 7.1K Β· β±οΈ 08.11.2021):
onda install -c conda-forge keyboard
 
 
diagrams (π₯30 Β·  β 26K) - Diagram as Code for prototyping cloud system architectures. MIT
- 
GitHub (π¨βπ» 110 Β· π 1.5K Β· π 450 - 65% open Β· β±οΈ 10.08.2022):
it clone https://github.com/mingrammer/diagrams
 
- 
PyPi (π₯ 85K / month Β· π¦ 23 Β· β±οΈ 09.02.2022):
ip install diagrams
 
- 
Conda (π₯ 120K Β· β±οΈ 23.01.2022):
onda install -c conda-forge diagrams
 
 
pyscaffold (π₯30 Β·  β 1.6K) - Python project template generator with batteries included. MIT
- 
GitHub (π¨βπ» 53 Β· π 170 Β· π 280 - 7% open Β· β±οΈ 08.08.2022):
it clone https://github.com/pyscaffold/pyscaffold
 
- 
PyPi (π₯ 170K / month Β· π¦ 57 Β· β±οΈ 17.06.2022):
ip install pyscaffold
 
- 
Conda (π₯ 140K Β· β±οΈ 20.07.2022):
onda install -c conda-forge pyscaffold
 
 
pluggy (π₯30 Β·  β 820) - A minimalist production ready plugin system. MIT
- 
GitHub (π¨βπ» 44 Β· π 110 Β· π 150 - 26% open Β· β±οΈ 11.05.2022):
it clone https://github.com/pytest-dev/pluggy
 
- 
PyPi (π₯ 45M / month Β· π¦ 10K Β· β±οΈ 25.08.2021):
ip install pluggy
 
- 
Conda (π₯ 12M Β· β±οΈ 01.04.2022):
onda install -c conda-forge pluggy
 
 
powerline-shell (π₯27 Β·  β 5.9K) - A beautiful and useful prompt for your shell. MIT
- 
GitHub (π¨βπ» 86 Β· π 730 Β· π¦ 84 Β· π 290 - 42% open Β· β±οΈ 16.03.2022):
it clone https://github.com/b-ryan/powerline-shell
 
- 
PyPi (π₯ 1.8K / month Β· π¦ 4 Β· β±οΈ 16.09.2018):
ip install powerline-shell
 
 
pyscreenshot (π₯27 Β·  β 440) - Python screenshot library, replacement for the Pillow ImageGrab.. BSD-2
- 
GitHub (π¨βπ» 24 Β· π 83 Β· π¦ 1.6K Β· π 66 - 7% open Β· β±οΈ 12.06.2022):
it clone https://github.com/ponty/pyscreenshot
 
- 
PyPi (π₯ 90K / month Β· π¦ 240 Β· β±οΈ 18.04.2021):
ip install pyscreenshot
 
 
Send2Trash (π₯27 Β·  β 210) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3
- 
GitHub (π¨βπ» 13 Β· π 31 Β· π 47 - 40% open Β· β±οΈ 27.07.2022):
it clone https://github.com/arsenetar/send2trash
 
- 
PyPi (π₯ 10M / month Β· π¦ 2.7K Β· β±οΈ 21.08.2021):
ip install send2trash
 
- 
Conda (π₯ 5.7M Β· β±οΈ 09.08.2021):
onda install -c conda-forge send2trash
 
 
Copier (π₯26 Β·  β 660) - Library and command-line utility for rendering projects templates. MIT
- 
GitHub (π¨βπ» 40 Β· π 81 Β· π¦ 100 Β· π 270 - 13% open Β· β±οΈ 17.08.2022):
it clone https://github.com/copier-org/copier
 
- 
PyPi (π₯ 15K / month Β· π¦ 8 Β· β±οΈ 13.06.2022):
ip install copier
 
 
catalogue (π₯26 Β·  β 130) - Super lightweight function registries for your library. MIT
- 
GitHub (π¨βπ» 9 Β· π 18 Β· π¦ 17K Β· π 9 - 44% open Β· β±οΈ 26.07.2022):
it clone https://github.com/explosion/catalogue
 
- 
PyPi (π₯ 3.4M / month Β· π¦ 55 Β· β±οΈ 06.07.2022):
ip install catalogue
 
- 
Conda (π₯ 760K Β· β±οΈ 08.04.2022):
onda install -c conda-forge catalogue
 
 
python-mss (π₯23 Β·  β 750) - An ultra fast cross-platform multiple screenshots module in pure.. MIT
- 
GitHub (π¨βπ» 18 Β· π 71 Β· π 120 - 29% open Β· β±οΈ 09.08.2022):
it clone https://github.com/BoboTiG/python-mss
 
- 
PyPi (π₯ 280K / month Β· π¦ 210 Β· β±οΈ 31.10.2020):
ip install mss
 
- 
Conda (π₯ 17K Β· β±οΈ 31.10.2020):
onda install -c conda-forge python-mss
 
 
Show 3 hidden projects...
- openpyxl (π₯25 Β·  β 45) - A Python library to read/write Excel 2010 xlsx/xlsm files. 
MIT 
- pluginbase (π₯24 Β·  β 1K Β· π) - A simple but flexible plugin system for Python. 
BSD-3 
- macropy (π₯22 Β·  β 3.2K Β· π) - Macros in Python: quasiquotes, case classes, LINQ and more!. 
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.
License
