Tendrl / commons

Common code usable by all Tendrl components
http://www.tendrl.org
GNU Lesser General Public License v2.1
4 stars 23 forks source link
tendrl

=============================== commons

Common code usable by all Tendrl sds side components

Features

Builds

.. image:: https://travis-ci.org/Tendrl/commons.svg?branch=master :target: https://travis-ci.org/Tendrl/commons

Code Coverage

.. image:: https://codecov.io/gh/Tendrl/commons/branch/master/graph/badge.svg :target: https://codecov.io/gh/Tendrl/commons

Release process

When you are ready to cut a new version:

. Bump the version number in tendrl/commons/__init__.py and commit your

changes. ::

  python setup.py bumpversion

. Tag and push to GitHub.

::

  python setup.py release

. Make an SRPM.

::

  make srpm

Developer/Install documentation

We also have sphinx documentation in docs/source.

To build it, run:

::

$ python setup.py build_sphinx