mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-28 06:21:08 +00:00
commit
2c55d39fb2
|
@ -32,6 +32,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
- [CMS](#cms)
|
- [CMS](#cms)
|
||||||
- [E-commerce](#e-commerce)
|
- [E-commerce](#e-commerce)
|
||||||
- [RESTful API](#restful-api)
|
- [RESTful API](#restful-api)
|
||||||
|
- [Serialization](#serialization)
|
||||||
- [Authentication](#authentication)
|
- [Authentication](#authentication)
|
||||||
- [Template Engine](#template-engine)
|
- [Template Engine](#template-engine)
|
||||||
- [Queue](#queue)
|
- [Queue](#queue)
|
||||||
|
@ -510,6 +511,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from Tastypie.
|
* [restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from Tastypie.
|
||||||
* [ripozo](https://github.com/vertical-knowledge/ripozo) - Quickly creating REST/HATEOAS/Hypermedia APIs.
|
* [ripozo](https://github.com/vertical-knowledge/ripozo) - Quickly creating REST/HATEOAS/Hypermedia APIs.
|
||||||
|
|
||||||
|
## Serialization
|
||||||
|
|
||||||
|
*Libraries for serializing complex data types*
|
||||||
|
|
||||||
|
* [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.
|
||||||
|
|
||||||
## Authentication
|
## Authentication
|
||||||
|
|
||||||
*Libraries for implementing authentications schemes.*
|
*Libraries for implementing authentications schemes.*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user