Metadata-Version: 2.1
Name: sonnetsuiteshelper
Version: 0.4.5
Summary: A package to help with Sonnet Suites.
Home-page: https://github.com/Alan-Manning/python-sonnetsuiteshelper
Author: Alan Manning
Author-email: Alan_Manning@Live.co.uk
License: LGPL-3.0-or-later
Project-URL: Documentation, https://python-sonnetsuiteshelper.readthedocs.io/
Project-URL: Changelog, https://python-sonnetsuiteshelper.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/Alan-Manning/python-sonnetsuiteshelper/issues
Keywords: sonnet,sonnetsuites,.son
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: pyyaml

========
Overview
========



sonnetsuiteshelper is a package designed to help with editing and analysing `Sonnet Suites <https://www.sonnetsoftware.com/products/sonnet-suites/>`_ files.

* Free software: GNU Lesser General Public License v3 or later (LGPLv3+)

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

::

    pip install sonnetsuiteshelper

You can also install the in-development version with::

    pip install https://github.com/Alan-Manning/python-sonnetsuiteshelper/archive/main.zip


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


https://python-sonnetsuiteshelper.readthedocs.io/


Feature Requests
================


To request a new feature or extend existing features please create a github issue with the label "Feature Request"

https://github.com/Alan-Manning/python-sonnetsuiteshelper/issues


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

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.0 (2023-11-19)
------------------

* First release on PyPI.
