Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 475 Bytes

README.MD

File metadata and controls

20 lines (12 loc) · 475 Bytes

AGRC Python Package

A collection of python modules that make life easier for us at AGRC (except @steveoh who's on a whole different level than the rest of us).

Installation

pip install agrc

Development

Restore UPDATE_TESTS.bak as a local SDE database if needed.

To run tests: tox

To Publish a new version to Pypi

  1. increment the version number in setup.py file
  2. update CHANGES.txt file
  3. Commit your changes
  4. run python setup.py sdist upload