π A ranked list of awesome Python open-source libraries & tools. Updated weekly.
This curated list contains 230 awesome open-source projects with a total of 710K stars grouped into 24 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!
π« Subscribe to our weekly newsletter for updates on the best Python libraries and tools.
Get notified on trending projects, new additions, detailed comparisons, and more!
- Data Serialization 14 projects
- Data Structures 8 projects
- Data Validation 12 projects
- Algorithms & Design Patterns 3 projects
- Date & Time Utilities 9 projects
- File & Path Utilities 9 projects
- Compatiblity 7 projects
- Cryptography 7 projects
- Infrastructure & DevOps 15 projects
- Process Utilities 4 projects
- Asynchronous Programming 3 projects
- Configuration 5 projects
- CLI Development 17 projects
- Development Tools 1 projects
- Data Caching 3 projects
- GUI Development 9 projects
- Machine Learning & Data Engineering 1 projects
- Text Data 5 projects
- Web Development 1 projects
- Database Clients 51 projects
- File Formats 3 projects
- Code Inspection 4 projects
- General Utilities 12 projects
- Python Implementations 6 projects
- Others 17 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 (π₯40 Β· β 46K Β· π) - Protocol Buffers - Google's data interchange format. BSD-3
-
GitHub (π¨βπ» 770 Β· π 12K Β· π₯ 22M Β· π¦ 110K Β· π 4.4K - 27% open Β· β±οΈ 11.01.2021):
git clone https://github.com/protocolbuffers/protobuf
-
PyPi (π₯ 35M / month Β· π¦ 25K Β· β±οΈ 12.11.2020):
pip install protobuf
-
Conda (π₯ 4M Β· β±οΈ 08.01.2021):
conda install -c conda-forge protobuf
flatbuffers (π₯33 Β· β 16K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
-
GitHub (π¨βπ» 460 Β· π 2.4K Β· π₯ 27K Β· π¦ 730 Β· π 1.6K - 10% open Β· β±οΈ 12.01.2021):
git clone https://github.com/google/flatbuffers
-
PyPi (π₯ 1.6M / month Β· π¦ 170 Β· β±οΈ 12.03.2020):
pip install flatbuffers
-
Conda (π₯ 220K Β· β±οΈ 23.11.2020):
conda install -c conda-forge flatbuffers
ultrajson (π₯33 Β· β 3.1K) - Ultra fast JSON decoder and encoder written in C with Python bindings. BSD-3
msgpack (π₯33 Β· β 1.4K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2
-
GitHub (π¨βπ» 65 Β· π 180 Β· π₯ 820 Β· π¦ 33K Β· π 220 - 2% open Β· β±οΈ 02.01.2021):
git clone https://github.com/msgpack/msgpack-python
-
PyPi (π₯ 7.5M / month Β· π¦ 2.6K Β· β±οΈ 18.12.2020):
pip install msgpack
-
Conda (π₯ 3.2M Β· β±οΈ 08.01.2021):
conda install -c conda-forge msgpack-python
simplejson (π₯33 Β· β 1.4K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT
-
GitHub (π¨βπ» 36 Β· π 300 Β· π₯ 5K Β· π¦ 56K Β· π 170 - 8% open Β· β±οΈ 29.12.2020):
git clone https://github.com/simplejson/simplejson
-
PyPi (π₯ 8.6M / month Β· π¦ 39K Β· β±οΈ 16.07.2020):
pip install simplejson
-
Conda (π₯ 870K Β· β±οΈ 09.01.2021):
conda install -c conda-forge simplejson
marshmallow (π₯32 Β· β 5.2K) - A lightweight library for converting complex objects to and from.. MIT
-
GitHub (π¨βπ» 180 Β· π 540 Β· π¦ 23K Β· π 990 - 11% open Β· β±οΈ 08.01.2021):
git clone https://github.com/marshmallow-code/marshmallow
-
PyPi (π₯ 3.8M / month Β· π¦ 18K Β· β±οΈ 19.12.2020):
pip install marshmallow
-
Conda (π₯ 420K Β· β±οΈ 20.12.2020):
conda install -c conda-forge marshmallow
cloudpickle (π₯31 Β· β 860 Β· π) - Extended pickling support for Python objects. BSD-3
-
GitHub (π¨βπ» 44 Β· π 97 Β· π₯ 16 Β· π¦ 31K Β· π 180 - 27% open Β· β±οΈ 22.09.2020):
git clone https://github.com/cloudpipe/cloudpickle
-
PyPi (π₯ 5.2M / month Β· π¦ 4.1K Β· β±οΈ 25.08.2020):
pip install cloudpickle
-
Conda (π₯ 3.6M Β· β±οΈ 26.08.2020):
conda install -c conda-forge cloudpickle
jsonpickle (π₯29 Β· β 890) - Python library for serializing any arbitrary object graph into JSON... BSD-3
orjson (π₯27 Β· β 1.7K Β· β) - Fast, correct Python JSON library supporting dataclasses,.. Apache-2
srsly (π₯27 Β· β 180 Β· β) - Modern high-performance serialization utilities for Python (JSON,.. MIT
python-rapidjson (π₯26 Β· β 410) - Python wrapper around rapidjson. MIT
-
GitHub (π¨βπ» 17 Β· π 34 Β· π¦ 910 Β· π 93 - 7% open Β· β±οΈ 13.12.2020):
git clone https://github.com/python-rapidjson/python-rapidjson
-
PyPi (π₯ 250K / month Β· π¦ 290 Β· β±οΈ 13.12.2020):
pip install python-rapidjson
-
Conda (π₯ 310K Β· β±οΈ 12.01.2021):
conda install -c conda-forge python-rapidjson
pysimdjson (π₯22 Β· β 420) - Python bindings for the simdjson project. MIT
pyrsistent (π₯32 Β· β 1.5K) - Persistent/Immutable/Functional data structures for Python. MIT
-
GitHub (π¨βπ» 49 Β· π 100 Β· π¦ 66K Β· π 140 - 22% open Β· β±οΈ 30.11.2020):
git clone https://github.com/tobgu/pyrsistent
-
PyPi (π₯ 15M / month Β· π¦ 3.4K Β· β±οΈ 13.09.2020):
pip install pyrsistent
-
Conda (π₯ 3.5M Β· β±οΈ 08.01.2021):
conda install -c conda-forge pyrsistent
python-sortedcontainers (π₯29 Β· β 2K) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2
munch (π₯26 Β· β 440) - A Munch is a Python dictionary that provides attribute-style access (a la.. MIT
python-box (π₯25 Β· β 1.6K) - Python dictionaries with advanced dot notation access. MIT
-
GitHub (π¨βπ» 1 Β· π 64 Β· π₯ 28 Β· π¦ 1.1K Β· π 110 - 15% open Β· β±οΈ 29.10.2020):
git clone https://github.com/cdgriffith/Box
-
PyPi (π₯ 420K / month Β· π¦ 250 Β· β±οΈ 20.08.2020):
pip install python-box
-
Conda (π₯ 61K Β· β±οΈ 29.10.2020):
conda install -c conda-forge python-box
immutables (π₯24 Β· β 800) - A high-performance immutable mapping type for Python. Apache-2
-
GitHub (π¨βπ» 7 Β· π 30 Β· π¦ 1.2K Β· π 29 - 37% open Β· β±οΈ 07.12.2020):
git clone https://github.com/MagicStack/immutables
-
PyPi (π₯ 680K / month Β· π¦ 100 Β· β±οΈ 18.05.2020):
pip install immutables
-
Conda (π₯ 390K Β· β±οΈ 11.01.2021):
conda install -c conda-forge immutables
ordered-set (π₯23 Β· β 110 Β· π€) - A mutable set that remembers the order of its entries. One of.. MIT
-
GitHub (π¨βπ» 17 Β· π 30 Β· π¦ 1.8K Β· π 30 - 20% open Β· β±οΈ 17.06.2020):
git clone https://github.com/LuminosoInsight/ordered-set
-
PyPi (π₯ 1.3M / month Β· π¦ 310 Β· β±οΈ 17.06.2020):
pip install ordered-set
-
Conda (π₯ 60K Β· β±οΈ 18.06.2020):
conda install -c conda-forge ordered-set
pydantic (π₯32 Β· β 5.1K) - Data parsing and validation using Python type hints. MIT
-
GitHub (π¨βπ» 180 Β· π 460 Β· π¦ 11K Β· π 1.3K - 22% open Β· β±οΈ 02.01.2021):
git clone https://github.com/samuelcolvin/pydantic
-
PyPi (π₯ 1.7M / month Β· π¦ 390 Β· β±οΈ 01.11.2020):
pip install pydantic
-
Conda (π₯ 380K Β· β±οΈ 01.12.2020):
conda install -c conda-forge pydantic
jsonschema (π₯31 Β· β 3.1K) - An(other) implementation of JSON Schema for Python. MIT
-
GitHub (π¨βπ» 81 Β· π 440 Β· π¦ 130K Β· π 560 - 13% open Β· β±οΈ 08.01.2021):
git clone https://github.com/Julian/jsonschema
-
PyPi (π₯ 16M / month Β· π¦ 31K Β· β±οΈ 18.11.2019):
pip install jsonschema
-
Conda (π₯ 5.1M Β· β±οΈ 13.10.2020):
conda install -c conda-forge jsonschema
voluptuous (π₯31 Β· β 1.7K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
-
GitHub (π¨βπ» 84 Β· π 190 Β· π¦ 2.9K Β· π 230 - 16% open Β· β±οΈ 06.12.2020):
git clone https://github.com/alecthomas/voluptuous
-
PyPi (π₯ 1.7M / month Β· π¦ 2.2K Β· β±οΈ 06.12.2020):
pip install voluptuous
-
Conda (π₯ 86K Β· β±οΈ 30.12.2020):
conda install -c conda-forge voluptuous
validators (π₯29 Β· β 430) - Python Data Validation for Humans. MIT
-
GitHub (π¨βπ» 37 Β· π 86 Β· π¦ 9.8K Β· π 120 - 72% open Β· β±οΈ 18.12.2020):
git clone https://github.com/kvesteri/validators
-
PyPi (π₯ 730K / month Β· π¦ 1.9K Β· β±οΈ 18.12.2020):
pip install validators
-
Conda (π₯ 9.3K Β· β±οΈ 18.12.2020):
conda install -c conda-forge validators
param (π₯27 Β· β 190 Β· β) - Param: Make your Python code clearer and more reliable by declaring.. BSD-3
strictyaml (π₯24 Β· β 800) - Type-safe YAML parser and validator. MIT
-
GitHub (π¨βπ» 16 Β· π 35 Β· π¦ 220 Β· π 100 - 45% open Β· β±οΈ 12.01.2021):
git clone https://github.com/crdoconnor/strictyaml
-
PyPi (π₯ 15K / month Β· π¦ 50 Β· β±οΈ 12.01.2021):
pip install strictyaml
-
Conda (π₯ 45K Β· β±οΈ 12.01.2021):
conda install -c conda-forge strictyaml
validr (π₯17 Β· β 200 Β· π€) - A simple, fast, extensible python library for data validation. MIT
typical (π₯14 Β· β 110 Β· β) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT
Show 2 hidden projects...
- schematics (π₯29 Β· β 2.4K Β· π) - Python Data Structures for Humans.
BSD-3
- valideer (π₯19 Β· β 240 Β· π) - Lightweight data validation and adaptation Python library.
MIT
transitions (π₯29 Β· β 3.4K) - A lightweight, object-oriented finite state machine implementation.. MIT
-
GitHub (π¨βπ» 63 Β· π 410 Β· π¦ 1.5K Β· π 340 - 1% open Β· β±οΈ 28.12.2020):
git clone https://github.com/pytransitions/transitions
-
PyPi (π₯ 120K / month Β· π¦ 350 Β· β±οΈ 28.12.2020):
pip install transitions
-
Conda (π₯ 12K Β· β±οΈ 29.12.2020):
conda install -c conda-forge transitions
algorithms (π₯27 Β· β 19K) - Minimal examples of data structures and algorithms in Python. MIT
PyPattyrn (π₯18 Β· β 1.1K Β· π€) - A simple library for implementing common design patterns. MIT
python-dateutil (π₯35 Β· β 1.5K) - Useful extensions to the standard Python datetime features. Apache-2
-
GitHub (π¨βπ» 120 Β· π 350 Β· π₯ 34K Β· π 600 - 43% open Β· β±οΈ 28.09.2020):
git clone https://github.com/dateutil/dateutil
-
PyPi (π₯ 59M / month Β· π¦ 120K Β· β±οΈ 03.11.2019):
pip install python-dateutil
-
Conda (π₯ 12M Β· β±οΈ 03.11.2019):
conda install -c conda-forge python-dateutil
dateparser (π₯32 Β· β 1.7K) - python parser for human readable dates. BSD-3
-
GitHub (π¨βπ» 100 Β· π 330 Β· π¦ 5.1K Β· π 480 - 39% open Β· β±οΈ 16.12.2020):
git clone https://github.com/scrapinghub/dateparser
-
PyPi (π₯ 900K / month Β· π¦ 1.4K Β· β±οΈ 12.06.2020):
pip install dateparser
-
Conda (π₯ 37K Β· β±οΈ 29.10.2020):
conda install -c conda-forge dateparser
holidays (π₯29 Β· β 510) - Generate and work with holidays in Python. MIT
-
GitHub (π¨βπ» 130 Β· π 220 Β· π₯ 150 Β· π¦ 2.3K Β· π 170 - 9% open Β· β±οΈ 06.12.2020):
git clone https://github.com/dr-prodigy/python-holidays
-
PyPi (π₯ 1.2M / month Β· π¦ 560 Β· β±οΈ 06.12.2020):
pip install holidays
-
Conda (π₯ 400K Β· β±οΈ 06.12.2020):
conda install -c conda-forge holidays
tzlocal (π₯28 Β· β 120) - A Python module that tries to figure out what your local timezone is. MIT
parsedatetime (π₯27 Β· β 580 Β· π€) - Parse human-readable date/time strings. Apache-2
-
GitHub (π¨βπ» 49 Β· π 100 Β· π¦ 2.7K Β· π 150 - 36% open Β· β±οΈ 31.05.2020):
git clone https://github.com/bear/parsedatetime
-
PyPi (π₯ 690K / month Β· π¦ 2.2K Β· β±οΈ 19.11.2019):
pip install parsedatetime
-
Conda (π₯ 77K Β· β±οΈ 10.06.2020):
conda install -c conda-forge parsedatetime
watchdog (π₯33 Β· β 4.5K) - Python library and shell utilities to monitor filesystem events. Apache-2
-
GitHub (π¨βπ» 100 Β· π 540 Β· π¦ 29K Β· π 490 - 28% open Β· β±οΈ 06.01.2021):
git clone https://github.com/gorakhargosh/watchdog
-
PyPi (π₯ 1.8M / month Β· π¦ 14K Β· β±οΈ 18.12.2020):
pip install watchdog
-
Conda (π₯ 330K Β· β±οΈ 09.01.2021):
conda install -c conda-forge watchdog
appdirs (π₯31 Β· β 670) - A small Python module for determining appropriate platform-specific dirs,.. MIT
pyfilesystem2 (π₯27 Β· β 1.2K) - Python's Filesystem abstraction layer. MIT
scandir (π₯27 Β· β 460) - Better directory iterator and faster os.walk(), now in the Python 3.5.. BSD-3
Show 3 hidden projects...
future (π₯34 Β· β 1.1K) - Easy, clean, reliable Python 2/3 compatibility. MIT
-
GitHub (π¨βπ» 100 Β· π 250 Β· π¦ 120K Β· π 380 - 48% open Β· β±οΈ 27.11.2020):
git clone https://github.com/PythonCharmers/python-future
-
PyPi (π₯ 16M / month Β· π¦ 28K Β· β±οΈ 31.10.2019):
pip install future
-
Conda (π₯ 2.9M Β· β±οΈ 08.01.2021):
conda install -c conda-forge future
typing (π₯30 Β· β 850 Β· π) - Work related to PEP 484: typing.py and typing_extensions.py.. Python-2.0
dataclasses (π₯27 Β· β 470) - A backport of the dataclasses module for Python 3.6. Apache-2
-
GitHub (π¨βπ» 11 Β· π 40 Β· π¦ 11K Β· π 120 - 9% open Β· β±οΈ 13.11.2020):
git clone https://github.com/ericvsmith/dataclasses
-
PyPi (π₯ 3.3M / month Β· π¦ 950 Β· β±οΈ 13.11.2020):
pip install dataclasses
-
Conda (π₯ 680K Β· β±οΈ 07.10.2020):
conda install -c conda-forge dataclasses
futures (π₯27 Β· β 210 Β· π€) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0
Show 2 hidden projects...
- pathlib2 (π₯26 Β· β 61 Β· π€) - Backport of pathlib aiming to support the full stdlib Python API. As..
MIT
- contextlib2 (π₯25 Β· β 31) - contextlib2 is a backport of the standard library's contextlib..
βοΈpsfrag
cryptography (π₯38 Β· β 3.7K) - cryptography is a package designed to expose cryptographic.. BSD-3
-
GitHub (π¨βπ» 220 Β· π 790 Β· π¦ 140K Β· π 1.6K - 1% open Β· β±οΈ 12.01.2021):
git clone https://github.com/pyca/cryptography
-
PyPi (π₯ 26M / month Β· π¦ 34K Β· β±οΈ 10.12.2020):
pip install cryptography
-
Conda (π₯ 9.6M Β· β±οΈ 11.01.2021):
conda install -c conda-forge cryptography
pycryptodomex (π₯34 Β· β 1.4K) - A self-contained cryptographic library for Python. BSD-3
-
GitHub (π¨βπ» 100 Β· π 270 Β· π¦ 21K Β· π 390 - 14% open Β· β±οΈ 04.01.2021):
git clone https://github.com/Legrandin/pycryptodome
-
PyPi (π₯ 4M / month Β· π¦ 1.5K Β· β±οΈ 02.11.2020):
pip install pycryptodomex
-
Conda (π₯ 300K Β· β±οΈ 11.01.2021):
conda install -c conda-forge pycryptodomex
asn1crypto (π₯31 Β· β 210) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
bcrypt (π₯30 Β· β 700) - Modern(-ish) password hashing for your software and your servers. Apache-2
tink (π₯25 Β· β 11K Β· β) - Tink is a multi-language, cross-platform, open source library that.. Apache-2
awscli (π₯39 Β· β 11K) - Universal Command Line Interface for Amazon Web Services. Apache-2
-
GitHub (π¨βπ» 320 Β· π 2.5K Β· π₯ 560 Β· π¦ 19K Β· π 3.5K - 20% open Β· β±οΈ 12.01.2021):
git clone https://github.com/aws/aws-cli
-
PyPi (π₯ 37M / month Β· π¦ 5.4K Β· β±οΈ 11.01.2021):
pip install awscli
-
Conda (π₯ 5.6M Β· β±οΈ 12.01.2021):
conda install -c conda-forge awscli
docker-compose (π₯36 Β· β 22K) - Define and run multi-container applications with Docker. Apache-2
-
GitHub (π¨βπ» 400 Β· π 3.6K Β· π₯ 160M Β· π¦ 5.8K Β· π 5.3K - 8% open Β· β±οΈ 11.01.2021):
git clone https://github.com/docker/compose
-
PyPi (π₯ 820K / month Β· π¦ 2.2K Β· β±οΈ 12.01.2021):
pip install docker-compose
-
Conda (π₯ 73K Β· β±οΈ 14.10.2020):
conda install -c conda-forge docker-compose
paramiko (π₯35 Β· β 6.7K) - The leading native Python SSHv2 protocol library. βοΈLGPL-2.1
-
GitHub (π¨βπ» 160 Β· π 1.6K Β· π¦ 37K Β· π 1.4K - 58% open Β· β±οΈ 11.09.2020):
git clone https://github.com/paramiko/paramiko
-
PyPi (π₯ 8.2M / month Β· π¦ 23K Β· β±οΈ 30.08.2020):
pip install paramiko
-
Conda (π₯ 700K Β· β±οΈ 01.09.2020):
conda install -c conda-forge paramiko
ansible (π₯34 Β· β 46K) - Ansible is a radically simple IT automation platform that makes your.. βοΈGPL-3.0
kubernetes (π₯32 Β· β 3.3K) - Official Python client library for kubernetes. Apache-2
-
GitHub (π¨βπ» 79 Β· π 1.9K Β· π¦ 9.1K Β· π 860 - 12% open Β· β±οΈ 04.12.2020):
git clone https://github.com/kubernetes-client/python
-
PyPi (π₯ 2M / month Β· π¦ 1.4K Β· β±οΈ 13.11.2020):
pip install kubernetes
-
Conda (π₯ 200K Β· β±οΈ 13.08.2020):
conda install -c conda-forge kubernetes
pyinfra (π₯23 Β· β 1.1K Β· β) - pyinfra automates infrastructure super fast at massive scale. It can.. MIT
Show 4 hidden projects...
- fabtools (π₯24 Β· β 1.2K Β· π) - Tools for writing awesome Fabric files.
BSD-2
- storm (π₯22 Β· β 3.7K Β· π) - Manage your SSH like a boss.
MIT
- parallel-ssh (π₯22 Β· β 840 Β· β) - Asynchronous parallel SSH client library.
βοΈLGPL-2.1
- wssh (π₯14 Β· β 1.3K Β· π) - SSH to WebSockets Bridge.
MIT
pexpect (π₯34 Β· β 1.9K Β· π€) - A Python module for controlling interactive programs in a pseudo-.. ISC
-
GitHub (π¨βπ» 91 Β· π 410 Β· π₯ 3.9K Β· π¦ 120K Β· π 400 - 36% open Β· β±οΈ 16.05.2020):
git clone https://github.com/pexpect/pexpect
-
PyPi (π₯ 12M / month Β· π¦ 31K Β· β±οΈ 21.01.2020):
pip install pexpect
-
Conda (π₯ 3.9M Β· β±οΈ 12.10.2020):
conda install -c conda-forge pexpect
supervisor (π₯32 Β· β 6.6K) - Supervisor process control system for UNIX. βοΈRepoze Public License
-
GitHub (π¨βπ» 150 Β· π 1.1K Β· π¦ 5.5K Β· π 990 - 12% open Β· β±οΈ 14.12.2020):
git clone https://github.com/Supervisor/supervisor
-
PyPi (π₯ 640K / month Β· π¦ 3.8K Β· β±οΈ 20.08.2020):
pip install supervisor
-
Conda (π₯ 140K Β· β±οΈ 26.10.2020):
conda install -c conda-forge supervisor
ptyprocess (π₯28 Β· β 120) - Run a subprocess in a pseudo terminal. ISC
uvloop (π₯32 Β· β 7.4K) - Ultra fast asyncio event loop. MIT
-
GitHub (π¨βπ» 36 Β· π 440 Β· π₯ 310 Β· π¦ 18K Β· π 250 - 20% open Β· β±οΈ 15.12.2020):
git clone https://github.com/MagicStack/uvloop
-
PyPi (π₯ 4.8M / month Β· π¦ 2.4K Β· β±οΈ 05.11.2019):
pip install uvloop
-
Conda (π₯ 240K Β· β±οΈ 26.11.2020):
conda install -c conda-forge uvloop
greenlet (π₯32 Β· β 1.2K) - Lightweight in-process concurrent programming. MIT
-
GitHub (π¨βπ» 54 Β· π 200 Β· π¦ 50K Β· π 130 - 10% open Β· β±οΈ 09.01.2021):
git clone https://github.com/python-greenlet/greenlet
-
PyPi (π₯ 2.5M / month Β· π¦ 20K Β· β±οΈ 20.11.2020):
pip install greenlet
-
Conda (π₯ 410K Β· β±οΈ 11.01.2021):
conda install -c conda-forge greenlet
Show 1 hidden projects...
python-decouple (π₯29 Β· β 1.6K) - Strict separation of config from code. MIT
-
GitHub (π¨βπ» 21 Β· π 130 Β· π¦ 30K Β· π 63 - 25% open Β· β±οΈ 05.01.2021):
git clone https://github.com/henriquebastos/python-decouple
-
PyPi (π₯ 130K / month Β· π¦ 6K Β· β±οΈ 05.01.2021):
pip install python-decouple
-
Conda (π₯ 11K Β· β±οΈ 05.01.2021):
conda install -c conda-forge python-decouple
omegaconf (π₯25 Β· β 500 Β· β) - Flexible Python configuration system. The last one you will ever.. BSD-3
hydra (π₯23 Β· β 3.5K) - Hydra is a framework for elegantly configuring complex applications. MIT
python-prompt-toolkit (π₯35 Β· β 6.7K) - Library for building powerful interactive command.. BSD-3
rich (π₯32 Β· β 20K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
python-fire (π₯32 Β· β 18K) - Python Fire is a library for automatically generating command.. Apache-2
argcomplete (π₯29 Β· β 920) - Python and tab completion, better together. Apache-2
-
GitHub (π¨βπ» 52 Β· π 99 Β· π₯ 120 Β· π¦ 8.3K Β· π 180 - 20% open Β· β±οΈ 18.12.2020):
git clone https://github.com/kislyuk/argcomplete
-
PyPi (π₯ 2.3M / month Β· π¦ 2.8K Β· β±οΈ 24.11.2020):
pip install argcomplete
-
Conda (π₯ 160K Β· β±οΈ 24.11.2020):
conda install -c conda-forge argcomplete
wcwidth (π₯29 Β· β 190) - Python library that measures the width of unicode strings rendered to a.. MIT
blessings (π₯28 Β· β 1.1K) - A thin, practical wrapper around terminal capabilities in Python. MIT
ConfigArgParse (π₯28 Β· β 440 Β· π€) - A drop-in replacement for argparse that allows options to.. MIT
-
GitHub (π¨βπ» 34 Β· π 82 Β· π¦ 4.5K Β· π 140 - 41% open Β· β±οΈ 24.04.2020):
git clone https://github.com/bw2/ConfigArgParse
-
PyPi (π₯ 520K / month Β· π¦ 2.3K Β· β±οΈ 24.04.2020):
pip install configargparse
-
Conda (π₯ 160K Β· β±οΈ 26.04.2020):
conda install -c conda-forge configargparse
asciimatics (π₯27 Β· β 2.5K) - A cross platform package to do curses-like operations, plus.. Apache-2
-
GitHub (π¨βπ» 31 Β· π 190 Β· π¦ 420 Β· π 230 - 9% open Β· β±οΈ 09.01.2021):
git clone https://github.com/peterbrittain/asciimatics
-
PyPi (π₯ 7.1K / month Β· π¦ 120 Β· β±οΈ 15.11.2020):
pip install asciimatics
-
Conda (π₯ 50K Β· β±οΈ 12.01.2021):
conda install -c conda-forge asciimatics
cleo (π₯24 Β· β 660 Β· π€) - Cleo allows you to create beautiful and testable command-line interfaces. MIT
colout (π₯15 Β· β 1K) - Color text streams with a polished command line interface. βοΈGPL-3.0
Show 3 hidden projects...
π best-of-python-dev ( β 2) - A ranked list of awesome python developer tools and libraries. Updated..
cachetools (π₯29 Β· β 840) - Extensible memoizing collections and decorators. MIT
pylibmc (π₯27 Β· β 440 Β· π€) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3
π best-of-web-python - Web UI ( β 2) - Collection of libraries to implement web-based UIs.
kivy (π₯34 Β· β 13K Β· β) - Open source UI framework written in Python, running on Windows, Linux,.. MIT
Eel (π₯28 Β· β 4.1K) - A little Python library for making simple Electron-like HTML/JS GUI apps. MIT
Gooey (π₯27 Β· β 11K) - Turn (almost) any Python command line program into a full GUI application.. MIT
PySimpleGUI (π₯27 Β· β 5.3K) - PySimpleGUI is a Python package that enables Python.. βοΈLGPL-3.0
-
GitHub (π¨βπ» 16 Β· π 850 Β· π¦ 1.7K Β· π 1.9K - 35% open Β· β±οΈ 12.01.2021):
git clone https://github.com/PySimpleGUI/PySimpleGUI
-
PyPi (π₯ 27K / month Β· π¦ 82 Β· β±οΈ 02.01.2021):
pip install pysimplegui
-
Conda (π₯ 21K Β· β±οΈ 04.01.2021):
conda install -c conda-forge pysimplegui
DearPyGui (π₯25 Β· β 3.9K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
π best-of-ml-python ( β 98 Β· π£) - A ranked list of awesome machine learning Python libraries. Updated..
chardet (π₯35 Β· β 1.4K) - Python character encoding detector. βοΈLGPL-2.1
python-slugify (π₯28 Β· β 960 Β· π€) - Returns unicode slugs. MIT
-
GitHub (π¨βπ» 27 Β· π 79 Β· π¦ 14K Β· π 47 - 4% open Β· β±οΈ 30.06.2020):
git clone https://github.com/un33k/python-slugify
-
PyPi (π₯ 1.4M / month Β· π¦ 4.3K Β· β±οΈ 30.06.2020):
pip install python-slugify
-
Conda (π₯ 180K Β· β±οΈ 01.07.2020):
conda install -c conda-forge python-slugify
price-parser (π₯22 Β· β 170 Β· β) - Extract price amount and currency symbol from a raw text.. BSD-3
Show 1 hidden projects...
- awesome-slugify (π₯22 Β· β 460 Β· π) - Python flexible slugify function.
βοΈGPL-3.0
π best-of-web-python ( β 2) - A ranked list of awesome python libraries for web development. Updated..
Libraries for connecting to, operating, and querying databases.
SQLAlchemy (π₯37 Β· β 3.2K Β· β) - The Database Toolkit for Python. MIT
-
GitHub (π¨βπ» 450 Β· π 490 Β· π₯ 1.2K Β· π¦ 230K Β· π 5.6K - 2% open Β· β±οΈ 12.01.2021):
git clone https://github.com/sqlalchemy/sqlalchemy
-
PyPi (π₯ 12M / month Β· π¦ 84K Β· β±οΈ 18.12.2020):
pip install SQLAlchemy
-
Conda (π₯ 2.9M Β· β±οΈ 08.01.2021):
conda install -c conda-forge sqlalchemy
google-cloud-storage (π₯35 Β· β 3.4K Β· β) - Google Cloud Client Library for Python. Apache-2
-
GitHub (π¨βπ» 310 Β· π 1.3K Β· π 3.3K - 0% open Β· β±οΈ 29.10.2020):
git clone https://github.com/googleapis/google-cloud-python
-
PyPi (π₯ 16M / month Β· π¦ 2.1K Β· β±οΈ 14.12.2020):
pip install google-cloud-storage
-
Conda (π₯ 570K Β· β±οΈ 06.01.2021):
conda install -c conda-forge google-cloud-storage
elasticsearch (π₯35 Β· β 3.1K Β· β) - Official Python low-level client for Elasticsearch. Apache-2
-
GitHub (π¨βπ» 170 Β· π 960 Β· π₯ 66 Β· π¦ 19K Β· π 840 - 8% open Β· β±οΈ 11.01.2021):
git clone https://github.com/elastic/elasticsearch-py
-
PyPi (π₯ 3.5M / month Β· π¦ 11K Β· β±οΈ 09.12.2020):
pip install elasticsearch
-
Conda (π₯ 350K Β· β±οΈ 11.12.2020):
conda install -c conda-forge elasticsearch
kafka-python (π₯34 Β· β 4.2K Β· β) - Python client for Apache Kafka. Apache-2
-
GitHub (π¨βπ» 200 Β· π 1.1K Β· π₯ 1.7K Β· π¦ 5.7K Β· π 1.3K - 10% open Β· β±οΈ 02.12.2020):
git clone https://github.com/dpkp/kafka-python
-
PyPi (π₯ 1.9M / month Β· π¦ 2K Β· β±οΈ 30.09.2020):
pip install kafka-python
-
Conda (π₯ 230K Β· β±οΈ 30.09.2020):
conda install -c conda-forge kafka-python
peewee (π₯33 Β· β 8.1K Β· β) - a small, expressive orm -- supports postgresql, mysql and sqlite. MIT
python-bigquery (π₯33 Β· β 3.4K Β· β) - Google BigQuery API client library. Apache-2
azure-storage-blob (π₯33 Β· β 1.8K Β· β) - This repository is for active development of the Azure.. MIT
-
GitHub (π¨βπ» 300 Β· π 1.2K Β· π₯ 60 Β· π¦ 1.5K Β· π 4.1K - 18% open Β· β±οΈ 12.01.2021):
git clone https://github.com/Azure/azure-sdk-for-python
-
PyPi (π₯ 12M / month Β· π¦ 380 Β· β±οΈ 07.12.2020):
pip install azure-storage-blob
-
Conda (π₯ 130K Β· β±οΈ 13.11.2020):
conda install -c conda-forge azure-storage-blob
google-cloud-bigtable (π₯31 Β· β 3.4K Β· β) - Google Cloud Bigtable API client library. Apache-2
-
GitHub (π¨βπ» 52 Β· π 1.3K Β· π¦ 1.3K Β· π 50 - 18% open Β· β±οΈ 11.01.2021):
git clone https://github.com/googleapis/python-bigtable
-
PyPi (π₯ 590K / month Β· π¦ 400 Β· β±οΈ 02.12.2020):
pip install google-cloud-bigtable
-
Conda (π₯ 22K Β· β±οΈ 10.06.2020):
conda install -c conda-forge google-cloud-bigtable
Elasticsearch DSL (π₯31 Β· β 3.1K Β· β) - High level Python client for Elasticsearch. Apache-2
Prometheus Client (π₯31 Β· β 2K Β· β) - Prometheus instrumentation library for Python.. Apache-2
-
GitHub (π¨βπ» 97 Β· π 500 Β· π 310 - 8% open Β· β±οΈ 01.01.2021):
git clone https://github.com/prometheus/client_python
-
PyPi (π₯ 13M / month Β· π¦ 3.7K Β· β±οΈ 20.06.2019):
pip install prometheus_client
-
Conda (π₯ 2.2M Β· β±οΈ 16.11.2020):
conda install -c conda-forge prometheus_client
influxdb (π₯31 Β· β 1.4K Β· β) - Python client for InfluxDB. MIT
-
GitHub (π¨βπ» 130 Β· π 490 Β· π¦ 3.8K Β· π 500 - 26% open Β· β±οΈ 31.12.2020):
git clone https://github.com/influxdata/influxdb-python
-
PyPi (π₯ 1M / month Β· π¦ 2.1K Β· β±οΈ 11.11.2020):
pip install influxdb
-
Conda (π₯ 8.5K Β· β±οΈ 12.11.2020):
conda install -c conda-forge influxdb
Cassandra Driver (π₯31 Β· β 1.2K Β· β) - DataStax Python Driver for Apache Cassandra. Apache-2
mysqlclient (π₯30 Β· β 1.9K Β· β) - MySQL database connector for Python (with Python 3 support). βοΈGPL-2.0
-
GitHub (π¨βπ» 64 Β· π 310 Β· π₯ 5.2K Β· π 250 - 2% open Β· β±οΈ 08.01.2021):
git clone https://github.com/PyMySQL/mysqlclient
-
PyPi (π₯ 1.6M / month Β· π¦ 14K Β· β±οΈ 01.01.2021):
pip install mysqlclient
-
Conda (π₯ 58K Β· β±οΈ 04.01.2021):
conda install -c conda-forge mysqlclient
Motor (π₯30 Β· β 1.6K Β· β) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2
SQLAlchemy-Utils (π₯30 Β· β 710 Β· β) - Various utility functions and datatypes for SQLAlchemy. BSD-3
-
GitHub (π¨βπ» 91 Β· π 210 Β· π¦ 8.9K Β· π 300 - 54% open Β· β±οΈ 27.09.2020):
git clone https://github.com/kvesteri/sqlalchemy-utils
-
PyPi (π₯ 830K / month Β· π¦ 3.4K Β· β±οΈ 08.07.2020):
pip install sqlalchemy-utils
-
Conda (π₯ 230K Β· β±οΈ 25.05.2020):
conda install -c conda-forge sqlalchemy-utils
confluent-kafka-python (π₯29 Β· β 2.1K Β· β) - Confluent's Kafka Python Client. Apache-2
py2neo (π₯29 Β· β 960 Β· β) - Py2neo is a comprehensive toolkit for working with Neo4j from.. Apache-2
redis-py-cluster (π₯29 Β· β 920 Β· β) - Python cluster client for the official redis cluster... MIT
pandas-gbq (π₯29 Β· β 240 Β· β) - Pandas Google BigQuery. BSD-3
-
GitHub (π¨βπ» 29 Β· π 83 Β· π₯ 190 Β· π¦ 1.7K Β· π 190 - 17% open Β· β±οΈ 17.12.2020):
git clone https://github.com/pydata/pandas-gbq
-
PyPi (π₯ 7.4M / month Β· π¦ 430 Β· β±οΈ 10.11.2020):
pip install pandas-gbq
-
Conda (π₯ 620K Β· β±οΈ 11.11.2020):
conda install -c conda-forge pandas-gbq
dataset (π₯28 Β· β 4K Β· β) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT
libcloud (π₯27 Β· β 1.7K Β· β) - Apache Libcloud is a Python library which hides differences.. Apache-2
Ibis (π₯27 Β· β 1.5K Β· β) - A pandas-like deferred expression system, with first-class SQL.. Apache-2
-
GitHub (π¨βπ» 71 Β· π 240 Β· π¦ 140 Β· π 1.5K - 35% open Β· β±οΈ 08.01.2021):
git clone https://github.com/ibis-project/ibis
-
PyPi (π₯ 51K / month Β· π¦ 48 Β· β±οΈ 11.11.2020):
pip install ibis-framework
-
Conda (π₯ 160K Β· β±οΈ 13.11.2020):
conda install -c conda-forge ibis-framework
AWS Data Wrangler (π₯26 Β· β 1.3K Β· β) - Pandas on AWS - Easy integration with Athena, Glue,.. Apache-2
pandas
PyPika (π₯26 Β· β 1K Β· β) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2
cx-Oracle (π₯26 Β· β 690 Β· β) - Python interface to Oracle Database conforming to the Python DB.. BSD-3
cloudant (π₯26 Β· β 160 Β· β) - A Python library for Cloudant and CouchDB. Apache-2
-
GitHub (π¨βπ» 27 Β· π 46 Β· π¦ 1.3K Β· π 280 - 13% open Β· β±οΈ 08.01.2021):
git clone https://github.com/cloudant/python-cloudant
-
PyPi (π₯ 39K / month Β· π¦ 530 Β· β±οΈ 18.08.2020):
pip install cloudant
-
Conda (π₯ 71K Β· β±οΈ 18.05.2019):
conda install -c conda-forge cloudant
neo4j-driver (π₯24 Β· β 590 Β· β) - Neo4j Bolt driver for Python. Apache-2
HappyBase (π₯24 Β· β 560 Β· π€) - A developer-friendly Python library to interact with Apache HBase. MIT
-
GitHub (π¨βπ» 19 Β· π 150 Β· π¦ 450 Β· π 210 - 13% open Β· β±οΈ 09.04.2020):
git clone https://github.com/python-happybase/happybase
-
PyPi (π₯ 39K / month Β· π¦ 420 Β· β±οΈ 03.04.2017):
pip install happybase
-
Conda (π₯ 48K Β· β±οΈ 01.07.2019):
conda install -c conda-forge happybase
filedepot (π₯20 Β· β 120 Β· β) - Toolkit for storing files and attachments in web applications. MIT
Show 7 hidden projects...
- psycopg2 (π₯35 Β· β 2K Β· β) - PostgreSQL database adapter for the Python..
βοΈBSD-3-Clause-Attribution
- s3transfer (π₯30 Β· β 99 Β· β) - Amazon S3 Transfer Manager for Python.
Apache-2
- mongo-connector (π₯24 Β· β 1.8K Β· π) - MongoDB data stream pipeline tools by YouGov (adopted..
Apache-2
- pyhdb (π₯23 Β· β 290 Β· π) - SAP HANA Connector in pure Python.
Apache-2
- db.py (π₯20 Β· β 1.2K Β· π) - db.py is an easier way to interact with your databases.
BSD-2
- lazydata (π₯16 Β· β 620 Β· π) - Lazydata: Scalable data dependencies for Python projects.
Apache-2
- SuperSQLite (π₯14 Β· β 660 Β· π) - A supercharged SQLite library for Python.
MIT
XlsxWriter (π₯34 Β· β 2.4K) - A Python module for creating Excel XLSX files. BSD-3
-
GitHub (π¨βπ» 43 Β· π 510 Β· π¦ 31K Β· π 680 - 1% open Β· β±οΈ 07.01.2021):
git clone https://github.com/jmcnamara/XlsxWriter
-
PyPi (π₯ 4.1M / month Β· π¦ 6.2K Β· β±οΈ 13.10.2020):
pip install xlsxwriter
-
Conda (π₯ 940K Β· β±οΈ 13.10.2020):
conda install -c conda-forge xlsxwriter
typing_inspect (π₯21 Β· β 180 Β· β) - Runtime inspection utilities for Python typing module. MIT
-
GitHub (π¨βπ» 9 Β· π 13 Β· π 40 - 45% open Β· β±οΈ 13.07.2020):
git clone https://github.com/ilevkivskyi/typing_inspect
-
PyPi (π₯ 2.7M / month Β· π¦ 80 Β· β±οΈ 02.05.2020):
pip install typing_inspect
-
Conda (π₯ 54K Β· β±οΈ 06.05.2020):
conda install -c conda-forge typing_inspect
Show 2 hidden projects...
- entrypoints (π₯25 Β· β 60 Β· π€) - Discover and load entry points from installed packages.
MIT
- importlib-resources (π₯17 Β· β 3 Β· π£) - Read resources from Python packages.
Apache-2
more-itertools (π₯33 Β· β 1.7K) - More routines for operating on iterables, beyond itertools. MIT
-
GitHub (π¨βπ» 67 Β· π 150 Β· π₯ 1.9K Β· π¦ 94K Β· π 150 - 6% open Β· β±οΈ 06.01.2021):
git clone https://github.com/more-itertools/more-itertools
-
PyPi (π₯ 6M / month Β· π¦ 15K Β· β±οΈ 30.10.2020):
pip install more-itertools
-
Conda (π₯ 4.4M Β· β±οΈ 30.10.2020):
conda install -c conda-forge more-itertools
boltons (π₯30 Β· β 5.4K) - Like builtins, but boltons. 250+ constructs, recipes, and snippets.. BSD-3
-
GitHub (π¨βπ» 67 Β· π 280 Β· π₯ 19 Β· π¦ 1.2K Β· π 130 - 30% open Β· β±οΈ 06.01.2021):
git clone https://github.com/mahmoud/boltons
-
PyPi (π₯ 480K / month Β· π¦ 490 Β· β±οΈ 12.08.2020):
pip install boltons
-
Conda (π₯ 380K Β· β±οΈ 12.08.2020):
conda install -c conda-forge boltons
returns (π₯24 Β· β 1.5K Β· β) - Make your functions return something meaningful, typed, and safe!. BSD-2
Show 4 hidden projects...
- retrying (π₯26 Β· β 1.6K Β· π) - Retrying is an Apache 2.0 licensed general-purpose retrying..
Apache-2
- ratelimit (π₯23 Β· β 340 Β· π) - API Rate Limit Decorator.
MIT
- CommonRegex (π₯21 Β· β 1.4K Β· π) - A collection of common regular expressions bundled with an easy..
MIT
- pampy (π₯20 Β· β 3.3K Β· π) - Pampy: The Pattern Matching for Python you always dreamed of.
MIT
micropython (π₯25 Β· β 12K Β· β) - MicroPython - a lean and efficient Python implementation for.. MIT
-
GitHub (π¨βπ» 360 Β· π 3K Β· π₯ 13K Β· π 3.3K - 25% open Β· β±οΈ 22.12.2020):
git clone https://github.com/micropython/micropython
pyston (π₯15 Β· β 4.8K Β· β) - A faster and highly-compatible implementation of the Python.. Apache-2
-
GitHub (π¨βπ» 42 Β· π 310 Β· π₯ 3.8K Β· π 300 - 12% open Β· β±οΈ 28.10.2020):
git clone https://github.com/pyston/pyston
Show 3 hidden projects...
- grumpy (π₯16 Β· β 10K Β· π) - Grumpy is a Python to Go source code transcompiler and runtime.
Apache-2
- stackless (π₯15 Β· β 680 Β· π) - The Stackless Python programming language.
βUnlicensed
- cl-python (π₯11 Β· β 310 Β· π€) - An implementation of Python in Common Lisp.
βUnlicensed
cookiecutter (π₯33 Β· β 14K) - A command-line utility that creates projects from cookiecutters.. BSD-3
-
GitHub (π¨βπ» 250 Β· π 1.4K Β· π¦ 7.2K Β· π 640 - 28% open Β· β±οΈ 26.12.2020):
git clone https://github.com/cookiecutter/cookiecutter
-
PyPi (π₯ 440K / month Β· π¦ 2.3K Β· β±οΈ 21.04.2020):
pip install cookiecutter
-
Conda (π₯ 130K Β· β±οΈ 26.04.2020):
conda install -c conda-forge cookiecutter
wrapt (π₯31 Β· β 1.4K Β· π€) - A Python module for decorators, wrappers and monkey patching. BSD-2
pyparsing (π₯31 Β· β 970) - Python library for creating PEG parsers. MIT
-
GitHub (π¨βπ» 30 Β· π 150 Β· π₯ 4.9K Β· π¦ 260K Β· π 150 - 19% open Β· β±οΈ 03.01.2021):
git clone https://github.com/pyparsing/pyparsing
-
PyPi (π₯ 20M / month Β· π¦ 59K Β· β±οΈ 30.12.2020):
pip install pyparsing
-
Conda (π₯ 10M Β· β±οΈ 06.04.2020):
conda install -c conda-forge pyparsing
py4j (π₯29 Β· β 780) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3
Send2Trash (π₯28 Β· β 160) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3
-
GitHub (π¨βπ» 10 Β· π 27 Β· π¦ 67K Β· π 34 - 58% open Β· β±οΈ 12.01.2021):
git clone https://github.com/arsenetar/send2trash
-
PyPi (π₯ 8.7M / month Β· π¦ 5K Β· β±οΈ 19.06.2020):
pip install send2trash
-
Conda (π₯ 2.2M Β· β±οΈ 18.02.2018):
conda install -c conda-forge send2trash
keyboard (π₯27 Β· β 2.2K Β· β) - Hook and simulate global keyboard events on Windows and Linux. MIT
pyscreenshot (π₯26 Β· β 380 Β· β) - Python screenshot library, replacement for the Pillow.. BSD-2
diagrams (π₯24 Β· β 12K Β· β) - Diagram as Code for prototyping cloud system architectures. MIT
python-mss (π₯24 Β· β 560 Β· β) - An ultra fast cross-platform multiple screenshots module in pure.. MIT
macropy (π₯23 Β· β 3K Β· π€) - Macros in Python: quasiquotes, case classes, LINQ and more!. MIT
Show 3 hidden projects...
- catalogue (π₯25 Β· β 70 Β· β) - Super lightweight function registries for your library.
MIT
- powerline-shell (π₯24 Β· β 5.5K Β· π) - A beautiful and useful prompt for your shell.
MIT
- pluginbase (π₯23 Β· β 930 Β· π) - A simple but flexible plugin system for Python.
BSD-3
- Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
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.