Metadata-Version: 2.1
Name: inputty
Version: 0.0.4
Summary: """A collection of modules that supports cCLI inputs."""
Home-page: https://psionman@bitbucket.org/psionman/bfgdealer.git
Download-URL: https://pypi.org/project/bfgdealer/
Author: jeff watkins
Author-email: support@bidforgame.com
License: MIT
Keywords: cli,input
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# inputty

A module to facilitate CLI inputs.

## Installation

```bash
pip install inputty
```


# Version History

Version 0.0.4 9 May 2023

1. Fix integer index bug (in _get_valid_input_list)

------

Version 0.0.3 9 May 2023

1. Fix <RTN> and remove self.allow_null

------

Version 0.0.2 9 May 2023

1. Access .src

------

Version 0.0.1 9 May 2023

1. Improve access

------

Version 0.0.0 9 May 2023

1. Initial version

------
