Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaonc/hd_active
Keep external drives active (prevent them from sleeping) to avoid waiting for them to spin back up.
https://github.com/joaonc/hd_active
python qt
Last synced: 5 days ago
JSON representation
Keep external drives active (prevent them from sleeping) to avoid waiting for them to spin back up.
- Host: GitHub
- URL: https://github.com/joaonc/hd_active
- Owner: joaonc
- License: mit
- Created: 2022-01-02T22:40:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T14:59:29.000Z (5 months ago)
- Last Synced: 2024-09-29T07:42:38.934Z (5 months ago)
- Topics: python, qt
- Language: Python
- Homepage: https://joaonc.github.io/hd_active
- Size: 750 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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:
```
python -m pip install -r requirements-dev.txt
```This project uses [pyinvoke](https://www.pyinvoke.org/) to facilitate common tasks.
For a list of tasks:
```
inv --list
```## 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.