A basic CLI tool which helps you being healthy.
Project description
apollo
apollo is a command line utility which helps you being healthy by reminding you to take breaks at fixed intervals of time.
Installation
On Windows:
pip install apollopy
On Linux/MacOS:
pip3 install apollopy
Or if you're using pipx:
pipx install apollopy
Usage
start
Starts the forever loop, reminds you to take eyes, water and exercise breaks after regular intervals of time.
Example:
$ apollo start
config
Configures apollo reminder time.
On default:
eyes timeout = 15 mins
water timeout = 30 mins
exercise timeout = 45 mins
However, you can configure this behaviour using the config
command.
The valid options for the config
command are:
eyes-timeout
water-timeout
exercise-timeout
The value of all these flags must be in seconds.
Example:
$ apollo config --eyes-timeout 1000
Versioning
apollo releases follow semantic versioning, every release is in the x.y.z form, where:
- x is the MAJOR version and is incremented when a backwards incompatible change to apollo is made.
- y is the MINOR version and is incremented when a backwards compatible change to apollo is made, like changing dependencies or adding a new function, method, or features.
- z is the PATCH version and is incremented after making minor changes that don't affect apollo's public API or dependencies, like fixing a bug.
Licensing
License © 2021-Present Shravan Asati
This repository is licensed under the BSD license. See LICENSE for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file apollopy-1.1.2.tar.gz
.
File metadata
- Download URL: apollopy-1.1.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca415777d91c90ee6d9b4b6139711dbab06e8ebbed30c1079f7f2e18f6ff8f11 |
|
MD5 | 61c80026a37daa2278c78c2ecd8773c6 |
|
BLAKE2b-256 | d6876cc3d1acda15fa2397ebe935a799844559ad5927f2af168c3a763fb7acd1 |
File details
Details for the file apollopy-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: apollopy-1.1.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7e803af20d8bea34a90912524c53787a98eb37af11e6c7167dfa201da7190db |
|
MD5 | f9b50c426d1fb2727e1d407c259732da |
|
BLAKE2b-256 | a46d8e7c7fbf7ec69465d5e86f70b5b0b9fd47bdb5b41695d8bf2b6b2f3d90d1 |