Zero-dependency, single-file Python implementations of popular libraries — benchmarked for performance parity
Project description
zerodep
Zero-dependency, single-file Python implementations of popular libraries — stdlib only, benchmarked for performance parity, Python 3.10+.
零依赖、单文件的 Python 常用库实现 —— 仅使用标准库,性能对标主流库,支持 Python 3.10+。
Quick Start
pip install zerodep # install the CLI
zerodep add yaml retry # copy modules into your project
from yaml import load, dump
data = load("name: Alice\nage: 30")
print(data) # {'name': 'Alice', 'age': 30}
Each module is a self-contained single .py file — copy it into your project and import. No pip install needed at runtime.
Modules
Modules span Agent Protocols, Web & Networking, Data Formats, Data Validation, Text & Markup, Search & Retrieval, Configuration, CLI & Terminal, Security, and Infrastructure & Tools.
See the full module list for details, versions, and benchmarks.
Versioning
Releases are automated via the Release workflow — lint, test, bump module versions, tag, and create a GitHub Release in one step.
Documentation
- English: zerodep.readthedocs.io/en/
- 中文: zerodep.readthedocs.io/zh-cn/
- Benchmarks: Live benchmark dashboard
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zerodep-2026.5.5.3.tar.gz.
File metadata
- Download URL: zerodep-2026.5.5.3.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
863adfeb6db483c3b2a88ea5ffb397066da7a7254945b6dd95e3903f992f7646
|
|
| MD5 |
1a68b6c9baaabe126ad900a2645672f9
|
|
| BLAKE2b-256 |
18f0baca43d011d042ae2bff092a82b95fc075220f92f05b2d96757ca03c868a
|
File details
Details for the file zerodep-2026.5.5.3-py3-none-any.whl.
File metadata
- Download URL: zerodep-2026.5.5.3-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9248f7aea5c3476794991719b797edc40603041d5ccd860f9abb41c29fd04af7
|
|
| MD5 |
78e2d4bafa52c3066e99733a8e9d02d0
|
|
| BLAKE2b-256 |
629086230f9d319672e97ce1004fc92533d17cf07d436af58695db27d1681f35
|