Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/st3v3nmw/flywheels
- Owner: st3v3nmw
- License: mit
- Created: 2023-08-26T12:18:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T16:27:28.000Z (11 months ago)
- Last Synced: 2024-10-15T07:31:58.197Z (3 months ago)
- Topics: framework, orm, python, web
- Language: Makefile
- Homepage: https://www.stephenmwangi.com/flywheels/
- Size: 650 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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