ChatTerminal
Chat with Servers via SSH.
ChatTerminal aims to simulate a real terminal in maximal degree. If you favor ChatOps, ChatTerminal will be an interesting experience.
QuickStart
pip3 install ChatTerminal
Here is the sample usages:
>>> from ChatTerminal import Session
>>> # You should have permissions to ssh YOUR_HOST_IP directly.
>>> chat_ssesion = Session("YOUR_HOST_IP")
>>> [d for d in chat_ssesion.execute("pwd")]
['/root']
Wanna Contribute?
git clone https://github.com/chuanwu/ChatTerminal ChatTerminal
cd ChatTerminal
make init
make develop
ToDo
- Execute simple commands like ls, cat, etc.
- Monitor logs, like tail.
- Support interactive mode, e.g. Docker, k8s.
- Provide Web IDE Environment based on open source projects.
- Download files from the server or from the Internet using you-get.
Acknowledgement
This project uses pyenv as its package dependency management.
Release files for ChatTerminal 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ChatTerminal-1.0.1.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ChatTerminal-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:6.3 kB
Release files / ChatTerminal-1.0.1.tar.gz
| Download URL | ChatTerminal-1.0.1.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e91ac59a54ed5fddaff99d4976ccc2f7c33329a80754a89f05cbd29fed5b29f2
|
|
BLAKE2b-256 checksum How to use checksums |
e92dc2d8b70dc8219133990335bec2d8257dbd5261d69fa6f3fe1769615b6f9d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
|
Release files / ChatTerminal-1.0.1-py3-none-any.whl
| Download URL | ChatTerminal-1.0.1-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1f84019a87c6871625df2a5f0b80ff1ede438606df0e58d923e5b30295b672b9
|
|
BLAKE2b-256 checksum How to use checksums |
6e6d3a38b5ddd617b74793ecaa5983e8b8c69267198b1a22ae51f52f838f7a47
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
|