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.4.tar.gz
(57.7 kB
view details)
Built Distribution
File details
Details for the file aps-toolkit-1.1.4.tar.gz
.
File metadata
- Download URL: aps-toolkit-1.1.4.tar.gz
- Upload date:
- Size: 57.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2f88fa877102288e874dd23a5e64590c022a32ccf10df2deeb2ef8bd16abb69 |
|
MD5 | 1af522dd50197416c213094529c222ee |
|
BLAKE2b-256 | 44222a253609aceda28e12469099bafcd9647304ab5b08684f65cc54998278df |
File details
Details for the file aps_toolkit-1.1.4-py3-none-any.whl
.
File metadata
- Download URL: aps_toolkit-1.1.4-py3-none-any.whl
- Upload date:
- Size: 91.7 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 | 83bbfe58aa5ec67425281553c14ffea733bab1bb910f5302ad6dcc8d1b6c89bd |
|
MD5 | 2546e5976b84c804117509eacc27828c |
|
BLAKE2b-256 | 4551d72d43d87158b6663f1227210c741bac7a8ecb7b69050b66e0d773d17c88 |