Metadata-Version: 2.1
Name: terraware-devices
Version: 0.1.0
Summary: Device management for Terraformation hardware systems
Home-page: https://github.com/terraware/terraware-devices
Author: Terraformation
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: rhizo-client (~=0.1.0)

# Terraware device manager code

This code provides local on-site monitoring and control software for Terraformation hardware systems (seed banks, power generation, desalination, irrigation, etc.).

## Installation

To install the latest release: `pip install terraware-devices`

To install a local copy of this repo as a dependency in another project: `pip install -e /path/to/terraware-devices`

## Packaging

Run `make package` to package the code for public distribution.

If you are a maintainer of the package on PyPI, run `make upload` to upload it (this will do `make package` automatically).

To upload to the test PyPI instance, run `make REPOSITORY=testpypi upload`.


