🏆 A ranked list of awesome Python open-source libraries & tools. Updated weekly.
This curated list contains 390 awesome open-source projects with a total of 1.7M stars grouped into 28 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
🧙♂️ Discover other best-of lists or create your own.
📫 Subscribe to our newsletter for updates and trending projects.
- Data Serialization 16 projects
- Data Containers & Dataframes 30 projects
- Data Structures 15 projects
- Data Validation 15 projects
- Algorithms & Design Patterns 4 projects
- Date & Time Utilities 9 projects
- File & Path Utilities 10 projects
- Compatiblity 7 projects
- Cryptography 7 projects
- Infrastructure & DevOps 20 projects
- Process Utilities 4 projects
- Asynchronous Programming 7 projects
- Configuration 9 projects
- CLI Development 19 projects
- Development Tools 1 projects
- Data Caching 6 projects
- GUI Development 10 projects
- Computer & Machine Vision 2 projects
- Machine Learning & Data Engineering 1 projects
- Text Data 12 projects
- Web Development 1 projects
- Database Clients 64 projects
- Data Loading & Extraction 30 projects
- Data Pipelines & Streaming 43 projects
- File Formats 3 projects
- Code Inspection 4 projects
- General Utilities 15 projects
- Python Implementations 6 projects
- Others 21 projects
- 🥇🥈🥉 Combined project-quality score
- ⭐️ Star count from GitHub
- 🐣 New project (less than 6 months old)
- 💤 Inactive project (6 months no activity)
- 💀 Dead project (12 months no activity)
- 📈📉 Project is trending up or down
- ➕ Project was recently added
- ❗️ Warning (e.g. missing/risky license)
- 👨💻 Contributors count from GitHub
- 🔀 Fork count from GitHub
- 📋 Issue count from GitHub
- ⏱️ Last update timestamp on package manager
- 📥 Download count from package manager
- 📦 Number of dependent projects
Pandas related project
protobuf (🥇53 · ⭐ 63K · 📈) - Protocol Buffers - Googles data interchange format. BSD-3
-
GitHub (👨💻 1.2K · 🔀 15K · 📥 41M · 📦 590K · 📋 6.1K - 11% open · ⏱️ 29.02.2024):
git clone https://github.com/protocolbuffers/protobuf
-
PyPi (📥 170M / month · 📦 17K · ⏱️ 29.02.2024):
pip install protobuf
-
Conda (📥 17M · ⏱️ 08.02.2024):
conda install -c conda-forge protobuf
-
npm (📥 6.5M / month · 📦 3.6K · ⏱️ 10.10.2022):
npm install google-protobuf
flatbuffers (🥇42 · ⭐ 22K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
-
GitHub (👨💻 670 · 🔀 3.2K · 📥 360K · 📦 94K · 📋 2.4K - 6% open · ⏱️ 19.12.2023):
git clone https://github.com/google/flatbuffers
-
PyPi (📥 16M / month · 📦 350 · ⏱️ 26.05.2023):
pip install flatbuffers
-
Conda (📥 970K · ⏱️ 16.06.2023):
conda install -c conda-forge flatbuffers
-
npm (📥 1.5M / month · 📦 290 · ⏱️ 26.05.2023):
npm install flatbuffers
marshmallow (🥈40 · ⭐ 6.8K) - A lightweight library for converting complex objects to and from.. MIT
orjson (🥈37 · ⭐ 5.4K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2
ultrajson (🥈35 · ⭐ 4.2K) - Ultra fast JSON decoder and encoder written in C with Python bindings. BSD-3
simplejson (🥈35 · ⭐ 1.6K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT
jsonpickle (🥈35 · ⭐ 1.2K) - Python library for serializing any arbitrary object graph into.. BSD-3
cloudpickle (🥉34 · ⭐ 1.5K) - Extended pickling support for Python objects. BSD-3
msgpack (🥉33 · ⭐ 1.8K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2
python-rapidjson (🥉29 · ⭐ 490) - Python wrapper around rapidjson. MIT
pysimdjson (🥉27 · ⭐ 620) - Python bindings for the simdjson project. MIT
General-purpose data containers as well as utilities & extensions for pandas.
polars (🥇40 · ⭐ 25K) - Dataframes powered by a multithreaded, vectorized query engine, written in.. MIT
zarr (🥈36 · ⭐ 1.3K) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT
TinyDB (🥈32 · ⭐ 6.4K · 💤) - TinyDB is a lightweight document oriented database optimized for your.. MIT
Bottleneck (🥈32 · ⭐ 980) - Fast NumPy array functions written in C. BSD-2
datasketch (🥉30 · ⭐ 2.3K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT
StaticFrame (🥉28 · ⭐ 400) - Immutable and statically-typeable DataFrames with runtime type and.. MIT
Pandaral·lel (🥉27 · ⭐ 3.4K) - A simple and efficient tool to parallelize Pandas.. BSD-3

jupyter
Pandas Summary (🥉25 · ⭐ 490) - Engine for ML/Data tracking, visualization,.. Apache-2

pickleDB (🥉22 · ⭐ 850 · 💤) - pickleDB is an open source key-value store using Pythons json module. BSD-3
Show 8 hidden projects...
- numpy (🥇52 · ⭐ 26K) - The fundamental package for scientific computing with Python.
❗Unlicensed
- Blaze (🥉31 · ⭐ 3.2K · 💀) - NumPy and Pandas interface to Big Data.
BSD-3
- Arctic (🥉30 · ⭐ 3K) - Arctic is a high performance datastore for numeric data.
❗️LGPL-2.1
- sklearn-pandas (🥉28 · ⭐ 2.8K · 💀) - Pandas integration with sklearn.
❗️Zlib
sklearn
- pandasql (🥉27 · ⭐ 1.3K · 💀) - sqldf for pandas.
MIT
- bcolz (🥉26 · ⭐ 960 · 💀) - A columnar data container that can be compressed.
BSD-3
- Bounter (🥉18 · ⭐ 940 · 💀) - Efficient Counter that uses a limited (bounded) amount of memory..
MIT
- PandaPy (🥉13 · ⭐ 540 · 💀) - PandaPy has the speed of NumPy and the usability of Pandas 10x to..
MIT
pyrsistent (🥇36 · ⭐ 2K) - Persistent/Immutable/Functional data structures for Python. MIT
python-sortedcontainers (🥇34 · ⭐ 3.2K · 📈) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2
python-benedict (🥈29 · ⭐ 1.4K) - dict subclass with keylist/keypath support, built-in I/O.. MIT
munch (🥉28 · ⭐ 740 · 💤) - A Munch is a Python dictionary that provides attribute-style access (a.. MIT
immutables (🥉25 · ⭐ 1.1K) - A high-performance immutable mapping type for Python. Apache-2
python-box (🥉24 · ⭐ 2.3K) - Python dictionaries with advanced dot notation access. MIT
Show 4 hidden projects...
- addict (🥈29 · ⭐ 2.4K · 💀) - The Python Dict thats better than heroin.
MIT
- sqlitedict (🥈29 · ⭐ 1.1K · 💀) - Persistent dict, backed by sqlite3 and pickle, multithread-..
Apache-2
- ordered-set (🥉28 · ⭐ 200 · 💀) - A mutable set that remembers the order of its entries. One of..
MIT
- cleverdict (🥉15 · ⭐ 98 · 💀) - A JSON-friendly data structure which allows both object attributes..
MIT
jsonschema (🥇41 · ⭐ 4.4K) - An implementation of the JSON Schema specification for Python. MIT
voluptuous (🥈35 · ⭐ 1.8K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
validators (🥈32 · ⭐ 890) - Python Data Validation for Humans. MIT
python-email-validator (🥉29 · ⭐ 960) - A robust email syntax and deliverability validation.. Unlicense
strictyaml (🥉27 · ⭐ 1.4K · 💤) - Type-safe YAML parser and validator. MIT
dirty-equals (🥉23 · ⭐ 750) - Doing dirty (but extremely useful) things with equals. MIT
typical (🥉20 · ⭐ 180 · 💤) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT
Show 3 hidden projects...
- schematics (🥉30 · ⭐ 2.6K · 💀) - Python Data Structures for Humans.
BSD-3
- valideer (🥉20 · ⭐ 260 · 💀) - Lightweight data validation and adaptation Python library.
MIT
- dataklasses (🥉7 · ⭐ 780 · 💀) - A different spin on dataclasses.
❗Unlicensed
🔗 python-patterns ( ⭐ 39K · 💀) - Collection of design patterns/idioms in Python.
transitions (🥇31 · ⭐ 5.3K) - A lightweight, object-oriented finite state machine implementation.. MIT
algorithms (🥉29 · ⭐ 23K) - Minimal examples of data structures and algorithms in Python. MIT
Show 1 hidden projects...
dateparser (🥈36 · ⭐ 2.4K) - python parser for human readable dates. BSD-3
python-dateutil (🥈36 · ⭐ 2.2K) - Useful extensions to the standard Python datetime features. Apache-2
Show 2 hidden projects...
- isodate (🥉29 · ⭐ 140 · 💀) - ISO 8601 date/time parser.
BSD-3
- parsedatetime (🥉28 · ⭐ 690 · 💀) - Parse human-readable date/time strings.
Apache-2
filesystem_spec (🥇41 · ⭐ 740) - A specification that python filesystems should adhere to. BSD-3
appdirs (🥉31 · ⭐ 1K · 💤) - A small Python module for determining appropriate platform-specific.. MIT
scandir (🥉30 · ⭐ 520) - Better directory iterator and faster os.walk(), now in the Python 3.5.. BSD-3
Show 3 hidden projects...
typing (🥈35 · ⭐ 1.5K) - Python static typing home. Hosts the documentation and a user help.. Python-2.0
Show 4 hidden projects...
- dataclasses (🥉27 · ⭐ 580 · 💀) - A backport of the dataclasses module for Python 3.6.
Apache-2
- futures (🥉27 · ⭐ 230 · 💀) - Backport of the concurrent.futures package to Python 2.6 and 2.7.
Python-2.0
- pathlib2 (🥉27 · ⭐ 80 · 💤) - Backport of pathlib aiming to support the full stdlib Python API.
MIT
- contextlib2 (🥉27 · ⭐ 37 · 💀) - contextlib2 is a backport of the standard librarys contextlib..
❗️psfrag
cryptography (🥇47 · ⭐ 6.1K) - cryptography is a package designed to expose cryptographic.. Apache-2
pycryptodomex (🥈39 · ⭐ 2.6K) - A self-contained cryptographic library for Python. BSD-3
asn1crypto (🥉33 · ⭐ 310) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
ansible (🥇48 · ⭐ 60K) - Ansible is a radically simple IT automation platform that makes your.. ❗️GPL-3.0
pulumi (🥈43 · ⭐ 19K) - Pulumi - Infrastructure as Code in any programming language. Build.. Apache-2
paramiko (🥈42 · ⭐ 8.7K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1
docker-compose (🥈40 · ⭐ 32K) - Define and run multi-container applications with Docker. Apache-2
kubernetes (🥈38 · ⭐ 6.3K) - Official Python client library for kubernetes. Apache-2
pyinfra (🥉31 · ⭐ 2.5K) - pyinfra automates infrastructure using Python. Its fast and scales from.. MIT
pypyr (🥉22 · ⭐ 570) - pypyr task-runner cli & api for automation pipelines. Automate anything.. Apache-2
Show 5 hidden projects...
- fabtools (🥉25 · ⭐ 1.3K · 💀) - Tools for writing awesome Fabric files.
BSD-2
- parallel-ssh (🥉25 · ⭐ 1.2K · 💀) - Asynchronous parallel SSH client library.
❗️LGPL-2.1
- storm (🥉24 · ⭐ 3.9K · 💀) - Manage your SSH like a boss.
MIT
- wssh (🥉17 · ⭐ 1.4K · 💀) - SSH to WebSockets Bridge.
MIT
- Grai (🥉13 · ⭐ 260) - Platform to programmatically manage, test, and debug data..
❗️MulanPSL-2.0
pexpect (🥇39 · ⭐ 2.5K) - A Python module for controlling interactive programs in a pseudo-terminal. ISC
supervisor (🥈35 · ⭐ 8.2K) - Supervisor process control system for Unix.. ❗️Repoze Public License
ptyprocess (🥉26 · ⭐ 200) - Run a subprocess in a pseudo terminal. ISC
anyio (🥈37 · ⭐ 1.5K) - High level asynchronous concurrency and networking framework that works on.. MIT
python-dotenv (🥇38 · ⭐ 6.9K) - Reads key-value pairs from a .env file and can set them as.. BSD-3
omegaconf (🥉32 · ⭐ 1.7K) - Flexible Python configuration system. The last one you will ever need. BSD-3
python-decouple (🥉31 · ⭐ 2.6K) - Strict separation of config from code. MIT
gin-config (🥉28 · ⭐ 2K) - Gin provides a lightweight configuration framework for Python. Apache-2
Show 1 hidden projects...
rich (🥇42 · ⭐ 47K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
python-prompt-toolkit (🥈39 · ⭐ 8.9K) - Library for building powerful interactive command.. BSD-3
python-fire (🥈37 · ⭐ 26K) - Python Fire is a library for automatically generating command.. Apache-2
argcomplete (🥈36 · ⭐ 1.3K) - Python and tab completion, better together. Apache-2
wcwidth (🥉34 · ⭐ 370) - Python library that measures the width of unicode strings rendered to a.. MIT
questionary (🥉32 · ⭐ 1.4K) - Python library to build pretty command line user prompts Easy to use.. MIT
asciimatics (🥉31 · ⭐ 3.5K) - A cross platform package to do curses-like operations, plus.. Apache-2
ConfigArgParse (🥉28 · ⭐ 690 · 💤) - A drop-in replacement for argparse that allows options to.. MIT
Show 5 hidden projects...
- docopt (🥈35 · ⭐ 7.9K · 💀) - Pythonic command line arguments parser, that will make you smile.
MIT
- blessings (🥉28 · ⭐ 1.4K · 💀) - A thin, practical wrapper around terminal capabilities in Python.
MIT
- clint (🥉24 · ⭐ 93 · 💀) - Python Command-line Application Tools.
ISC
- bashplotlib (🥉22 · ⭐ 1.8K · 💀) - plotting in the terminal.
MIT
- Click Extra (🥉22 · ⭐ 51) - Extra colorization and configuration loading for Click.
❗️GPL-2.0
🔗 best-of-python-dev ( ⭐ 880) - A ranked list of awesome python developer tools and libraries. Updated..
cachetools (🥇33 · ⭐ 2K) - Extensible memoizing collections and decorators. MIT
Show 1 hidden projects...
- cached-property (🥈30 · ⭐ 680 · 💀) - A decorator for caching properties in classes.
BSD-3
🔗 best-of-web-python - Web UI ( ⭐ 2.1K) - Collection of libraries to implement web-based UIs.
kivy (🥇40 · ⭐ 17K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT
DearPyGui (🥈34 · ⭐ 12K · 📉) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit.. MIT
Eel (🥉31 · ⭐ 6.1K · 💤) - A little Python library for making simple Electron-like HTML/JS GUI apps. MIT
Show 4 hidden projects...
- PySimpleGUI (🥈34 · ⭐ 13K) - PySimpleGUI is a Python package that enables Python..
❗Unlicensed
- Gooey (🥉30 · ⭐ 20K · 💀) - Turn (almost) any Python command line program into a full GUI..
MIT
- enaml (🥉28 · ⭐ 1.5K) - Declarative User Interfaces for Python.
❗Unlicensed
- Phoenix (🥉27 · ⭐ 2.1K) - wxPythons Project Phoenix. A new implementation of wxPython,..
❗️wxWindows
🔗 best-of-ml-python - Computer Vision ( ⭐ 15K) - Collection of computer vision and image processing..
🔗 best-of-ml-python ( ⭐ 15K) - A ranked list of awesome machine learning Python libraries. Updated..
🔗 best-of-ml-python - NLP ( ⭐ 15K) - Collection of text processing and NLP libraries.
phonenumbers (🥇35 · ⭐ 3.4K) - Python port of Googles libphonenumber. Apache-2
chardet (🥈32 · ⭐ 2K) - Python character encoding detector. ❗️LGPL-2.1
-
GitHub (👨💻 48 · 🔀 250 · 📦 6 · 📋 140 - 39% open · ⏱️ 01.08.2023):
git clone https://github.com/chardet/chardet
-
PyPi (📥 58M / month · 📦 40K · ⏱️ 01.08.2023):
pip install chardet
-
Conda (📥 23M · ⏱️ 23.09.2023):
conda install -c conda-forge chardet
-
npm (📥 120 / month · 📦 4 · ⏱️ 20.08.2017):
npm install @pypi/chardet
python-slugify (🥈31 · ⭐ 1.4K) - Returns unicode slugs. MIT
inflect (🥉30 · ⭐ 900) - Correctly generate plurals, ordinals, indefinite articles; convert numbers.. MIT
price-parser (🥉21 · ⭐ 290) - Extract price amount and currency symbol from a raw text string. BSD-3
Show 5 hidden projects...
- humanize (🥈31 · ⭐ 1.7K · 💀) - python humanize functions.
MIT
- pyahocorasick (🥉27 · ⭐ 870 · 💀) - Python module (C extension and plain python) implementing..
BSD-3
- coolname (🥉22 · ⭐ 130 · 💀) - Random Name and Slug Generator.
BSD-2
- awesome-slugify (🥉21 · ⭐ 480 · 💀) - Python flexible slugify function.
❗️GPL-3.0
- millify (🥉15 · ⭐ 82 · 💀) - Convert long numbers into a human-readable format in Python.
MIT
🔗 best-of-web-python ( ⭐ 2.1K) - A ranked list of awesome python libraries for web development. Updated..
Libraries for connecting to, operating, and querying databases.
SQLAlchemy (🥇45 · ⭐ 8.5K) - The Database Toolkit for Python. MIT
azure-storage-blob (🥇43 · ⭐ 4.1K · 📈) - This repository is for active development of the Azure.. MIT
google-cloud-storage (🥇42 · ⭐ 4.6K) - Google Cloud Client Library for Python. Apache-2
elasticsearch (🥇40 · ⭐ 4.1K) - Official Python client for Elasticsearch. Apache-2
kafka-python (🥈38 · ⭐ 5.5K) - Python client for Apache Kafka. Apache-2
MongoEngine (🥈38 · ⭐ 4.1K) - A Python Object-Document-Mapper for working with MongoDB. MIT
python-bigquery (🥈38 · ⭐ 700) - Google BigQuery API client library. Apache-2
Ibis (🥈37 · ⭐ 3.8K) - The flexibility of Python with the scale and performance of modern SQL. Apache-2
AWS Data Wrangler (🥈37 · ⭐ 3.8K) - pandas on AWS - Easy integration with Athena, Glue,.. Apache-2

sqlmodel (🥈36 · ⭐ 12K) - SQL databases in Python, designed for simplicity, compatibility, and.. MIT
pydantic
Elasticsearch DSL (🥈36 · ⭐ 3.7K) - High level Python client for Elasticsearch. Apache-2
mysqlclient (🥈36 · ⭐ 2.4K) - MySQL database connector for Python (with Python 3 support). ❗️GPL-2.0
s3transfer (🥈35 · ⭐ 200) - Amazon S3 Transfer Manager for Python. Apache-2
Prometheus Client (🥈34 · ⭐ 3.7K) - Prometheus instrumentation library for Python.. Apache-2
SQLAlchemy-Utils (🥈34 · ⭐ 1.2K) - Various utility functions and datatypes for SQLAlchemy. BSD-3
pandas-gbq (🥈34 · ⭐ 410) - Google BigQuery connector for pandas. BSD-3
PyPika (🥉33 · ⭐ 2.3K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2
Cassandra Driver (🥉33 · ⭐ 1.4K) - DataStax Python Driver for Apache Cassandra. Apache-2
neo4j-driver (🥉33 · ⭐ 850) - Neo4j Bolt driver for Python. Apache-2
tortoise-orm (🥉32 · ⭐ 4.1K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2
libcloud (🥉32 · ⭐ 2K) - Apache Libcloud is a Python library which hides differences between.. Apache-2
cx-Oracle (🥉31 · ⭐ 880) - Python interface to Oracle Database now superseded by python-oracledb. BSD-3
confluent-kafka-python (🥉29 · ⭐ 3.4K) - Confluents Kafka Python Client. Apache-2
ODMantic (🥉28 · ⭐ 940) - Sync and Async ODM (Object Document Mapper) for MongoDB based on python.. ISC
aioprometheus (🥉22 · ⭐ 160) - A Prometheus Python client library for asyncio-based applications. MIT
psycopg3 (🥉19 · ⭐ 1.4K) - New generation PostgreSQL database adapter for the Python.. ❗️LGPL-3.0
-
GitHub (👨💻 51 · 🔀 140 · 📋 410 - 7% open · ⏱️ 26.02.2024):
git clone https://github.com/psycopg/psycopg
Show 17 hidden projects...
- psycopg2 (🥈38 · ⭐ 3.2K) - PostgreSQL database adapter for the Python..
❗️BSD-3-Clause-Attribution
- pyodbc (🥈35 · ⭐ 2.8K) - Python ODBC bridge.
❗️MIT-0
- google-cloud-bigtable (🥉31 · ⭐ 59) - Google Cloud Bigtable API client library.
Apache-2
- redis-py-cluster (🥉29 · ⭐ 1.1K · 💀) - Python cluster client for the official redis cluster...
MIT
- gino (🥉28 · ⭐ 2.6K · 💀) - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
BSD-3
- mongo-connector (🥉28 · ⭐ 1.9K · 💀) - MongoDB data stream pipeline tools by YouGov (adopted..
Apache-2
- cloudant (🥉27 · ⭐ 160 · 💀) - A Python library for Cloudant and CouchDB.
Apache-2
- umongo (🥉26 · ⭐ 440 · 💀) - sync/async MongoDB ODM, yes.
MIT
- pyhdb (🥉24 · ⭐ 310 · 💀) - SAP HANA Connector in pure Python.
Apache-2
- py2neo (🥉23 · ⭐ 7) - EOL! Py2neo is a comprehensive Neo4j driver library and toolkit for..
Apache-2
- db.py (🥉21 · ⭐ 1.2K · 💀) - db.py is an easier way to interact with your databases.
BSD-2
- PugSQL (🥉21 · ⭐ 660 · 💀) - A HugSQL-inspired database library for Python.
Apache-2
- PyMODM (🥉21 · ⭐ 350 · 💀) - A Pythonic, object-oriented interface for working with MongoDB.
Apache-2
- gsheets-db-api (🥉21 · ⭐ 200 · 💀) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets.
MIT
- Queries (🥉19 · ⭐ 260 · 💀) - PostgreSQL database access simplified.
BSD-3
- lazydata (🥉16 · ⭐ 630 · 💀) - Lazydata: Scalable data dependencies for Python projects.
Apache-2
- SuperSQLite (🥉15 · ⭐ 720 · 💀) - A supercharged SQLite library for Python.
MIT
Libraries for loading, collecting, and extracting data from a variety of data sources and formats.
Datasets (🥇43 · ⭐ 18K) - The largest hub of ready-to-use datasets for ML models with fast,.. Apache-2
python-magic (🥈34 · ⭐ 2.5K) - A python wrapper for libmagic. MIT
csvkit (🥈33 · ⭐ 5.8K) - A suite of utilities for converting to and working with CSV, the king of.. MIT
smart-open (🥈33 · ⭐ 3.1K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT
pandas-datareader (🥈32 · ⭐ 2.8K) - Extract data from a wide range of Internet sources into a.. BSD-3
Intake (🥈32 · ⭐ 970) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
snorkel (🥉31 · ⭐ 5.7K) - A system for quickly generating training data with weak supervision. Apache-2
img2dataset (🥉28 · ⭐ 3.1K) - Easily turn large sets of image urls to an image dataset. Can.. MIT
rows (🥉22 · ⭐ 860 · 💤) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0
Upgini (🥉22 · ⭐ 280) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3
Squirrel (🥉17 · ⭐ 270) - A Python library that enables ML teams to share, load, and transform.. Apache-2
Show 12 hidden projects...
- xlrd (🥈33 · ⭐ 2.1K · 💀) - Please use openpyxl where you can...
BSD-3
- PDFMiner (🥉31 · ⭐ 5.2K · 💀) - Python PDF Parser (Not actively maintained). Check out pdfminer.six.
MIT
- SDV (🥉31 · ⭐ 2K) - Synthetic data generation for tabular data.
❗️SSPL-1.0
- tabulator-py (🥉28 · ⭐ 240 · 💀) - Python library for reading and writing tabular data via streams.
MIT
- textract (🥉27 · ⭐ 3.7K · 💀) - extract text from any document. no muss. no fuss.
MIT
- Singer (🥉27 · ⭐ 1.2K · 💀) - Standard for moving data between databases, web APIs, files,..
❗️AGPL-3.0
- messytables (🥉24 · ⭐ 390 · 💀) - Tools for parsing messy tabular data. This is now superseded by..
MIT
- deepdish (🥉24 · ⭐ 260 · 💀) - Flexible HDF5 saving/loading and other data science tools from the..
BSD-3
- pyexcel-xlsx (🥉23 · ⭐ 110 · 💀) - A wrapper library to read, manipulate and write data in xlsx..
BSD-3
- borb (🥉21 · ⭐ 3.3K) - borb is a library for reading, creating and manipulating PDF files..
❗Unlicensed
- datatest (🥉21 · ⭐ 290 · 💀) - Tools for test driven data-wrangling and data validation.
Apache-2
- csvs-to-sqlite (🥉17 · ⭐ 850 · 💀) - Convert CSV files into a SQLite database.
Apache-2
Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.
Airflow (🥇48 · ⭐ 34K · 📈) - Platform to programmatically author, schedule, and monitor.. Apache-2
-
GitHub (👨💻 3.2K · 🔀 13K · 📥 600K · 📦 9.7K · 📋 8.8K - 10% open · ⏱️ 29.02.2024):
git clone https://github.com/apache/airflow
-
PyPi (📥 24M / month · 📦 350 · ⏱️ 26.02.2024):
pip install apache-airflow
-
Conda (📥 1M · ⏱️ 22.02.2024):
conda install -c conda-forge airflow
-
Docker Hub (📥 730M · ⭐ 500 · ⏱️ 27.02.2024):
docker pull apache/airflow
Celery (🥇46 · ⭐ 23K) - Asynchronous task queue/job queue based on distributed message passing. BSD-3
Prefect (🥇43 · ⭐ 14K · 📈) - Prefect is a workflow orchestration tool empowering developers to.. Apache-2
Great Expectations (🥈40 · ⭐ 9.3K) - Always know what to expect from your data. Apache-2
dbt (🥈39 · ⭐ 8.6K) - dbt enables data analysts and engineers to transform their data using the.. Apache-2
luigi (🥈37 · ⭐ 17K) - Luigi is a Python module that helps you build complex pipelines of batch.. Apache-2
Kedro (🥈37 · ⭐ 9.2K) - Kedro is a toolbox for production-ready data science. It uses software.. Apache-2
Activeloop (🥈34 · ⭐ 7.5K) - Database for AI. Store Vectors, Images, Texts, Videos, etc. Use.. MPL-2.0
whylogs (🥈30 · ⭐ 2.5K) - Open standard for end-to-end data and ML monitoring for any scale in.. Apache-2
PyFunctional (🥉27 · ⭐ 2.3K) - Python library for creating data pipelines with chain functional.. MIT
Optimus (🥉25 · ⭐ 1.4K · 💤) - Agile Data Preparation Workflows madeeasy with Pandas,.. Apache-2
spark
dbnd (🥉25 · ⭐ 250) - DBND is an agile pipeline framework that helps data engineering teams.. Apache-2
BatchFlow (🥉21 · ⭐ 200) - BatchFlow helps you conveniently work with random or sequential.. Apache-2
Databolt Flow (🥉20 · ⭐ 950 · 💤) - Python library for building highly effective data science.. MIT
Mara Pipelines (🥉18 · ⭐ 2K) - A lightweight opinionated ETL framework, halfway between plain.. MIT
Show 14 hidden projects...
- mrjob (🥈31 · ⭐ 2.6K · 💀) - Run MapReduce jobs on Hadoop or Amazon Web Services.
Apache-2
- bonobo (🥉25 · ⭐ 1.6K · 💀) - Extract Transform Load for Python 3.5+.
Apache-2
- streamparse (🥉25 · ⭐ 1.5K · 💀) - Run Python in Apache Storm topologies. Pythonic API, CLI..
Apache-2
- pysparkling (🥉23 · ⭐ 260 · 💀) - A pure Python implementation of Apache Sparks RDD and DStream..
MIT
- dpark (🥉22 · ⭐ 2.7K · 💀) - Python clone of Spark, a MapReduce alike framework in Python.
BSD-3
spark
- mrq (🥉21 · ⭐ 880 · 💀) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent.
MIT
- pdpipe (🥉20 · ⭐ 720 · 💀) - Easy pipelines for pandas DataFrames.
MIT
- spark-deep-learning (🥉19 · ⭐ 2K · 💀) - Deep Learning Pipelines for Apache Spark.
Apache-2
spark
- riko (🥉18 · ⭐ 1.6K · 💀) - A Python stream processing engine modeled after Yahoo! Pipes.
MIT
- bodywork-core (🥉17 · ⭐ 430 · 💀) - ML pipeline orchestration and model deployments on..
❗️AGPL-3.0
- kale (🥉16 · ⭐ 620 · 💀) - Kubeflows superfood for Data Scientists.
Apache-2
jupyter
- Botflow (🥉15 · ⭐ 1.2K · 💀) - Python Fast Dataflow programming framework for Data pipeline work(..
BSD-3
- RasgoQL (🥉13 · ⭐ 270 · 💀) - Write python locally, execute SQL in your data warehouse.
❗️AGPL-3.0
- datajob (🥉13 · ⭐ 110 · 💀) - Build and deploy a serverless data pipeline on AWS with no effort.
Apache-2
XlsxWriter (🥇38 · ⭐ 3.4K) - A Python module for creating Excel XLSX files. BSD-2
typing_inspect (🥉25 · ⭐ 320 · 💤) - Runtime inspection utilities for Python typing module. MIT
Show 2 hidden projects...
- importlib-resources (🥈31 · ⭐ 54) - Backport of the importlib.resources module.
Apache-2
- entrypoints (🥉25 · ⭐ 72 · 💀) - Discover and load entry points from installed packages.
MIT
more-itertools (🥇40 · ⭐ 3.4K) - More routines for operating on iterables, beyond itertools. MIT
ubelt (🥉23 · ⭐ 700) - A Python utility library with a stdlib like feel and extra batteries... Apache-2
Show 6 hidden projects...
- python-dependency-injector (🥈32 · ⭐ 3.5K · 💀) - Dependency injection framework for Python.
BSD-3
- retrying (🥉27 · ⭐ 1.9K · 💀) - Retrying is an Apache 2.0 licensed general-purpose retrying..
Apache-2
- ratelimit (🥉24 · ⭐ 690 · 💀) - API Rate Limit Decorator.
MIT
- CommonRegex (🥉23 · ⭐ 1.6K · 💀) - A collection of common regular expressions bundled with an easy..
MIT
- pinject (🥉23 · ⭐ 1.3K · 💀) - A pythonic dependency injection library.
Apache-2
- pampy (🥉22 · ⭐ 3.5K · 💀) - Pampy: The Pattern Matching for Python you always dreamed of.
MIT
micropython (🥈35 · ⭐ 18K) - MicroPython - a lean and efficient Python implementation for.. Python-2.0
pyston (🥉22 · ⭐ 2.5K · 💤) - A faster and highly-compatible implementation of the Python.. Apache-2
-
GitHub (👨💻 1K · 🔀 89 · 📥 23K · 📋 100 - 44% open · ⏱️ 28.02.2023):
git clone https://github.com/pyston/pyston
Show 3 hidden projects...
cookiecutter (🥇40 · ⭐ 21K · 📉) - A cross-platform command-line utility that creates projects.. BSD-3
pyscaffold (🥉28 · ⭐ 2K · 💤) - Python project template generator with batteries included. MIT
python-mss (🥉26 · ⭐ 940) - An ultra fast cross-platform multiple screenshots module in pure.. MIT
pyscreenshot (🥉26 · ⭐ 490 · 💤) - Python screenshot library, replacement for the Pillow.. BSD-2
Send2Trash (🥉26 · ⭐ 250) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3
Show 5 hidden projects...
- keyboard (🥉31 · ⭐ 3.6K · 💀) - Hook and simulate global keyboard events on Windows and Linux.
MIT
- powerline-shell (🥉25 · ⭐ 6.2K · 💀) - A beautiful and useful prompt for your shell.
MIT
- pluginbase (🥉24 · ⭐ 1.1K · 💀) - A simple but flexible plugin system for Python.
BSD-3
- openpyxl (🥉24 · ⭐ 71) - A Python library to read/write Excel 2010 xlsx/xlsm files.
MIT
- macropy (🥉22 · ⭐ 3.2K · 💀) - Macros in Python: quasiquotes, case classes, LINQ and more!.
MIT
- 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.