Metadata-Version: 2.1
Name: mara-app
Version: 2.2.0
Summary: Framework for distributing flask apps across separate packages with minimal dependencies
Author: Mara contributors
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mara-page (>=1.4.1)
Requires-Dist: mara-db (>=3.0.0)
Requires-Dist: flask (>=1.0.2)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# Mara App

[![Build Status](https://travis-ci.org/mara/mara-app.svg?branch=master)](https://travis-ci.org/mara/mara-app)
![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 interfaces

Please have a look at the [mara example application](https://github.com/mara/mara-example-project) for an example of how to use this.
