PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
|
Classes | |
class | BaseValidator |
Base class that doesn't do anything yet, but is a convenient place to add any functionality that is common to all validators. More... | |
class | BlankValidator |
Throws an exception on blank values. More... | |
class | DateTimeValidator |
Throws an exception on invalid datetime strings. More... | |
class | DateValidator |
Throws an exception on invalid date strings. More... | |
class | EmailValidator |
Throws an exception on invalid email addresses. More... | |
class | FakeValidator |
Automatically passes all values. More... | |
class | NullValidator |
Throws an exception on NULL values. More... | |
class | RangeValidator |
Throws an exception if the value is too high or too low. More... | |
class | TimeValidator |
Throws an exception on invalid time strings. More... | |