docs/index.rst
.. meta:: :description: marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.
marshmallow
Object serialization and deserialization, lightweight and fluffy.
Release v\ |version|. (:doc:changelog)
.. include:: ../README.rst :start-after: .. start elevator-pitch :end-before: .. end elevator-pitch
Ready to get started? Go on to the :doc:quickstart or check out some :doc:examples <examples/index>.
See the :doc:upgrading page for notes on getting your code up-to-date with the latest version.
See :doc:this document <why> to learn about what makes marshmallow unique.
.. include:: ../README.rst :start-after: .. start sponsors :end-before: .. end sponsors
.. toctree:: :maxdepth: 1 :hidden: :titlesonly:
Home <self>
.. toctree:: :caption: Usage guide :maxdepth: 2
install
quickstart
nesting
custom_fields
extending/index
examples/index
.. toctree:: :caption: API reference :maxdepth: 1
api_reference
.. toctree:: :caption: Project info :maxdepth: 1
why
changelog
upgrading
whos_using
license
authors
contributing
code_of_conduct
kudos
donate
.. toctree:: :hidden: :caption: Useful links
marshmallow @ PyPI <https://pypi.org/project/marshmallow/>
marshmallow @ GitHub <https://github.com/marshmallow-code/marshmallow/>
Issue Tracker <https://github.com/marshmallow-code/marshmallow/issues>
Ecosystem <https://github.com/marshmallow-code/marshmallow/wiki/Ecosystem>