Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added research on validation packages #21

Closed
wants to merge 1 commit into from

Conversation

nschlemm
Copy link
Collaborator

@nschlemm nschlemm commented Apr 7, 2016

fixes #1

@phalt
Copy link

phalt commented Apr 7, 2016

Few, that's quite a few examples! Nice work :)

@nschlemm
Copy link
Collaborator Author

nschlemm commented Apr 7, 2016

thanks! I tried sorting out those that had look unmaintained and picking representative examples for some unique or neat features like the chained validation and transformation from https://github.com/leforestier/naval#validation-and-transformation posted on slack previously

['password', lambda s: s.encode('utf-8'), bcrypt.encrypt, Save],
['password2', Delete],
['email', Email]
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks interesting!


`marshmallow: simplified object serialization <https://marshmallow.readthedocs.org/>`_
--------------------------------------------------------------------------------------
*marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least github doesn't render this line correctly, maybe rst doesn't support multiline *foo*?

@MoritzS
Copy link
Collaborator

MoritzS commented Nov 5, 2016

I fixed the formatting errors and "pep8-ified" the code examples. Merged in 2d4a419!

@MoritzS MoritzS closed this Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Research existing validation libraries
4 participants