~/developer/portfolio/kinglet/
Kinglet

Kinglet

Python

$ cat features.txt

  • Zero-Dependency Testing
  • Typed Parameter Validation
  • 29KB Bundle Size

$ cat README.md

Core Features

Cloudflare Workers Optimized: Built specifically for Cloudflare Workers with an ultra-lightweight 29KB bundle size, Kinglet provides everything you need for serverless Python applications without the bloat.

Typed Parameter Validation: Automatic validation for query and path parameters with built-in support for integers, booleans, and UUIDs. Clear error handling keeps your APIs robust and predictable.

Zero-Dependency Testing: Run comprehensive tests in under 1ms without spinning up HTTP servers. TestClient provides a complete testing environment with no external dependencies.

About

Kinglet bridges the gap between simplicity and functionality for Python developers building on Cloudflare Workers. Whether you're creating APIs, handling authentication, or building complex routing logic, Kinglet's intuitive design keeps your code clean and your deployments fast.

$ cat tech-specs.json