Beta Open Bank Project Python Utilities
Project description
Python Utilities to make working with Open Bank Project api easier
- uses python3
Install
pip install obp-python # Requires at least python 3
Run a utility
e.g.
obp getauth
Utilities
- getauth : Get a direct login token
Development / Contributing
Note You can ignore this is your just using the utlity. This is just for developing the utlity.
To work on this utility as a developer.
Building
# Setup python3 environment
virtualenv -p python3 venv
. venv/bin/activate
git clone <this-repo>
# Building wheels etc
python setup.py sdist bdist_wheel
# Installing your edits locally:
pip install -e <path-to-this-repo> # -e means Install a project in editable mode (i.e. setuptools "developmode")
# Work on utility..submit pull request
Update history
- 0.0.9
Switch to use
OBP_API_HOST
instead ofOBP_ENDPOINT
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
obp_python-0.1.tar.gz
(6.7 kB
view details)
Built Distribution
obp_python-0.1-py3-none-any.whl
(11.2 kB
view details)
File details
Details for the file obp_python-0.1.tar.gz
.
File metadata
- Download URL: obp_python-0.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec498e2bd96aeac03b228996a3554202ef3a08ad1558c5b210510a5c393964ba |
|
MD5 | 603b107c4011c694f55852fc2536c618 |
|
BLAKE2b-256 | 9850c380c148aff20971b311b701dcc66be1f36325c58d9a6f108e7f2eb31456 |
File details
Details for the file obp_python-0.1-py3-none-any.whl
.
File metadata
- Download URL: obp_python-0.1-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb7176b0937b6eff7295c5daa506df983ca37831e4b07ab494c7006ead409877 |
|
MD5 | 21eaa392a61c3daaf1c204ed932f2d94 |
|
BLAKE2b-256 | 761a2c6f0c858e142e4ecafb296f355424bf726aabad5b66578ae52e2a1fb69a |