Metadata-Version: 2.1
Name: terminal-manager
Version: 0.9.6
Summary: Use terminal commands to control and monitor devices
Author-email: zhbjsh <zhbjsh@outlook.com>
Project-URL: Homepage, https://github.com/zhbjsh/terminal-manager
Project-URL: Bug Tracker, https://github.com/zhbjsh/terminal-manager/issues
Keywords: terminal,console,shell,bash,cmd,power shell,commands,command line
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Terminal Manager

## Initialize

```python
from terminal_manager import Manager

manager = Manager()
```
