Warning
This repository is deprecated as the core
was moved to stackit-sdk-python
. Please use that repository instead.
The STACKIT Python core package consists of core functionality which is needed to use the STACKIT Python SDK.
You can install this package by running the following command from the root of the this repository:
make install
When developing, you can use a feature of pip
called Editable Installs,
which installs the local files like a package so you can test features without
reinstalling the package every time.
This package also defines additional depencies for development, like testing and linting.
It requires poetry
to be installed. An installation guide can be found here.
After installing poetry
execute the following in the root folder of this repository:
make install-dev
The core package does nothing on its own and must be used in conjunction with the STACKIT Python SDK.