Metadata-Version: 2.1
Name: SuperHelper
Version: 1.1.2
Summary: A collection of Python CLI to make life easier for terminal geeks!
Home-page: https://github.com/GreaterGoodCorp/FocusEnabler
Author: Nguyen Thai Binh
Author-email: binhnt.mdev@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/GreaterGoodCorp/FocusEnabler/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Home Automation
Classifier: Topic :: Office/Business
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: cryptography

# SuperHelper [![Build Status][A1]][A2] [![codecov][B1]][B2]

A collection of Python CLI to make life easier for terminal geeks!

[A1]: https://www.travis-ci.com/GreaterGoodCorp/SuperHelper.svg?branch=main
[A2]: https://www.travis-ci.com/GreaterGoodCorp/SuperHelper
[B1]: https://codecov.io/gh/GreaterGoodCorp/SuperHelper/branch/main/graph/badge.svg?token=1AX2GQRZE5
[B2]: https://codecov.io/gh/GreaterGoodCorp/SuperHelper

## Installation

### Prerequisites

Python (`python3.6` and above) with `pip` installed.

### Via `pip`

For most end-users, the latest version of the application can be installed by running:

```bash
pip3 install SuperHelper
```

> Notes:
>
> * Make sure `pip3` is up-to-date by running `python3 -m pip --install pip`.

### Via source

The latest source code for this program can be found on [GitHub]. The program can then be built from source by running:

```bash
git clone https://github.com/GreaterGoodCorp/SuperHelper
make dev-install
```

## Documentation

A dedicated documentation platform is not yet available. However, for any technical documentation, please visit the
`docs` folder.

## Contributing

Please refer to [the contributing guidelines][CONTRIBUTING] for more information.

## License

This program is licensed under the
[MIT License](https://github.com/GreaterGoodCorp/SuperHelper/blob/main/LICENSE).

[CONTRIBUTING]: https://github.com/GreaterGoodCorp/SuperHelper/blob/main/CONTRIBUTING.md

[GitHub]: https://github.com/GreaterGoodCorp/SuperHelper


