Metadata-Version: 2.4
Name: limitless-py
Version: 0.2.0
Summary: Zero-dep rate limiter — faster than ratelimit, ironically named
Author-email: Abrorbek Qodirjonov <mythicalcosmic7@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/MythicalCosmic/pyrate_limit
Project-URL: Repository, https://github.com/MythicalCosmic/pyrate_limit
Keywords: ratelimit,throttle,decorator,api
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# 🐍 limitless-py ⏱️  
**Dead-simple, pluggable rate limiting for Python — with zero dependencies.**  
Because *you’re not limited anymore.* 🚀  

---

## ⚡ Installation

```bash
pip install limitless-py

📊 Benchmarks

10,000 calls @ 100/sec limit
(Lower = faster, more precise) 

┌────────────────────┬──────────────┐
│ Implementation     │ Time         │
├────────────────────┼──────────────┤
│ limitless-py       │ 99.03 s      │
│ Manual sleep()     │ 99.03 s      │
│ ratelimit lib      │ 99.54 s      │
└────────────────────┴──────────────┘
💨 limitless-py matches raw manual performance — no wasted cycles, no overhead.


🧑‍💻 Author

Built with 💚 and too much caffeine by me.
PRs welcome. Bugs welcome. Chaos welcome.
