Metadata-Version: 1.1
Name: asciinemaster
Version: 0.2.0
Summary: Asciinemaster contains some experiments to add features to drive Asciinema.
Home-page: https://github.com/deeplook/asciinemaster
Author: Dinu Gherman
Author-email: gherman@darwin.in-berlin.de
License: GNU General Public License v3
Description-Content-Type: UNKNOWN
Description: =============
        Asciinemaster
        =============
        
        
        .. image:: https://img.shields.io/pypi/v/asciinemaster.svg
                :target: https://pypi.python.org/pypi/asciinemaster
        
        .. image:: https://img.shields.io/travis/deeplook/asciinemaster.svg
                :target: https://travis-ci.org/deeplook/asciinemaster
        
        .. image:: https://readthedocs.org/projects/asciinemaster/badge/?version=latest
                :target: https://asciinemaster.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/deeplook/asciinemaster/shield.svg
             :target: https://pyup.io/repos/github/deeplook/asciinemaster/
             :alt: Updates
        
        .. image:: https://mybinder.org/badge.svg
             :target: https://mybinder.org/v2/gh/deeplook/asciinemaster/master?filepath=notebooks/tutorial.ipynb
        
        Asciinemaster contains some experiments to add features to drive Asciinema.
        
        * Free software: GNU General Public License v3
        * Documentation: https://asciinemaster.readthedocs.io.
        
        This will take a shell-like script, iterate over its commands, execute them,
        and record the commands and their respective output as an Asciinema.org (v2)
        screencast.
        
        Later, it will also take a shell-like script and the generated screencast
        from it, re-execute the script and compare the new screencast to the old one
        for testing purposes.
        
        
        Features
        --------
        
        * TODO
        
        
        Examples
        --------
        
        * TODO
        
        
        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.1 (2018-04-xx)
        ==================
        
        Features added
        --------------
        
        * Added initial aciinemaster code, developed before as a single script.
        * Replaced click with argparse.
        * Added CHANGES.rst (inspired by that of lxml).
        
        
        0.1.0 (2018-04-26)
        ==================
        
        Features added
        --------------
        
        * Created project skeleton using audreyr/cookiecutter-pypackage template.
        
Keywords: asciinemaster
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
