No project description provided
Project description
Dynatrace Extensions Python SDK
Table of Contents
Documentation
The documentation can be found on github pages
Quick Start
Requirements:
- Python 3.10
Install the SDK
pip install dt-extensions-sdk[cli]
# Note, on some shells like zsh you may need to escape the brackets - pip install dt-extensions-sdk\[cli\]
Create signing certificates
dt-sdk gencerts
Create a new extension
dt-sdk create my_first_extension
Simulate
cd my_first_extension
dt-sdk run
Build
dt-sdk build
Upload
# Note, you need to either set environment variables DT_API_URL and DT_API_TOKEN or pass them as arguments
dt-sdk upload
Developing
Testing
hatch run test
Linting
hatch run lint:all
Building
hatch build
Building docs
hatch run docs:build
License
dt-extensions-sdk
is distributed under the terms of the MIT license.
Publishing to PyPI
It's automatically published to PyPi on each pushed tag, and uses gh-action-pypi-publish Version will be determined using about.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dt_extensions_sdk-1.2.13.tar.gz
(328.3 kB
view hashes)
Built Distribution
Close
Hashes for dt_extensions_sdk-1.2.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b609b9d6dca27db1cdd1105961f7e47f93c9adcd2cd6bc2eee3bab8b26d7b27 |
|
MD5 | a61aaacd4231e4f9ebba0d73ee12ca5c |
|
BLAKE2b-256 | 6f50070eceb41e2aeedd1e4916bed06e75ddb881a5defbb00725e01e099ed094 |