This curated list contains 340 awesome open-source projects with a total of 1.2M stars grouped into 27 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!
Contents
- Data Serialization 16 projects
- Data Containers & Dataframes 30 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 21 projects
Explanation
🥇 🥈 🥉 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 projectsPandas related project
Data Serialization
protobuf (🥇 49 · ⭐ 54K) - Protocol Buffers - Googles data interchange format. BSD-3
-
GitHub (
👨💻 960 ·🔀 14K ·📥 36M ·📦 220K ·📋 5K - 19% open ·⏱️ 12.05.2022):git clone https://github.com/protocolbuffers/protobuf
-
PyPi (
📥 81M / month ·📦 14K ·⏱️ 11.05.2022):pip install protobuf
-
Conda (
📥 8.2M ·⏱️ 10.05.2022):conda install -c conda-forge protobuf
-
npm (
📥 4M / month ·📦 2.6K ·⏱️ 21.04.2022):npm install google-protobuf
flatbuffers (🥇 41 · ⭐ 18K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
-
GitHub (
👨💻 560 ·🔀 2.8K ·📥 54K ·📦 2.2K ·📋 1.9K - 6% open ·⏱️ 11.05.2022):git clone https://github.com/google/flatbuffers
-
PyPi (
📥 7.1M / month ·📦 210 ·⏱️ 10.05.2021):pip install flatbuffers
-
Conda (
📥 350K ·⏱️ 04.03.2022):conda install -c conda-forge flatbuffers
-
npm (
📥 280K / month ·📦 220 ·⏱️ 25.02.2022):npm install flatbuffers
marshmallow (🥈 38 · ⭐ 6.1K) - A lightweight library for converting complex objects to and from.. MIT
ultrajson (🥈 36 · ⭐ 3.7K) - Ultra fast JSON decoder and encoder written in C with Python bindings. BSD-3
simplejson (🥈 35 · ⭐ 1.5K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT
jsonpickle (🥈 33 · ⭐ 1K) - Python library for serializing any arbitrary object graph into JSON... BSD-3
orjson (🥈 32 · ⭐ 3.2K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2
msgpack (🥈 32 · ⭐ 1.6K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2
cloudpickle (🥈 32 · ⭐ 1.2K) - Extended pickling support for Python objects. BSD-3
python-rapidjson (🥉 26 · ⭐ 450) - Python wrapper around rapidjson. MIT
pysimdjson (🥉 24 · ⭐ 520) - Python bindings for the simdjson project. MIT
Data Containers & Dataframes
General-purpose data containers as well as utilities & extensions for pandas.
h5py (🥇 39 · ⭐ 1.7K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3
Modin (🥈 34 · ⭐ 7.3K) - Modin: Speed up your Pandas workflows by changing a single line of.. Apache-2

Bottleneck (🥈 34 · ⭐ 740) - Fast NumPy array functions written in C. BSD-2
numexpr (🥈 33 · ⭐ 1.8K) - Fast numerical array expression evaluator for Python, NumPy, PyTables,.. MIT
zarr (🥈 31 · ⭐ 910 · 📉 ) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT
Vaex (🥉 30 · ⭐ 7K) - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization.. MIT
datasketch (🥉 30 · ⭐ 1.7K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT
Pandaral·lel (🥉 26 · ⭐ 2.2K) - A simple and efficient tool to parallelize Pandas.. BSD-3

jupyter
StaticFrame (🥉 26 · ⭐ 290) - Immutable and grow-only Pandas-like DataFrames with a more explicit.. MIT
Pandas Summary (🥉 20 · ⭐ 400) - A library for managing, validating, summarizing, and.. Apache-2

Show 7 hidden projects...
- Blaze (
🥈 31 ·⭐ 3K ·💀 ) - NumPy and Pandas interface to Big Data.BSD-3
- Arctic (
🥉 29 ·⭐ 2.7K) - Arctic is a high performance datastore for numeric data.❗️LGPL-2.1
- sklearn-pandas (
🥉 29 ·⭐ 2.6K ·💤 ) - Pandas integration with sklearn.❗️Zlib
sklearn
- pandasql (
🥉 27 ·⭐ 1.1K ·💀 ) - sqldf for pandas.MIT
- bcolz (
🥉 26 ·⭐ 940 ·💀 ) - A columnar data container that can be compressed.BSD-3
- pickleDB (
🥉 22 ·⭐ 660 ·💀 ) - pickleDB is an open source key-value store using Pythons json module.BSD-3
- fletcher (
🥉 18 ·⭐ 220 ·💀 ) - Pandas ExtensionDType/Array backed by Apache Arrow.MIT
Data Structures
pyrsistent (🥇 34 · ⭐ 1.7K · 📉 ) - Persistent/Immutable/Functional data structures for Python. MIT
python-sortedcontainers (🥈 29 · ⭐ 2.5K · 💤 ) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2
sqlitedict (🥈 29 · ⭐ 820) - Persistent dict, backed by sqlite3 and pickle, multithread-safe. Apache-2
python-benedict (🥈 28 · ⭐ 380) - dict subclass with keylist/keypath support, normalized I/O.. MIT
immutables (🥉 27 · ⭐ 950) - A high-performance immutable mapping type for Python. Apache-2
ordered-set (🥉 27 · ⭐ 150) - A mutable set that remembers the order of its entries. One of Pythons.. MIT
python-box (🥉 26 · ⭐ 2K) - Python dictionaries with advanced dot notation access. MIT
Show 4 hidden projects...
- addict (
🥈 28 ·⭐ 2.2K ·💀 ) - The Python Dict thats better than heroin.MIT
- anytree (
🥉 26 ·⭐ 690 ·💀 ) - Python tree data library.Apache-2
- munch (
🥉 26 ·⭐ 580 ·💀 ) - A Munch is a Python dictionary that provides attribute-style access (a..MIT
- cleverdict (
🥉 17 ·⭐ 86) - A JSON-friendly data structure which allows both object attributes and..MIT
Data Validation
jsonschema (🥇 39 · ⭐ 3.7K) - An implementation of the JSON Schema specification for Python. MIT
voluptuous (🥈 34 · ⭐ 1.7K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
schematics (🥈 30 · ⭐ 2.5K · 💤 ) - Python Data Structures for Humans. BSD-3
validators (🥉 29 · ⭐ 580) - Python Data Validation for Humans. MIT
strictyaml (🥉 25 · ⭐ 1K) - Type-safe YAML parser and validator. MIT
Show 3 hidden projects...
- python-email-validator (
🥉 27 ·⭐ 570) - A robust email syntax and deliverability validation..❗️CC0-1.0
- valideer (
🥉 21 ·⭐ 250 ·💀 ) - Lightweight data validation and adaptation Python library.MIT
- dataklasses (
🥉 5 ·⭐ 710 ·🐣 ) - A different spin on dataclasses.❗Unlicensed
Algorithms & Design Patterns
transitions (🥇 31 · ⭐ 4.3K) - A lightweight, object-oriented finite state machine implementation.. MIT
algorithms (🥉 30 · ⭐ 21K) - Minimal examples of data structures and algorithms in Python. MIT
Show 1 hidden projects...
Date & Time Utilities
python-dateutil (🥇 38 · ⭐ 1.8K) - Useful extensions to the standard Python datetime features. Apache-2
dateparser (🥈 34 · ⭐ 2K) - python parser for human readable dates. BSD-3
parsedatetime (🥉 28 · ⭐ 640) - Parse human-readable date/time strings. Apache-2
File & Path Utilities
filesystem_spec (🥇 36 · ⭐ 410) - A specification that python filesystems should adhere to. BSD-3
pyfilesystem2 (🥈 33 · ⭐ 1.7K) - Pythons Filesystem abstraction layer. MIT
scandir (🥉 30 · ⭐ 500) - Better directory iterator and faster os.walk(), now in the Python 3.5.. BSD-3
Show 3 hidden projects...
Compatiblity
typing (🥈 34 · ⭐ 1.2K) - Python static typing home. Contains the source for.. Python-2.0
dataclasses (🥉 27 · ⭐ 540) - A backport of the dataclasses module for Python 3.6. Apache-2
futures (🥉 27 · ⭐ 220) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0
Show 2 hidden projects...
- pathlib2 (
🥉 28 ·⭐ 69) - Backport of pathlib aiming to support the full stdlib Python API.MIT
- contextlib2 (
🥉 25 ·⭐ 34) - contextlib2 is a backport of the standard librarys contextlib..❗️psfrag
Cryptography
cryptography (🥇 44 · ⭐ 4.8K) - cryptography is a package designed to expose cryptographic.. BSD-3
pycryptodomex (🥈 36 · ⭐ 2K) - A self-contained cryptographic library for Python. BSD-3
asn1crypto (🥈 35 · ⭐ 260) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
Infrastructure & DevOps
ansible (🥇 48 · ⭐ 53K) - Ansible is a radically simple IT automation platform that makes your.. ❗️GPL-3.0
docker-compose (🥈 42 · ⭐ 26K) - Define and run multi-container applications with Docker. Apache-2
paramiko (🥈 41 · ⭐ 7.6K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1
pulumi (🥈 40 · ⭐ 12K) - Pulumi - Universal Infrastructure as Code. Your Cloud, Your Language,.. Apache-2
kubernetes (🥉 38 · ⭐ 4.8K · 📈 ) - Official Python client library for kubernetes. Apache-2
pyinfra (🥉 31 · ⭐ 1.5K) - pyinfra automates infrastructure super fast at massive scale. It can be.. MIT
Show 5 hidden projects...
- sshtunnel (
🥉 28 ·⭐ 960 ·💀 ) - SSH tunnels to remote server.MIT
- fabtools (
🥉 25 ·⭐ 1.3K ·💀 ) - Tools for writing awesome Fabric files.BSD-2
- parallel-ssh (
🥉 25 ·⭐ 1K) - Asynchronous parallel SSH client library.❗️LGPL-2.1
- storm (
🥉 24 ·⭐ 3.9K ·💀 ) - Manage your SSH like a boss.MIT
- wssh (
🥉 17 ·⭐ 1.3K ·💀 ) - SSH to WebSockets Bridge.MIT
Process Utilities
supervisor (🥇 37 · ⭐ 7.3K) - Supervisor process control system for UNIX. ❗️Repoze Public License
pexpect (🥈 36 · ⭐ 2.2K) - A Python module for controlling interactive programs in a pseudo-terminal. ISC
ptyprocess (🥉 25 · ⭐ 170 · 💤 ) - Run a subprocess in a pseudo terminal. ISC
Asynchronous Programming
anyio (🥈 30 · ⭐ 880) - High level asynchronous concurrency and networking framework that works on.. MIT
Show 1 hidden projects...
Configuration
python-dotenv (🥇 37 · ⭐ 4.9K) - Reads key-value pairs from a .env file and can set them as.. BSD-3
omegaconf (🥈 33 · ⭐ 1.1K) - Flexible Python configuration system. The last one you will ever need. BSD-3
python-decouple (🥉 32 · ⭐ 2.1K) - Strict separation of config from code. MIT
gin-config (🥉 27 · ⭐ 1.5K) - Gin provides a lightweight configuration framework for Python. Apache-2
Show 1 hidden projects...
CLI Development
rich (🥇 43 · ⭐ 37K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
python-fire (🥈 36 · ⭐ 22K) - Python Fire is a library for automatically generating command.. Apache-2
python-prompt-toolkit (🥈 36 · ⭐ 7.7K) - Library for building powerful interactive command.. BSD-3
argcomplete (🥈 32 · ⭐ 1.1K) - Python and tab completion, better together. Apache-2
asciimatics (🥉 31 · ⭐ 3K) - A cross platform package to do curses-like operations, plus.. Apache-2
wcwidth (🥉 29 · ⭐ 280 · 💤 ) - Python library that measures the width of unicode strings rendered to.. MIT
ConfigArgParse (🥉 28 · ⭐ 590 · 💤 ) - A drop-in replacement for argparse that allows options to.. MIT
questionary (🥉 26 · ⭐ 870) - Python library to build pretty command line user prompts Easy to use.. MIT
Show 5 hidden projects...
- docopt (
🥈 35 ·⭐ 7.6K ·💀 ) - 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 (
🥉 24 ·⭐ 71 ·💀 ) - Python Command-line Application Tools.ISC
- bashplotlib (
🥉 22 ·⭐ 1.6K ·💀 ) - plotting in the terminal.MIT
- docopt-ng (
🥉 18 ·⭐ 79 ·💤 ) - Humane command line arguments parser. Now with maintenance,..MIT
Development Tools
Data Caching
cachetools (🥇 31 · ⭐ 1.3K) - Extensible memoizing collections and decorators. MIT
pylibmc (🥈 28 · ⭐ 450 · 💤 ) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3
Show 1 hidden projects...
- cached-property (
🥈 30 ·⭐ 650 ·💀 ) - A decorator for caching properties in classes.BSD-3
GUI Development
kivy (🥇 40 · ⭐ 15K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT
PySimpleGUI (🥈 38 · ⭐ 10K) - PySimpleGUI is a Python package that enables Python.. ❗️LGPL-3.0
DearPyGui (🥈 32 · ⭐ 7.7K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
Eel (🥈 29 · ⭐ 5K · 💤 ) - A little Python library for making simple Electron-like HTML/JS GUI apps. MIT
Show 2 hidden projects...
- enaml (
🥉 27 ·⭐ 1.2K) - Declarative User Interfaces for Python.❗Unlicensed
- Phoenix (
🥉 26 ·⭐ 1.8K) - wxPythons Project Phoenix. A new implementation of wxPython,..❗️wxWindows
Computer & Machine Vision
Machine Learning & Data Engineering
Text Data
phonenumbers (🥇 34 · ⭐ 3K) - Python port of Googles libphonenumber. Apache-2
chardet (🥈 33 · ⭐ 1.7K · 💤 ) - Python character encoding detector. ❗️LGPL-2.1
-
GitHub (
👨💻 44 ·🔀 230 ·📋 120 - 49% open ·⏱️ 22.10.2021):git clone https://github.com/chardet/chardet
-
PyPi (
📥 59M / month ·📦 39K ·⏱️ 10.12.2020):pip install chardet
-
Conda (
📥 16M ·⏱️ 05.04.2022):conda install -c conda-forge chardet
-
npm (
📥 74 / month ·📦 1 ·⏱️ 20.08.2017):npm install @pypi/chardet
python-slugify (🥈 32 · ⭐ 1.2K) - Returns unicode slugs. MIT
pyahocorasick (🥉 29 · ⭐ 710) - Python module (C extension and plain python) implementing Aho-.. BSD-3
inflect (🥉 29 · ⭐ 640) - Correctly generate plurals, ordinals, indefinite articles; convert numbers.. MIT
Show 4 hidden projects...
- awesome-slugify (
🥉 21 ·⭐ 460 ·💀 ) - Python flexible slugify function.❗️GPL-3.0
- price-parser (
🥉 19 ·⭐ 230 ·💀 ) - Extract price amount and currency symbol from a raw text..BSD-3
- coolname (
🥉 18 ·⭐ 89 ·💀 ) - Random Name and Slug Generator.BSD-2
- millify (
🥉 15 ·⭐ 62 ·💀 ) - Convert long numbers into a human-readable format in Python.MIT
Web Development
Database Clients
Libraries for connecting to, operating, and querying databases.
SQLAlchemy (🥇 44 · ⭐ 5.4K) - The Database Toolkit for Python. MIT
azure-storage-blob (🥇 42 · ⭐ 2.8K) - This repository is for active development of the Azure SDK.. MIT
google-cloud-storage (🥇 40 · ⭐ 3.9K) - Google Cloud Client Library for Python. Apache-2
elasticsearch (🥇 40 · ⭐ 3.6K) - Official Elasticsearch client library for Python. Apache-2
MongoEngine (🥈 39 · ⭐ 3.8K) - A Python Object-Document-Mapper for working with MongoDB. MIT
kafka-python (🥈 37 · ⭐ 4.8K) - Python client for Apache Kafka. Apache-2
python-bigquery (🥈 37 · ⭐ 420) - Google BigQuery API client library. Apache-2
confluent-kafka-python (🥈 35 · ⭐ 2.7K) - Confluents Kafka Python Client. Apache-2
libcloud (🥈 35 · ⭐ 1.8K) - Apache Libcloud is a Python library which hides differences between.. Apache-2
Prometheus Client (🥈 34 · ⭐ 2.7K) - Prometheus instrumentation library for Python.. Apache-2
SQLAlchemy-Utils (🥈 34 · ⭐ 910) - Various utility functions and datatypes for SQLAlchemy. BSD-3
Elasticsearch DSL (🥈 33 · ⭐ 3.5K) - High level Python client for Elasticsearch. Apache-2
AWS Data Wrangler (🥈 33 · ⭐ 2.8K) - Pandas on AWS - Easy integration with Athena, Glue,.. Apache-2

pandas-gbq (🥈 33 · ⭐ 300) - Google BigQuery connector for pandas. BSD-3
PyPika (🥈 32 · ⭐ 1.6K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2
Cassandra Driver (🥈 32 · ⭐ 1.3K) - DataStax Python Driver for Apache Cassandra. Apache-2
cx-Oracle (🥈 32 · ⭐ 820) - Python interface to Oracle Database conforming to the Python DB API.. BSD-3
s3transfer (🥈 32 · ⭐ 140) - Amazon S3 Transfer Manager for Python. Apache-2
tortoise-orm (🥉 31 · ⭐ 2.9K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2
mysqlclient (🥉 31 · ⭐ 2K) - MySQL database connector for Python (with Python 3 support). ❗️GPL-2.0
neo4j-driver (🥉 31 · ⭐ 700) - Neo4j Bolt driver for Python. Apache-2
dataset (🥉 30 · ⭐ 4.2K) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT
py2neo (🥉 29 · ⭐ 1.1K) - Py2neo is a comprehensive Neo4j driver library and toolkit for Python. Apache-2
redis-py-cluster (🥉 29 · ⭐ 1.1K) - Python cluster client for the official redis cluster. Redis.. MIT
sqlmodel (🥉 26 · ⭐ 7.4K) - SQL databases in Python, designed for simplicity, compatibility,.. MIT
pydantic
prisma (🥉 23 · ⭐ 620) - Prisma Client Python is an auto-generated and fully type-safe database.. Apache-2
ODMantic (🥉 20 · ⭐ 520) - Async ODM (Object Document Mapper) for MongoDB based on python type hints. ISC
aioprometheus (🥉 19 · ⭐ 120) - A Prometheus Python client library for asyncio-based applications. MIT
psycopg3 (🥉 17 · ⭐ 670) - New generation PostgreSQL database adapter for the Python.. ❗️LGPL-3.0
-
GitHub (
👨💻 24 ·🔀 62 ·📋 150 - 13% open ·⏱️ 10.05.2022):git clone https://github.com/psycopg/psycopg
Show 10 hidden projects...
- psycopg2 (
🥈 37 ·⭐ 2.6K) - PostgreSQL database adapter for the Python..❗️BSD-3-Clause-Attribution
- google-cloud-bigtable (
🥉 31 ·⭐ 33) - Google Cloud Bigtable API client library.Apache-2
- Records (
🥉 30 ·⭐ 6.8K ·💀 ) - SQL for Humans.ISC
- mongo-connector (
🥉 26 ·⭐ 1.8K ·💀 ) - MongoDB data stream pipeline tools by YouGov (adopted..Apache-2
- HappyBase (
🥉 26 ·⭐ 580 ·💀 ) - A developer-friendly Python library to interact with Apache HBase.MIT
- 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
- gsheets-db-api (
🥉 19 ·⭐ 170 ·💀 ) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets.MIT
- lazydata (
🥉 15 ·⭐ 630 ·💀 ) - Lazydata: Scalable data dependencies for Python projects.Apache-2
- SuperSQLite (
🥉 14 ·⭐ 690 ·💀 ) - A supercharged SQLite library for Python.MIT
Data Loading & Extraction
Libraries for loading, collecting, and extracting data from a variety of data sources and formats.
Datasets (🥇 41 · ⭐ 13K) - The largest hub of ready-to-use datasets for ML models with fast,.. Apache-2
python-magic (🥈 34 · ⭐ 2.1K) - A python wrapper for libmagic. MIT
csvkit (🥈 33 · ⭐ 5K) - A suite of utilities for converting to and working with CSV, the king of.. MIT
smart-open (🥈 33 · ⭐ 2.4K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT
snorkel (🥈 30 · ⭐ 5.1K) - A system for quickly generating training data with weak supervision. Apache-2
pandas-datareader (🥉 29 · ⭐ 2.3K) - Extract data from a wide range of Internet sources into a.. BSD-3
Intake (🥉 29 · ⭐ 760) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
rows (🥉 23 · ⭐ 790) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0
deepdish (🥉 22 · ⭐ 240 · 💤 ) - Flexible HDF5 saving/loading and other data science tools from the.. BSD-3
img2dataset (🥉 21 · ⭐ 610) - Easily turn large sets of image urls to an image dataset. Can.. MIT
csvs-to-sqlite (🥉 17 · ⭐ 690) - Convert CSV files into a SQLite database. Apache-2
Show 7 hidden projects...
- PDFMiner (
🥉 28 ·⭐ 4.8K ·💀 ) - Python PDF Parser (Not actively maintained). Check out pdfminer.six.MIT
- tabulator-py (
🥉 26 ·⭐ 220 ·💀 ) - Python library for reading and writing tabular data via streams.MIT
- Singer (
🥉 24 ·⭐ 970 ·💀 ) - Standard for moving data between databases, web APIs, files,..❗️AGPL-3.0
- messytables (
🥉 24 ·⭐ 380 ·💀 ) - Tools for parsing messy tabular data. This is now superseded by..MIT
- pyexcel-xlsx (
🥉 22 ·⭐ 100 ·💀 ) - A wrapper library to read, manipulate and write data in xlsx..BSD-3
- borb (
🥉 19 ·⭐ 2.6K) - borb is a library for reading, creating and manipulating PDF files..❗Unlicensed
- excalibur (
🥉 19 ·⭐ 1.1K ·💀 ) - A web interface to extract tabular data from PDFs.MIT
File Formats
XlsxWriter (🥉 36 · ⭐ 2.9K) - A Python module for creating Excel XLSX files. BSD-2
Code Inspection
typing_inspect (🥉 24 · ⭐ 260 · 💤 ) - Runtime inspection utilities for Python typing module. MIT
Show 2 hidden projects...
- importlib-resources (
🥈 29 ·⭐ 28) - Read resources from Python packages.Apache-2
- entrypoints (
🥉 24 ·⭐ 69) - Discover and load entry points from installed packages.MIT
General Utilities
more-itertools (🥇 36 · ⭐ 2.4K) - More routines for operating on iterables, beyond itertools. MIT
python-dependency-injector (🥈 33 · ⭐ 2.1K) - Dependency injection framework for Python. BSD-3
ubelt (🥉 25 · ⭐ 600) - A Python utility belt containing simple tools, a stdlib like feel, and.. Apache-2
Show 4 hidden projects...
- retrying (
🥉 27 ·⭐ 1.8K ·💀 ) - Retrying is an Apache 2.0 licensed general-purpose retrying..Apache-2
- CommonRegex (
🥉 23 ·⭐ 1.5K ·💀 ) - A collection of common regular expressions bundled with an easy..MIT
- ratelimit (
🥉 23 ·⭐ 500 ·💀 ) - API Rate Limit Decorator.MIT
- pinject (
🥉 22 ·⭐ 1.3K ·💀 ) - A pythonic dependency injection library.Apache-2
Python Implementations
micropython (🥈 34 · ⭐ 14K) - MicroPython - a lean and efficient Python implementation for.. Python-2.0
pyston (🥈 26 · ⭐ 2K) - A faster and highly-compatible implementation of the Python programming.. Apache-2
-
GitHub (
👨💻 1K ·🔀 68 ·📥 9.3K ·📋 72 - 41% open ·⏱️ 12.05.2022):git clone https://github.com/pyston/pyston
Show 3 hidden projects...
Others
cookiecutter (🥇 38 · ⭐ 17K) - A cross-platform command-line utility that creates projects from.. BSD-3
py4j (🥈 34 · ⭐ 950) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3
pyscaffold (🥈 33 · ⭐ 1.5K) - Python project template generator with batteries included. MIT
powerline-shell (🥉 26 · ⭐ 5.8K) - A beautiful and useful prompt for your shell. MIT
pyscreenshot (🥉 26 · ⭐ 430) - Python screenshot library, replacement for the Pillow ImageGrab.. BSD-2
Send2Trash (🥉 26 · ⭐ 200) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3
pluginbase (🥉 24 · ⭐ 1K · 💤 ) - A simple but flexible plugin system for Python. BSD-3
python-mss (🥉 23 · ⭐ 720) - An ultra fast cross-platform multiple screenshots module in pure.. MIT
Show 2 hidden projects...
Related Resources
- 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.
Contribution
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.