🏆 A ranked list of awesome Python open-source libraries & tools. Updated weekly.
This curated list contains 310 awesome open-source projects with a total of 1M 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 16 projects
- Data Structures 15 projects
- Data Validation 14 projects
- Algorithms & Design Patterns 4 projects
- Date & Time Utilities 9 projects
- File & Path Utilities 10 projects
- Compatiblity 7 projects
- Cryptography 7 projects
- Infrastructure & DevOps 18 projects
- Process Utilities 4 projects
- Asynchronous Programming 7 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 64 projects
- Data Loading & Extraction 28 projects
- File Formats 3 projects
- Code Inspection 4 projects
- General Utilities 15 projects
- Python Implementations 6 projects
- Others 20 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 (🥇48 · ⭐ 53K) - Protocol Buffers - Googles data interchange format. BSD-3
-
GitHub (👨💻 910 · 🔀 14K · 📥 32M · 📦 190K · 📋 4.9K - 20% open · ⏱️ 14.01.2022):
git clone https://github.com/protocolbuffers/protobuf
-
PyPi (📥 73M / month · 📦 14K · ⏱️ 11.01.2022):
pip install protobuf
-
Conda (📥 7M · ⏱️ 12.01.2022):
conda install -c conda-forge protobuf
-
npm (📥 2.8M / month · 📦 2.6K · ⏱️ 21.07.2020):
npm install google-protobuf
flatbuffers (🥇40 · ⭐ 17K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
-
GitHub (👨💻 530 · 🔀 2.7K · 📥 41K · 📦 1.7K · 📋 1.8K - 7% open · ⏱️ 14.01.2022):
git clone https://github.com/google/flatbuffers
-
PyPi (📥 4.2M / month · 📦 190 · ⏱️ 10.05.2021):
pip install flatbuffers
-
Conda (📥 290K · ⏱️ 11.05.2021):
conda install -c conda-forge flatbuffers
-
npm (📥 190K / month · 📦 220 · ⏱️ 27.09.2021):
npm install flatbuffers
marshmallow (🥈38 · ⭐ 5.9K) - A lightweight library for converting complex objects to and from.. MIT
msgpack (🥈36 · ⭐ 1.6K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2
simplejson (🥈36 · ⭐ 1.5K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT
ultrajson (🥈35 · ⭐ 3.5K) - Ultra fast JSON decoder and encoder written in C with Python bindings. BSD-3
jsonpickle (🥈33 · ⭐ 1K) - Python library for serializing any arbitrary object graph into JSON... BSD-3
orjson (🥉31 · ⭐ 2.8K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2
cloudpickle (🥉31 · ⭐ 1.1K) - Extended pickling support for Python objects. BSD-3
pysimdjson (🥉26 · ⭐ 510) - Python bindings for the simdjson project. MIT
python-rapidjson (🥉26 · ⭐ 440) - Python wrapper around rapidjson. MIT
pyrsistent (🥇36 · ⭐ 1.6K) - Persistent/Immutable/Functional data structures for Python. MIT
python-sortedcontainers (🥈30 · ⭐ 2.4K) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2
munch (🥈27 · ⭐ 550 · 💤) - A Munch is a Python dictionary that provides attribute-style access (a.. MIT
python-box (🥉26 · ⭐ 1.9K) - Python dictionaries with advanced dot notation access. MIT
immutables (🥉26 · ⭐ 910) - A high-performance immutable mapping type for Python. Apache-2
ordered-set (🥉26 · ⭐ 140) - A mutable set that remembers the order of its entries. One of Pythons.. MIT
sqlitedict (🥉25 · ⭐ 760) - Persistent dict, backed by sqlite3 and pickle, multithread-safe. Apache-2
python-benedict (🥉25 · ⭐ 320) - dict subclass with keylist/keypath support, normalized I/O.. MIT
Show 2 hidden projects...
- anytree (🥉25 · ⭐ 650 · 💀) - Python tree data library.
Apache-2
- cleverdict (🥉14 · ⭐ 83) - A JSON-friendly data structure which allows both object attributes and..
MIT
jsonschema (🥇40 · ⭐ 3.5K) - An implementation of the JSON Schema specification for Python. MIT
voluptuous (🥈32 · ⭐ 1.7K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
schematics (🥈31 · ⭐ 2.5K) - Python Data Structures for Humans. BSD-3
strictyaml (🥉28 · ⭐ 970) - Type-safe YAML parser and validator. MIT
validators (🥉28 · ⭐ 540) - Python Data Validation for Humans. MIT
Show 3 hidden projects...
- python-email-validator (🥉24 · ⭐ 520) - A robust email syntax and deliverability validation..
❗️CC0-1.0
- valideer (🥉20 · ⭐ 250 · 💀) - Lightweight data validation and adaptation Python library.
MIT
- dataklasses (🥉7 · ⭐ 630 · 🐣) - A different spin on dataclasses.
❗Unlicensed
🔗 python-patterns ( ⭐ 30K) - Collection of design patterns/idioms in Python.
transitions (🥇31 · ⭐ 4.1K) - A lightweight, object-oriented finite state machine implementation.. MIT
algorithms (🥉28 · ⭐ 20K) - Minimal examples of data structures and algorithms in Python. MIT
Show 1 hidden projects...
python-dateutil (🥇38 · ⭐ 1.7K) - Useful extensions to the standard Python datetime features. Apache-2
dateparser (🥈35 · ⭐ 2K) - python parser for human readable dates. BSD-3
parsedatetime (🥉27 · ⭐ 630) - Parse human-readable date/time strings. Apache-2
filesystem_spec (🥇38 · ⭐ 360 · ➕) - A specification that python filesystems should adhere to. BSD-3
appdirs (🥈32 · ⭐ 830 · 💤) - A small Python module for determining appropriate platform-specific.. MIT
pyfilesystem2 (🥉31 · ⭐ 1.6K) - Pythons Filesystem abstraction layer. MIT
scandir (🥉28 · ⭐ 490) - Better directory iterator and faster os.walk(), now in the Python 3.5.. BSD-3
Show 2 hidden projects...
typing (🥈34 · ⭐ 1.1K) - Python static typing home. Contains the source for.. Python-2.0
futures (🥉28 · ⭐ 220) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0
dataclasses (🥉27 · ⭐ 520) - A backport of the dataclasses module for Python 3.6. Apache-2
Show 2 hidden projects...
- pathlib2 (🥉26 · ⭐ 67) - Backport of pathlib aiming to support the full stdlib Python API. As of..
MIT
- contextlib2 (🥉26 · ⭐ 32) - contextlib2 is a backport of the standard librarys contextlib..
❗️psfrag
cryptography (🥇44 · ⭐ 4.5K) - cryptography is a package designed to expose cryptographic.. BSD-3
pycryptodomex (🥈37 · ⭐ 1.9K) - A self-contained cryptographic library for Python. BSD-3
asn1crypto (🥉32 · ⭐ 240) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
ansible (🥇48 · ⭐ 51K) - Ansible is a radically simple IT automation platform that makes your.. ❗️GPL-3.0
docker-compose (🥈42 · ⭐ 25K) - Define and run multi-container applications with Docker. Apache-2
paramiko (🥈39 · ⭐ 7.4K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1
kubernetes (🥉36 · ⭐ 4.5K) - Official Python client library for kubernetes. Apache-2
pyinfra (🥉30 · ⭐ 1.4K) - pyinfra automates infrastructure super fast at massive scale. It can be.. MIT
Show 4 hidden projects...
- parallel-ssh (🥉26 · ⭐ 970) - Asynchronous parallel SSH client library.
❗️LGPL-2.1
- storm (🥉25 · ⭐ 3.9K · 💀) - Manage your SSH like a boss.
MIT
- fabtools (🥉25 · ⭐ 1.2K · 💀) - Tools for writing awesome Fabric files.
BSD-2
- wssh (🥉17 · ⭐ 1.3K · 💀) - SSH to WebSockets Bridge.
MIT
supervisor (🥇37 · ⭐ 7.2K) - Supervisor process control system for UNIX. ❗️Repoze Public License
pexpect (🥇37 · ⭐ 2.1K · 💤) - A Python module for controlling interactive programs in a pseudo-.. ISC
ptyprocess (🥉25 · ⭐ 160) - Run a subprocess in a pseudo terminal. ISC
anyio (🥈29 · ⭐ 780) - High level asynchronous concurrency and networking framework that works on.. MIT
Show 1 hidden projects...
python-dotenv (🥇36 · ⭐ 4.6K) - Get and set values in your .env file in local and production.. BSD-3
python-decouple (🥉31 · ⭐ 2K) - Strict separation of config from code. MIT
omegaconf (🥉30 · ⭐ 1K) - Flexible Python configuration system. The last one you will ever need. BSD-3
gin-config (🥉27 · ⭐ 1.4K) - Gin provides a lightweight configuration framework for Python. Apache-2
Show 1 hidden projects...
rich (🥇39 · ⭐ 34K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
python-prompt-toolkit (🥈36 · ⭐ 7.5K) - Library for building powerful interactive command.. BSD-3
python-fire (🥈34 · ⭐ 22K · 💤) - Python Fire is a library for automatically generating.. Apache-2
argcomplete (🥈32 · ⭐ 1K) - Python and tab completion, better together. Apache-2
asciimatics (🥉29 · ⭐ 2.9K) - A cross platform package to do curses-like operations, plus.. Apache-2
ConfigArgParse (🥉29 · ⭐ 570) - A drop-in replacement for argparse that allows options to also be.. MIT
wcwidth (🥉29 · ⭐ 270) - Python library that measures the width of unicode strings rendered to a.. MIT
questionary (🥉27 · ⭐ 790) - Python library to build pretty command line user prompts Easy to use.. MIT
bashplotlib (🥉21 · ⭐ 1.6K · 💤) - plotting in the terminal. MIT
Show 5 hidden projects...
- docopt (🥈35 · ⭐ 7.5K · 💀) - Pythonic command line arguments parser, that will make you smile.
MIT
- blessings (🥉29 · ⭐ 1.3K · 💀) - A thin, practical wrapper around terminal capabilities in Python.
MIT
- clint (🥉28 · ⭐ 2.5K · 💀) - Python Command-line Application Tools.
ISC
- docopt-ng (🥉18 · ⭐ 67) - Humane command line arguments parser. Now with maintenance, typehints,..
MIT
- colout (🥉17 · ⭐ 1.1K · 💀) - Color text streams with a polished command line interface.
❗️GPL-3.0
🔗 best-of-python-dev ( ⭐ 390) - A ranked list of awesome python developer tools and libraries. Updated..
cachetools (🥇33 · ⭐ 1.2K) - Extensible memoizing collections and decorators. MIT
Show 2 hidden projects...
- cached-property (🥈30 · ⭐ 630 · 💀) - A decorator for caching properties in classes.
BSD-3
- aiocache (🥉25 · ⭐ 620 · 💀) - Asyncio cache manager for redis, memcached and memory.
BSD-3
🔗 best-of-web-python - Web UI ( ⭐ 1.4K) - Collection of libraries to implement web-based UIs.
kivy (🥇39 · ⭐ 14K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT
PySimpleGUI (🥈38 · ⭐ 9.3K) - PySimpleGUI is a Python package that enables Python.. ❗️LGPL-3.0
DearPyGui (🥈31 · ⭐ 6.9K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
Gooey (🥉27 · ⭐ 15K) - Turn (almost) any Python command line program into a full GUI application.. MIT
Show 1 hidden projects...
- Phoenix (🥉27 · ⭐ 1.7K) - wxPythons Project Phoenix. A new implementation of wxPython,..
❗️wxWindows
🔗 best-of-ml-python - Computer Vision ( ⭐ 6.2K) - Collection of computer vision and image processing..
🔗 best-of-ml-python ( ⭐ 6.2K) - A ranked list of awesome machine learning Python libraries. Updated..
🔗 best-of-ml-python - NLP ( ⭐ 6.2K) - Collection of text processing and NLP libraries.
phonenumbers (🥇33 · ⭐ 2.9K) - Python port of Googles libphonenumber. Apache-2
chardet (🥇33 · ⭐ 1.6K) - Python character encoding detector. ❗️LGPL-2.1
-
GitHub (👨💻 44 · 🔀 220 · 📋 120 - 50% open · ⏱️ 22.10.2021):
git clone https://github.com/chardet/chardet
-
PyPi (📥 44M / month · 📦 39K · ⏱️ 10.12.2020):
pip install chardet
-
Conda (📥 15M · ⏱️ 02.11.2021):
conda install -c conda-forge chardet
-
npm (📥 8 / month · 📦 1 · ⏱️ 20.08.2017):
npm install @pypi/chardet
python-slugify (🥈31 · ⭐ 1.2K · 💤) - Returns unicode slugs. MIT
inflect (🥉27 · ⭐ 600 · 💤) - Correctly generate plurals, ordinals, indefinite articles; convert.. MIT
pyahocorasick (🥉25 · ⭐ 670 · 📉) - Python module (C extension and plain python) implementing.. BSD-3
Show 4 hidden projects...
- awesome-slugify (🥉21 · ⭐ 460 · 💀) - Python flexible slugify function.
❗️GPL-3.0
- price-parser (🥉19 · ⭐ 220 · 💀) - Extract price amount and currency symbol from a raw text..
BSD-3
- coolname (🥉18 · ⭐ 86 · 💤) - Random Name and Slug Generator.
BSD-2
- millify (🥉14 · ⭐ 49 · 💀) - Convert long numbers into a human-readable format in Python.
MIT
🔗 best-of-web-python ( ⭐ 1.4K) - A ranked list of awesome python libraries for web development. Updated..
Libraries for connecting to, operating, and querying databases.
SQLAlchemy (🥇44 · ⭐ 4.8K) - The Database Toolkit for Python. MIT
azure-storage-blob (🥇42 · ⭐ 2.3K) - This repository is for active development of the Azure SDK.. MIT
google-cloud-storage (🥇41 · ⭐ 3.8K) - Google Cloud Client Library for Python. Apache-2
elasticsearch (🥇40 · ⭐ 3.5K) - Official Elasticsearch client library for Python. Apache-2
kafka-python (🥈38 · ⭐ 4.7K) - Python client for Apache Kafka. Apache-2
MongoEngine (🥈38 · ⭐ 3.7K) - A Python Object-Document-Mapper for working with MongoDB. MIT
python-bigquery (🥈37 · ⭐ 350) - Google BigQuery API client library. Apache-2
libcloud (🥈36 · ⭐ 1.8K) - Apache Libcloud is a Python library which hides differences between.. Apache-2
confluent-kafka-python (🥈35 · ⭐ 2.6K) - Confluents Kafka Python Client. Apache-2
Prometheus Client (🥈35 · ⭐ 2.6K · 📈) - Prometheus instrumentation library for Python.. Apache-2
Elasticsearch DSL (🥈34 · ⭐ 3.4K) - High level Python client for Elasticsearch. Apache-2
AWS Data Wrangler (🥈33 · ⭐ 2.5K) - Pandas on AWS - Easy integration with Athena, Glue,.. Apache-2
pandas
mysqlclient (🥈33 · ⭐ 2K) - MySQL database connector for Python (with Python 3 support). ❗️GPL-2.0
Ibis (🥈33 · ⭐ 1.6K) - A pandas-like deferred expression system, with first-class SQL support. Apache-2
SQLAlchemy-Utils (🥈33 · ⭐ 880) - Various utility functions and datatypes for SQLAlchemy. BSD-3
dataset (🥉32 · ⭐ 4.1K) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT
Cassandra Driver (🥉32 · ⭐ 1.3K) - DataStax Python Driver for Apache Cassandra. Apache-2
cx-Oracle (🥉32 · ⭐ 790) - Python interface to Oracle Database conforming to the Python DB API.. BSD-3
pandas-gbq (🥉32 · ⭐ 280) - Google BigQuery connector for pandas. BSD-3
PyPika (🥉31 · ⭐ 1.5K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2
s3transfer (🥉31 · ⭐ 130) - Amazon S3 Transfer Manager for Python. Apache-2
redis-py-cluster (🥉30 · ⭐ 1K · 💤) - Python cluster client for the official redis cluster. Redis.. MIT
neo4j-driver (🥉30 · ⭐ 680) - Neo4j Bolt driver for Python. Apache-2
tortoise-orm (🥉29 · ⭐ 2.6K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2
py2neo (🥉28 · ⭐ 1.1K) - Py2neo is a comprehensive Neo4j driver library and toolkit for Python. Apache-2
HappyBase (🥉26 · ⭐ 580 · 💤) - A developer-friendly Python library to interact with Apache HBase. MIT
prisma (🥉20 · ⭐ 120) - Prisma Client Python is an auto-generated and fully type-safe database.. Apache-2
ODMantic (🥉19 · ⭐ 470) - 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
aioprometheus (🥉18 · ⭐ 110 · ➕) - A Prometheus Python client library for asyncio-based.. MIT
psycopg3 (🥉17 · ⭐ 580) - New generation PostgreSQL database adapter for the Python.. ❗️LGPL-3.0
-
GitHub (👨💻 16 · 🔀 47 · 📋 110 - 14% open · ⏱️ 19.01.2022):
git clone https://github.com/psycopg/psycopg
Show 8 hidden projects...
- psycopg2 (🥈38 · ⭐ 2.5K) - PostgreSQL database adapter for the Python..
❗️BSD-3-Clause-Attribution
- Records (🥉30 · ⭐ 6.8K · 💀) - SQL for Humans.
ISC
- google-cloud-bigtable (🥉29 · ⭐ 26) - Google Cloud Bigtable API client library.
Apache-2
- mongo-connector (🥉28 · ⭐ 1.8K · 💀) - MongoDB data stream pipeline tools by YouGov (adopted..
Apache-2
- PyMODM (🥉22 · ⭐ 340 · 💀) - A Pythonic, object-oriented interface for working with MongoDB.
Apache-2
- db.py (🥉21 · ⭐ 1.2K · 💀) - db.py is an easier way to interact with your databases.
BSD-2
- lazydata (🥉16 · ⭐ 630 · 💀) - Lazydata: Scalable data dependencies for Python projects.
Apache-2
- SuperSQLite (🥉14 · ⭐ 690 · 💀) - A supercharged SQLite library for Python.
MIT
Libraries for loading, collecting, and extracting data from a variety of data sources and formats.
xlwings (🥇37 · ⭐ 2.2K · 📈) - xlwings is a BSD-licensed Python library that makes it easy to call.. BSD-3
python-magic (🥈32 · ⭐ 2K) - A python wrapper for libmagic. MIT
snorkel (🥈31 · ⭐ 5K) - A system for quickly generating training data with weak supervision. Apache-2
smart-open (🥈31 · ⭐ 2.3K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT
csvkit (🥈29 · ⭐ 4.8K) - A suite of utilities for converting to and working with CSV, the king of.. MIT
Intake (🥈29 · ⭐ 680) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
pandas-datareader (🥉28 · ⭐ 2.2K) - Extract data from a wide range of Internet sources into a.. BSD-3
gdown (🥉28 · ⭐ 1.6K) - Download a large file from Google Drive (curl/wget fails because of the.. MIT
tabulator-py (🥉26 · ⭐ 220 · 💤) - Python library for reading and writing tabular data via streams. MIT
Singer (🥉24 · ⭐ 920 · 💤) - Standard for moving data between databases, web APIs, files,.. ❗️AGPL-3.0
rows (🥉23 · ⭐ 780) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0
img2dataset (🥉19 · ⭐ 430 · 🐣) - Easily turn large sets of image urls to an image dataset. Can.. MIT
csvs-to-sqlite (🥉18 · ⭐ 670) - Convert CSV files into a SQLite database. Apache-2
Show 6 hidden projects...
- xmltodict (🥈33 · ⭐ 4.7K · 💀) - Python module that makes working with XML feel like you are..
MIT
- PDFMiner (🥈29 · ⭐ 4.7K · 💀) - Python PDF Parser (Not actively maintained). Check out pdfminer.six.
MIT
- messytables (🥉25 · ⭐ 380 · 💀) - Tools for parsing messy tabular data. This is now superseded by..
MIT
- pyexcel-xlsx (🥉21 · ⭐ 97 · 💀) - A wrapper library to read, manipulate and write data in xlsx..
BSD-3
- excalibur (🥉19 · ⭐ 1.1K · 💀) - A web interface to extract tabular data from PDFs.
MIT
- borb (🥉18 · ⭐ 2.5K · ➕) - borb is a library for reading, creating and manipulating PDF..
❗Unlicensed
XlsxWriter (🥇37 · ⭐ 2.8K) - A Python module for creating Excel XLSX files. BSD-2
typing_inspect (🥉23 · ⭐ 240) - Runtime inspection utilities for Python typing module. MIT
Show 2 hidden projects...
- importlib-resources (🥈28 · ⭐ 21 · 📉) - Read resources from Python packages.
Apache-2
- entrypoints (🥉23 · ⭐ 67 · 💀) - Discover and load entry points from installed packages.
MIT
more-itertools (🥇38 · ⭐ 2.3K) - More routines for operating on iterables, beyond itertools. MIT
python-dependency-injector (🥈31 · ⭐ 1.8K) - Dependency injection framework for Python. BSD-3
ubelt (🥉25 · ⭐ 590) - A Python utility belt containing simple tools, a stdlib like feel, and.. Apache-2
Show 4 hidden projects...
- retrying (🥉26 · ⭐ 1.8K · 💀) - Retrying is an Apache 2.0 licensed general-purpose retrying..
Apache-2
- CommonRegex (🥉24 · ⭐ 1.5K · 💀) - A collection of common regular expressions bundled with an easy..
MIT
- ratelimit (🥉23 · ⭐ 460 · 💀) - API Rate Limit Decorator.
MIT
- pampy (🥉22 · ⭐ 3.4K · 💀) - Pampy: The Pattern Matching for Python you always dreamed of.
MIT
micropython (🥈34 · ⭐ 14K) - MicroPython - a lean and efficient Python implementation for.. Python-2.0
pyston (🥈26 · ⭐ 1.8K) - A faster and highly-compatible implementation of the Python.. Apache-2
-
GitHub (👨💻 1K · 🔀 60 · 📥 6.8K · 📋 52 - 32% open · ⏱️ 18.01.2022):
git clone https://github.com/pyston/pyston
Show 3 hidden projects...
cookiecutter (🥇38 · ⭐ 16K) - A command-line utility that creates projects from cookiecutters.. BSD-3
py4j (🥈32 · ⭐ 910) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3
pyscaffold (🥉31 · ⭐ 1.4K) - Python project template generator with batteries included. MIT
Send2Trash (🥉27 · ⭐ 190) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3
pyscreenshot (🥉26 · ⭐ 420) - Python screenshot library, replacement for the Pillow ImageGrab.. BSD-2
python-mss (🥉24 · ⭐ 690) - An ultra fast cross-platform multiple screenshots module in pure.. MIT
pluginbase (🥉23 · ⭐ 990 · 💤) - A simple but flexible plugin system for Python. BSD-3
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.