Metadata-Version: 2.4
Name: vhs
Version: 1.0.0.post1
Summary: Write terminal GIFs as code for integration testing and demoing your CLI tools, now with python
Author-email: Tamika Nomara <taminomara@gmail.com>
License-Expression: MIT
Project-URL: Documentation, https://python-vhs.readthedocs.io/en/stable/
Project-URL: Issues, https://github.com/taminomara/python-vhs/issues/
Project-URL: Source, https://github.com/taminomara/python-vhs/
Project-URL: Changelog, https://github.com/taminomara/python-vhs/blob/main/CHANGELOG.md
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyGithub<2.9,>=1.59
Requires-Dist: requests<2.33,>=2.31
Dynamic: license-file

# Python VHS

[VHS] is a tool by [charm] that renders terminal commands into GIFs.
This is a python package that includes VHS binary with all its dependencies,
and a simple API to run those.

[VHS]: https://github.com/charmbracelet/vhs
[charm]: https://charm.sh/

## Resources

- [Documentation](https://python-vhs.readthedocs.io/en/stable/)
- [Issues](https://github.com/taminomara/python-vhs/issues)
- [Source](https://github.com/taminomara/python-vhs/)
- [PyPi](https://pypi.org/project/vhs/)
- [Changelog](https://github.com/taminomara/python-vhs/blob/main/CHANGELOG.md)
