(Boot)strapp your apps!
Strapp is a mildly opinionated library designed to simplify the process of bootstrapping apps. It aims to commonize and test the typical bespoke boilerplate that is often reimplemented in various levels of sophistication. Strapp offers optional dependencies and exposes them through extras, making it easy to opt into or out of specific decisions and modules.
Strapp is a versatile library that simplifies app bootstrapping by providing common boilerplate functionality. It offers optional dependencies and a range of features, such as SQLAlchemy helper functions, Flask route registration pattern, logging verbosity helper, and more. Strapp is designed for easy integration with other open sourced packages, but these integrations are entirely optional. With its flexibility and ease of use, Strapp can greatly expedite the app development process.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.