A Toolkit Autodesk Platform Services for Python
Project description
APSToolkit
Requirements
-
Python 3.9+
-
Setting Environment Variables
APS_CLIENT_PKCE_ID=your_client_id
APS_CLIENT_ID=your_client_id
APS_CLIENT_SECRET=your_client_secret
How to install the project
pip install aps-toolkit
Get Started
from aps_toolkit import Auth
auth = Auth()
token = auth.auth2leg()
Tutorial
Please refer to the github tutorial
How to build the project
Install package : pip install wheel
python setup.py bdist_wheel
python setup.py sdist
python setup.py bdist_wheel sdist
Install the project at local
- Remove the old package at site-packages folder
- Install the new updated package
pip install dist/<name>.whl
Publish the project
- Run the following command to build the package
python setup.py bdist_wheel sdist
- Run the following command to check and upload the package to pypi
python -m twine check dist/*
python -m twine upload dist/*
Issue Known
pip install --upgrade twine requests-toolbelt
License
This project is licensed under the GNU General Public License V3 License - see the [LICENSE.md](
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aps-toolkit-1.1.2.tar.gz
(57.3 kB
view details)
Built Distribution
File details
Details for the file aps-toolkit-1.1.2.tar.gz
.
File metadata
- Download URL: aps-toolkit-1.1.2.tar.gz
- Upload date:
- Size: 57.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6be3cb409b680c1ffcea4724a00b79fb4c4277c376ef89be8a49e886b2867569 |
|
MD5 | 188c6862e06935bea58fbe8365122f32 |
|
BLAKE2b-256 | 688206a2e914babfaf787db4eae7c36968516b7ceba0df74999ba5cbec9d42cf |
File details
Details for the file aps_toolkit-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: aps_toolkit-1.1.2-py3-none-any.whl
- Upload date:
- Size: 91.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a3459501931733c132dcbb155bd9c5ab53a1d41ed281c4f38bd65355d6805b5 |
|
MD5 | da8a3e3fcaab0df0f64a483ba01f857f |
|
BLAKE2b-256 | ce9ba5a65458ded196531f8f6b52ba325507c7c485a0c18a6512b781a8524401 |