yeiniel / aurora-di

Aurora Dependency Injection utilities

Home Page:https://aurora-di.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aurora Dependency Injection utilities

Build Status Documentation Status

Installing Package

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

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.

About

Aurora Dependency Injection utilities

https://aurora-di.readthedocs.io/en/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%