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.3.tar.gz
(57.6 kB
view details)
Built Distribution
File details
Details for the file aps-toolkit-1.1.3.tar.gz
.
File metadata
- Download URL: aps-toolkit-1.1.3.tar.gz
- Upload date:
- Size: 57.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f375268b9a911a415a601cbb2e6d4f175c6a3ed7065f957f38d0ce676242c280 |
|
MD5 | 210135116128d562ee35b200f7a8e841 |
|
BLAKE2b-256 | 200950e45c9b0cca91d1c7165c59f5cac6ee99e27858dcaa2d205f8b3083be22 |
File details
Details for the file aps_toolkit-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: aps_toolkit-1.1.3-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 | 76aca6e364de5c892dd3c1b0adb5a72764e939206fed2794d467cec9db217b0e |
|
MD5 | a5d7085734aa9b5cc957ade9562e848b |
|
BLAKE2b-256 | 4d99126b6828a70c4c3776b2a712065948bd161656a354e9cc635b2cefee5641 |