Metadata-Version: 2.1
Name: ua-eds-api
Version: 1.0.0
Summary: Provides easy interface for making REST requests to University of Arizona EDS registry.
Home-page: https://github.com/UACoreFacilitiesIT/UA-EDS-API
Author: Ryan Johannes-Bland
Author-email: rjjohannesbland@email.arizona.edu
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: json
Requires-Dist: bs4

# UA-EDS-API
Provides easy interface for making REST requests to University of Arizona EDS registry.

## Motivation
To make a python API that could generically interact with the REST architecture of EDS.

## Code Example
```python
from ua_eds_api import ua_eds_api

eds_api = ua_eds_api.EdsApi("host", "username", "password", "grouper url")

users = eds_api.get_grouper_users("grouper endpoint")
```

## Installation
pip install --user ua-eds-api

## Credits
[RyanJohannesBland](https://github.com/RyanJohannesBland)
[EtienneThompson](https://github.com/EtienneThompson)

## License
MIT


