Metadata-Version: 2.1
Name: ua-box-api
Version: 2.0.0
Summary: Provides easy interface for making REST requests to University of Arizona Box file storage.
Home-page: https://github.com/UACoreFacilitiesIT/UA-Box-API
License: MIT
Author: Stephen Stern
Author-email: sterns1@arizona.edu
Maintainer: Ian Valentine
Maintainer-email: ivalentine@arizona.edu
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: box-sdk-gen[jwt] (>=1.5.1,<2.0.0)
Project-URL: Repository, https://github.com/UACoreFacilitiesIT/UA-Box-API
Description-Content-Type: text/markdown

# UA-EDS-API

Provides easy interface for making REST requests to University of Arizona Box file storage.

## Motivation

To make a python API that could generically interact with the REST architecture of Box.

## Code Example

```python
from ua_box_api import ua_box_api

box_api = ua_eds_api.BoxApi(config)

items = box_api.get_all_items(10)
```

## Installation

pip install --user ua-box-api

## Credits

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

## License

MIT

