Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Active Tigger client

Python wrapper to use ActiveTigger API

Careful : This client is still under development and not all endpoints are implemented.

Installation

You need Python 3.11 or higher to use this package.

git clone https://github.com/emilienschultz/activetigger-client.git

And install requirements

cd activetigger-client
pip install -r requirements.txt

Usage

You need the end-point url and a valid account/password to use this package.

You can create a YAML file config.yaml with the following content:

url: https://your-endpoint-url
username: your-username
password: your-password

Important

All the methods use the project_slug of projects, and not their natural name.

You can have an example of use in the notebook Demo client.ipynb

About

Python wrapper to use ActiveTigger API

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages