Metadata-Version: 1.1
Name: ringing-lib
Version: 0.3.0
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/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://pypip.in/version/ringing-lib/badge.svg
           :alt: Version
           :target: https://pypi.python.org/pypi/ringing-lib/
        
        .. image:: https://pypip.in/download/ringing-lib/badge.svg
           :alt: Downloads
           :target: https://pypi.python.org/pypi/ringing-lib/
        
        .. image:: https://pypip.in/py_versions/ringing-lib/badge.svg
           :alt: Supported Python versions
           :target: https://pypi.python.org/pypi/ringing-lib/
        
        .. image:: https://pypip.in/implementation/ringing-lib/badge.svg
           :alt: Supported Python implementations
           :target: https://pypi.python.org/pypi/ringing-lib/
        
        .. image:: https://pypip.in/status/ringing-lib/badge.svg
           :alt: Development Status
           :target: https://pypi.python.org/pypi/ringing-lib/
        
        .. image:: https://pypip.in/format/ringing-lib/badge.svg
           :alt: Download format
           :target: https://pypi.python.org/pypi/ringing-lib/
        
        .. image:: https://pypip.in/license/ringing-lib/badge.svg
           :alt: Licence
           :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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
