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.2.1.tar.gz
(59.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aps_toolkit-1.2.1.tar.gz.
File metadata
- Download URL: aps_toolkit-1.2.1.tar.gz
- Upload date:
- Size: 59.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbc1bc2defc08662eea99046259a7526a905191d0ad50f444db532207673de2f
|
|
| MD5 |
064683e40c62200f2c44345f4217dc6a
|
|
| BLAKE2b-256 |
7ab5137053f48279311e9765f010d1ee2a18b41129fceface13557fb3a1d7736
|
File details
Details for the file aps_toolkit-1.2.1-py3-none-any.whl.
File metadata
- Download URL: aps_toolkit-1.2.1-py3-none-any.whl
- Upload date:
- Size: 93.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dac24ed30c5cc78e032faa644e4e5ab14fb377f43794c776c6e3e89f363fed1e
|
|
| MD5 |
e2d786d0700b518483f1f1b36a6aa453
|
|
| BLAKE2b-256 |
3285804a2049b5a8d4ba7e6f5e7a620a9f767cfbb1c3642e755fb3577a0cd784
|