Place python library
Project description
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='joe.schmoe@example.com',
full_name='Joe Schmoe',
user_type='payer'
)
Documentation
Read the docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
place-api-0.6.0.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file place-api-0.6.0.tar.gz
.
File metadata
- Download URL: place-api-0.6.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 521aee5149ceccfa0759f44d71fe2cd6088d63085ccb70ba956201025915bbc7 |
|
MD5 | a16d5b14d03c7f2d70f90dc63e5ad0df |
|
BLAKE2b-256 | e78f7079c97499424ca593e4184c3c2059e96b6f07237c4bef5fac67ea832e39 |
File details
Details for the file place_api-0.6.0-py2-none-any.whl
.
File metadata
- Download URL: place_api-0.6.0-py2-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | deca040e843c475feaf20c774ea90c44e95bf972c24a35b52b5f521a487351bb |
|
MD5 | 77bd6439a8cc25d0800601a4a09781bf |
|
BLAKE2b-256 | 39b63898a7043b50875b4bdf8254740154b76043635c03021af92814ab640954 |