Best-of Python
🏆 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.8M 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.
Contents
- 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
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 projects
- Pandas related project
Data Serialization
protobuf (🥇52 · ⭐ 64K · 📉) - Protocol Buffers - Googles data interchange format. BSD-3
-
GitHub (👨💻 1.2K · 🔀 15K · 📥 44M · 📦 650K · 📋 6.2K - 6% open · ⏱️ 06.06.2024):
git clone https://github.com/protocolbuffers/protobuf
-
PyPi (📥 190M / month · 📦 6.8K · ⏱️ 23.05.2024):
pip install protobuf
-
Conda (📥 18M · ⏱️ 06.03.2024):
conda install -c conda-forge protobuf
-
npm (📥 7.6M / month · 📦 2.9K · ⏱️ 10.10.2022):
npm install google-protobuf
flatbuffers (🥇43 · ⭐ 22K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
-
GitHub (👨💻 680 · 🔀 3.2K · 📥 460K · 📦 110K · 📋 2.4K - 6% open · ⏱️ 03.06.2024):
git clone https://github.com/google/flatbuffers
-
PyPi (📥 19M / month · 📦 410 · ⏱️ 26.03.2024):
pip install flatbuffers
-
Conda (📥 1.1M · ⏱️ 26.03.2024):
conda install -c conda-forge flatbuffers
-
npm (📥 1.4M / month · 📦 230 · ⏱️ 26.03.2024):
npm install flatbuffers