πΒ 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 960K 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 Β· β 51K) - Protocol Buffers - Google's data interchange format. BSD-3
-
GitHub (π¨βπ» 860 Β· π 13K Β· π₯ 29M Β· π¦ 160K Β· π 4.8K - 22% open Β· β±οΈ 22.09.2021):
git clone https://github.com/protocolbuffers/protobuf
-
PyPi (π₯ 64M / month Β· π¦ 25K Β· β±οΈ 15.09.2021):
pip install protobuf
-
Conda (π₯ 6M Β· β±οΈ 16.09.2021):
conda install -c conda-forge protobuf
flatbuffers (π₯35 Β· β 17K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
-
GitHub (π¨βπ» 510 Β· π 2.6K Β· π₯ 33K Β· π¦ 1.1K Β· π 1.8K - 7% open Β· β±οΈ 21.09.2021):
git clone https://github.com/google/flatbuffers
-
PyPi (π₯ 4.2M / 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.4K Β· π¦ 70K Β· π 180 - 9% open Β· β±οΈ 24.08.2021):
git clone https://github.com/simplejson/simplejson
-
PyPi (π₯ 15M / month Β· π¦ 39K Β· β±οΈ 24.08.2021):
pip install simplejson
-
Conda (π₯ 1.4M Β· β±οΈ 24.08.2021):
conda install -c conda-forge simplejson
marshmallow (π₯32 Β· β 5.7K) - A lightweight library for converting complex objects to and from.. MIT
-
GitHub (π¨βπ» 190 Β· π 580 Β· π¦ 33K Β· π 1.1K - 11% open Β· β±οΈ 16.09.2021):
git clone https://github.com/marshmallow-code/marshmallow
-
PyPi (π₯ 9.4M / month Β· π¦ 18K Β· β±οΈ 21.07.2021):
pip install marshmallow
-
Conda (π₯ 740K Β· β±οΈ 23.07.2021):
conda install -c conda-forge marshmallow
cloudpickle (π₯31 Β· β 1K) - Extended pickling support for Python objects. BSD-3
-
GitHub (π¨βπ» 48 Β· π 110 Β· π₯ 19 Β· π¦ 41K Β· π 210 - 32% open Β· β±οΈ 23.09.2021):
git clone https://github.com/cloudpipe/cloudpickle
-
PyPi (π₯ 21M / month Β· π¦ 4.1K Β· β±οΈ 10.09.2021):
pip install cloudpickle
-
Conda (π₯ 5.3M Β· β±οΈ 10.09.2021):
conda install -c conda-forge cloudpickle
ultrajson (π₯30 Β· β 3.4K) - Ultra fast JSON decoder and encoder written in C with Python bindings. BSD-3
msgpack (π₯29 Β· β 1.5K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2
-
GitHub (π¨βπ» 68 Β· π 190 Β· π₯ 870 Β· π¦ 50K Β· π 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.7M Β· β±οΈ 29.06.2021):
conda install -c conda-forge msgpack-python
orjson (π₯28 Β· β 2.4K) - 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 (π₯25 Β· β 430) - Python wrapper around rapidjson. MIT
-
GitHub (π¨βπ» 18 Β· π 38 Β· π¦ 1.6K Β· π 98 - 10% open Β· β±οΈ 25.06.2021):
git clone https://github.com/python-rapidjson/python-rapidjson
-
PyPi (π₯ 630K / month Β· π¦ 290 Β· β±οΈ 25.06.2021):
pip install python-rapidjson
-
Conda (π₯ 640K Β· β±οΈ 25.06.2021):
conda install -c conda-forge python-rapidjson
pysimdjson (π₯23 Β· β 470) - Python bindings for the simdjson project. MIT
Show 1 hidden projects...
pyrsistent (π₯30 Β· β 1.6K) - Persistent/Immutable/Functional data structures for Python. MIT
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.9K Β· π 73 - 13% open Β· β±οΈ 05.01.2021):
git clone https://github.com/mewwts/addict
-
PyPi (π₯ 750K / month Β· π¦ 370 Β· β±οΈ 21.11.2020):
pip install addict
-
Conda (π₯ 220K Β· β±οΈ 31.03.2021):
conda install -c conda-forge addict
sqlitedict (π₯26 Β· β 710 Β· π€) - Persistent dict, backed by sqlite3 and pickle, multithread-.. Apache-2
-
GitHub (π¨βπ» 32 Β· π 100 Β· π¦ 1.1K Β· π 80 - 30% open Β· β±οΈ 30.01.2021):
git clone https://github.com/RaRe-Technologies/sqlitedict
-
PyPi (π₯ 150K / month Β· π¦ 240 Β· β±οΈ 04.09.2020):
pip install sqlitedict
-
Conda (π₯ 14K Β· β±οΈ 30.09.2020):
conda install -c conda-forge sqlitedict
munch (π₯26 Β· β 510 Β· π€) - A Munch is a Python dictionary that provides attribute-style access (a.. MIT
ordered-set (π₯25 Β· β 130) - A mutable set that remembers the order of its entries. One of.. MIT
-
GitHub (π¨βπ» 18 Β· π 34 Β· π¦ 2.9K Β· π 37 - 27% open Β· β±οΈ 09.09.2021):
git clone https://github.com/LuminosoInsight/ordered-set
-
PyPi (π₯ 3.3M / month Β· π¦ 310 Β· β±οΈ 17.06.2020):
pip install ordered-set
-
Conda (π₯ 93K Β· β±οΈ 18.06.2020):
conda install -c conda-forge ordered-set
python-box (π₯23 Β· β 1.7K) - Python dictionaries with advanced dot notation access. MIT
immutables (π₯23 Β· β 870) - A high-performance immutable mapping type for Python. Apache-2
python-benedict (π₯23 Β· β 270) - dict subclass with keylist/keypath support, normalized I/O.. MIT
-
GitHub (π¨βπ» 2 Β· π 19 Β· π¦ 340 Β· π 59 - 11% open Β· β±οΈ 11.08.2021):
git clone https://github.com/fabiocaccamo/python-benedict
-
PyPi (π₯ 130K / month Β· β±οΈ 11.08.2021):
pip install python-benedict
-
Conda (π₯ 17K Β· β±οΈ 11.08.2021):
conda install -c conda-forge python-benedict
Show 2 hidden projects...
- anytree (π₯24 Β· β 600 Β· π) - Python tree data library.
Apache-2
- cleverdict (π₯16 Β· β 83 Β· π€) - A JSON-friendly data structure which allows both object attributes..
MIT
pydantic (π₯35 Β· β 7.6K Β· π) - Data parsing and validation using Python type hints. MIT
-
GitHub (π¨βπ» 230 Β· π 680 Β· π¦ 32K Β· π 1.6K - 25% open Β· β±οΈ 11.09.2021):
git clone https://github.com/samuelcolvin/pydantic
-
PyPi (π₯ 11M / month Β· π¦ 390 Β· β±οΈ 11.05.2021):
pip install pydantic
-
Conda (π₯ 960K Β· β±οΈ 31.08.2021):
conda install -c conda-forge pydantic
jsonschema (π₯32 Β· β 3.4K) - An(other) implementation of JSON Schema for Python. MIT
-
GitHub (π¨βπ» 89 Β· π 480 Β· π¦ 170K Β· π 590 - 10% open Β· β±οΈ 06.09.2021):
git clone https://github.com/Julian/jsonschema
-
PyPi (π₯ 30M / month Β· π¦ 31K Β· β±οΈ 25.08.2021):
pip install jsonschema
-
Conda (π₯ 7.6M Β· β±οΈ 04.03.2021):
conda install -c conda-forge jsonschema
voluptuous (π₯28 Β· β 1.7K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
schematics (π₯27 Β· β 2.4K) - Python Data Structures for Humans. BSD-3
param (π₯27 Β· β 240) - Param: Make your Python code clearer and more reliable by declaring.. BSD-3
validators (π₯25 Β· β 530) - Python Data Validation for Humans. MIT
strictyaml (π₯23 Β· β 930) - Type-safe YAML parser and validator. MIT
-
GitHub (π¨βπ» 16 Β· π 37 Β· π¦ 360 Β· π 120 - 51% open Β· β±οΈ 19.06.2021):
git clone https://github.com/crdoconnor/strictyaml
-
PyPi (π₯ 38K / month Β· π¦ 50 Β· β±οΈ 19.06.2021):
pip install strictyaml
-
Conda (π₯ 91K Β· β±οΈ 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...
- valideer (π₯19 Β· β 250 Β· π) - Lightweight data validation and adaptation Python library.
MIT
- python-email-validator (π₯18 Β· β 460) - A robust email syntax and deliverability validation..
βοΈCC0-1.0
πΒ 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 Β· π 460 Β· π¦ 1.8K Β· π 380 - 1% open Β· β±οΈ 22.09.2021):
git clone https://github.com/pytransitions/transitions
-
PyPi (π₯ 200K / month Β· π¦ 350 Β· β±οΈ 02.09.2021):
pip install transitions
-
Conda (π₯ 21K Β· β±οΈ 02.09.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.7K) - Useful extensions to the standard Python datetime features. Apache-2
-
GitHub (π¨βπ» 120 Β· π 380 Β· π₯ 35K Β· π¦ 560K Β· π 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 (π₯ 18M Β· β±οΈ 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 Β· π¦ 8.3K Β· π 560 - 43% open Β· β±οΈ 20.09.2021):
git clone https://github.com/scrapinghub/dateparser
-
PyPi (π₯ 2.7M / month Β· π¦ 1.4K Β· β±οΈ 29.10.2020):
pip install dateparser
-
Conda (π₯ 56K Β· β±οΈ 29.10.2020):
conda install -c conda-forge dateparser
holidays (π₯28 Β· β 620) - Generate and work with holidays in Python. MIT
-
GitHub (π¨βπ» 150 Β· π 270 Β· π₯ 160 Β· π 240 - 13% 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 (π₯ 850K Β· β±οΈ 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 (π₯26 Β· β 620) - Parse human-readable date/time strings. Apache-2
-
GitHub (π¨βπ» 51 Β· π 100 Β· π¦ 3.5K Β· π 160 - 40% open Β· β±οΈ 23.06.2021):
git clone https://github.com/bear/parsedatetime
-
PyPi (π₯ 1.5M / month Β· π¦ 2.3K Β· β±οΈ 31.05.2020):
pip install parsedatetime
-
Conda (π₯ 95K Β· β±οΈ 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 Β· π¦ 40K Β· π 540 - 27% open Β· β±οΈ 18.09.2021):
git clone https://github.com/gorakhargosh/watchdog
-
PyPi (π₯ 3.6M / month Β· π¦ 14K Β· β±οΈ 23.08.2021):
pip install watchdog
-
Conda (π₯ 710K Β· β±οΈ 23.08.2021):
conda install -c conda-forge watchdog
appdirs (π₯31 Β· β 790 Β· π€) - 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 (π₯26 Β· β 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 Β· π¦ 170K Β· π 380 - 49% open Β· β±οΈ 22.06.2021):
git clone https://github.com/PythonCharmers/python-future
-
PyPi (π₯ 28M / month Β· π¦ 28K Β· β±οΈ 31.10.2019):
pip install future
-
Conda (π₯ 4.5M Β· β±οΈ 29.06.2021):
conda install -c conda-forge future
typing (π₯30 Β· β 1K) - Python static typing home. Contains the source for typing_extensions.. Python-2.0
dataclasses (π₯26 Β· β 510 Β· π€) - A backport of the dataclasses module for Python 3.6. Apache-2
Show 3 hidden projects...
- pathlib2 (π₯28 Β· β 65) - 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
pycryptodomex (π₯33 Β· β 1.7K) - A self-contained cryptographic library for Python. BSD-3
-
GitHub (π¨βπ» 110 Β· π 300 Β· π¦ 32K Β· π 430 - 15% open Β· β±οΈ 22.09.2021):
git clone https://github.com/Legrandin/pycryptodome
-
PyPi (π₯ 12M / month Β· π¦ 1.5K Β· β±οΈ 09.02.2021):
pip install pycryptodomex
-
Conda (π₯ 460K Β· β±οΈ 30.06.2021):
conda install -c conda-forge pycryptodomex
asn1crypto (π₯32 Β· β 240) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
cryptography (π₯31 Β· β 4.3K) - cryptography is a package designed to expose cryptographic.. BSD-3
tink (π₯28 Β· β 12K) - Tink is a multi-language, cross-platform, open source library that.. Apache-2
bcrypt (π₯27 Β· β 790) - 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 Β· π¦ 24K Β· π 3.8K - 18% open Β· β±οΈ 22.09.2021):
git clone https://github.com/aws/aws-cli
-
PyPi (π₯ 120M / month Β· π¦ 5.4K Β· β±οΈ 22.09.2021):
pip install awscli
-
Conda (π₯ 8.8M Β· β±οΈ 23.09.2021):
conda install -c conda-forge awscli
docker-compose (π₯36 Β· β 23K) - Define and run multi-container applications with Docker. Apache-2
-
GitHub (π¨βπ» 410 Β· π 3.9K Β· π₯ 150M Β· π¦ 7.5K Β· π 5.8K - 10% open Β· β±οΈ 22.09.2021):
git clone https://github.com/docker/compose
-
PyPi (π₯ 1.8M / month Β· π¦ 2.2K Β· β±οΈ 10.05.2021):
pip install docker-compose
-
Conda (π₯ 160K Β· β±οΈ 10.05.2021):
conda install -c conda-forge docker-compose
paramiko (π₯34 Β· β 7.2K) - The leading native Python SSHv2 protocol library. βοΈLGPL-2.1
kubernetes (π₯32 Β· β 4.1K) - Official Python client library for kubernetes. Apache-2
ansible (π₯31 Β· β 50K) - Ansible is a radically simple IT automation platform that makes your.. βοΈGPL-3.0
pulumi (π₯31 Β· β 9.9K) - 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 (π₯21 Β· β 1.4K) - 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
- parallel-ssh (π₯22 Β· β 930) - Asynchronous parallel SSH client library.
βοΈLGPL-2.1
- storm (π₯20 Β· β 3.8K Β· π) - Manage your SSH like a boss.
MIT
- 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 (π₯ 21M / month Β· π¦ 31K Β· β±οΈ 21.01.2020):
pip install pexpect
-
Conda (π₯ 5.6M Β· β±οΈ 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.3K Β· π 1K - 12% open Β· β±οΈ 16.09.2021):
git clone https://github.com/Supervisor/supervisor
-
PyPi (π₯ 770K / 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
uvloop (π₯33 Β· β 8K) - Ultra fast asyncio event loop. MIT
-
GitHub (π¨βπ» 42 Β· π 460 Β· π₯ 340 Β· π¦ 27K Β· π 270 - 18% open Β· β±οΈ 10.08.2021):
git clone https://github.com/MagicStack/uvloop
-
PyPi (π₯ 7.8M / month Β· π¦ 2.4K Β· β±οΈ 10.08.2021):
pip install uvloop
-
Conda (π₯ 390K Β· β±οΈ 11.08.2021):
conda install -c conda-forge uvloop
anyio (π₯23 Β· β 470) - High level asynchronous concurrency and networking framework that works on.. MIT
Show 1 hidden projects...
python-dotenv (π₯34 Β· β 4.3K) - Get and set values in your .env file in local and production.. BSD-3
-
GitHub (π¨βπ» 71 Β· π 270 Β· π¦ 150K Β· π 190 - 9% open Β· β±οΈ 25.07.2021):
git clone https://github.com/theskumar/python-dotenv
-
PyPi (π₯ 11M / month Β· π¦ 9.4K Β· β±οΈ 24.07.2021):
pip install python-dotenv
-
Conda (π₯ 1.1M Β· β±οΈ 24.07.2021):
conda install -c conda-forge python-dotenv
traitlets (π₯31 Β· β 440) - A lightweight Traits like module. BSD-3
-
GitHub (π¨βπ» 100 Β· π 170 Β· π¦ 180K Β· π 230 - 35% open Β· β±οΈ 30.08.2021):
git clone https://github.com/ipython/traitlets
-
PyPi (π₯ 17M / month Β· π¦ 28K Β· β±οΈ 30.08.2021):
pip install traitlets
-
Conda (π₯ 8.1M Β· β±οΈ 07.09.2021):
conda install -c conda-forge traitlets
Dynaconf (π₯29 Β· β 1.9K) - Configuration Management for Python. MIT
-
GitHub (π¨βπ» 71 Β· π 180 Β· π¦ 1.6K Β· π 310 - 25% open Β· β±οΈ 09.09.2021):
git clone https://github.com/rochacbruno/dynaconf
-
PyPi (π₯ 420K / month Β· π¦ 92 Β· β±οΈ 09.09.2021):
pip install dynaconf
-
Conda (π₯ 2.2K Β· β±οΈ 13.09.2021):
conda install -c conda-forge dynaconf
python-decouple (π₯29 Β· β 1.9K) - Strict separation of config from code. MIT
-
GitHub (π¨βπ» 24 Β· π 140 Β· π¦ 47K Β· π 74 - 21% open Β· β±οΈ 05.06.2021):
git clone https://github.com/henriquebastos/python-decouple
-
PyPi (π₯ 540K / month Β· π¦ 6K Β· β±οΈ 05.01.2021):
pip install python-decouple
-
Conda (π₯ 28K Β· β±οΈ 05.01.2021):
conda install -c conda-forge python-decouple
omegaconf (π₯28 Β· β 850) - Flexible Python configuration system. The last one you will ever need. BSD-3
gin-config (π₯26 Β· β 1.4K) - Gin provides a lightweight configuration framework for Python. Apache-2
hydra (π₯22 Β· β 4.9K) - Hydra is a framework for elegantly configuring complex applications. MIT
rich (π₯33 Β· β 29K) - 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
colorama (π₯31 Β· β 2.6K Β· π€) - Simple cross-platform colored terminal text in Python. BSD-3
argcomplete (π₯30 Β· β 980) - Python and tab completion, better together. Apache-2
-
GitHub (π¨βπ» 54 Β· π 98 Β· π₯ 140 Β· π¦ 11K Β· π 190 - 21% open Β· β±οΈ 12.05.2021):
git clone https://github.com/kislyuk/argcomplete
-
PyPi (π₯ 14M / month Β· π¦ 2.8K Β· β±οΈ 19.04.2021):
pip install argcomplete
-
Conda (π₯ 290K Β· β±οΈ 22.04.2021):
conda install -c conda-forge argcomplete
wcwidth (π₯30 Β· β 250) - Python library that measures the width of unicode strings rendered to a.. MIT
asciimatics (π₯27 Β· β 2.8K) - A cross platform package to do curses-like operations, plus.. Apache-2
-
GitHub (π¨βπ» 37 Β· π 210 Β· π¦ 540 Β· π 260 - 8% open Β· β±οΈ 21.09.2021):
git clone https://github.com/peterbrittain/asciimatics
-
PyPi (π₯ 7.9K / month Β· π¦ 120 Β· β±οΈ 05.04.2021):
pip install asciimatics
-
Conda (π₯ 76K Β· β±οΈ 09.04.2021):
conda install -c conda-forge asciimatics
ConfigArgParse (π₯26 Β· β 530) - A drop-in replacement for argparse that allows options to also be.. MIT
blessings (π₯24 Β· β 1.2K Β· π€) - A thin, practical wrapper around terminal capabilities in Python. MIT
cleo (π₯24 Β· β 750) - Cleo allows you to create beautiful and testable command-line interfaces. MIT
bashplotlib (π₯21 Β· β 1.6K) - plotting in the terminal. MIT
questionary (π₯20 Β· β 730 Β· π) - Python library to build pretty command line user prompts Easy to.. MIT
Show 4 hidden projects...
- docopt (π₯31 Β· β 7.5K Β· π) - Pythonic command line arguments parser, that will make you smile.
MIT
- clint (π₯26 Β· β 2.5K Β· π) - Python Command-line Application Tools.
ISC
- docopt-ng (π₯17 Β· β 55) - Humane command line arguments parser. Now with maintenance, typehints,..
MIT
- colout (π₯14 Β· β 1K Β· π) - Color text streams with a polished command line interface.
βοΈGPL-3.0
πΒ best-of-python-dev ( β 340) - A ranked list of awesome python developer tools and libraries. Updated..
cached-property (π₯27 Β· β 610 Β· π€) - A decorator for caching properties in classes. BSD-3
pylibmc (π₯27 Β· β 440) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3
cachetools (π₯26 Β· β 1.1K) - Extensible memoizing collections and decorators. MIT
cachier (π₯19 Β· β 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 (π₯30 Β· β 8.2K) - PySimpleGUI is a Python package that enables Python.. βοΈLGPL-3.0
-
GitHub (π¨βπ» 18 Β· π 1.2K Β· π¦ 3.4K Β· π 2.4K - 28% open Β· β±οΈ 21.09.2021):
git clone https://github.com/PySimpleGUI/PySimpleGUI
-
PyPi (π₯ 71K / month Β· π¦ 82 Β· β±οΈ 30.08.2021):
pip install pysimplegui
-
Conda (π₯ 39K Β· β±οΈ 01.09.2021):
conda install -c conda-forge pysimplegui
Eel (π₯27 Β· β 4.6K) - 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 Β· π 770 Β· π₯ 130 Β· π¦ 420 Β· π 500 - 17% open Β· β±οΈ 12.06.2021):
git clone https://github.com/chriskiehl/Gooey
-
PyPi (π₯ 4.1K / month Β· π¦ 64 Β· β±οΈ 12.06.2021):
pip install gooey
-
Conda (π₯ 38K Β· β±οΈ 13.06.2021):
conda install -c conda-forge gooey
DearPyGui (π₯26 Β· β 5.8K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
Show 1 hidden projects...
- Phoenix (π₯17 Β· β 1.7K Β· π€) - wxPython's Project Phoenix. A new implementation of..
βUnlicensed
πΒ best-of-ml-python - Computer Vision ( β 5.7K) - Collection of computer vision and image processing..
πΒ best-of-ml-python ( β 5.7K) - A ranked list of awesome machine learning Python libraries. Updated..
πΒ best-of-ml-python - NLP ( β 5.7K) - Collection of text processing and NLP libraries.
chardet (π₯32 Β· β 1.6K) - Python character encoding detector. βοΈLGPL-2.1
python-slugify (π₯31 Β· β 1.1K) - Returns unicode slugs. MIT
-
GitHub (π¨βπ» 30 Β· π 85 Β· π¦ 20K Β· π 50 - 2% open Β· β±οΈ 12.05.2021):
git clone https://github.com/un33k/python-slugify
-
PyPi (π₯ 4.4M / month Β· π¦ 4.3K Β· β±οΈ 05.05.2021):
pip install python-slugify
-
Conda (π₯ 480K Β· β±οΈ 06.05.2021):
conda install -c conda-forge python-slugify
phonenumbers (π₯28 Β· β 2.8K) - Python port of Google's libphonenumber. Apache-2
-
GitHub (π¨βπ» 24 Β· π 360 Β· π 130 - 3% open Β· β±οΈ 23.09.2021):
git clone https://github.com/daviddrysdale/python-phonenumbers
-
PyPi (π₯ 2.4M / month Β· π¦ 2.3K Β· β±οΈ 12.09.2021):
pip install phonenumbers
-
Conda (π₯ 470K Β· β±οΈ 12.09.2021):
conda install -c conda-forge phonenumbers
inflect (π₯25 Β· β 570) - Correctly generate plurals, ordinals, indefinite articles; convert numbers.. MIT
pyahocorasick (π₯24 Β· β 640) - Python module (C extension and plain python) implementing Aho-.. BSD-3
-
GitHub (π¨βπ» 21 Β· π 92 Β· π¦ 750 Β· π 110 - 33% open Β· β±οΈ 27.03.2021):
git clone https://github.com/WojciechMula/pyahocorasick
-
PyPi (π₯ 230K / 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 (π₯19 Β· β 78) - Random Name and Slug Generator.
BSD-2
- millify (π₯16 Β· β 42 Β· π) - 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.3K) - The Database Toolkit for Python. MIT
-
GitHub (π¨βπ» 500 Β· π 700 Β· π₯ 32K Β· π¦ 310K Β· π 6.2K - 2% open Β· β±οΈ 23.09.2021):
git clone https://github.com/sqlalchemy/sqlalchemy
-
PyPi (π₯ 38M / month Β· π¦ 84K Β· β±οΈ 23.09.2021):
pip install SQLAlchemy
-
Conda (π₯ 4.9M Β· β±οΈ 23.09.2021):
conda install -c conda-forge sqlalchemy
MongoEngine (π₯35 Β· β 3.6K) - A Python Object-Document-Mapper for working with MongoDB. MIT
-
GitHub (π¨βπ» 370 Β· π 1.2K Β· π¦ 14K Β· π 1.6K - 23% open Β· β±οΈ 23.08.2021):
git clone https://github.com/MongoEngine/mongoengine
-
PyPi (π₯ 730K / month Β· π¦ 6.7K Β· β±οΈ 04.05.2021):
pip install mongoengine
-
Conda (π₯ 140K Β· β±οΈ 17.12.2020):
conda install -c conda-forge mongoengine
kafka-python (π₯34 Β· β 4.5K) - Python client for Apache Kafka. Apache-2
-
GitHub (π¨βπ» 210 Β· π 1.2K Β· π₯ 1.7K Β· π¦ 7.8K Β· π 1.4K - 14% open Β· β±οΈ 03.08.2021):
git clone https://github.com/dpkp/kafka-python
-
PyPi (π₯ 5.4M / month Β· π¦ 2K Β· β±οΈ 30.09.2020):
pip install kafka-python
-
Conda (π₯ 250K Β· β±οΈ 30.09.2020):
conda install -c conda-forge kafka-python
Motor (π₯33 Β· β 1.8K) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2
google-cloud-storage (π₯32 Β· β 3.7K Β· π) - Google Cloud Client Library for Python. Apache-2
-
GitHub (π¨βπ» 320 Β· π 1.4K Β· π 3.4K - 0% open Β· β±οΈ 07.09.2021):
git clone https://github.com/googleapis/google-cloud-python
-
PyPi (π₯ 31M / month Β· π¦ 2.1K Β· β±οΈ 16.09.2021):
pip install google-cloud-storage
-
Conda (π₯ 910K Β· β±οΈ 18.08.2021):
conda install -c conda-forge google-cloud-storage
elasticsearch (π₯32 Β· β 3.4K) - Official Elasticsearch client library for Python. Apache-2
-
GitHub (π¨βπ» 180 Β· π 1.1K Β· π₯ 690 Β· π¦ 24K Β· π 910 - 7% open Β· β±οΈ 22.09.2021):
git clone https://github.com/elastic/elasticsearch-py
-
PyPi (π₯ 8.8M / month Β· π¦ 11K Β· β±οΈ 22.09.2021):
pip install elasticsearch
-
Conda (π₯ 450K Β· β±οΈ 22.09.2021):
conda install -c conda-forge elasticsearch
Prometheus Client (π₯32 Β· β 2.4K) - Prometheus instrumentation library for Python.. Apache-2
-
GitHub (π¨βπ» 110 Β· π 570 Β· π 370 - 9% open Β· β±οΈ 15.09.2021):
git clone https://github.com/prometheus/client_python
-
PyPi (π₯ 24M / month Β· π¦ 3.7K Β· β±οΈ 20.06.2019):
pip install prometheus_client
-
Conda (π₯ 3.8M Β· β±οΈ 01.06.2021):
conda install -c conda-forge prometheus_client
Cassandra Driver (π₯32 Β· β 1.3K) - DataStax Python Driver for Apache Cassandra. Apache-2
s3transfer (π₯32 Β· β 130) - Amazon S3 Transfer Manager for Python. Apache-2
Elasticsearch DSL (π₯31 Β· β 3.3K) - High level Python client for Elasticsearch. Apache-2
confluent-kafka-python (π₯31 Β· β 2.4K) - Confluent's Kafka Python Client. Apache-2
azure-storage-blob (π₯31 Β· β 2.1K) - This repository is for active development of the Azure SDK.. MIT
-
GitHub (π¨βπ» 350 Β· π 1.5K Β· π¦ 1.7K Β· π 5.6K - 17% open Β· β±οΈ 23.09.2021):
git clone https://github.com/Azure/azure-sdk-for-python
-
PyPi (π₯ 31M / month Β· π¦ 380 Β· β±οΈ 20.09.2021):
pip install azure-storage-blob
-
Conda (π₯ 280K Β· β±οΈ 20.09.2021):
conda install -c conda-forge azure-storage-blob
SQLAlchemy-Utils (π₯31 Β· β 820) - Various utility functions and datatypes for SQLAlchemy. BSD-3
-
GitHub (π¨βπ» 98 Β· π 250 Β· π¦ 12K Β· π 340 - 54% open Β· β±οΈ 28.06.2021):
git clone https://github.com/kvesteri/sqlalchemy-utils
-
PyPi (π₯ 2.4M / month Β· π¦ 3.4K Β· β±οΈ 28.06.2021):
pip install sqlalchemy-utils
-
Conda (π₯ 330K Β· β±οΈ 01.09.2021):
conda install -c conda-forge sqlalchemy-utils
python-bigquery (π₯31 Β· β 280) - Google BigQuery API client library. Apache-2
influxdb (π₯30 Β· β 1.5K) - Python client for InfluxDB. MIT
-
GitHub (π¨βπ» 140 Β· π 490 Β· π¦ 4.7K Β· π 510 - 26% open Β· β±οΈ 09.09.2021):
git clone https://github.com/influxdata/influxdb-python
-
PyPi (π₯ 2M / month Β· π¦ 2.1K Β· β±οΈ 11.11.2020):
pip install influxdb
-
Conda (π₯ 21K Β· β±οΈ 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
google-cloud-bigtable (π₯29 Β· β 3.7K) - Google Cloud Bigtable API client library. Apache-2
-
GitHub (π¨βπ» 59 Β· π 1.4K Β· π¦ 1.7K Β· π 100 - 7% open Β· β±οΈ 21.09.2021):
git clone https://github.com/googleapis/python-bigtable
-
PyPi (π₯ 1.6M / month Β· π¦ 400 Β· β±οΈ 26.07.2021):
pip install google-cloud-bigtable
-
Conda (π₯ 33K Β· β±οΈ 27.07.2021):
conda install -c conda-forge google-cloud-bigtable
PyPika (π₯29 Β· β 1.4K) - 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 Β· β 990) - Python cluster client for the official redis cluster. Redis.. MIT
Ibis (π₯28 Β· β 1.6K) - A pandas-like deferred expression system, with first-class SQL support. Apache-2
-
GitHub (π¨βπ» 83 Β· π 270 Β· π¦ 200 Β· π 1.6K - 36% open Β· β±οΈ 22.09.2021):
git clone https://github.com/ibis-project/ibis
-
PyPi (π₯ 180K / month Β· π¦ 48 Β· β±οΈ 11.11.2020):
pip install ibis-framework
-
Conda (π₯ 200K Β· β±οΈ 13.11.2020):
conda install -c conda-forge ibis-framework
mysqlclient (π₯27 Β· β 2K) - MySQL database connector for Python (with Python 3 support). βοΈGPL-2.0
-
GitHub (π¨βπ» 68 Β· π 320 Β· π₯ 5.2K Β· π 270 - 5% open Β· β±οΈ 03.09.2021):
git clone https://github.com/PyMySQL/mysqlclient
-
PyPi (π₯ 3.1M / month Β· π¦ 14K Β· β±οΈ 01.01.2021):
pip install mysqlclient
-
Conda (π₯ 110K Β· β±οΈ 04.01.2021):
conda install -c conda-forge mysqlclient
cx-Oracle (π₯27 Β· β 760 Β· π) - Python interface to Oracle Database conforming to the Python DB.. BSD-3
pandas-gbq (π₯26 Β· β 270) - Pandas Google BigQuery. BSD-3
-
GitHub (π¨βπ» 32 Β· π 96 Β· π₯ 250 Β· π¦ 2.8K Β· π 210 - 22% open Β· β±οΈ 21.09.2021):
git clone https://github.com/pydata/pandas-gbq
-
PyPi (π₯ 9.1M / month Β· π¦ 430 Β· β±οΈ 10.11.2020):
pip install pandas-gbq
-
Conda (π₯ 920K Β· β±οΈ 28.04.2021):
conda install -c conda-forge pandas-gbq
cloudant (π₯26 Β· β 170) - A Python library for Cloudant and CouchDB. Apache-2
-
GitHub (π¨βπ» 29 Β· π 49 Β· π¦ 1.5K Β· π 250 - 0% open Β· β±οΈ 26.08.2021):
git clone https://github.com/cloudant/python-cloudant
-
PyPi (π₯ 54K / month Β· π¦ 530 Β· β±οΈ 26.08.2021):
pip install cloudant
-
Conda (π₯ 85K Β· β±οΈ 26.08.2021):
conda install -c conda-forge cloudant
tortoise-orm (π₯25 Β· β 2.4K) - 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 Β· π¦ 540 Β· π 210 - 14% open Β· β±οΈ 08.02.2021):
git clone https://github.com/python-happybase/happybase
-
PyPi (π₯ 66K / month Β· π¦ 420 Β· β±οΈ 14.05.2019):
pip install happybase
-
Conda (π₯ 66K Β· β±οΈ 01.07.2019):
conda install -c conda-forge happybase
neo4j-driver (π₯24 Β· β 640) - Neo4j Bolt driver for Python. Apache-2
AWS Data Wrangler (π₯23 Β· β 2.1K) - Pandas on AWS - Easy integration with Athena, Glue,.. Apache-2
pandas
libcloud (π₯22 Β· β 1.8K Β· π) - Apache Libcloud is a Python library which hides differences.. Apache-2
piccolos (π₯22 Β· β 530) - 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 (π₯20 Β· β 390) - Async ODM (Object Document Mapper) for MongoDB based on python type hints. ISC
gsheets-db-api (π₯19 Β· β 160 Β· π€) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets. MIT
psycopg3 (π₯13 Β· β 440) - New generation PostgreSQL database adapter for the Python.. βοΈLGPL-3.0
-
GitHub (π¨βπ» 7 Β· π 21 Β· π 42 - 19% open Β· β±οΈ 23.09.2021):
git clone https://github.com/psycopg/psycopg3
Show 6 hidden projects...
- psycopg2 (π₯35 Β· β 2.3K) - PostgreSQL database adapter for the Python..
βοΈBSD-3-Clause-Attribution
- mongo-connector (π₯26 Β· β 1.8K Β· π) - MongoDB data stream pipeline tools by YouGov (adopted..
Apache-2
- db.py (π₯22 Β· β 1.2K Β· π) - db.py is an easier way to interact with your databases.
BSD-2
- Queries (π₯20 Β· β 240 Β· π) - PostgreSQL database access simplified.
BSD-3
- 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.
Datasets (π₯33 Β· β 9.9K Β· π) - The largest hub of ready-to-use datasets for ML models with.. Apache-2
xlwings (π₯33 Β· β 2.1K) - xlwings is a BSD-licensed Python library that makes it easy to call.. BSD-3
-
GitHub (π¨βπ» 54 Β· π 380 Β· π₯ 26K Β· π¦ 18K Β· π 1.4K - 23% open Β· β±οΈ 07.09.2021):
git clone https://github.com/xlwings/xlwings
-
PyPi (π₯ 570K / month Β· π¦ 1.1K Β· β±οΈ 01.09.2020):
pip install xlwings
-
Conda (π₯ 370K Β· β±οΈ 27.08.2021):
conda install -c conda-forge xlwings
python-magic (π₯32 Β· β 2K) - A python wrapper for libmagic. MIT
-
GitHub (π¨βπ» 52 Β· π 220 Β· π¦ 19K Β· π 160 - 17% open Β· β±οΈ 02.09.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
gdown (π₯28 Β· β 1.3K) - Download a large file from Google Drive (curl/wget fails because of the.. MIT
snorkel (π₯27 Β· β 4.8K) - A system for quickly generating training data with weak supervision. Apache-2
-
GitHub (π¨βπ» 70 Β· π 780 Β· π₯ 700 Β· π¦ 120 Β· π 960 - 2% open Β· β±οΈ 28.08.2021):
git clone https://github.com/snorkel-team/snorkel
-
PyPi (π₯ 72K / month Β· π¦ 8 Β· β±οΈ 09.03.2021):
pip install snorkel
-
Conda (π₯ 22K Β· β±οΈ 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 (π₯ 290K / month Β· π¦ 1.4K Β· β±οΈ 13.07.2021):
pip install pandas-datareader
-
Conda (π₯ 140K Β· β±οΈ 14.07.2021):
conda install -c conda-forge pandas-datareader
Intake (π₯26 Β· β 620) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
Singer (π₯24 Β· β 860) - Standard for moving data between databases, web APIs, files, queues,.. βοΈAGPL-3.0
SDV (π₯23 Β· β 510) - Synthetic Data Generation for tabular, relational and time series data. MIT
deepdish (π₯23 Β· β 230) - Flexible HDF5 saving/loading and other data science tools from the.. BSD-3
tabulator-py (π₯22 Β· β 210) - Python library for reading and writing tabular data via streams. MIT
openpyxl (π₯21) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT
- PyPi (π₯ 16M / month Β· π¦ 9.8K Β· β±οΈ 22.09.2021):
pip install openpyxl
- Conda (π₯ 58K Β· β±οΈ 13.03.2021):
conda install -c anaconda openpyxl
- Docker Hub (π₯ 1.2K Β· β±οΈ 13.09.2018):
docker pull openpyxl/openpyxl-ci
rows (π₯20 Β· β 770) - A common, beautiful interface to tabular data, no matter the format. βοΈLGPL-3.0
csvs-to-sqlite (π₯16 Β· β 640 Β· π€) - Convert CSV files into a SQLite database. Apache-2
Show 4 hidden projects...
- xmltodict (π₯31 Β· β 4.5K Β· π) - Python module that makes working with XML feel like you are..
MIT
- PDFMiner (π₯27 Β· β 4.7K Β· π) - Python PDF Parser (Not actively maintained). Check out pdfminer.six.
MIT
- messytables (π₯23 Β· β 380 Β· π) - 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.7K) - A Python module for creating Excel XLSX files. BSD-3
-
GitHub (π¨βπ» 45 Β· π 540 Β· π¦ 39K Β· π 730 - 1% open Β· β±οΈ 06.09.2021):
git clone https://github.com/jmcnamara/XlsxWriter
-
PyPi (π₯ 6.9M / month Β· π¦ 6.2K Β· β±οΈ 10.08.2021):
pip install xlsxwriter
-
Conda (π₯ 1.4M Β· β±οΈ 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 (π¨βπ» 12 Β· π 20 Β· π 43 - 32% open Β· β±οΈ 05.09.2021):
git clone https://github.com/ilevkivskyi/typing_inspect
-
PyPi (π₯ 16M / month Β· π¦ 80 Β· β±οΈ 07.06.2021):
pip install typing_inspect
-
Conda (π₯ 350K Β· β±οΈ 09.06.2021):
conda install -c conda-forge typing_inspect
Show 2 hidden projects...
- entrypoints (π₯24 Β· β 67 Β· π) - Discover and load entry points from installed packages.
MIT
- importlib-resources (π₯18 Β· β 16) - Read resources from Python packages.
Apache-2
more-itertools (π₯35 Β· β 2.1K) - More routines for operating on iterables, beyond itertools. MIT
-
GitHub (π¨βπ» 78 Β· π 180 Β· π₯ 2.3K Β· π¦ 110K Β· π 180 - 6% open Β· β±οΈ 21.09.2021):
git clone https://github.com/more-itertools/more-itertools
-
PyPi (π₯ 14M / month Β· π¦ 15K Β· β±οΈ 17.09.2021):
pip install more-itertools
-
Conda (π₯ 7.2M Β· β±οΈ 17.09.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 (π₯ 1.1M / month Β· π¦ 490 Β· β±οΈ 17.05.2021):
pip install boltons
-
Conda (π₯ 490K Β· β±οΈ 27.05.2021):
conda install -c conda-forge boltons
python-dependency-injector (π₯27 Β· β 1.6K) - Dependency injection framework for Python. BSD-3
returns (π₯25 Β· β 1.9K) - 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 (π₯24 Β· β 1.7K Β· π) - Retrying is an Apache 2.0 licensed general-purpose retrying..
Apache-2
- ratelimit (π₯24 Β· β 420 Β· π) - API Rate Limit Decorator.
MIT
- pampy (π₯22 Β· β 3.4K Β· π) - Pampy: The Pattern Matching for Python you always dreamed of.
MIT
- CommonRegex (π₯21 Β· β 1.5K Β· π) - A collection of common regular expressions bundled with an easy..
MIT
pyston (π₯24 Β· β 1.7K Β· π£) - A faster and highly-compatible implementation of the Python.. Apache-2
-
GitHub (π¨βπ» 1K Β· π 53 Β· π₯ 4.5K Β· π 39 - 28% open Β· β±οΈ 23.09.2021):
git clone https://github.com/pyston/pyston
Show 4 hidden projects...
- micropython (π₯23 Β· β 13K) - MicroPython - a lean and efficient Python implementation for..
βUnlicensed
- grumpy (π₯16 Β· β 10K Β· π) - Grumpy is a Python to Go source code transcompiler and runtime.
Apache-2
- stackless (π₯11 Β· β 750) - The Stackless Python programming language.
βUnlicensed
- cl-python (π₯11 Β· β 330 Β· π) - An implementation of Python in Common Lisp.
βUnlicensed
pyparsing (π₯34 Β· β 1.2K) - Python library for creating PEG parsers. MIT
-
GitHub (π¨βπ» 36 Β· π 180 Β· π₯ 5.9K Β· π¦ 370K Β· π 190 - 19% open Β· β±οΈ 22.09.2021):
git clone https://github.com/pyparsing/pyparsing
-
PyPi (π₯ 65M / month Β· π¦ 59K Β· β±οΈ 09.09.2021):
pip install pyparsing
-
Conda (π₯ 15M Β· β±οΈ 06.04.2020):
conda install -c conda-forge pyparsing
cookiecutter (π₯31 Β· β 15K) - A command-line utility that creates projects from cookiecutters.. BSD-3
py4j (π₯30 Β· β 870 Β· π€) - 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 (π₯26 Β· β 1.2K) - Python project template generator with batteries included. MIT
pyscreenshot (π₯25 Β· β 420) - Python screenshot library, replacement for the Pillow ImageGrab.. BSD-2
pluginbase (π₯24 Β· β 980) - A simple but flexible plugin system for Python. BSD-3
python-mss (π₯24 Β· β 640) - 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.