Skip to main content

No project description provided

Project description

py-vetmanager-api

Build Status

Python library for work with vetmanager api

Examples

try:
    domain = DomainProd('tests')
    client = VetmanagerClient('test_app', domain)
    token = client.token('admin', 'mypassword')
catch  Exception as err: 
    print(str(err))

For contributor

Run tests

python -m unittest discover tests

For publish package

python setup.py sdist
twine upload --skip-existing dist/* -r testpypi
twine upload --skip-existing dist/*

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

py-vetmanager-api-0.1.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

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