crouton pre-release v0.0.4

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.