APSTooler


NameAPSTooler JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/01U2/APSTooler.git
SummaryA Python toolkit for Autodesk Platform Services
upload_time2024-05-04 14:07:03
maintainerNone
docs_urlNone
authorOlufemi Akinwumi
requires_python>=3.9
licenseMIT
keywords autodesk aps forge python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
- Customizable API requests

## Installation

To use the APSTooler toolkit, follow these steps:

1. install using `pip install APSTooler`
2. Add a config.json file and define `APS Client ID`  and `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/37/94/a32549a432a09fd800df3055a7d482d0de654bf696ea2b0a9aa79fd35077/apstooler-0.1.1.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- Customizable API requests\r\n\r\n## Installation\r\n\r\nTo use the APSTooler toolkit, follow these steps:\r\n\r\n1. install using `pip install APSTooler`\r\n2. Add a config.json file and define `APS Client ID`  and `APS Client Secret`\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.1.1",
    "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": "a8e78078cb51f4ffe99c2c25627b0e05e680a3e57d1dd5cda47ccd8e2a5a81e9",
                "md5": "77a0fc744c396ba8c49ddad02b2d13e8",
                "sha256": "25af759a99309d437d3582488d7b5cb45cfad4d2ab03ba2c2c47d3a75c096ce7"
            },
            "downloads": -1,
            "filename": "APSTooler-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77a0fc744c396ba8c49ddad02b2d13e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6924,
            "upload_time": "2024-05-04T14:07:01",
            "upload_time_iso_8601": "2024-05-04T14:07:01.359673Z",
            "url": "https://files.pythonhosted.org/packages/a8/e7/8078cb51f4ffe99c2c25627b0e05e680a3e57d1dd5cda47ccd8e2a5a81e9/APSTooler-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3794a32549a432a09fd800df3055a7d482d0de654bf696ea2b0a9aa79fd35077",
                "md5": "e0389a099eca227f808cddd8720a436c",
                "sha256": "f525c03252c7a175ec734d54b6e1ce4e76103b2092cc5ce2b78df4f69d4b8947"
            },
            "downloads": -1,
            "filename": "apstooler-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e0389a099eca227f808cddd8720a436c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6071,
            "upload_time": "2024-05-04T14:07:03",
            "upload_time_iso_8601": "2024-05-04T14:07:03.026092Z",
            "url": "https://files.pythonhosted.org/packages/37/94/a32549a432a09fd800df3055a7d482d0de654bf696ea2b0a9aa79fd35077/apstooler-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-04 14:07:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "01U2",
    "github_project": "APSTooler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "apstooler"
}
        
Elapsed time: 0.25961s