Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

place-0.5.5-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page