cooked_input

Cooked Input library for getting and validating input from the command line.

MIT License

Downloads
967
Stars
20
Committers
2

Bot releases are visible (Hide)

cooked_input - v0.5.4 Latest Release

Published by lwanger about 4 years ago

Minor changes to support Python 3.8 and 3.9

cooked_input - v0.5.0

Published by lwanger over 6 years ago

Lots of changes since the last official release. See the changelog for more information. Amongst the big changes is the addition of tables, menus and commands.

cooked_input - V0.2.12

Published by lwanger about 7 years ago

  • v0.2.12:

    • renamed ChoicesValidator to ChoiceValidator
    • check AnyOf and NoneOf for list of values, not just list of validation functions. Allows
      saying: NoneOfValidator(['foo', 'bar'])
    • put cleaners, convertors and validators in alphabetic order in the documentation
  • v0.2.11:

    • required option was backwards... fixed
    • added last_word style for CapitalizeCleaner
    • added isstring function to input_utils for detecting strings (and string-like things). This should
      handle strings (str, unicode, raw, bytes, etc.) more robustly, including sub-classes.
    • added print_function futures import so error_callback works in Python 2.x
    • more coverage tests
cooked_input - V0.2.10

Published by lwanger about 7 years ago

Minor API change to PasswordValidator for parameter consistency. Added coverage tests.

cooked_input - V0.2.9

Published by lwanger about 7 years ago

Several API changes to make naming more consistent with other packages, such as wtform.

cooked_input - v0.2.8

Published by lwanger about 7 years ago

A lot of cleanup in this version to code, examples, and documentation. Several new functions and classes - cleaners, validators, etc.

cooked_input - COOKED-INPUT-0.1.6

Published by lwanger about 7 years ago

A lot of cleanup went into this release. Should be usable. now.

cooked_input - V0.1.2

Published by lwanger about 7 years ago

Minor changes to documentation and examples.

cooked_input - COOKED-INPUT-0.1.1

Published by lwanger about 7 years ago

Initial release of cooked_input library.