Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mara/mara-app
A framework for distributing flask apps across separate packages with minimal dependencies
https://github.com/mara/mara-app
alembic backend flask python sqlalchemy ui
Last synced: 3 days ago
JSON representation
A framework for distributing flask apps across separate packages with minimal dependencies
- Host: GitHub
- URL: https://github.com/mara/mara-app
- Owner: mara
- License: mit
- Created: 2017-03-11T00:51:18.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T15:22:44.000Z (12 months ago)
- Last Synced: 2024-11-01T20:20:19.271Z (13 days ago)
- Topics: alembic, backend, flask, python, sqlalchemy, ui
- Language: Python
- Homepage:
- Size: 1.21 MB
- Stars: 15
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mara App
[![Build status](https://github.com/mara/mara-app/actions/workflows/build_for_deployment.yaml/badge.svg)](https://github.com/mara/mara-app/actions/workflows/build_for_deployment.yaml)
![PyPI - License](https://img.shields.io/pypi/l/mara-app.svg)
[![PyPI version](https://badge.fury.io/py/mara-app.svg)](https://badge.fury.io/py/mara-app)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://communityinviter.com/apps/mara-users/public-invite)A flask app for building backends that are distributed across separate packages. Provides
- a Bootstrap 4 based page layout
- auto-detection of flask blueprints
- auto-detection of navigation entries
- auto-detection of click command line interfacesPlease have a look at the [mara example application](https://github.com/mara/mara-example-project-1) for an example of how to use this.
## Links
* Documentation: https://mara-app.readthedocs.io/
* Changes: https://mara-app.readthedocs.io/en/latest/changes.html
* PyPI Releases: https://pypi.org/project/mara-app/
* Source Code: https://github.com/mara/mara-app
* Issue Tracker: https://github.com/mara/mara-app/issues