README.md
setup.cfg
setup.py
flaskvel/Flaskvel.py
flaskvel/ParsedRule.py
flaskvel/Processor.py
flaskvel/Validator.py
flaskvel/__init__.py
flaskvel.egg-info/PKG-INFO
flaskvel.egg-info/SOURCES.txt
flaskvel.egg-info/dependency_links.txt
flaskvel.egg-info/requires.txt
flaskvel.egg-info/top_level.txt
flaskvel/Constants/BodyFormat.py
flaskvel/Constants/DefaultMessages.py
flaskvel/Constants/FieldTypes.py
flaskvel/Constants/RulesPredicates.py
flaskvel/Constants/__init__.py
flaskvel/Exceptions/ValidationException.py
flaskvel/Exceptions/__init__.py
flaskvel/Parsers/ArrayParser.py
flaskvel/Parsers/PipedStringParser.py
flaskvel/Parsers/UniversalParser.py
flaskvel/Parsers/__init__.py
samples/CustomValidator.py
samples/CustomValidator2.py
samples/MyCustomException.py
samples/MyValidator.py
samples/MyValidator_json.py
samples/SizeValidator.py
samples/SizeValidator_json.py
samples/__init__.py
samples/main.py
tests/__init__.py
tests/test_parsers.py
tests/test_processor.py
tests/test_processor_handlers.py