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 git+https://github.com/placepay/place-python.git
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-0.5.5.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
place-0.5.5-py3-none-any.whl
(5.3 kB
view details)
File details
Details for the file place-0.5.5.tar.gz.
File metadata
- Download URL: place-0.5.5.tar.gz
- Upload date:
- Size: 4.3 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 |
9bc81abb08fe225ed4467224cb76bac5073ab30f70976afd50d3a77b816c8f72
|
|
| MD5 |
59af38e53893c7c56fa45e071401c550
|
|
| BLAKE2b-256 |
86c7817179a0e703acbf2ee4547f2fc77f262630411f0fa59d3a68be3a875945
|
File details
Details for the file place-0.5.5-py3-none-any.whl.
File metadata
- Download URL: place-0.5.5-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- 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 |
2d3dfbcd6a9d119ca9d17994a6b41442a0efd85436ebf16ae28851749b4a05b1
|
|
| MD5 |
2e73058f33a3aa5f31b5f5e5e498a3ac
|
|
| BLAKE2b-256 |
a30b449cc2c6512d1dca52915c2a81f35683e2d9b6a12a1009972d7af9222798
|