Metadata-Version: 2.1
Name: ringing-lib
Version: 0.4.0
Summary: Python wrapper for the Ringing Class Library
Home-page: https://github.com/ringing-lib/ringing-lib-python
Author: Leigh Simpson
Author-email: code@simpleigh.com
License: GPL
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 :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
License-File: COPYING
License-File: COPYING.GPL

Python Wrapper for the Ringing Class Library
============================================

.. image:: https://img.shields.io/github/actions/workflow/status/ringing-lib/ringing-lib-python/build.yml?branch=master
   :alt: Build Status
   :target: https://github.com/ringing-lib/ringing-lib-python/actions/workflows/build.yml

.. image:: https://img.shields.io/github/issues/ringing-lib/ringing-lib-python.svg
   :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
   :alt: Version
   :target: https://pypi.python.org/pypi/ringing-lib/

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

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

.. image:: https://img.shields.io/pypi/implementation/ringing-lib.svg
   :alt: Supported Python implementations
   :target: https://pypi.python.org/pypi/ringing-lib/

.. image:: https://img.shields.io/pypi/status/ringing-lib.svg
   :alt: Development Status
   :target: https://pypi.python.org/pypi/ringing-lib/

.. image:: https://img.shields.io/pypi/format/ringing-lib.svg
   :alt: Download format
   :target: https://pypi.python.org/pypi/ringing-lib/

.. image:: https://img.shields.io/pypi/l/ringing-lib.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 3.8 to 3.11.

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.io/>`_
