Metadata-Version: 2.4
Name: qdjobtool
Version: 0.1.1
Summary: A job management tool for Linux
Home-page: https://github.com/qdjob/QDjob
Author: QDjob
License: MIT
Keywords: job management linux tool
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-python
Dynamic: summary

# QDjob

QDjob - A job management tool for Linux (amd64 and arm64)

## Installation

### Linux AMD64
```bash
pip install QDjob
```

### Linux ARM64
```bash
pip install QDjob
```

## Usage

After installation, the `QDjob` binary will be available in your Python scripts directory.

```bash
QDjob --help
```

You can also use `QDjob_editor`:

```bash
QDjob_editor --help
```

## Supported Platforms

- Linux x86_64 (amd64)
- Linux ARM64 (aarch64)

## License

MIT License
