Pixela
Pixela API client for Python.
Installation
$ virtualenv --distribute pixela_sample $ source pixela_sample/bin/activate $ cd pixela_sample $ pip install pixela
Usage
from pixela import Pixela
client = Pixela(username='YOUR_NAME', token='YOUR_NAME')
# register
client.create_user(agree_terms_of_service=True, not_minor=True)
# create graph
client.create_graph(
graph_id='test-graph',
name='graph-name',
unit='commit',
type='int',
color='shibafu',
timezone='Asia/Tokyo',
)
# register value
from datetime import datetime
date = datetime.strptime('2018-10-21', '%Y-%m-%d')
res = self.client.create_pixel(graph_id='py-pixela', quantity=5, date=date)
LICENSE
NEW BSD LICENSE.
Release files for pixela 1.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pixela-1.3.0.tar.gz | 5.0 kB | Details |
Release files / pixela-1.3.0.tar.gz
| Download URL | pixela-1.3.0.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
79c8d061380541290c97ef897a2eadcda53910db4aa89777fa650fa115c2bccc
|
|
BLAKE2b-256 checksum How to use checksums |
8ba4e987848f3f9eb61b69eec0588f0e39658a95d1d075f266b542f0cf605aec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.4
|