Skip to main content

Picnic API Python client library

Project description

A Python library for Picnic’s API. Python 2.7.9 and 3.4.3 (and above) are supported.

Setup

You can install this package—and its one dependency, requests—by doing:

pip install picnic-python

or:

easy_install picnic-python

Obtaining a Picnic API Key

Sign up for an API key at https://picnic.sh/api.

Using the Picnic API

Documentation for the API can be found at https://picnic.sh/api.

Using this client library

For a quick demonstration of the available methods, please see example.py.

list_websites()

Returns a list of Website s that you own.

get_website(domain_name)

Returns a Website referred to by the given domain_name.

get_price(domain_name)

Returns a DomainStatus for the given domain_name.

create_website(domain_name, html)

Creates a website with the given html content at the given domain_name, if available. If successful, returns a Website.

Website.update_content(html)

Overwrites the Website’s content with the given html.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

picnic_python-0.2.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

picnic_python-0.2.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