Metadata-Version: 2.1
Name: mdsisclienttools
Version: 1.4.1
Summary: Python package containing client tools to assist in accessing and using the RRAP M&DS IS APIs and services.
License: None
Author: RRAP
Author-email: rrapisdev@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: cloudpathlib[s3] (>=0.9.0,<0.10.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: python-jose (>=3.3.0,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: types-requests (>=2.28.3,<3.0.0)
Description-Content-Type: text/markdown

# mdsisclienttools
![build](https://github.com/gbrrestoration/mds-is-client-tools/actions/workflows/ci-cd.yml/badge.svg)
[![codecov](https://codecov.io/gh/gbrrestoration/mds-is-client-tools/branch/main/graph/badge.svg?token=QVMBSUJFEF)](https://codecov.io/gh/gbrrestoration/mds-is-client-tools)

Python package containing client tools to assist in accessing and using the RRAP M&DS IS APIs and services.

## Installation

```bash
$ pip install mdsisclienttools
```

## Usage

### Documentation 
[See our read-the-docs documentation here](http://mds-is-client-tools.readthedocs.io/)

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`mdsisclienttools` was created by RRAP. RRAP retains all rights to the source and it may not be reproduced, distributed, or used to create derivative works.

## Credits

`mdsisclienttools` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

