Metadata-Version: 2.1
Name: obp-python
Version: 0.0.1
Summary: Beta Open Bank Project Python Utilities
Home-page: https://github.com/chrisjsimpson/open-bank-project-python
Author: 
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Python Utilities to make working with Open Bank Project api easier

- uses python3

## Setup

```
git clone <this-repo>
virtualenv -p python3 venv
. venv/bin/activate
pip install -r requirements.txt
```

## Run a utility

e.g.
```
python auth_direct_login.py
```




