Skip to content

dyninc/dyn-python

Repository files navigation

Dyn API Python SDK

Downloads

Latest Version

Supported Python versions

License

This library provides an easily scriptable approach to accessing all of the features provided by your Traffic Management (TM) or Message Management (MM) services.

Requires Python 2.6 or higher, or the "simplejson" package.

For full documentation and examples see the dyn module on Read The Docs.

Installation

To install the dyn SDK, simply:

$ pip install dyn

Documentation

Documentation is available on Read The Docs.

Contribute

  1. Check for open issues or open a new issue to start a discussion around a feature idea or a bug.
  2. For bug reports especially it's encouraged for you to include a code snippet highlighting the bug.
  3. For feature requests it's encouraged for you to include sample code highlighting a use case for the new feature.
  4. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  5. Send a pull request and bug the maintainer until it gets merged and published. :)