Try the Latest Development Release of Crouton!
We’ve just released the latest development version of Crouton, our python-powered CRUD route generator. It’s packed with improvements, and we’d love for you to give it a try and share your feedback! ๐
Why Crouton?
Crouton makes API development easier by:
- Automating CRUD route generation for FastAPI.
- Offering quick customization options.
- Freeing up your time to focus on the core logic of your application.
How to Install the Development Release
Installing Crouton is simple! Run the following command to get the latest development version:
pip install -U crouton --pre
๐ก Note: The --pre
flag ensures you’re downloading the pre-release version.
Get Started
Once installed, check out our GitHub repository for:
- Full documentation ๐
- Examples to kickstart your project ๐
- Contribution guidelines ๐ฉโ๐ป๐จโ๐ป
๐ฆ You can also find Crouton on PyPI for easy package management.