Awesome
BlackSheep-MVC Cookiecutter template
Cookiecutter template to boostrap a new BlackSheep v2 application to build a Web API.
Getting started
pip install blacksheep-cli
blacksheep create --template mvc
š Project name example
š Use OpenAPI Documentation? Yes
š§ Library to read settings Pydantic
Documentation
The documentation of the framework can be read here.
Features
- Basic folder structure
- Settings handled using Pydantic Settings Management or essentials-configuration to read combined with Pydantic for validation
- Strategy to read configuration from YAML, TOML, JSON, INI files, and
environmental variables, or settings stored in a user's folder using
essentials-configuration
- Handling of dependency injection, using
rodi
- Configuration of exceptions handlers
- Strategy to handle authentication and authorization, using
guardpost
For more information on rodi
For more information and documentation about rodi
, see:
Using Cookiecutter
The template can also be used with Cookiecutter
.
pip install cookiecutter
cookiecutter https://github.com/Neoteroi/BlackSheep-MVC