Skip to main content

dfx-apiv2-client is a Python 3 asyncio client library for the Nuralogix DeepAffex API.

Project description

DeepAffex APIv2 Python Client Library

dfx-apiv2-client is a Python 3 asyncio client library for the NuraLogix DeepAffex API.

For usage examples, please see https://github.com/nuralogix/dfx-demo-py

For more information, please visit https://deepaffex.ai/developers-api

Publishing

Install wheel and twine if you don't have them.

pip install --upgrade twine wheel

Create distributions and check

rm dist/*                           # Clean dist folder, on Window use `del /s /q dist\*`
python setup.py bdist_wheel sdist   # Create wheel and source distribution
twine check --strict dist/*         # Check the created distributions and fix any issues if needed

Publish on PyPI

You will need PyPI credentials

git checkout master                 # Releases should always be from main branch
git tag vX.Y.Z                      # Tag the release on the main branch
rm dist/*                           # Clean dist folder, on Window use `del /s /q dist/*`
python setup.py bdist_wheel sdist   # Create wheel and source distribution
twine upload --sign dist/*          # Sign and upload to PyPI

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

dfx-apiv2-client-0.11.1.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

dfx_apiv2_client-0.11.1-py3-none-any.whl (14.6 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