Metadata-Version: 2.1
Name: ruben-console-utilities
Version: 0.1.0
Summary: Simple utility functions for command-line applications.
Home-page: https://github.com/pypa/sampleproject
Author: Ruben Dougall
License: UNKNOWN
Description: # Console Utilities
        
        This is a simple package that contains utility functions for command-line applications. Currently, this includes
        functions for inputting a number, inputting a boolean (e.g. "Enter y or n:") and selecting an option from a list of
        options.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
