Metadata-Version: 2.4
Name: lazyslurm
Version: 0.1.0
Summary: A interface for SLURM job management.
Home-page: https://github.com/mtsodf/lazyslurm
Author: Mateus Figueiredo
Author-email: mtsodf@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urwid
Requires-Dist: plumbum
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

 <p align="center">
   <img src="./imgs/logo.png" width="30%" alt="Project Logo">
 </p>

LazySlurm is a terminal-based Slurm management tool built with Python and curses, inspired by LazyGit for Git.

## Features
- View and manage jobs
- See partition availability

## Installation
Use pip to install the package

## Usage
To use lazyslurm you only need to run the following command:

```bash
lazyslurm
```

## Development
```bash
git clone https://github.com/your-repo/lazyslurm.git
cd lazyslurm
pip install -r requirements.txt
```

## Usage
```bash
python -m lazyslurm.main
```

## Contributing
Contributions are welcome! Please fork this repository and submit a pull request.

## License
MIT License

