Client library for iVoy
Project description
iVoy
iVoy Mensajería Python3.6+ Client Library
Install
To setup your environment:
pip install ivoy
Tests
make test
Create Client
from ivoy import Client
client = Client(
auth_user= your_auht_user,
auth_password= your_auth_password,
ivoy_user= ivoy_system_user,
ivoy_password= ivoy_system_password
)
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
ivoy-0.4.5.tar.gz
(10.5 kB
view hashes)
Built Distribution
ivoy-0.4.5-py3-none-any.whl
(15.1 kB
view hashes)