File: index.rst

package info (click to toggle)
python-marshmallow 3.26.1-0.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,296 kB
  • sloc: python: 11,513; makefile: 11; sh: 8
file content (94 lines) | stat: -rw-r--r-- 1,881 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.. 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>`.

Upgrading from an older version?
================================

See the :doc:`upgrading` page for notes on getting your code up-to-date with the latest version.

Why another library?
=====================

See :doc:`this document <why>` to learn about what makes marshmallow unique.

Sponsors
========

.. include:: ../README.rst
    :start-after: .. start sponsors
    :end-before: .. end sponsors

.. toctree::
    :maxdepth: 1
    :hidden:
    :titlesonly:

    Home <self>

Usage guide
===========

.. toctree::
    :caption: Usage guide
    :maxdepth: 2

    install
    quickstart
    nesting
    custom_fields
    extending/index
    examples/index


API reference
=============

.. toctree::
    :caption: API reference
    :maxdepth: 1

    api_reference

Project info
=============

.. 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>