mara-app icon indicating copy to clipboard operation
mara-app copied to clipboard

A framework for distributing flask apps across separate packages with minimal dependencies

Results 3 mara-app issues
Sort by recently updated
recently updated
newest added

upgrading to Fask 2.0 * [x] drop using eager loading, see https://github.com/pallets/flask/pull/4718

The cli commands returned by the function `MARA_CLICK_COMMANDS` are automatically added to the Mara Flask App (code see [here](https://github.com/mara/mara-app/blob/main/mara_app/app.py#L62-L70)). There is a default way in Flask to add extra commands...

feat