Metadata-Version: 2.3
Name: hd_active
Version: 0.2.0
Summary: Prevent external HDs from becoming inactive (sleeping).
Author: Joao Coelho
License: MIT License
         
         Copyright (c) 2024 Joao Coelho
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pyside6
Requires-Python: >=3.12, <=3.15
Project-URL: Home, https://github.com/joaonc/hd_active
Project-URL: Documentation, https://joaonc.github.io/hd_active
Description-Content-Type: text/markdown

# HD Active

[![pypi](https://img.shields.io/pypi/v/hd_active.svg)](https://pypi.org/project/hd_active/)
[![Project License - MIT](https://img.shields.io/pypi/l/hd_active.svg)](https://github.com/joaonc/show_dialog/blob/main/LICENSE.txt)

Prevent external HD's from becoming inactive (sleeping).

**[https://joaonc.github.io/hd_active](https://joaonc.github.io/hd_active)**

## Quick start
```
python -m src.hd_active.hd_active --conf src/hd_active/hd_active.ini
```

## Development
Note: Best to work on a virtual environment.
This page doesn't go into how to do that.

Install the development packages:
```
pip typer-invoke && inv pip sync
```

This project uses [typer-invoke](https://github.com/joaonc/typer-invoke) to facilitate common tasks.
For a list of tasks:
```
inv --help
```

## Licensing
Even though I'm providing this code under the MIT license, [Qt](https://www.qt.io) is used for the
UI component, meaning you'll be bound to its GPL/LGPL license (more info
[here](https://www.qt.io/licensing/open-source-lgpl-obligations)).

I'm not an expert on these things, so be advised.
