A local, containerized, service based application library built on top of Flask. A self-contained containerized Python applications with minimal dependencies using built in libraries for many different kinds of tasks.
- Fully containerized, service based Python application framework
- All services are localized to a virtual intranet
- Container based MongoDB database
- Model ORM API
- File storage locally or with services such as Cloudinary or S3
- Separate service for long running tasks
- Built-in Authentication with Google or Github
- Auto-Generated Documentation Pages
- Languages
- Frameworks
- Containers
- Server
- Networking and Serialization
- Database
- Testing
- Documentation - Coming Soon
- Setup/fix template app generator
- Add type hints
- Switch to less verbose html preprocessor
- 100% testing coverage
- None
TDB
make tests
- Update version in
/src/autonomous/__init__.py
make package