coleifer / simpledb
miniature redis-like server implemented in Python
☆142Updated 2 years ago
Alternatives and similar repositories for simpledb:
Users that are interested in simpledb are comparing it to the libraries listed below
- Python (DB-API 2.0) Client for rqlite, the lightweight, distributed database built on SQLite.☆116Updated 3 months ago
- aiohttp tutorial for US PyCon 2019☆63Updated 3 years ago
- Python web server and web framework benchmark.☆66Updated 2 years ago
- LÖVE for Python (that's the goal!)☆51Updated 5 years ago
- An in-memory NoSQL database implemented in Python.☆81Updated last month
- CSP-style concurrency for Python☆168Updated 2 years ago
- A toy templating engine.☆149Updated 5 years ago
- A one-of-a-kind, stupid fast, Python API using Redis Protocol and MsgPack☆172Updated 4 years ago
- Code for testing performance of popular python webservers☆109Updated 2 years ago
- Notes describing my understanding of how modern Python event loops work☆310Updated 5 years ago
- The Pythonic way to use JSON - with native objects 🛠 and path support 📁☆91Updated 3 years ago
- A really thin ASGI web framework☆62Updated 2 months ago
- A simple file-based key-value database written in Python☆86Updated last year
- `FrozenList` is a `list`-like structure that implements `collections.abc.MutableSequence` and can be made immutable.☆97Updated last week
- Lightweight web framework that only does publishing.☆82Updated last year
- Lightweight, decorator-based Python implementation of a Finite State Machine☆112Updated last year
- A simple task queue implementation to enqeue jobs on local or remote processes.☆97Updated 4 years ago
- Expose CPython's tokenizer as a Python class☆63Updated 4 years ago
- Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters☆50Updated 2 years ago
- Flask Snippets☆73Updated 10 years ago
- Asyncio support for PEP-567 contextvars backport.☆54Updated 2 years ago
- Data validation, serialization, deserialization & form rendering. 🔢☆541Updated 2 years ago
- Tutorial to contribute to the CPython project