Skip to main content

Splight Library

Project description

Splight Python SDK

snyk_code snyk_dependencies


Installation

A release version can be installed using pip with

pip install --upgrade splight-lib

or if you want one particular version you can use

pip install splight-lib==x.y.z

For Development

To install the library in development mode you need to have poetry installed

pip install poetry==2.0.1

Make sure to have installed poetry in the version specified or newer since version older has a different interface.

Then to insall the library you can use the command

poetry install

Managing versions

The package is managed using poetry so we should use this tool for handling versioning. In particular, the repository contains a Makefile that contains the commands for updating the splight-lib versions. So, if you need to update the version you should use the command

make update-version scope=<scope>

where scope can be mayor, minor or patch.

Tests

make test

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