Metadata-Version: 2.1
Name: tutorial-runner
Version: 0.2.5
Summary: A command line interface for running tutorial lessons.
Home-page: https://github.com/tylerdave/tutorial-runner
Author: Dave Forgac
Author-email: tylerdave@tylerdave.com
License: MPL 2.0
Keywords: tutorial_runner
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)
Requires-Dist: pytoml
Requires-Dist: pytest (>=3.5.0)
Requires-Dist: pytest-clarity

===============
Tutorial Runner
===============


.. image:: https://img.shields.io/pypi/v/tutorial_runner.svg
        :target: https://pypi.python.org/pypi/tutorial_runner

.. image:: https://img.shields.io/travis/tylerdave/tutorial_runner.svg
        :target: https://travis-ci.org/tylerdave/tutorial_runner

.. image:: https://readthedocs.org/projects/tutorial-runner/badge/?version=latest
        :target: https://tutorial-runner.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/tylerdave/tutorial_runner/shield.svg
     :target: https://pyup.io/repos/github/tylerdave/tutorial_runner/
     :alt: Updates



A command line interface for running tutorial lessons.


* Free software: Mozilla Public License 2.0 (MPL 2.0)
* Documentation: https://tutorial-runner.readthedocs.io.

Experimental
------------

**Note:** This thing is super experimental and makes a lot of assumptions about
the tutorial layout. It was developed for a single tutorial and may not be
update to support anything more.


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-04-16)
------------------

* First release on PyPI.


