Place python library
Project description
# Place Python Package
A python package for interfacing with the Place API
## Installation
To install from GitHub using [pip](http://www.pip-installer.org/en/latest/):
```bash
pip install place-api
```
If you don't have pip, it can be installed using the below command:
```bash
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
```
To manually install `place-python`, you can [download the source](https://github.com/placepay/place-python/zipball/master) and run:
```bash
python setup.py install
```
## Basic usage
```python
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](https://developer.placepay.com/?python)
A python package for interfacing with the Place API
## Installation
To install from GitHub using [pip](http://www.pip-installer.org/en/latest/):
```bash
pip install place-api
```
If you don't have pip, it can be installed using the below command:
```bash
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
```
To manually install `place-python`, you can [download the source](https://github.com/placepay/place-python/zipball/master) and run:
```bash
python setup.py install
```
## Basic usage
```python
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](https://developer.placepay.com/?python)
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.5.5.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for place_api-0.5.5-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ec4e969d5d64e555fa0012248bf288a285aca53048d5422324698049a417034 |
|
MD5 | fbdb502faf3ec551f66fbfdf18cd5152 |
|
BLAKE2b-256 | 0cabc0311d321864f3fdc2d76388cd853da18e3a6ca52a9876c992a6340bf635 |