YAK (Yak Aiohttp devKit) is a tool to help you kickstart your application and keep your CRUDs DRY.
- Create project boilerplate
- Folder Structure
- setup.py
- requirements.txt
- git
- Out of the Box modular CRUD
- Create models directly from the cli
For development it's suggested to use virtual environments. See virtualenvwrapper.
After activating a virtual env, instal YAK in editable mode:
pip install -e .
PYTHONDONTWRITEBYTECODE=1 python3 setup.py bdist_wheel
- Travis integration for automatic releases
- Travis integration for PR testing
- Unit tests (for YAK itself)
- Generate unit tests (in the generated applications)
- Documentation
- More settings formats (currently only dummy is implemented)
- Web views using Jinja2 Templates
- Use of environment variables for defaults / settings
- (Far future) Automated docs generation
- (Far future) Better querying options (search etc)
- panagiks // Author
MIT