PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
Loading...
Searching...
No Matches
Classes | Namespaces
validators.py File Reference

Go to the source code of this file.

Classes

class  pafera.validators.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  pafera.validators.BlankValidator
 Throws an exception on blank values. More...
 
class  pafera.validators.DateTimeValidator
 Throws an exception on invalid datetime strings. More...
 
class  pafera.validators.DateValidator
 Throws an exception on invalid date strings. More...
 
class  pafera.validators.EmailValidator
 Throws an exception on invalid email addresses. More...
 
class  pafera.validators.FakeValidator
 Automatically passes all values. More...
 
class  pafera.validators.NullValidator
 Throws an exception on NULL values. More...
 
class  pafera.validators.RangeValidator
 Throws an exception if the value is too high or too low. More...
 
class  pafera.validators.TimeValidator
 Throws an exception on invalid time strings. More...
 

Namespaces

namespace  pafera
 
namespace  pafera.validators