alo

Documentation Status Updates

A tool to combine function with DAG.

Development

Create a virtual environment

conda env create -f environment.yml
source activate alo

Install dependencies

There are two options:

  • Use poetry:

    poetry install
    
  • Use pip:

    pip install -e ".[dev]"
    

Update dependencies

poetry update

Bump version

bumpversion minor  # major, minor, patch

Show information about installed packages

poetry show

Show dependency tree

dephell deps tree
# or
dephell deps tree pytest

Install git pre-commit hooks

pre-commit install

License

© uchuhimo, 2019. Licensed under an Apache 2.0 license.