py0.io

Pure Python. Zero Bloat.
The Mission: Stop `pip install`-ing the entire internet.
These libraries solve complex problems with 0 external dependencies.

🔥 The Hall of Fame

Bottle Web Framework

A fast, simple and lightweight WSGI micro-web-framework. Distributed as a single file module.

View Repo →

Falcon API Framework

The minimalist REST and app backend framework for building reliable, high-performance APIs.

View Repo →

Waitress WSGI Server

A production-quality pure-Python WSGI server with acceptable performance. No C extensions.

View Repo →

Click CLI

Composables for creating beautiful command line interfaces. (Technically depends only on colorama on Windows).

View Repo →

💡 "Don't Install That" (StdLib Gems)

Don't use `simplejson`

Use built-in `json`. It's fast enough for 99% of use cases now.

Don't use `path.py`

Use built-in `pathlib`. It is object-oriented and standard since Python 3.4.

🏆 Get the Badge

Is your library zero-dependency? Add this to your README:

[![py0 Certified](https://img.shields.io/badge/py0-zero_dependency-2ea043)](https://py0.io)