Metadata-Version: 2.1
Name: inputty
Version: 1.0.2
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 1.0.2 6 June 2023

1. Allow the capture of a string
2. Add extra args with INTEGERS
3. Add space to end of prompt

------

Version 1.0.1 31 May 2023

1. Implement __call__
2. Refactor messages

------

Version 1.0.0 30 May 2023

1. Major refactor
2. Implement tests

------

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

------
