Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

stackitcloud/stackit-sdk-python-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This repository is deprecated as the core was moved to stackit-sdk-python. Please use that repository instead.

STACKIT Python SDK Core

Introduction

The STACKIT Python core package consists of core functionality which is needed to use the STACKIT Python SDK.

Compilation and Installation

You can install this package by running the following command from the root of the this repository:

make install

Development Mode

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

Usage

The core package does nothing on its own and must be used in conjunction with the STACKIT Python SDK.