Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.42 KB

README.rst

File metadata and controls

45 lines (31 loc) · 1.42 KB

pyprecag

A suite of tools for Precision Agriculture

pyprecag supports Python version 2.7

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.

Dependencies