Skip to content

The Python Software Development Kit for Veridu API

License

Notifications You must be signed in to change notification settings

veridu/veridu-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veridu Python SDK

Installation

This library can be found on PyPi. The recommended way to install this is through pip.

$ pip install veridu-python

Dependencies:

  • collections
  • hashlib
  • hmac
  • random
  • re
  • requests
  • time
  • urllib
  • urlparse

Bugs and feature requests

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.

Versioning

This SDK will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

Copyright and license

Copyright (c) 2013/2016 - Veridu Ltd - http://veridu.com

About

The Python Software Development Kit for Veridu API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages