Skip to main content

Utilities for gostatit.com

Project description

statit_py

This package is a set of utilities for Statit, including API access and some data manipulation utilities.

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.0a2.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

statit_py-1.0.0a2-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: statit_py-1.0.0a2.tar.gz
  • Upload date:
  • Size: 14.7 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.0a2.tar.gz
Algorithm Hash digest
SHA256 d5b771e51692f1ff4c5b141f1c0e8187f5743cda423c278e70db72358b11e4d2
MD5 27a083bc0308c9e3d941fec619f6f9b7
BLAKE2b-256 0f1f522ff958f239f1598361e8dacdd081ebac9e65a9d5dbaf6ea51f2d244121

See more details on using hashes here.

File details

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

File metadata

  • Download URL: statit_py-1.0.0a2-py3-none-any.whl
  • Upload date:
  • Size: 14.9 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.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 ab4cb123afdb74ecd53e87d6c5bb0327baf27d9116f96577dc6e2a97829a2922
MD5 d092f5bf10231d24732d7e85f755d56a
BLAKE2b-256 bd6a0c6d285c5c47d662b4816fddde2506f3f9d0ece2e1a42a8c4bf2e8aa82fb

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