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.
- Host: GitHub
- URL: https://github.com/deeplook/asciinemaster
- Owner: deeplook
- License: other
- Created: 2018-03-13T06:52:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:37:20.000Z (over 3 years ago)
- Last Synced: 2025-03-24T18:12:37.079Z (about 1 year ago)
- Topics: automation, cast, compare, play, python, record, terminal, testing
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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