Thank you for your interest in contributing. You will first need to agree to the license. Simply post the following paragraph, with "your name" and "your github account" substituted as needed, to the first issue #1. Otherwise, you can email us here.
I, < YOUR NAME > (< YOUR GITHUB ACCOUNT >), agree to the license terms. My contributions to this repo are granted to Spatial Current, Inc. under a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license and/or copyright is transferred.
This application is still in alpha and not under semantic versioning yet.
See AUTHORS for a list of contributors.
To build documentation first install sphinx via PyPI with:
pip install sphinx sphinx_rtd_themeChange directory to the docs directory then build with:
./make-docs.shRun tests with:
python -m unittest geocrypt.test