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

agrc/agrc.python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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