Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

No project description provided

Project description

Tests

Strangeworks Azure Extension

Strangeworks Python SDK extension for Azure.

For more information on using the SDK check out the Strangeworks documentation.

Dev Installation

Install using poetry. The poetry install manages all the dependencies and dev-dependencies. The pip install is a workaround because poetry has a hard time with the submodule install.

poetry install
poetry run pip install .

Tests

Test using pytest

poetry run pytest tests/test_serialize.py

Lint

Lint with black

poetry run black .

Bump version

Bump version with poetry.

poetry version [patch, minor, major]

Supported by

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