ajholguin / cimis

Python wrapper for CIMIS API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cimis

Python wrapper for CIMIS API

Installation

TODO

Usage Examples

TODO

Contributing

TODO

Development

Update development environment

Development requirements are documented in requirements.txt. If using conda, the following commands will create an environment:

conda create -n cimis
conda config --append channels conda-forge

To update the environment:

conda env update -n cimis -f requirements.txt

Document development environment:

conda list --export > requirements.txt

Document

Documentation is done using pyment. For example:

pyment -w -o numpydoc cimis/cimis.py

License

TBD

About

Python wrapper for CIMIS API


Languages

Language:Python 100.0%