/aurora-webapp

A web application framework

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Aurora Web Application Framework

Build Status Documentation Status

Installing Package

pip install -i https://test.pypi.org/simple/ aurora-webapp

Setting up a Development Environment

To setup a development environment you need to install all dependencies listed on extras_require[development] on setup.py. If you already has pipenv installed on your system you can automate virtual environment management and dependency installation using the following commands:

pipenv install -e .
pipenv install -e .[development]

Building Project Documentation

You can build the project documentation running the following command on the docs directory:

make html

This command will generate a set of html files in the docs/_build/html folder.