Metadata-Version: 2.1
Name: cps-client
Version: 0.1.4
Summary: A Circle Platform Services Python Client
Home-page: https://github.com/belljustin/cps-client-python
Author: J.D. Bell
Author-email: justin.bell@mail.mcgill.ca
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click (==7.1.1)
Requires-Dist: requests (==2.23.0)
Requires-Dist: jsonpickle (==1.4)

# Circle Platform Services - Python Client

## WARNING: work in progress and subject to change

A python client and CLI for working with Circle Platform Services.

## Installation

```sh
pip install cps-client
```

## Usage

cps-client uses an enviroment variable to fetch your API key.

```sh
export CPS_API_KEY="<api-key>"
```

### CLI

Installation provides a command line interface for interacting with CPS.

```sh
Usage: cps [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  create-blockchain-transfer  Create transfers from a wallet to blockchain...
  get-transfer                Get info about transfers.
```


