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 BATCHPUT
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file statit_py-1.0.0a1.tar.gz
.
File metadata
- Download URL: statit_py-1.0.0a1.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f6b9df5190ced8b8290a0a4e00e7c40adee6fc4b29099262aefb9c49af78b91 |
|
MD5 | 2d98c3b3fbf699250e60372e26fa916e |
|
BLAKE2b-256 | f57d78a4dc95f86381a7eafa198e052ee765045399d78ebc13c8843bfb0a6e24 |
File details
Details for the file statit_py-1.0.0a1-py3-none-any.whl
.
File metadata
- Download URL: statit_py-1.0.0a1-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5550c38f3b7d4fc959921ec5b751275335324684924f8e6220442e6520fc6874 |
|
MD5 | df62eb111504c7f99cd0a3b1cf614e9c |
|
BLAKE2b-256 | 3896efe51f909241176c3e20eeaf3df1736da9c72da0e4fc48092956bdff318a |