Python bindings for the Virement Maitrise API (powered by Fintecture)
Project description
Virement Maitrise Python Library
Powered by Fintecture
The Virement Maitrise Python library provides convenient access to the Virement Maitrise API from applications written in the Python language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Virement Maitrise API.
Documentation
See the Python API docs.
Installation (from PyPI)
pip install --upgrade virementmaitrise
Build Distribution Packages
pip install build
python -m build
Requirements
- Python 3.10+ (Python 3.11, 3.12, 3.13 supported)
Usage
The library needs to be configured with your application identifier, the secret and private keys which is
available in your Virement Maitrise Developer Console.
For instance, set virementmaitrise.app_id to its value:
import virementmaitrise
virementmaitrise.app_id = "39b1597f-b7dd..."
# list application information
resp = virementmaitrise.Application.retrieve()
attributes = resp.data.attributes
# print the description of the application
print(attributes.description)
# print if application supports AIS and PIS scope
print("Supports AIS scope: %r" % attributes.scope.ais)
print("Supports PIS scope: %r" % attributes.scope.pis)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file virementmaitrise-2.1.1.tar.gz.
File metadata
- Download URL: virementmaitrise-2.1.1.tar.gz
- Upload date:
- Size: 43.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
604bfbdf9fbe7db8602baf295222d36461b27da9086715ef32bccf1377413d71
|
|
| MD5 |
5630729923dafbdfcce819a810d3486f
|
|
| BLAKE2b-256 |
40040caee8de20f56571dacc73e9fdfda83ea8a4acc5f9db8cb75af2abf8a0d2
|
File details
Details for the file virementmaitrise-2.1.1-py3-none-any.whl.
File metadata
- Download URL: virementmaitrise-2.1.1-py3-none-any.whl
- Upload date:
- Size: 50.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
362e8f4d38241c1974898f1cd9561b4c3b62434b75504a51c54441385e6b1106
|
|
| MD5 |
cfe093ae6a7baf1fc71413f35bef7118
|
|
| BLAKE2b-256 |
ee3d3487a87fddd17d3e9a8bf1bc39c021e2df143f13bf6052d0e8416a8432d6
|