pyprecag

A suite of tools for Precision Agriculture


License
Intel
Install
pip install pyprecag==0.4.0

Documentation

pyprecag

A suite of tools for Precision Agriculture data analysis

https://travis-ci.com/CSIRO-Precision-Agriculture/pyprecag.svg?branch=master

pyprecag is currently supported for Python version 2.7 and 3.7

Dependencies

Development

There is a makefile in the project root with targets for the most common development operations such as lint checks, running unit tests, building the documentation, and building installer packages. tox does not have a target, as make tox is more typing than tox.

Run make with no target to see the list of targets:

$ make

Bumpversion is used to manage the package version numbers. This ensures that the version number is correctly incremented in all required files. Please see the bumpversion documentation for usage instructions, and do not edit the version strings directly.

Version numbers follow the Semantic versioning guidelines.