Skip to main content

Task System api for python

Project description

PyTasky

A package to connect to TsWw Api.

Installation

You can install the Package using PyPi. Run py -m pip install PyTasky.

Usage

Simple example to get top groups.

from PyTasky import TaskSystem

client = TaskSystem('API_TOKEN') 

tops = client.topGroups()

for x in tops:
    print(x.name)

Replace API_TOKEN with you own token.

Read More at Task System WebStie.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyTasky-1.2.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

PyTasky-1.2.0-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page