Skip to main content

Utilities for gostatit.com

Project description

statit_py

A package to access the Statit API

Installation

To install the current release:

$ pip install statit_py

Quick usage

To use the Statit REST API methods, first authenthicate yourself with your username and API token (see Signing-in):

import statit_py

statitAPI = statit_py.coreAPI('YOUR_USERNAME', 'YOUR_API_KEY')

GET, LIST and DELETE actions for collections and series are available in reference-by-ID format:

data = api.getSerie('SERIE-ID')

Alongside with the remaining PUT, UPDATE and all their respective batch actions, they are also available in standard JSON request format:

api.putSerieJSON({
    'id': 'SERIE_ID',
    ...
})

For the full list of methods and their detailed arguments, see the Python Documentation.

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

statit_py-1.0.0a3.tar.gz (15.0 kB view details)

Uploaded Source

Built Distribution

statit_py-1.0.0a3-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file statit_py-1.0.0a3.tar.gz.

File metadata

  • Download URL: statit_py-1.0.0a3.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for statit_py-1.0.0a3.tar.gz
Algorithm Hash digest
SHA256 67c5730e31114354b81bea6c64a4708bfaf978e982df86df8f7aba333e38441e
MD5 e199fcd057cfad97fd79cde7374c304b
BLAKE2b-256 5effed041d230f7aed1dad6d5423a8ec72555f46fdf92fdabe73aad76dc6dc6e

See more details on using hashes here.

File details

Details for the file statit_py-1.0.0a3-py3-none-any.whl.

File metadata

  • Download URL: statit_py-1.0.0a3-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for statit_py-1.0.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 13637201204e3b1f7683498b3a1ea1da5a55d5a633998e2e725b07622f87cdb2
MD5 6927a3424291c63396a8d0fdd5b5ecca
BLAKE2b-256 7e19b9d082bc525e39d6b6bac470243d5c544fbb23dffbfb8eb5afed89c162d8

See more details on using hashes here.

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