Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

virementmaitrise-2.1.1.tar.gz (43.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

virementmaitrise-2.1.1-py3-none-any.whl (50.9 kB view details)

Uploaded Python 3

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

Hashes for virementmaitrise-2.1.1.tar.gz
Algorithm Hash digest
SHA256 604bfbdf9fbe7db8602baf295222d36461b27da9086715ef32bccf1377413d71
MD5 5630729923dafbdfcce819a810d3486f
BLAKE2b-256 40040caee8de20f56571dacc73e9fdfda83ea8a4acc5f9db8cb75af2abf8a0d2

See more details on using hashes here.

File details

Details for the file virementmaitrise-2.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for virementmaitrise-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 362e8f4d38241c1974898f1cd9561b4c3b62434b75504a51c54441385e6b1106
MD5 cfe093ae6a7baf1fc71413f35bef7118
BLAKE2b-256 ee3d3487a87fddd17d3e9a8bf1bc39c021e2df143f13bf6052d0e8416a8432d6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page