Skip to main content

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 remider 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

stella 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 stella is made.
  • y is the MINOR version and is incremented when a backwards compatible change to stella 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 stella'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

apollopy-1.0.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

apollopy-1.0.0-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page