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

Skip to content

Commit b4bb1e1

Browse files
committed
Created a new serialization section
1 parent dbd7ad0 commit b4bb1e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
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)
@@ -513,7 +514,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
513514
* [sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems.
514515
* [restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from Tastypie.
515516
* [ripozo](https://github.com/vertical-knowledge/ripozo) - Quickly creating REST/HATEOAS/Hypermedia APIs.
516-
* [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.
517+
518+
## Serialization
519+
520+
*Libraries for serializing complex data types*
521+
522+
* [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.
517523

518524
## Authentication
519525

0 commit comments

Comments
 (0)