mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Fixed marshmallow typo
This commit is contained in:
parent
801ea3f2b8
commit
dbd7ad02d4
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems.
|
||||
* [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.
|
||||
* [marshmellow](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.
|
||||
* [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
|
||||
|
||||
|
|
Loading…
Reference in a new issue