## 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/
Raw data
{
"_id": null,
"home_page": "https://github.com/abugrin/y360_orglib",
"name": "y360-orglib",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Anton Bugrin",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/0b/49/9ab0a4cfe2fb71b259965439cbbebb0cb53f7e99414bd4fcd5512c0f24cf/y360_orglib-0.0.9.tar.gz",
"platform": null,
"description": "## Unofficial library collection for Y360 API\n\n#### Installation\n\n```bash\npip install y360-orglib\n\n```\n#### Import\n```\nimport y360_orglib\n```\n\n### Available Modules:\n\n- `serviceapp`: ServiceApps module for interacting with the Y360 Service Applications.\n- `disk`: Disk Client module for interacting with the Y360 Disk REST API.\n- `directory`: Directory API module for interacting with the Y360 Directory API.\n- `audit`: Audit Log module for interacting with the Y360 Audit Log API.\n\n\n### Documentation\n\nhttps://y360-orglib.readthedocs.io/en/latest/\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Unofficial Collection library for Y360 API",
"version": "0.0.9",
"project_urls": {
"Homepage": "https://github.com/abugrin/y360_orglib"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5e9f544db665ca8a547a64af28e2b83b8d5434fb2bd67030f8f641d8db8bb6c9",
"md5": "505dfd55e3a07c09a9ed177a6b1a5bf5",
"sha256": "57e7c2da2ab0848a1593869ad0bef43d07a9a5e1a7d5b392a85f8636abe5416c"
},
"downloads": -1,
"filename": "y360_orglib-0.0.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "505dfd55e3a07c09a9ed177a6b1a5bf5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 21567,
"upload_time": "2025-07-15T10:23:47",
"upload_time_iso_8601": "2025-07-15T10:23:47.455685Z",
"url": "https://files.pythonhosted.org/packages/5e/9f/544db665ca8a547a64af28e2b83b8d5434fb2bd67030f8f641d8db8bb6c9/y360_orglib-0.0.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0b499ab0a4cfe2fb71b259965439cbbebb0cb53f7e99414bd4fcd5512c0f24cf",
"md5": "0162c469ad62b26efadaae31f802da8c",
"sha256": "4ebb9cb782c184f454442775022cb2d6d20baa5a9cb64ce2e695cf03097752f1"
},
"downloads": -1,
"filename": "y360_orglib-0.0.9.tar.gz",
"has_sig": false,
"md5_digest": "0162c469ad62b26efadaae31f802da8c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 15750,
"upload_time": "2025-07-15T10:23:48",
"upload_time_iso_8601": "2025-07-15T10:23:48.372867Z",
"url": "https://files.pythonhosted.org/packages/0b/49/9ab0a4cfe2fb71b259965439cbbebb0cb53f7e99414bd4fcd5512c0f24cf/y360_orglib-0.0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-15 10:23:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "abugrin",
"github_project": "y360_orglib",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "httpx",
"specs": [
[
">=",
"0.28.1"
]
]
},
{
"name": "pydantic",
"specs": [
[
">=",
"2.10.6"
]
]
},
{
"name": "python-dotenv",
"specs": [
[
">=",
"1.0.1"
]
]
}
],
"lcname": "y360-orglib"
}