Metadata-Version: 1.1
Name: ringing-lib
Version: 0.2.1
Summary: Python wrapper for the Ringing Class Library
Home-page: http://github.com/simpleigh/ringing-lib-python
Author: Leigh Simpson
Author-email: code@simpleigh.com
License: GPL
Description: Python Wrapper for the Ringing Class Library
        ============================================
        
        .. image:: https://travis-ci.org/ringing-lib/ringing-lib-python.svg?branch=master
           :alt: Build Status
           :target: https://travis-ci.org/ringing-lib/ringing-lib-python
        
        .. image:: https://img.shields.io/badge/licence-GPLv3-red.svg?style=flat
           :alt: Licence
           :target: http://www.gnu.org/licenses/gpl-3.0-standalone.html
        
        .. image:: https://img.shields.io/github/issues/ringing-lib/ringing-lib-python.svg?style=flat
           :alt: Issues
           :target: https://github.com/ringing-lib/ringing-lib-python/issues
        
        .. image:: https://readthedocs.org/projects/ringing-lib-python/badge/?version=latest
           :alt: Documentation Status
           :target: https://readthedocs.org/projects/ringing-lib-python/?badge=latest
        
        .. image:: https://img.shields.io/pypi/v/ringing-lib.svg?style=flat
           :alt: PyPI Version
           :target: https://pypi.python.org/pypi/ringing-lib/
        
        .. image:: https://img.shields.io/pypi/dm/ringing-lib.svg?style=flat
           :alt: PyPI Downloads
           :target: https://pypi.python.org/pypi/ringing-lib/
        
        NOTE: these bindings are still incomplete
        
        This package contains Python bindings for the
        `Ringing Class Library <http://ringing-lib.github.io/>`_.
        It should work with Python versions 2.6, 2.7, 3.3 or 3.4.
        
        Install as follows:
        
        #. Build and install the Ringing Class Library.
           You can obtain the latest source from
           `SourceForge <http://sourceforge.net/p/ringing-lib/code/>`_.
        
        #. Install using ``pip``::
              
              pip install ringing-lib
        
        `Documentation <https://ringing-lib-python.readthedocs.org/>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
