Skip to main content

DECAF API Client

Project description

DECAF API Client (Python)

Github

TODO: Provide a complete README file.

Development

Create a virtual environment, if you did not create one before:

python3.9 -m venv /opt/venvs/decaf-client-python

Start Development

Activate the virtual environment:

. /opt/venvs/decaf-client-python/bin/activate

Upgrade pip and setuptools:

pip install --upgrade pip setuptools

Install pipenv:

pip install pipenv

Install production and development dependencies:

pipenv install --dev

Run tests:

pipenv run tox

Open the codebase in VSCode:

code .

Build and Publish

Install/upgrade twine:

pip install --upgrade twine

Build the source distribution:

python setup.py sdist bdist_wheel

Check the distribution(s):

twine check dist/*

Upload the distribution:

twine upload -s dist/*

License and Copyrights

This software is licensed under The 3-Clause BSD License.

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

decaf-api-client-0.0.11.tar.gz (18.9 kB view hashes)

Uploaded Source

Built Distribution

decaf_api_client-0.0.11-py36.py37.py38.py39-none-any.whl (32.5 kB view hashes)

Uploaded Python 3.6 Python 3.7 Python 3.8 Python 3.9

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