dyninc / dyn-python

Dyn SDK for Python
Other
36 stars 52 forks source link

Dyn API Python SDK

.. image:: https://img.shields.io/pypi/dm/dyn.svg :target: https://pypi.python.org/pypi/dyn :alt: Downloads

.. image:: https://img.shields.io/pypi/v/dyn.svg :target: https://pypi.python.org/pypi/dyn/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/dyn.svg :target: https://pypi.python.org/pypi/dyn/ :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/l/dyn.svg :target: https://pypi.python.org/pypi/dyn/ :alt: 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 <http://dyn.readthedocs.org>_.

Installation

To install the dyn SDK, simply:

.. code-block:: bash

$ pip install dyn

Documentation

Documentation is available on Read The Docs <http://dyn.readthedocs.org>_.

Contribute

. Check for open issues or open a new issue to start a discussion around a feature idea or a bug.

. For bug reports especially it's encouraged for you to include a code snippet highlighting the bug.

. For feature requests it's encouraged for you to include sample code highlighting a use case for the new feature.

. Fork the repository <http://github.com/dyninc/dyn-python>_ on GitHub to start making your changes to the master branch (or branch off of it).

. Send a pull request and bug the maintainer until it gets merged and published. :)