CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 18:08:06 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"e7ee4de6b80e11604d6c9079b0fcba46"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=hBrOzLkvWZ5HiWX9SESCxCJ4VcWPggZszlSlDq7jL1qgAwjN1mt1ZiCf%2FAEBuMP59xywlb7M4i9o4o4Fk85%2F9qTS5ff0B2HaN0vpjVHUIAJGAtzTLLWLrabz1h3CJ%2BH2va7qzOmc8eAqhX3C0Bexu49Tc8t7ety92%2BJ5RnqX1ZZzVceA0eYRoaJlabLTNLIUuy1tafRqQ0TPIjI1jV2cQs70njlwbFcqH6FSGXeFNeDTrbjntvfsgOKS7ZdlSGRbx5sq12vW0muTZTGGS9FKeQ%3D%3D--mlIoFtbCVnxgU%2Fc4--W0XCLL7FCMPCKIbWpXQs3w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1065384988.1753898885; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 18:08:05 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 18:08:05 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AD72:3A3C19:1C7C47:21DAA9:688A5F85
Ecosystem · marshmallow-code/marshmallow Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 636
Ecosystem
Steven Loria edited this page Dec 11, 2024
·
51 revisions
A list of a few marshmallow-related repositories. Please don't hesitate to add yours here.
- lidatong/dataclasses-json - Autogenerate marshmallow schemas for Python dataclasses
- python-desert/desert - Serialization for dataclasses and attrs classes
- lovasoa/marshmallow-dataclass - Automatic generation of marshmallow schemas from dataclasses
-
smarie/marshmallow-pyfields - Automatic generation of marshmallow schemas from
pyfields
classes
- devinaconley/py-object-factory - factory pattern for object creation, serialization, and polymorphism
-
justanr/marshmallow_enum - Enum fielddeprecated as enums are now supported by Marshmallow 3.18.0 - marshmallow-polyfield - Polymorphic field
- marshmallow-code/marshmallow-oneofschema - Multiplexes other schemas based on object type
- daniil-berg/marshmallow-generic - Generic schema with full typing support and minimal boilerplate
- justanr/marshmallow-annotations - Generate schemas from type annotations
- facultyai/marshmallow-dataframe - Generate schemas for Pandas DataFrames
- adamboche/python-marshmallow-union - Union fields
- and-semakin/marshmallow-toplevel - Load & validate top-level lists
- szymansd/marshmallow-always-list-field - Converts field values to list
- marshmallow-code/flask-marshmallow - Flask integration
- marshmallow-code/flask-smorest - DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow
- marshmallow-code/django-rest-marshmallow - Integration with Django REST Framework
- apiflask/apiflask - Lightweight Python web API framework based on Flask and marshmallow-code projects
- hug - hug has built-in support for marshmallow schemas and types. Simply pass in the marshmallow object as a type annotation and hug will enforce it.
- 4Catalyzer/flask-resty - Building blocks for REST APIs for Flask.
- morepath/more.marshmallow - marshmallow schema (de)serialization for Morepath
- miLibris/flask-rest-jsonapi - Flask extension to build REST APIs around JSONAPI 1.0 specification. Relies on marshmallow-jsonapi for serialization
- plangrid/flask-rebar - Flask extension that uses marshmallow for validation/marshaling and autogenerates Swagger/documentation.
- Nobatek/flask-rest-api - REST API framework built upon marshmallow, webargs, and apispec.
- ergo/pyramid_apispec - Validate Pyramid REST API's with marshmallow and generate OpenAPI documentation from the schemas.
- flask-pro/flask-first - Flask extension for using "specification first" principle via OpenAPI specification. Automatically generating Marshmallow schemas to validate and serialize a request from OpenAPI schemas.
- marshmallow-code/marshmallow-sqlalchemy - SQLAlchemy integration
- touilleMan/marshmallow-mongoengine - MongoEngine integration
- klen/marshmallow-peewee - Peewee integration
- Scille/umongo - Async/Sync MongoDB ODM based on Marshmallow
- marshmallow-code/marshmallow-jsonapi - JSON API 1.0 formatting
- marshmallow-code/apispec - Pluggable Swagger spec generator with an extension for marshmallow
- marshmallow-code/webargs - Request argument parsing built on top of marshmallow
- podhmo/swagger-marshmallow-codegen - Generate marshmallow Schemas from swagger definition files
- prkumar/uplink - uplink has built-in support for marshmallow; set your schema as a method's return type, then uplink will automatically deserialize the response.
- fuhrysteve/marshmallow-jsonschema - Translates marshmallow schemas into JSON Schema Draft v7 compliant JSON Schema.
- Dowwie/marshmallow_recipes - Useful recipes
- sloria/environs - Parses environment variables.
- marshmallow-code/marshmallow-validators - Use 3rd-party validators (e.g. WTForms, colander) validators with marshmallow
Clone this wiki locally
You can’t perform that action at this time.