0.9.0 add yesno() + make Waiter usable + document validators
This commit is contained in:
parent
f1f9a95189
commit
def2634f21
10 changed files with 83 additions and 16 deletions
|
|
@ -15,4 +15,5 @@ ease programmer's QoL and write shorter and cleaner code that works.
|
|||
|
||||
sqlalchemy
|
||||
iding
|
||||
validators
|
||||
api
|
||||
15
docs/validators.rst
Normal file
15
docs/validators.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
validators
|
||||
==================
|
||||
|
||||
.. currentmodule:: suou.validators
|
||||
|
||||
Validators for use in frameworks such as Pydantic or Marshmallow.
|
||||
|
||||
.. autofunction:: matches
|
||||
|
||||
.. autofunction:: not_greater_than
|
||||
|
||||
.. autofunction:: not_less_than
|
||||
|
||||
.. autofunction:: yesno
|
||||
Loading…
Add table
Add a link
Reference in a new issue