Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/st3v3nmw/flywheels

An async-first Python web framework
https://github.com/st3v3nmw/flywheels

framework orm python web

Last synced: about 2 months ago
JSON representation

An async-first Python web framework

Awesome Lists containing this project

README

        

# Flywheels

An async-first Python web framework

Currently does nothing lol :(.

[PyPI package](https://pypi.org/project/flywheels/) \
[Documentation](https://www.stephenmwangi.com/flywheels/)

## Roadmap

- [ ] API Routing
- [ ] Basic Async Views
- [ ] ORM
- [ ] Models
- [ ] Migrations
- [ ] Postgres
- [ ] Model Viewsets
- [ ] Serialization
- [ ] Benchmarks
- [ ] Pagination
- [ ] Cursor pagination
- [ ] Page-based pagination
- [ ] Limit-offset pagination
- [ ] Caching
- [ ] In-Memory Cache
- [ ] Redis
- [ ] HTTPs
- [ ] Authentication
- [ ] Basic
- [ ] Bearer
- [ ] OAuth
- [ ] Middleware
- [ ] Throttling
- [ ] MQ Backend
- [ ] Tasks Backend
- [ ] Templates
- [ ] OpenAPI docs generation