# APSTooler
The APSTooler is a Python toolkit designed to interact with the Autodesk BIM 360 and Autodesk Construction cloud (ACC) platform's API for managing projects, folders, and documents.
## Features
- Authentication using 2-legged OAuth
- Retrieval of hub, project, folder, and model details
- Handling of project files and documents
- Updating dwg custom attributes
## Installation
To use the APSTooler toolkit, follow these steps:
1. install using `%pip install --upgrade APSTooler`
2. Add a config.json file and define `APS Client ID` and `APS Client Secret` like example below:
```
{
"APS_CLIENT_ID": "your aps client id",
"APS_CLIENT_SECRET": "your aps client secret"
}
```
## Usage
Refer to the documentation for detailed usage instructions and examples.
## Contributing
Contributions are welcome!
Raw data
{
"_id": null,
"home_page": "https://github.com/01U2/APSTooler.git",
"name": "APSTooler",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "Autodesk, APS, forge, Python",
"author": "Olufemi Akinwumi",
"author_email": "cashimawo@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/92/d5/cdca96f49fb50e44c6c42e17fed3ee9743618634f19deb320b1f3a62b71d/APSTooler-0.2.0.tar.gz",
"platform": null,
"description": "# APSTooler\r\n\r\nThe APSTooler is a Python toolkit designed to interact with the Autodesk BIM 360 and Autodesk Construction cloud (ACC) platform's API for managing projects, folders, and documents.\r\n\r\n## Features\r\n\r\n- Authentication using 2-legged OAuth\r\n- Retrieval of hub, project, folder, and model details\r\n- Handling of project files and documents\r\n- Updating dwg custom attributes\r\n\r\n## Installation\r\n\r\nTo use the APSTooler toolkit, follow these steps:\r\n\r\n1. install using `%pip install --upgrade APSTooler`\r\n2. Add a config.json file and define `APS Client ID` and `APS Client Secret` like example below:\r\n \r\n ```\r\n {\r\n \"APS_CLIENT_ID\":\t \"your aps client id\",\r\n \"APS_CLIENT_SECRET\": \t\"your aps client secret\"\r\n }\r\n ```\r\n## Usage\r\n\r\nRefer to the documentation for detailed usage instructions and examples.\r\n\r\n## Contributing\r\n\r\nContributions are welcome!\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python toolkit for Autodesk Platform Services",
"version": "0.2.0",
"project_urls": {
"Documentation": "https://github.com/01U2/APSTooler/blob/main/Documentation.md",
"Homepage": "https://github.com/01U2/APSTooler",
"Issues": "https://github.com/01U2/APSTooler/blob/main/.github/ISSUE_TEMPLATE/bug_report.md"
},
"split_keywords": [
"autodesk",
" aps",
" forge",
" python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "faf10303c3050867439be9696a9972b727b193b2252733dbbf7293ba0de5c0cc",
"md5": "86955be4ddfeb2bb32e39df0b8233164",
"sha256": "66e0fbf28328a72a888910f6085f67be07d109c76ef74099963d617cd89af50f"
},
"downloads": -1,
"filename": "APSTooler-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "86955be4ddfeb2bb32e39df0b8233164",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 2595,
"upload_time": "2024-07-02T07:09:55",
"upload_time_iso_8601": "2024-07-02T07:09:55.194334Z",
"url": "https://files.pythonhosted.org/packages/fa/f1/0303c3050867439be9696a9972b727b193b2252733dbbf7293ba0de5c0cc/APSTooler-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "92d5cdca96f49fb50e44c6c42e17fed3ee9743618634f19deb320b1f3a62b71d",
"md5": "9b6b59ca8f3c3acd82a643f3643602dc",
"sha256": "b08b62a4399ef96d5bb6ae9fc459950d282d0d1d4ce9bf0909773088f6852481"
},
"downloads": -1,
"filename": "APSTooler-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "9b6b59ca8f3c3acd82a643f3643602dc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 2668,
"upload_time": "2024-07-02T07:09:56",
"upload_time_iso_8601": "2024-07-02T07:09:56.288930Z",
"url": "https://files.pythonhosted.org/packages/92/d5/cdca96f49fb50e44c6c42e17fed3ee9743618634f19deb320b1f3a62b71d/APSTooler-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-02 07:09:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "01U2",
"github_project": "APSTooler",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "apstooler"
}