Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c55d39

Browse files
committed
Merge pull request vinta#471 from lee-kagiso/patch-2
Added marshmellow
2 parents ae63862 + b4bb1e1 commit 2c55d39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
3232
- [CMS](#cms)
3333
- [E-commerce](#e-commerce)
3434
- [RESTful API](#restful-api)
35+
- [Serialization](#serialization)
3536
- [Authentication](#authentication)
3637
- [Template Engine](#template-engine)
3738
- [Queue](#queue)
@@ -510,6 +511,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
510511
* [restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from Tastypie.
511512
* [ripozo](https://github.com/vertical-knowledge/ripozo) - Quickly creating REST/HATEOAS/Hypermedia APIs.
512513

514+
## Serialization
515+
516+
*Libraries for serializing complex data types*
517+
518+
* [marshmallow](http://marshmallow.readthedocs.org/en/latest/) - marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.
519+
513520
## Authentication
514521

515522
*Libraries for implementing authentications schemes.*

0 commit comments

Comments
 (0)