Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aps-toolkit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aps-toolkit

A Toolkit Autodesk Platform Services for Python

  • 1.1.7
  • PyPI
  • Socket score

Maintainers
1

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](

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc