Contributing code to ao3-poster

Contributions are welcome! The github repository is at https://github.com/sandalwoodbox/ao3-poster.

Setting up

$ git clone git@github.com:sandalwoodbox/ao3-poster.git
$ cd ao3-poster
$ pipenv install
$ pipenv shell
$ python setup.py develop

Running tests

$ pipenv shell
$ python setup.py test

Running isort

This may be necessary to resolve isort flake8 errors.

$ pipenv shell
$ pip install .[flake8]
$ isort -rc