Skip to main content

A Toolkit Autodesk Platform Services for Python

Project description

APSToolkit

Requirements

  • Python 3.9+

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


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-0.6.3.tar.gz (39.6 kB view hashes)

Uploaded Source

Built Distribution

aps_toolkit-0.6.3-py3-none-any.whl (72.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page