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