Metadata-Version: 2.1
Name: terraware-devices
Version: 0.1.6
Summary: Device management for Terraformation hardware systems
Home-page: https://github.com/terraware/terraware-devices
Author: Terraformation
License: MIT
Description: # 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`
        
        To install dependencies to work on the code locally: `pip install -e .`
        
        ## 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`.
        
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
