Metadata-Version: 2.1
Name: SuperHelper
Version: 0.3.0
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
Description: # SuperHelper
        
        A collection of Python CLI to make life easier for terminal geeks!
        
        ## Installation
        
        ### Prerequisites
        
        Python (`python3.6` and above) with `pip` installed.
        
        ### Via `pip`
        
        For most end-users, this package 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
        
        Please refer to `README.md` files located in each subpackage.
        
        ## Changelog
        
        ### Pre-release
        
        * Version `0.0.1`: Project initialisation.
          
        * Version `0.0.2`: Disabled `DEBUG` mode.
        
        * Version `0.1.0`: Added new core utilities functions, including installing, disabling and listing modules,
          and showing versioning.
          
        * Version `0.2.0`: Added a new module `Builtins.Stenographer` and restructured the code completely.
        
        * Version `0.3.0`: Improved configuration manager
          
        ## 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
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Home Automation
Classifier: Topic :: Office/Business
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
