A Python library for Picnic's API. Python 2.7.9 and 3.4.3 (and above) are supported.
You can install this package—and its one dependency, requests—by doing:
pip install picnic-python
or:
easy_install picnic-python
Sign up for an API key at https://picnic.sh/api.
Documentation for the API can be found at https://picnic.sh/api.
For a quick demonstration of the available methods, please see example.py.
Returns a list of Website s that you own.
Returns a Website referred to by the given domain_name.
Returns a DomainStatus for the given domain_name.
Creates a website with the given html content at the given domain_name, if available. If successful, returns a Website.
Overwrites the Website's content with the given html.