place-api 0.6.0

Last updated:

0 purchases

place-api 0.6.0 Image
place-api 0.6.0 Images
Add to Cart

Description:

placeapi 0.6.0

Place Python Package
A python package for interfacing with the Place API
Installation
To install from GitHub using pip:
pip install place-api

If you don't have pip, it can be installed using the below command:
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

To manually install place-python, you can download the source and run:
python setup.py install

Basic usage
import place

# set your api key
place.api_key = 'private_key_6fsMi3GDxXg1XXSluNx1sLEd'

# create an account
account = place.Account.create(
email='[email protected]',
full_name='Joe Schmoe',
user_type='payer'
)

Documentation
Read the docs

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.