Skip to content

aymanizz/empyro

Repository files navigation

Empyro

Terminal emulator in python. Still in early development stage.

Requirements

a requirements-dev.txt is provided. although not required as the only dependency is used by SurfaceTerminal, an implementation of the Terminal ABC.

pip install -r requirements-dev.txt

Running The Tests

run the script tests.py, which will discover any module inside the package empyro and run its doctests.

Running an Example

To run any of the examples, say examples/basic.py, run it as a module from top directory:

python -m examples.basic

Acknowledgements

I drew inspiration from these two great projects:

License

MIT License. see LICENSE.

Releases

No releases published

Packages

No packages published

Languages