Metadata-Version: 2.1
Name: fiver
Version: 0.0.1
Summary: A simple monitor linux
Author-email: Min <minha05112003a@gmail.com>
Project-URL: Homepage, https://github.com/min-awm/fiver
Project-URL: Issues, https://github.com/min-awm/fiver/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: questionary==2.0.1
Requires-Dist: python-daemon==3.0.1
Requires-Dist: pickleDB==0.9.2
Requires-Dist: textual==0.76.0
Requires-Dist: psutil==6.0.0

# Fiver (nhom 5)

A simple monitor linux

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install shutdown_computer.

```bash
pip install fiver
```

## Usage

```bash
fiver server
```
```bash
fiver connect
```

```bash
fiver -h
```
```
usage: fiver command [arguments...]

fiver - Fiver command line interface

commands:
    connect         connect to server
    server          start server

options:
  -h, --help        show this help message and exit
  -v, --version     print the version
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
