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.0.tar.gz
(59.2 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.0.tar.gz.
File metadata
- Download URL: aps_toolkit-1.2.0.tar.gz
- Upload date:
- Size: 59.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c94a84f2ec78a6b9e0a2f04702312c30a3db4f4bc144433c975536c4c12f6596
|
|
| MD5 |
1ee9ea00a807bfca24f7df86b1a30005
|
|
| BLAKE2b-256 |
125f412158e20024233ced304749a017028cc6bf525d65048173607498f8667a
|
File details
Details for the file aps_toolkit-1.2.0-py3-none-any.whl.
File metadata
- Download URL: aps_toolkit-1.2.0-py3-none-any.whl
- Upload date:
- Size: 93.6 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 |
5ffed284e2d8cc634637e31df0389a9c2992b14f88fe8a39c760d6a732a937fd
|
|
| MD5 |
36b4847bd327025530f9954fdf3aef2f
|
|
| BLAKE2b-256 |
675e0a7eca340e0840628a6ed232e3ef0a10163b4f02b919e457272d34d96861
|