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.16.tar.gz
(13.1 kB
view details)
Built Distribution
obp_python-0.16-py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file obp_python-0.16.tar.gz
.
File metadata
- Download URL: obp_python-0.16.tar.gz
- Upload date:
- Size: 13.1 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 | ece8af22e077eff56f7920aafbb9a2e9d36cde3129931a6b181b2fb1564e7f87 |
|
MD5 | 799ff7c55d20e7599c90246b9617524b |
|
BLAKE2b-256 | 3b0a3ade1f17c1ac4505effe1c542cee3c866659520e391f6776dadf3c29fcc4 |
File details
Details for the file obp_python-0.16-py3-none-any.whl
.
File metadata
- Download URL: obp_python-0.16-py3-none-any.whl
- Upload date:
- Size: 13.4 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 | 3111d8870d0d4cb2d0ca052fe9554cc65f5365e0d9db475b17b1a017a1b005eb |
|
MD5 | 360b47f0f7fcd96dfe7d88b7b0422370 |
|
BLAKE2b-256 | faf490453a43c8efd5466a538645897b95c998ac5a7963b694c8644b6fce0b12 |