An open API service indexing awesome lists of open source software.

https://github.com/deeplook/asciinemaster

Some experiments with adding features around asciinema.
https://github.com/deeplook/asciinemaster

automation cast compare play python record terminal testing

Last synced: about 1 year ago
JSON representation

Some experiments with adding features around asciinema.

Awesome Lists containing this project

README

          

=============
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