aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 494ccd2a5d5de75e0218fa7d15c72bda6021d52a (plain) (blame)
1
2
3
4
5
6
7
8
9
# Termcast

This is a reimplementation of [termcast.org](http://termcast.org) in Python, with the
goal of adding features like a web viewer and better authentication options.

# Dependencies

* [paramiko](https://pypi.python.org/pypi/paramiko/)
* [vt100](https://pypi.python.org/pypi/vt100)