Metadata-Version: 2.2
Name: y360-orglib
Version: 0.0.10
Summary: Unofficial Collection library for Y360 API
Home-page: https://github.com/abugrin/y360_orglib
Author: Anton Bugrin
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.10.6
Requires-Dist: python-dotenv>=1.0.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## Unofficial library collection for Y360 API

#### Installation

```bash
pip install y360-orglib

```
#### Import
```
import y360_orglib
```

### Available Modules:

- `serviceapp`: ServiceApps module for interacting with the Y360 Service Applications.
- `disk`: Disk Client module for interacting with the Y360 Disk REST API.
- `directory`: Directory API module for interacting with the Y360 Directory API.
- `audit`: Audit Log module for interacting with the Y360 Audit Log API.


### Documentation

https://y360-orglib.readthedocs.io/en/latest/


