Metadata-Version: 2.1
Name: lyth
Version: 0.0.3
Summary: A (monolithic) compiled language
Home-page: https://github.com/gmantelet/python-lyth
Author: Guillaume Mantelet
Author-email: gmantelet@voltigeurnetworks.com
License: BSD-2-Clause
Project-URL: Documentation, https://python-lyth.readthedocs.io/
Project-URL: Changelog, https://python-lyth.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/gmantelet/python-lyth/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Education
Requires-Python: >=3.7

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



A (monolithic) compiled language

* Free software: BSD 2-Clause License

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

::

    pip install lyth

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

    pip install https://github.com/gmantelet/python-lyth/archive/master.zip


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


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


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

To run the all 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 (2020-02-15)
------------------

* First release on PyPI.


