Skip to main content

Pixela API client for Python.

Project description

Pixela

https://travis-ci.com/heavenshell/py-pixela.svg?branch=master Updates Python 3

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',
)

# 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.

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

pixela-1.1.0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

pixela-1.1.0-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 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