πΒ A ranked list of awesome Python open-source libraries & tools. Updated weekly.
This curated list contains 300 awesome open-source projects with a total of 950K stars grouped into 26 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.
- Data Serialization 15 projects
- Data Structures 14 projects
- Data Validation 13 projects
- Algorithms & Design Patterns 4 projects
- Date & Time Utilities 9 projects
- File & Path Utilities 9 projects
- Compatiblity 7 projects
- Cryptography 7 projects
- Infrastructure & DevOps 18 projects
- Process Utilities 4 projects
- Asynchronous Programming 6 projects
- Configuration 8 projects
- CLI Development 19 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 11 projects
- Web Development 1 projects
- Database Clients 61 projects
- Data Loading & Extraction 27 projects
- File Formats 3 projects
- Code Inspection 4 projects
- General Utilities 15 projects
- Python Implementations 6 projects
- Others 19 projects
- π₯π₯π₯Β Combined project-quality score
- βοΈΒ Star count from GitHub
- π£Β New project (less than 6 months old)
- π€Β Inactive project (6 months no activity)
- πΒ Dead project (12 months no activity)
- ππΒ Project is trending up or down
- βΒ Project was recently added
- βοΈΒ Warning (e.g. missing/risky license)
- π¨βπ»Β Contributors count from GitHub
- πΒ Fork count from GitHub
- πΒ Issue count from GitHub
- β±οΈΒ Last update timestamp on package manager
- π₯Β Download count from package manager
- π¦Β Number of dependent projects
protobuf (π₯41 Β· β 50K) - Protocol Buffers - Google's data interchange format. BSD-3
-
GitHub (π¨βπ» 850 Β· π 13K Β· π₯ 28M Β· π¦ 160K Β· π 4.7K - 26% open Β· β±οΈ 26.08.2021):
git clone https://github.com/protocolbuffers/protobuf
-
PyPi (π₯ 64M / month Β· π¦ 25K Β· β±οΈ 20.08.2021):
pip install protobuf
-
Conda (π₯ 5.8M Β· β±οΈ 29.06.2021):
conda install -c conda-forge protobuf
flatbuffers (π₯35 Β· β 17K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
-
GitHub (π¨βπ» 500 Β· π 2.5K Β· π₯ 32K Β· π¦ 1K Β· π 1.8K - 8% open Β· β±οΈ 24.08.2021):
git clone https://github.com/google/flatbuffers
-
PyPi (π₯ 3.9M / month Β· π¦ 170 Β· β±οΈ 10.05.2021):
pip install flatbuffers
-
Conda (π₯ 260K Β· β±οΈ 11.05.2021):
conda install -c conda-forge flatbuffers
simplejson (π₯34 Β· β 1.4K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT
-
GitHub (π¨βπ» 37 Β· π 310 Β· π₯ 5.3K Β· π¦ 68K Β· π 180 - 9% open Β· β±οΈ 24.08.2021):
git clone https://github.com/simplejson/simplejson
-
PyPi (π₯ 16M / month Β· π¦ 39K Β· β±οΈ 24.08.2021):
pip install simplejson
-
Conda (π₯ 1.3M Β· β±οΈ 24.08.2021):
conda install -c conda-forge simplejson
ultrajson (π₯33 Β· β 3.4K Β· π) - Ultra fast JSON decoder and encoder written in C with Python.. BSD-3
marshmallow (π₯32 Β· β 5.7K) - A lightweight library for converting complex objects to and from.. MIT
-
GitHub (π¨βπ» 190 Β· π 570 Β· π¦ 32K Β· π 1.1K - 11% open Β· β±οΈ 12.08.2021):
git clone https://github.com/marshmallow-code/marshmallow
-
PyPi (π₯ 9.8M / month Β· π¦ 18K Β· β±οΈ 21.07.2021):
pip install marshmallow
-
Conda (π₯ 700K Β· β±οΈ 23.07.2021):
conda install -c conda-forge marshmallow
msgpack (π₯30 Β· β 1.5K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2
-
GitHub (π¨βπ» 69 Β· π 190 Β· π₯ 870 Β· π¦ 48K Β· π 240 - 2% open Β· β±οΈ 18.03.2021):
git clone https://github.com/msgpack/msgpack-python
-
PyPi (π₯ 14M / month Β· π¦ 2.6K Β· β±οΈ 18.12.2020):
pip install msgpack
-
Conda (π₯ 4.5M Β· β±οΈ 29.06.2021):
conda install -c conda-forge msgpack-python
cloudpickle (π₯30 Β· β 1K) - Extended pickling support for Python objects. BSD-3
-
GitHub (π¨βπ» 47 Β· π 110 Β· π₯ 19 Β· π¦ 40K Β· π 190 - 29% open Β· β±οΈ 01.08.2021):
git clone https://github.com/cloudpipe/cloudpickle
-
PyPi (π₯ 20M / month Β· π¦ 4.1K Β· β±οΈ 25.08.2020):
pip install cloudpickle
-
Conda (π₯ 5.1M Β· β±οΈ 26.08.2020):
conda install -c conda-forge cloudpickle
orjson (π₯28 Β· β 2.3K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2
jsonpickle (π₯26 Β· β 960) - Python library for serializing any arbitrary object graph into JSON... BSD-3
python-rapidjson (π₯26 Β· β 420) - Python wrapper around rapidjson. MIT
-
GitHub (π¨βπ» 18 Β· π 38 Β· π¦ 1.5K Β· π 98 - 10% open Β· β±οΈ 25.06.2021):
git clone https://github.com/python-rapidjson/python-rapidjson
-
PyPi (π₯ 680K / month Β· π¦ 290 Β· β±οΈ 25.06.2021):
pip install python-rapidjson
-
Conda (π₯ 610K Β· β±οΈ 25.06.2021):
conda install -c conda-forge python-rapidjson
pysimdjson (π₯24 Β· β 470) - Python bindings for the simdjson project. MIT
Show 1 hidden projects...
pyrsistent (π₯34 Β· β 1.6K) - Persistent/Immutable/Functional data structures for Python. MIT
-
GitHub (π¨βπ» 57 Β· π 120 Β· π¦ 100K Β· π 140 - 10% open Β· β±οΈ 28.06.2021):
git clone https://github.com/tobgu/pyrsistent
-
PyPi (π₯ 30M / month Β· π¦ 3.4K Β· β±οΈ 28.06.2021):
pip install pyrsistent
-
Conda (π₯ 5.8M Β· β±οΈ 29.06.2021):
conda install -c conda-forge pyrsistent
python-sortedcontainers (π₯27 Β· β 2.3K) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2
addict (π₯27 Β· β 2.1K Β· π€) - The Python Dict that's better than heroin. MIT
-
GitHub (π¨βπ» 31 Β· π 130 Β· π₯ 16 Β· π¦ 1.8K Β· π 72 - 12% open Β· β±οΈ 05.01.2021):
git clone https://github.com/mewwts/addict
-
PyPi (π₯ 700K / month Β· π¦ 370 Β· β±οΈ 21.11.2020):
pip install addict
-
Conda (π₯ 210K Β· β±οΈ 31.03.2021):
conda install -c conda-forge addict
python-box (π₯26 Β· β 1.7K) - Python dictionaries with advanced dot notation access. MIT
-
GitHub (π¨βπ» 1 Β· π 76 Β· π₯ 30 Β· π¦ 1.5K Β· π 130 - 15% open Β· β±οΈ 22.08.2021):
git clone https://github.com/cdgriffith/Box
-
PyPi (π₯ 900K / month Β· π¦ 250 Β· β±οΈ 22.08.2021):
pip install python-box
-
Conda (π₯ 130K Β· β±οΈ 22.08.2021):
conda install -c conda-forge python-box
munch (π₯26 Β· β 500 Β· π€) - A Munch is a Python dictionary that provides attribute-style access (a.. MIT
immutables (π₯25 Β· β 860) - A high-performance immutable mapping type for Python. Apache-2
-
GitHub (π¨βπ» 13 Β· π 41 Β· π¦ 2.4K Β· π 34 - 17% open Β· β±οΈ 07.08.2021):
git clone https://github.com/MagicStack/immutables
-
PyPi (π₯ 1.7M / month Β· π¦ 100 Β· β±οΈ 07.08.2021):
pip install immutables
-
Conda (π₯ 700K Β· β±οΈ 10.08.2021):
conda install -c conda-forge immutables
sqlitedict (π₯25 Β· β 700 Β· π€) - Persistent dict, backed by sqlite3 and pickle, multithread-.. Apache-2
-
GitHub (π¨βπ» 32 Β· π 99 Β· π¦ 1.1K Β· π 80 - 30% open Β· β±οΈ 30.01.2021):
git clone https://github.com/RaRe-Technologies/sqlitedict
-
PyPi (π₯ 130K / month Β· π¦ 240 Β· β±οΈ 04.09.2020):
pip install sqlitedict
-
Conda (π₯ 13K Β· β±οΈ 30.09.2020):
conda install -c conda-forge sqlitedict
python-benedict (π₯23 Β· β 260) - dict subclass with keylist/keypath support, normalized I/O.. MIT
-
GitHub (π¨βπ» 2 Β· π 18 Β· π¦ 300 Β· π 58 - 12% open Β· β±οΈ 11.08.2021):
git clone https://github.com/fabiocaccamo/python-benedict
-
PyPi (π₯ 130K / month Β· β±οΈ 11.08.2021):
pip install python-benedict
-
Conda (π₯ 14K Β· β±οΈ 11.08.2021):
conda install -c conda-forge python-benedict
Show 3 hidden projects...
- anytree (π₯24 Β· β 590 Β· π) - Python tree data library.
Apache-2
- ordered-set (π₯24 Β· β 130 Β· π) - A mutable set that remembers the order of its entries. One of..
MIT
- cleverdict (π₯16 Β· β 83) - A JSON-friendly data structure which allows both object attributes and..
MIT
pydantic (π₯34 Β· β 7.3K) - Data parsing and validation using Python type hints. MIT
-
GitHub (π¨βπ» 220 Β· π 650 Β· π¦ 29K Β· π 1.6K - 24% open Β· β±οΈ 19.07.2021):
git clone https://github.com/samuelcolvin/pydantic
-
PyPi (π₯ 9.7M / month Β· π¦ 390 Β· β±οΈ 11.05.2021):
pip install pydantic
-
Conda (π₯ 890K Β· β±οΈ 12.05.2021):
conda install -c conda-forge pydantic
jsonschema (π₯32 Β· β 3.3K) - An(other) implementation of JSON Schema for Python. MIT
-
GitHub (π¨βπ» 88 Β· π 480 Β· π¦ 170K Β· π 590 - 10% open Β· β±οΈ 26.08.2021):
git clone https://github.com/Julian/jsonschema
-
PyPi (π₯ 30M / month Β· π¦ 31K Β· β±οΈ 25.08.2021):
pip install jsonschema
-
Conda (π₯ 7.3M Β· β±οΈ 04.03.2021):
conda install -c conda-forge jsonschema
schematics (π₯30 Β· β 2.4K) - Python Data Structures for Humans. BSD-3
-
GitHub (π¨βπ» 120 Β· π 300 Β· π¦ 990 Β· π 340 - 31% open Β· β±οΈ 17.08.2021):
git clone https://github.com/schematics/schematics
-
PyPi (π₯ 150K / month Β· π¦ 610 Β· β±οΈ 17.08.2021):
pip install schematics
-
Conda (π₯ 18K Β· β±οΈ 17.07.2019):
conda install -c conda-forge schematics
voluptuous (π₯29 Β· β 1.7K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
-
GitHub (π¨βπ» 86 Β· π 190 Β· π¦ 3.6K Β· π 230 - 17% open Β· β±οΈ 19.02.2021):
git clone https://github.com/alecthomas/voluptuous
-
PyPi (π₯ 1.2M / month Β· π¦ 2.2K Β· β±οΈ 06.12.2020):
pip install voluptuous
-
Conda (π₯ 120K Β· β±οΈ 30.12.2020):
conda install -c conda-forge voluptuous
validators (π₯28 Β· β 520) - Python Data Validation for Humans. MIT
-
GitHub (π¨βπ» 38 Β· π 86 Β· π¦ 21K Β· π 120 - 72% open Β· β±οΈ 01.03.2021):
git clone https://github.com/kvesteri/validators
-
PyPi (π₯ 2.2M / month Β· π¦ 1.9K Β· β±οΈ 18.12.2020):
pip install validators
-
Conda (π₯ 25K Β· β±οΈ 18.12.2020):
conda install -c conda-forge validators
param (π₯27 Β· β 230) - Param: Make your Python code clearer and more reliable by declaring.. BSD-3
strictyaml (π₯24 Β· β 920) - Type-safe YAML parser and validator. MIT
-
GitHub (π¨βπ» 16 Β· π 37 Β· π¦ 340 Β· π 120 - 51% open Β· β±οΈ 19.06.2021):
git clone https://github.com/crdoconnor/strictyaml
-
PyPi (π₯ 33K / month Β· π¦ 50 Β· β±οΈ 19.06.2021):
pip install strictyaml
-
Conda (π₯ 84K Β· β±οΈ 19.06.2021):
conda install -c conda-forge strictyaml
typical (π₯15 Β· β 130) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT
Show 2 hidden projects...
- python-email-validator (π₯22 Β· β 460 Β· π€) - A robust email syntax and deliverability validation..
βοΈCC0-1.0
- valideer (π₯19 Β· β 240 Β· π) - Lightweight data validation and adaptation Python library.
MIT
πΒ python-patterns ( β 29K) - Collection of design patterns/idioms in Python.
transitions (π₯29 Β· β 3.9K) - A lightweight, object-oriented finite state machine implementation.. MIT
-
GitHub (π¨βπ» 69 Β· π 440 Β· π¦ 1.7K Β· π 380 - 2% open Β· β±οΈ 23.08.2021):
git clone https://github.com/pytransitions/transitions
-
PyPi (π₯ 200K / month Β· π¦ 350 Β· β±οΈ 13.02.2021):
pip install transitions
-
Conda (π₯ 20K Β· β±οΈ 07.04.2021):
conda install -c conda-forge transitions
algorithms (π₯27 Β· β 20K) - Minimal examples of data structures and algorithms in Python. MIT
Show 1 hidden projects...
python-dateutil (π₯37 Β· β 1.6K) - Useful extensions to the standard Python datetime features. Apache-2
-
GitHub (π¨βπ» 120 Β· π 370 Β· π₯ 35K Β· π¦ 550K Β· π 620 - 41% open Β· β±οΈ 09.08.2021):
git clone https://github.com/dateutil/dateutil
-
PyPi (π₯ 130M / month Β· π¦ 120K Β· β±οΈ 14.07.2021):
pip install python-dateutil
-
Conda (π₯ 17M Β· β±οΈ 14.07.2021):
conda install -c conda-forge python-dateutil
dateparser (π₯31 Β· β 1.9K) - python parser for human readable dates. BSD-3
-
GitHub (π¨βπ» 100 Β· π 360 Β· π¦ 7.9K Β· π 560 - 44% open Β· β±οΈ 19.08.2021):
git clone https://github.com/scrapinghub/dateparser
-
PyPi (π₯ 2.5M / month Β· π¦ 1.4K Β· β±οΈ 29.10.2020):
pip install dateparser
-
Conda (π₯ 54K Β· β±οΈ 29.10.2020):
conda install -c conda-forge dateparser
holidays (π₯28 Β· β 610) - Generate and work with holidays in Python. MIT
-
GitHub (π¨βπ» 150 Β· π 260 Β· π₯ 160 Β· π 210 - 11% open Β· β±οΈ 18.07.2021):
git clone https://github.com/dr-prodigy/python-holidays
-
PyPi (π₯ 2.7M / month Β· π¦ 560 Β· β±οΈ 18.07.2021):
pip install holidays
-
Conda (π₯ 800K Β· β±οΈ 20.07.2021):
conda install -c conda-forge holidays
tzlocal (π₯28 Β· β 140) - A Python module that tries to figure out what your local timezone is. MIT
parsedatetime (π₯27 Β· β 610) - Parse human-readable date/time strings. Apache-2
-
GitHub (π¨βπ» 51 Β· π 100 Β· π¦ 3.4K Β· π 160 - 40% open Β· β±οΈ 23.06.2021):
git clone https://github.com/bear/parsedatetime
-
PyPi (π₯ 1.3M / month Β· π¦ 2.3K Β· β±οΈ 31.05.2020):
pip install parsedatetime
-
Conda (π₯ 93K Β· β±οΈ 10.06.2020):
conda install -c conda-forge parsedatetime
watchdog (π₯34 Β· β 4.9K) - Python library and shell utilities to monitor filesystem events. Apache-2
-
GitHub (π¨βπ» 120 Β· π 600 Β· π¦ 39K Β· π 540 - 27% open Β· β±οΈ 23.08.2021):
git clone https://github.com/gorakhargosh/watchdog
-
PyPi (π₯ 3.4M / month Β· π¦ 14K Β· β±οΈ 23.08.2021):
pip install watchdog
-
Conda (π₯ 670K Β· β±οΈ 23.08.2021):
conda install -c conda-forge watchdog
appdirs (π₯31 Β· β 780 Β· π€) - A small Python module for determining appropriate platform-specific.. MIT
scandir (π₯29 Β· β 480) - Better directory iterator and faster os.walk(), now in the Python 3.5.. BSD-3
pyfilesystem2 (π₯27 Β· β 1.4K) - Python's Filesystem abstraction layer. MIT
Show 3 hidden projects...
future (π₯35 Β· β 1.1K) - Easy, clean, reliable Python 2/3 compatibility. MIT
-
GitHub (π¨βπ» 100 Β· π 250 Β· π¦ 160K Β· π 380 - 49% open Β· β±οΈ 22.06.2021):
git clone https://github.com/PythonCharmers/python-future
-
PyPi (π₯ 32M / month Β· π¦ 28K Β· β±οΈ 31.10.2019):
pip install future
-
Conda (π₯ 4.4M Β· β±οΈ 29.06.2021):
conda install -c conda-forge future
typing (π₯30 Β· β 950) - Python static typing home. Contains the source for typing_extensions.. Python-2.0
dataclasses (π₯28 Β· β 500 Β· π€) - A backport of the dataclasses module for Python 3.6. Apache-2
-
GitHub (π¨βπ» 11 Β· π 40 Β· π¦ 20K Β· π 120 - 8% open Β· β±οΈ 13.11.2020):
git clone https://github.com/ericvsmith/dataclasses
-
PyPi (π₯ 10M / month Β· π¦ 950 Β· β±οΈ 13.11.2020):
pip install dataclasses
-
Conda (π₯ 2.5M Β· β±οΈ 14.08.2021):
conda install -c conda-forge dataclasses
Show 3 hidden projects...
- pathlib2 (π₯28 Β· β 63) - Backport of pathlib aiming to support the full stdlib Python API. As of..
MIT
- futures (π₯27 Β· β 220 Β· π) - Backport of the concurrent.futures package to Python 2.6 and 2.7.
Python-2.0
- contextlib2 (π₯27 Β· β 33) - contextlib2 is a backport of the standard library's contextlib..
βοΈpsfrag
cryptography (π₯34 Β· β 4.3K) - cryptography is a package designed to expose cryptographic.. BSD-3
-
GitHub (π¨βπ» 240 Β· π 900 Β· π¦ 200K Β· π 1.7K - 3% open Β· β±οΈ 26.08.2021):
git clone https://github.com/pyca/cryptography
-
PyPi (π₯ 52M / month Β· π¦ 34K Β· β±οΈ 24.08.2021):
pip install cryptography
-
Conda (π₯ 15M Β· β±οΈ 05.08.2021):
conda install -c conda-forge cryptography
pycryptodomex (π₯33 Β· β 1.7K) - A self-contained cryptographic library for Python. BSD-3
-
GitHub (π¨βπ» 100 Β· π 300 Β· π¦ 31K Β· π 420 - 15% open Β· β±οΈ 29.03.2021):
git clone https://github.com/Legrandin/pycryptodome
-
PyPi (π₯ 12M / month Β· π¦ 1.5K Β· β±οΈ 09.02.2021):
pip install pycryptodomex
-
Conda (π₯ 440K Β· β±οΈ 30.06.2021):
conda install -c conda-forge pycryptodomex
asn1crypto (π₯31 Β· β 230) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
tink (π₯28 Β· β 12K) - Tink is a multi-language, cross-platform, open source library that.. Apache-2
bcrypt (π₯27 Β· β 780) - Modern(-ish) password hashing for your software and your servers. Apache-2
awscli (π₯39 Β· β 11K) - Universal Command Line Interface for Amazon Web Services. Apache-2
-
GitHub (π¨βπ» 350 Β· π 2.8K Β· π₯ 570 Β· π¦ 23K Β· π 3.8K - 18% open Β· β±οΈ 25.08.2021):
git clone https://github.com/aws/aws-cli
-
PyPi (π₯ 110M / month Β· π¦ 5.4K Β· β±οΈ 25.08.2021):
pip install awscli
-
Conda (π₯ 8.5M Β· β±οΈ 26.08.2021):
conda install -c conda-forge awscli
docker-compose (π₯36 Β· β 23K) - Define and run multi-container applications with Docker. Apache-2
-
GitHub (π¨βπ» 410 Β· π 3.8K Β· π₯ 150M Β· π¦ 7.3K Β· π 5.6K - 9% open Β· β±οΈ 18.06.2021):
git clone https://github.com/docker/compose
-
PyPi (π₯ 1.8M / month Β· π¦ 2.2K Β· β±οΈ 10.05.2021):
pip install docker-compose
-
Conda (π₯ 150K Β· β±οΈ 10.05.2021):
conda install -c conda-forge docker-compose
ansible (π₯35 Β· β 50K) - Ansible is a radically simple IT automation platform that makes your.. βοΈGPL-3.0
paramiko (π₯34 Β· β 7.2K) - The leading native Python SSHv2 protocol library. βοΈLGPL-2.1
kubernetes (π₯32 Β· β 4K) - Official Python client library for kubernetes. Apache-2
pulumi (π₯31 Β· β 9.7K) - Pulumi - Modern Infrastructure as Code. Any cloud, any language. Apache-2
netmiko (π₯31 Β· β 2.5K) - Multi-vendor library to simplify Paramiko SSH connections to network.. MIT
pyinfra (π₯22 Β· β 1.3K) - pyinfra automates infrastructure super fast at massive scale. It can be.. MIT
Show 4 hidden projects...
- fabtools (π₯24 Β· β 1.2K Β· π) - Tools for writing awesome Fabric files.
BSD-2
- storm (π₯23 Β· β 3.8K Β· π) - Manage your SSH like a boss.
MIT
- parallel-ssh (π₯22 Β· β 910) - Asynchronous parallel SSH client library.
βοΈLGPL-2.1
- wssh (π₯14 Β· β 1.3K Β· π) - SSH to WebSockets Bridge.
MIT
pexpect (π₯34 Β· β 2.1K) - A Python module for controlling interactive programs in a pseudo-terminal. ISC
-
GitHub (π¨βπ» 92 Β· π 430 Β· π₯ 4K Β· π¦ 150K Β· π 440 - 38% open Β· β±οΈ 17.04.2021):
git clone https://github.com/pexpect/pexpect
-
PyPi (π₯ 22M / month Β· π¦ 31K Β· β±οΈ 21.01.2020):
pip install pexpect
-
Conda (π₯ 5.4M Β· β±οΈ 12.10.2020):
conda install -c conda-forge pexpect
supervisor (π₯32 Β· β 7K) - Supervisor process control system for UNIX. βοΈRepoze Public License
-
GitHub (π¨βπ» 160 Β· π 1.1K Β· π¦ 6.2K Β· π 1K - 12% open Β· β±οΈ 04.06.2021):
git clone https://github.com/Supervisor/supervisor
-
PyPi (π₯ 840K / month Β· π¦ 3.8K Β· β±οΈ 26.02.2021):
pip install supervisor
-
Conda (π₯ 170K Β· β±οΈ 04.03.2021):
conda install -c conda-forge supervisor
ptyprocess (π₯27 Β· β 140) - Run a subprocess in a pseudo terminal. ISC
greenlet (π₯35 Β· β 1.3K Β· π) - Lightweight in-process concurrent programming. MIT
-
GitHub (π¨βπ» 56 Β· π 200 Β· π¦ 81K Β· π 150 - 10% open Β· β±οΈ 10.08.2021):
git clone https://github.com/python-greenlet/greenlet
-
PyPi (π₯ 28M / month Β· π¦ 20K Β· β±οΈ 06.08.2021):
pip install greenlet
-
Conda (π₯ 1.2M Β· β±οΈ 06.08.2021):
conda install -c conda-forge greenlet
uvloop (π₯33 Β· β 8K) - Ultra fast asyncio event loop. MIT
-
GitHub (π¨βπ» 42 Β· π 460 Β· π₯ 340 Β· π¦ 26K Β· π 270 - 19% open Β· β±οΈ 10.08.2021):
git clone https://github.com/MagicStack/uvloop
-
PyPi (π₯ 11M / month Β· π¦ 2.4K Β· β±οΈ 10.08.2021):
pip install uvloop
-
Conda (π₯ 390K Β· β±οΈ 11.08.2021):
conda install -c conda-forge uvloop
anyio (π₯25 Β· β 450) - High level asynchronous concurrency and networking framework that works on.. MIT
Show 1 hidden projects...
python-dotenv (π₯34 Β· β 4.2K) - Get and set values in your .env file in local and production.. BSD-3
-
GitHub (π¨βπ» 71 Β· π 260 Β· π¦ 140K Β· π 180 - 7% open Β· β±οΈ 25.07.2021):
git clone https://github.com/theskumar/python-dotenv
-
PyPi (π₯ 10M / month Β· π¦ 9.4K Β· β±οΈ 24.07.2021):
pip install python-dotenv
-
Conda (π₯ 1M Β· β±οΈ 24.07.2021):
conda install -c conda-forge python-dotenv
Dynaconf (π₯29 Β· β 1.9K) - Configuration Management for Python. MIT
-
GitHub (π¨βπ» 70 Β· π 180 Β· π¦ 1.5K Β· π 300 - 24% open Β· β±οΈ 25.08.2021):
git clone https://github.com/rochacbruno/dynaconf
-
PyPi (π₯ 400K / month Β· π¦ 92 Β· β±οΈ 20.08.2021):
pip install dynaconf
-
Conda (π₯ 1.7K Β· β±οΈ 21.08.2021):
conda install -c conda-forge dynaconf
python-decouple (π₯29 Β· β 1.8K) - Strict separation of config from code. MIT
-
GitHub (π¨βπ» 24 Β· π 140 Β· π¦ 45K Β· π 72 - 22% open Β· β±οΈ 05.06.2021):
git clone https://github.com/henriquebastos/python-decouple
-
PyPi (π₯ 460K / month Β· π¦ 6K Β· β±οΈ 05.01.2021):
pip install python-decouple
-
Conda (π₯ 27K Β· β±οΈ 05.01.2021):
conda install -c conda-forge python-decouple
omegaconf (π₯28 Β· β 820) - Flexible Python configuration system. The last one you will ever need. BSD-3
gin-config (π₯26 Β· β 1.3K) - Gin provides a lightweight configuration framework for Python. Apache-2
hydra (π₯22 Β· β 4.7K Β· π) - Hydra is a framework for elegantly configuring complex applications. MIT
colorama (π₯34 Β· β 2.6K Β· π) - Simple cross-platform colored terminal text in Python. BSD-3
rich (π₯33 Β· β 28K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
python-prompt-toolkit (π₯33 Β· β 7.3K Β· π) - Library for building powerful interactive command.. BSD-3
python-fire (π₯32 Β· β 20K) - Python Fire is a library for automatically generating command.. Apache-2
argcomplete (π₯30 Β· β 980) - Python and tab completion, better together. Apache-2
-
GitHub (π¨βπ» 54 Β· π 98 Β· π₯ 140 Β· π¦ 11K Β· π 190 - 20% open Β· β±οΈ 12.05.2021):
git clone https://github.com/kislyuk/argcomplete
-
PyPi (π₯ 10M / month Β· π¦ 2.8K Β· β±οΈ 19.04.2021):
pip install argcomplete
-
Conda (π₯ 240K Β· β±οΈ 22.04.2021):
conda install -c conda-forge argcomplete
wcwidth (π₯30 Β· β 210) - Python library that measures the width of unicode strings rendered to a.. MIT
ConfigArgParse (π₯29 Β· β 530) - A drop-in replacement for argparse that allows options to also be.. MIT
-
GitHub (π¨βπ» 47 Β· π 94 Β· π¦ 5.8K Β· π 170 - 32% open Β· β±οΈ 06.08.2021):
git clone https://github.com/bw2/ConfigArgParse
-
PyPi (π₯ 1.3M / month Β· π¦ 2.3K Β· β±οΈ 06.08.2021):
pip install configargparse
-
Conda (π₯ 210K Β· β±οΈ 07.08.2021):
conda install -c conda-forge configargparse
asciimatics (π₯27 Β· β 2.8K) - A cross platform package to do curses-like operations, plus.. Apache-2
-
GitHub (π¨βπ» 36 Β· π 200 Β· π¦ 520 Β· π 260 - 7% open Β· β±οΈ 11.08.2021):
git clone https://github.com/peterbrittain/asciimatics
-
PyPi (π₯ 8.9K / month Β· π¦ 120 Β· β±οΈ 05.04.2021):
pip install asciimatics
-
Conda (π₯ 74K Β· β±οΈ 09.04.2021):
conda install -c conda-forge asciimatics
blessings (π₯27 Β· β 1.2K Β· π€) - A thin, practical wrapper around terminal capabilities in Python. MIT
questionary (π₯25 Β· β 720) - Python library to build pretty command line user prompts Easy to use.. MIT
cleo (π₯24 Β· β 750) - Cleo allows you to create beautiful and testable command-line interfaces. MIT
Typer (π₯23 Β· β 6K Β· π€) - Typer, build great CLIs. Easy to code. Based on Python type hints. MIT
bashplotlib (π₯21 Β· β 1.6K) - plotting in the terminal. MIT
colout (π₯15 Β· β 1K Β· π€) - Color text streams with a polished command line interface. βοΈGPL-3.0
Show 3 hidden projects...
πΒ best-of-python-dev ( β 320) - A ranked list of awesome python developer tools and libraries. Updated..
cachetools (π₯30 Β· β 1K) - Extensible memoizing collections and decorators. MIT
cached-property (π₯30 Β· β 600 Β· π€) - A decorator for caching properties in classes. BSD-3
-
GitHub (π¨βπ» 23 Β· π 63 Β· π¦ 17K Β· π 59 - 59% open Β· β±οΈ 21.10.2020):
git clone https://github.com/pydanny/cached-property
-
PyPi (π₯ 12M / month Β· π¦ 2.7K Β· β±οΈ 21.09.2020):
pip install cached-property
-
Conda (π₯ 1.1M Β· β±οΈ 08.03.2021):
conda install -c conda-forge cached-property
pylibmc (π₯27 Β· β 440) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3
cachier (π₯23 Β· β 380) - Persistent, stale-free, local and cross-machine caching for Python.. MIT
πΒ best-of-web-python - Web UI ( β 1.3K) - Collection of libraries to implement web-based UIs.
kivy (π₯34 Β· β 13K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT
PySimpleGUI (π₯29 Β· β 7K) - PySimpleGUI is a Python package that enables Python programmers.. βοΈLGPL-3.0
-
GitHub (π¨βπ» 18 Β· π 1.1K Β· π¦ 3.2K Β· π 2.4K - 30% open Β· β±οΈ 24.08.2021):
git clone https://github.com/PySimpleGUI/PySimpleGUI
-
PyPi (π₯ 70K / month Β· π¦ 82 Β· β±οΈ 10.08.2021):
pip install pysimplegui
-
Conda (π₯ 37K Β· β±οΈ 12.08.2021):
conda install -c conda-forge pysimplegui
Eel (π₯27 Β· β 4.5K) - A little Python library for making simple Electron-like HTML/JS GUI apps. MIT
Gooey (π₯26 Β· β 15K) - Turn (almost) any Python command line program into a full GUI application.. MIT
-
GitHub (π¨βπ» 99 Β· π 760 Β· π₯ 120 Β· π¦ 400 Β· π 500 - 18% open Β· β±οΈ 12.06.2021):
git clone https://github.com/chriskiehl/Gooey
-
PyPi (π₯ 3.6K / month Β· π¦ 64 Β· β±οΈ 12.06.2021):
pip install gooey
-
Conda (π₯ 37K Β· β±οΈ 13.06.2021):
conda install -c conda-forge gooey
DearPyGui (π₯26 Β· β 5.6K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
Show 1 hidden projects...
- Phoenix (π₯17 Β· β 1.6K Β· π€) - wxPython's Project Phoenix. A new implementation of..
βUnlicensed
πΒ best-of-ml-python - Computer Vision ( β 5.6K) - Collection of computer vision and image processing..
πΒ best-of-ml-python ( β 5.6K) - A ranked list of awesome machine learning Python libraries. Updated..
πΒ best-of-ml-python - NLP ( β 5.6K) - Collection of text processing and NLP libraries.
chardet (π₯34 Β· β 1.6K) - Python character encoding detector. βοΈLGPL-2.1
python-slugify (π₯30 Β· β 1.1K) - Returns unicode slugs. MIT
-
GitHub (π¨βπ» 30 Β· π 84 Β· π¦ 19K Β· π 50 - 2% open Β· β±οΈ 12.05.2021):
git clone https://github.com/un33k/python-slugify
-
PyPi (π₯ 4.3M / month Β· π¦ 4.3K Β· β±οΈ 05.05.2021):
pip install python-slugify
-
Conda (π₯ 440K Β· β±οΈ 06.05.2021):
conda install -c conda-forge python-slugify
phonenumbers (π₯28 Β· β 2.8K) - Python port of Google's libphonenumber. Apache-2
-
GitHub (π¨βπ» 22 Β· π 350 Β· π 130 - 4% open Β· β±οΈ 24.08.2021):
git clone https://github.com/daviddrysdale/python-phonenumbers
-
PyPi (π₯ 2.3M / month Β· π¦ 2.3K Β· β±οΈ 24.08.2021):
pip install phonenumbers
-
Conda (π₯ 460K Β· β±οΈ 24.08.2021):
conda install -c conda-forge phonenumbers
inflect (π₯26 Β· β 560) - Correctly generate plurals, ordinals, indefinite articles; convert numbers.. MIT
pyahocorasick (π₯25 Β· β 630) - Python module (C extension and plain python) implementing Aho-.. BSD-3
-
GitHub (π¨βπ» 21 Β· π 91 Β· π¦ 720 Β· π 110 - 33% open Β· β±οΈ 27.03.2021):
git clone https://github.com/WojciechMula/pyahocorasick
-
PyPi (π₯ 240K / month Β· π¦ 100 Β· β±οΈ 27.03.2021):
pip install pyahocorasick
-
Conda (π₯ 130K Β· β±οΈ 13.10.2020):
conda install -c conda-forge pyahocorasick
price-parser (π₯20 Β· β 200 Β· π€) - Extract price amount and currency symbol from a raw text.. BSD-3
Show 3 hidden projects...
- awesome-slugify (π₯22 Β· β 460 Β· π) - Python flexible slugify function.
βοΈGPL-3.0
- coolname (π₯18 Β· β 76) - Random Name and Slug Generator.
BSD-2
- millify (π₯17 Β· β 41 Β· π) - Convert long numbers into a human-readable format in Python.
MIT
πΒ best-of-web-python ( β 1.3K) - A ranked list of awesome python libraries for web development. Updated..
Libraries for connecting to, operating, and querying databases.
SQLAlchemy (π₯38 Β· β 4.1K) - The Database Toolkit for Python. MIT
-
GitHub (π¨βπ» 500 Β· π 660 Β· π₯ 31K Β· π¦ 300K Β· π 6.2K - 2% open Β· β±οΈ 25.08.2021):
git clone https://github.com/sqlalchemy/sqlalchemy
-
PyPi (π₯ 36M / month Β· π¦ 84K Β· β±οΈ 18.08.2021):
pip install SQLAlchemy
-
Conda (π₯ 4.6M Β· β±οΈ 18.08.2021):
conda install -c conda-forge sqlalchemy
google-cloud-storage (π₯36 Β· β 3.7K) - Google Cloud Client Library for Python. Apache-2
-
GitHub (π¨βπ» 320 Β· π 1.4K Β· π 3.4K - 0% open Β· β±οΈ 24.08.2021):
git clone https://github.com/googleapis/google-cloud-python
-
PyPi (π₯ 32M / month Β· π¦ 2.1K Β· β±οΈ 11.08.2021):
pip install google-cloud-storage
-
Conda (π₯ 880K Β· β±οΈ 18.08.2021):
conda install -c conda-forge google-cloud-storage
MongoEngine (π₯35 Β· β 3.5K) - A Python Object-Document-Mapper for working with MongoDB. MIT
-
GitHub (π¨βπ» 370 Β· π 1.1K Β· π¦ 14K Β· π 1.6K - 22% open Β· β±οΈ 23.08.2021):
git clone https://github.com/MongoEngine/mongoengine
-
PyPi (π₯ 750K / month Β· π¦ 6.7K Β· β±οΈ 04.05.2021):
pip install mongoengine
-
Conda (π₯ 130K Β· β±οΈ 17.12.2020):
conda install -c conda-forge mongoengine
elasticsearch (π₯35 Β· β 3.4K) - Official Elasticsearch client library for Python. Apache-2
-
GitHub (π¨βπ» 180 Β· π 1K Β· π₯ 640 Β· π¦ 23K Β· π 900 - 7% open Β· β±οΈ 25.08.2021):
git clone https://github.com/elastic/elasticsearch-py
-
PyPi (π₯ 8.7M / month Β· π¦ 11K Β· β±οΈ 03.08.2021):
pip install elasticsearch
-
Conda (π₯ 430K Β· β±οΈ 04.08.2021):
conda install -c conda-forge elasticsearch
kafka-python (π₯34 Β· β 4.5K) - Python client for Apache Kafka. Apache-2
-
GitHub (π¨βπ» 210 Β· π 1.2K Β· π₯ 1.7K Β· π¦ 7.6K Β· π 1.4K - 14% open Β· β±οΈ 03.08.2021):
git clone https://github.com/dpkp/kafka-python
-
PyPi (π₯ 5.2M / month Β· π¦ 2K Β· β±οΈ 30.09.2020):
pip install kafka-python
-
Conda (π₯ 250K Β· β±οΈ 30.09.2020):
conda install -c conda-forge kafka-python
python-bigquery (π₯34 Β· β 3.6K) - Google BigQuery API client library. Apache-2
Motor (π₯33 Β· β 1.8K) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2
Cassandra Driver (π₯33 Β· β 1.2K) - DataStax Python Driver for Apache Cassandra. Apache-2
s3transfer (π₯32 Β· β 130) - Amazon S3 Transfer Manager for Python. Apache-2
google-cloud-bigtable (π₯31 Β· β 3.6K) - Google Cloud Bigtable API client library. Apache-2
-
GitHub (π¨βπ» 58 Β· π 1.4K Β· π¦ 1.6K Β· π 97 - 7% open Β· β±οΈ 18.08.2021):
git clone https://github.com/googleapis/python-bigtable
-
PyPi (π₯ 1.8M / month Β· π¦ 400 Β· β±οΈ 26.07.2021):
pip install google-cloud-bigtable
-
Conda (π₯ 32K Β· β±οΈ 27.07.2021):
conda install -c conda-forge google-cloud-bigtable
Elasticsearch DSL (π₯31 Β· β 3.3K) - High level Python client for Elasticsearch. Apache-2
Prometheus Client (π₯31 Β· β 2.3K) - Prometheus instrumentation library for Python.. Apache-2
-
GitHub (π¨βπ» 110 Β· π 570 Β· π 360 - 9% open Β· β±οΈ 06.07.2021):
git clone https://github.com/prometheus/client_python
-
PyPi (π₯ 23M / month Β· π¦ 3.7K Β· β±οΈ 20.06.2019):
pip install prometheus_client
-
Conda (π₯ 3.6M Β· β±οΈ 01.06.2021):
conda install -c conda-forge prometheus_client
azure-storage-blob (π₯31 Β· β 2.1K) - This repository is for active development of the Azure SDK.. MIT
-
GitHub (π¨βπ» 340 Β· π 1.4K Β· π¦ 1.7K Β· π 5.5K - 17% open Β· β±οΈ 26.08.2021):
git clone https://github.com/Azure/azure-sdk-for-python
-
PyPi (π₯ 31M / month Β· π¦ 380 Β· β±οΈ 28.07.2021):
pip install azure-storage-blob
-
Conda (π₯ 260K Β· β±οΈ 22.04.2021):
conda install -c conda-forge azure-storage-blob
SQLAlchemy-Utils (π₯31 Β· β 810) - Various utility functions and datatypes for SQLAlchemy. BSD-3
-
GitHub (π¨βπ» 98 Β· π 250 Β· π¦ 11K Β· π 330 - 53% open Β· β±οΈ 28.06.2021):
git clone https://github.com/kvesteri/sqlalchemy-utils
-
PyPi (π₯ 2.5M / month Β· π¦ 3.4K Β· β±οΈ 28.06.2021):
pip install sqlalchemy-utils
-
Conda (π₯ 330K Β· β±οΈ 26.04.2021):
conda install -c conda-forge sqlalchemy-utils
confluent-kafka-python (π₯30 Β· β 2.4K) - Confluent's Kafka Python Client. Apache-2
influxdb (π₯30 Β· β 1.5K) - Python client for InfluxDB. MIT
-
GitHub (π¨βπ» 140 Β· π 490 Β· π¦ 4.7K Β· π 510 - 26% open Β· β±οΈ 06.08.2021):
git clone https://github.com/influxdata/influxdb-python
-
PyPi (π₯ 1.5M / month Β· π¦ 2.1K Β· β±οΈ 11.11.2020):
pip install influxdb
-
Conda (π₯ 20K Β· β±οΈ 12.11.2020):
conda install -c conda-forge influxdb
dataset (π₯29 Β· β 4.1K) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT
PyPika (π₯29 Β· β 1.3K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2
py2neo (π₯29 Β· β 1K) - Py2neo is a comprehensive Neo4j driver library and toolkit for Python. Apache-2
redis-py-cluster (π₯29 Β· β 980) - Python cluster client for the official redis cluster. Redis.. MIT
pandas-gbq (π₯29 Β· β 270) - Pandas Google BigQuery. BSD-3
-
GitHub (π¨βπ» 32 Β· π 96 Β· π₯ 240 Β· π¦ 2.7K Β· π 200 - 21% open Β· β±οΈ 19.08.2021):
git clone https://github.com/pydata/pandas-gbq
-
PyPi (π₯ 8.4M / month Β· π¦ 430 Β· β±οΈ 10.11.2020):
pip install pandas-gbq
-
Conda (π₯ 880K Β· β±οΈ 28.04.2021):
conda install -c conda-forge pandas-gbq
mysqlclient (π₯28 Β· β 1.9K Β· π€) - MySQL database connector for Python (with Python 3 support). βοΈGPL-2.0
-
GitHub (π¨βπ» 64 Β· π 320 Β· π₯ 5.2K Β· π 270 - 5% open Β· β±οΈ 08.01.2021):
git clone https://github.com/PyMySQL/mysqlclient
-
PyPi (π₯ 3.2M / month Β· π¦ 14K Β· β±οΈ 01.01.2021):
pip install mysqlclient
-
Conda (π₯ 100K Β· β±οΈ 04.01.2021):
conda install -c conda-forge mysqlclient
Ibis (π₯28 Β· β 1.6K) - A pandas-like deferred expression system, with first-class SQL support. Apache-2
-
GitHub (π¨βπ» 80 Β· π 270 Β· π¦ 200 Β· π 1.6K - 35% open Β· β±οΈ 24.08.2021):
git clone https://github.com/ibis-project/ibis
-
PyPi (π₯ 230K / month Β· π¦ 48 Β· β±οΈ 11.11.2020):
pip install ibis-framework
-
Conda (π₯ 200K Β· β±οΈ 13.11.2020):
conda install -c conda-forge ibis-framework
libcloud (π₯27 Β· β 1.8K) - Apache Libcloud is a Python library which hides differences between.. Apache-2
cloudant (π₯26 Β· β 170) - A Python library for Cloudant and CouchDB. Apache-2
-
GitHub (π¨βπ» 29 Β· π 48 Β· π¦ 1.5K Β· π 250 - 0% open Β· β±οΈ 26.08.2021):
git clone https://github.com/cloudant/python-cloudant
-
PyPi (π₯ 48K / month Β· π¦ 530 Β· β±οΈ 26.08.2021):
pip install cloudant
-
Conda (π₯ 84K Β· β±οΈ 26.08.2021):
conda install -c conda-forge cloudant
tortoise-orm (π₯25 Β· β 2.3K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2
HappyBase (π₯25 Β· β 570) - A developer-friendly Python library to interact with Apache HBase. MIT
-
GitHub (π¨βπ» 19 Β· π 150 Β· π¦ 520 Β· π 210 - 14% open Β· β±οΈ 08.02.2021):
git clone https://github.com/python-happybase/happybase
-
PyPi (π₯ 87K / month Β· π¦ 420 Β· β±οΈ 14.05.2019):
pip install happybase
-
Conda (π₯ 64K Β· β±οΈ 01.07.2019):
conda install -c conda-forge happybase
cx-Oracle (π₯24 Β· β 760) - Python interface to Oracle Database conforming to the Python DB API.. BSD-3
neo4j-driver (π₯24 Β· β 630) - Neo4j Bolt driver for Python. Apache-2
AWS Data Wrangler (π₯23 Β· β 2.1K) - Pandas on AWS - Easy integration with Athena, Glue,.. Apache-2
pandas
piccolos (π₯21 Β· β 470) - A fast, user friendly ORM and query builder which supports asyncio. MIT
PyMODM (π₯21 Β· β 330 Β· π€) - A Pythonic, object-oriented interface for working with MongoDB. Apache-2
ODMantic (π₯19 Β· β 380) - Async ODM (Object Document Mapper) for MongoDB based on python type hints. ISC
gsheets-db-api (π₯18 Β· β 150) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets. MIT
psycopg3 (π₯12 Β· β 410) - New generation PostgreSQL database adapter for the Python.. βοΈLGPL-3.0
-
GitHub (π¨βπ» 5 Β· π 18 Β· π 33 - 18% open Β· β±οΈ 26.08.2021):
git clone https://github.com/psycopg/psycopg3
Show 5 hidden projects...
- psycopg2 (π₯35 Β· β 2.3K) - PostgreSQL database adapter for the Python..
βοΈBSD-3-Clause-Attribution
- mongo-connector (π₯25 Β· β 1.8K Β· π) - MongoDB data stream pipeline tools by YouGov (adopted..
Apache-2
- db.py (π₯23 Β· β 1.2K Β· π) - db.py is an easier way to interact with your databases.
BSD-2
- lazydata (π₯17 Β· β 630 Β· π) - Lazydata: Scalable data dependencies for Python projects.
Apache-2
- SuperSQLite (π₯16 Β· β 680 Β· π) - A supercharged SQLite library for Python.
MIT
Libraries for loading, collecting, and extracting data from a variety of data sources and formats.
xlwings (π₯33 Β· β 2.1K) - xlwings is a BSD-licensed Python library that makes it easy to call.. BSD-3
-
GitHub (π¨βπ» 54 Β· π 370 Β· π₯ 26K Β· π¦ 18K Β· π 1.4K - 23% open Β· β±οΈ 26.08.2021):
git clone https://github.com/xlwings/xlwings
-
PyPi (π₯ 510K / month Β· π¦ 1.1K Β· β±οΈ 01.09.2020):
pip install xlwings
-
Conda (π₯ 370K Β· β±οΈ 25.08.2021):
conda install -c conda-forge xlwings
Datasets (π₯32 Β· β 8.8K) - The largest hub of ready-to-use datasets for ML models with fast,.. Apache-2
python-magic (π₯32 Β· β 1.9K) - A python wrapper for libmagic. MIT
-
GitHub (π¨βπ» 52 Β· π 220 Β· π¦ 18K Β· π 160 - 17% open Β· β±οΈ 03.06.2021):
git clone https://github.com/ahupp/python-magic
-
PyPi (π₯ 2.8M / month Β· π¦ 5.1K Β· β±οΈ 03.06.2021):
pip install python-magic
-
Conda (π₯ 100K Β· β±οΈ 08.06.2021):
conda install -c conda-forge python-magic
smart-open (π₯30 Β· β 2.2K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT
csvkit (π₯29 Β· β 4.7K) - A suite of utilities for converting to and working with CSV, the king of.. MIT
snorkel (π₯28 Β· β 4.8K) - A system for quickly generating training data with weak supervision. Apache-2
-
GitHub (π¨βπ» 68 Β· π 760 Β· π₯ 700 Β· π¦ 110 Β· π 960 - 2% open Β· β±οΈ 05.08.2021):
git clone https://github.com/snorkel-team/snorkel
-
PyPi (π₯ 86K / month Β· π¦ 8 Β· β±οΈ 09.03.2021):
pip install snorkel
-
Conda (π₯ 21K Β· β±οΈ 30.04.2021):
conda install -c conda-forge snorkel
pandas-datareader (π₯27 Β· β 2.1K) - Extract data from a wide range of Internet sources into a.. BSD-3
-
GitHub (π¨βπ» 83 Β· π 540 Β· π 480 - 18% open Β· β±οΈ 07.08.2021):
git clone https://github.com/pydata/pandas-datareader
-
PyPi (π₯ 280K / month Β· π¦ 1.4K Β· β±οΈ 13.07.2021):
pip install pandas-datareader
-
Conda (π₯ 140K Β· β±οΈ 14.07.2021):
conda install -c conda-forge pandas-datareader
gdown (π₯27 Β· β 1.3K) - Download a large file from Google Drive (curl/wget fails because of the.. MIT
Intake (π₯26 Β· β 610) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
tabulator-py (π₯24 Β· β 210) - Python library for reading and writing tabular data via streams. MIT
Singer (π₯23 Β· β 840) - Standard for moving data between databases, web APIs, files, queues,.. βοΈAGPL-3.0
SDV (π₯23 Β· β 480) - Synthetic Data Generation for tabular, relational and time series data. MIT
deepdish (π₯23 Β· β 220) - Flexible HDF5 saving/loading and other data science tools from the.. BSD-3
rows (π₯21 Β· β 760) - A common, beautiful interface to tabular data, no matter the format. βοΈLGPL-3.0
openpyxl (π₯20) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT
- PyPi (π₯ 16M / month Β· π¦ 9.8K Β· β±οΈ 09.03.2021):
pip install openpyxl
- Conda (π₯ 56K Β· β±οΈ 13.03.2021):
conda install -c anaconda openpyxl
- Docker Hub (π₯ 1.2K Β· β±οΈ 13.09.2018):
docker pull openpyxl/openpyxl-ci
csvs-to-sqlite (π₯16 Β· β 630 Β· π€) - Convert CSV files into a SQLite database. Apache-2
Show 4 hidden projects...
- xmltodict (π₯32 Β· β 4.5K Β· π) - Python module that makes working with XML feel like you are..
MIT
- PDFMiner (π₯27 Β· β 4.6K Β· π) - Python PDF Parser (Not actively maintained). Check out pdfminer.six.
MIT
- messytables (π₯22 Β· β 370 Β· π) - Tools for parsing messy tabular data. This is now superseded by..
MIT
- pyexcel-xlsx (π₯22 Β· β 89 Β· π€) - A wrapper library to read, manipulate and write data in xlsx..
BSD-3
XlsxWriter (π₯31 Β· β 2.6K) - A Python module for creating Excel XLSX files. BSD-3
-
GitHub (π¨βπ» 45 Β· π 540 Β· π¦ 39K Β· π 730 - 1% open Β· β±οΈ 12.08.2021):
git clone https://github.com/jmcnamara/XlsxWriter
-
PyPi (π₯ 6.7M / month Β· π¦ 6.2K Β· β±οΈ 10.08.2021):
pip install xlsxwriter
-
Conda (π₯ 1.3M Β· β±οΈ 11.08.2021):
conda install -c conda-forge xlsxwriter
Show 1 hidden projects...
typing_inspect (π₯24 Β· β 220) - Runtime inspection utilities for Python typing module. MIT
-
GitHub (π¨βπ» 11 Β· π 19 Β· π 43 - 32% open Β· β±οΈ 21.08.2021):
git clone https://github.com/ilevkivskyi/typing_inspect
-
PyPi (π₯ 14M / month Β· π¦ 80 Β· β±οΈ 07.06.2021):
pip install typing_inspect
-
Conda (π₯ 300K Β· β±οΈ 09.06.2021):
conda install -c conda-forge typing_inspect
Show 2 hidden projects...
- entrypoints (π₯24 Β· β 66 Β· π) - Discover and load entry points from installed packages.
MIT
- importlib-resources (π₯18 Β· β 15) - Read resources from Python packages.
Apache-2
more-itertools (π₯35 Β· β 2.1K) - More routines for operating on iterables, beyond itertools. MIT
-
GitHub (π¨βπ» 76 Β· π 180 Β· π₯ 2.3K Β· π¦ 110K Β· π 170 - 7% open Β· β±οΈ 19.08.2021):
git clone https://github.com/more-itertools/more-itertools
-
PyPi (π₯ 14M / month Β· π¦ 15K Β· β±οΈ 21.05.2021):
pip install more-itertools
-
Conda (π₯ 6.9M Β· β±οΈ 21.05.2021):
conda install -c conda-forge more-itertools
boltons (π₯30 Β· β 5.6K) - Like builtins, but boltons. 250+ constructs, recipes, and snippets.. BSD-3
-
GitHub (π¨βπ» 72 Β· π 300 Β· π₯ 21 Β· π¦ 1.7K Β· π 130 - 31% open Β· β±οΈ 19.05.2021):
git clone https://github.com/mahmoud/boltons
-
PyPi (π₯ 960K / month Β· π¦ 490 Β· β±οΈ 17.05.2021):
pip install boltons
-
Conda (π₯ 480K Β· β±οΈ 27.05.2021):
conda install -c conda-forge boltons
python-dependency-injector (π₯27 Β· β 1.5K) - Dependency injection framework for Python. BSD-3
returns (π₯26 Β· β 1.8K) - Make your functions return something meaningful, typed, and safe!. BSD-2
ubelt (π₯23 Β· β 580) - A Python utility belt containing simple tools, a stdlib like feel, and.. Apache-2
Show 4 hidden projects...
- retrying (π₯27 Β· β 1.7K Β· π) - Retrying is an Apache 2.0 licensed general-purpose retrying..
Apache-2
- ratelimit (π₯25 Β· β 410 Β· π) - API Rate Limit Decorator.
MIT
- pampy (π₯22 Β· β 3.4K Β· π) - Pampy: The Pattern Matching for Python you always dreamed of.
MIT
- CommonRegex (π₯21 Β· β 1.4K Β· π) - A collection of common regular expressions bundled with an easy..
MIT
micropython (π₯25 Β· β 13K) - MicroPython - a lean and efficient Python implementation for.. MIT
-
GitHub (π¨βπ» 440 Β· π 4.5K Β· π₯ 22K Β· π 4K - 31% open Β· β±οΈ 25.08.2021):
git clone https://github.com/micropython/micropython
pyston (π₯23 Β· β 1.5K Β· π£) - A faster and highly-compatible implementation of the Python.. Apache-2
-
GitHub (π¨βπ» 1K Β· π 50 Β· π₯ 3.5K Β· π 35 - 60% open Β· β±οΈ 28.07.2021):
git clone https://github.com/pyston/pyston
Show 3 hidden projects...
cookiecutter (π₯34 Β· β 15K) - A command-line utility that creates projects from cookiecutters.. BSD-3
-
GitHub (π¨βπ» 260 Β· π 1.5K Β· π 700 - 29% open Β· β±οΈ 15.06.2021):
git clone https://github.com/cookiecutter/cookiecutter
-
PyPi (π₯ 1M / month Β· π¦ 2.3K Β· β±οΈ 14.06.2021):
pip install cookiecutter
-
Conda (π₯ 190K Β· β±οΈ 17.05.2021):
conda install -c conda-forge cookiecutter
pyparsing (π₯34 Β· β 1.2K) - Python library for creating PEG parsers. MIT
-
GitHub (π¨βπ» 35 Β· π 180 Β· π₯ 5.8K Β· π¦ 360K Β· π 180 - 25% open Β· β±οΈ 23.08.2021):
git clone https://github.com/pyparsing/pyparsing
-
PyPi (π₯ 60M / month Β· π¦ 59K Β· β±οΈ 08.08.2021):
pip install pyparsing
-
Conda (π₯ 14M Β· β±οΈ 06.04.2020):
conda install -c conda-forge pyparsing
py4j (π₯29 Β· β 860) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3
Send2Trash (π₯29 Β· β 180) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3
pyscaffold (π₯27 Β· β 1.2K) - Python project template generator with batteries included. MIT
pyscreenshot (π₯25 Β· β 410) - Python screenshot library, replacement for the Pillow ImageGrab.. BSD-2
pluginbase (π₯24 Β· β 970) - A simple but flexible plugin system for Python. BSD-3
python-mss (π₯24 Β· β 630) - An ultra fast cross-platform multiple screenshots module in pure.. MIT
Show 3 hidden projects...
- Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
- best-of-ml-python: A ranked list of awesome machine learning Python libraries.
- best-of-web-python: A ranked list of awesome Python libraries for web development.
- best-of-python-dev: A ranked list of awesome Python developer tools and libraries.
- awesome-python: A curated list of awesome Python frameworks, libraries, software and resources.
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
- Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
- Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.
For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.