Metadata-Version: 2.0
Name: cygnet-common
Version: 0.1.0
Summary: Common code used in the Cygnet project.
Home-page: https://github.com/Cygnus-Inc/cygnet-common
Author: Cygnus
Author-email: sam@cygnus.email
License: NA
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: pyroute2
Requires-Dist: sarge

=============
CygNet Common
=============

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |travis| |appveyor| |requires|
        |
    * - package
      - |version| |downloads| |wheel| |supported-versions| |supported-implementations|

.. |docs| image:: https://readthedocs.org/projects/cygnet-common/badge/?style=flat
    :target: https://readthedocs.org/projects/cygnet-common
    :alt: Documentation Status

.. |travis| image:: https://travis-ci.org/Cygnus-Inc/cygnet-common.svg?branch=master
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/Cygnus-Inc/cygnet-common

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/Cygnus-Inc/cygnet-common?branch=master&svg=true
    :alt: AppVeyor Build Status
    :target: https://ci.appveyor.com/project/Cygnus-Inc/cygnet-common

.. |requires| image:: https://requires.io/github/Cygnus-Inc/cygnet-common/requirements.svg?branch=master
    :alt: Requirements Status
    :target: https://requires.io/github/Cygnus-Inc/cygnet-common/requirements/?branch=master






.. |version| image:: https://img.shields.io/pypi/v/cygnet_common.svg?style=flat
    :alt: PyPI Package latest release
    :target: https://pypi.python.org/pypi/cygnet_common

.. |downloads| image:: https://img.shields.io/pypi/dm/cygnet_common.svg?style=flat
    :alt: PyPI Package monthly downloads
    :target: https://pypi.python.org/pypi/cygnet_common

.. |wheel| image:: https://img.shields.io/pypi/wheel/cygnet_common.svg?style=flat
    :alt: PyPI Wheel
    :target: https://pypi.python.org/pypi/cygnet_common

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/cygnet_common.svg?style=flat
    :alt: Supported versions
    :target: https://pypi.python.org/pypi/cygnet_common

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/cygnet_common.svg?style=flat
    :alt: Supported imlementations
    :target: https://pypi.python.org/pypi/cygnet_common

Common code used in the Cygnet project.

* Free software: BSD license

Installation
============

::

    pip install cygnet_common

Documentation
=============

https://cygnet-common.readthedocs.org/

Development
===========

To run the all tests run::

    tox


Changelog
=========

0.1.0 (2015-08-29)
-----------------------------------------

* First publicly visibile code.


