Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.
Collective - Host: opensource - https://opencollective.com/marshmallow - Code: https://github.com/marshmallow-code

Remove the skip_missing options

closes #211

github.com/marshmallow-code/marshmallow - a3908d36967ac30764ceb66c52c99357425fbdec authored over 9 years ago by Steven Loria <[email protected]>
Update changelog

github.com/marshmallow-code/marshmallow - 7ff03f6012ac6d5d4dc316107f0b98ccf8ce527c authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #210 from jmcarp/check-value-if-check-attribute

Skip call to `get_value` when not `_CHECK_ATTRIBUTE`.

github.com/marshmallow-code/marshmallow - 1759cf08872a035f99c9b2bc7a18734d741a8f3e authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'remove-to-marshallable-type' into dev

github.com/marshmallow-code/marshmallow - 4efa78dc9c476a62bbc11c42dc3d9e6dfb4fa19c authored over 9 years ago by Steven Loria <[email protected]>
Performance: Remove call to to_marshallable type when updating fields

github.com/marshmallow-code/marshmallow - 0941cf34ca9a55f25e9e6e7317f9a1f3d5aa6c18 authored over 9 years ago by Steven Loria <[email protected]>
Prep for next release

github.com/marshmallow-code/marshmallow - feda755096b4902fbaa5686a1e51cdd060e4f633 authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'update-examples' into dev

github.com/marshmallow-code/marshmallow - cb29e93d2dbf41ea35f74af532b8ceaececee8de authored over 9 years ago by Steven Loria <[email protected]>
Update Flask example and update changelog

github.com/marshmallow-code/marshmallow - e77d3772603fed528cfd2758dc1357edf3417b88 authored over 9 years ago by Steven Loria <[email protected]>
Update peewee example

Includes example pre_load and post_load usage; load_only/dump_only

github.com/marshmallow-code/marshmallow - ffd032c6584ea2fb30415e1bb221119c6cfe51bd authored over 9 years ago by Steven Loria <[email protected]>
Skip call to `get_value` when not `_CHECK_ATTRIBUTE`.

For `Field` subclasses with `_CHECK_ATTRIBUTE` set to `False`, the call
to `Field#get_value` in ...

github.com/marshmallow-code/marshmallow - 546344c574adf6690d0f4d5336c38c56946d45b0 authored over 9 years ago by Joshua Carp <[email protected]>
Fix documentation for sqla module

Need to install marshmallow_sqlalchemy in order to autodoc
the sqla module

github.com/marshmallow-code/flask-marshmallow - 8b14b058420f845d07dc8f30ddaa7d8be0428936 authored over 9 years ago by Steven Loria <[email protected]>
Add test for hyperlink schema deserialization

github.com/marshmallow-code/flask-marshmallow - 421bd28322207da0f66c21a5fcf0b2d9b443e08d authored over 9 years ago by Steven Loria <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/marshmallow-sqlalchemy - f6bbf81d29a517f92c035c9c3a3bb1f9bb7a6ee3 authored over 9 years ago by Steven Loria <[email protected]>
Show imports in example

github.com/marshmallow-code/marshmallow-sqlalchemy - 4f82b220382d31048503154ce05e5ca3057ec58c authored over 9 years ago by Steven Loria <[email protected]>
Add docs for overriding generated fields

github.com/marshmallow-code/marshmallow-sqlalchemy - 42122c6e52543e53b91a28f26ab96ed4bf3e41a5 authored over 9 years ago by Steven Loria <[email protected]>
Add Converter.field_for

github.com/marshmallow-code/marshmallow-sqlalchemy - 20f8ee68a86a1599d9b121ea5535334ba65d11a1 authored over 9 years ago by Steven Loria <[email protected]>
Update tasks.py

github.com/marshmallow-code/marshmallow - f00831bfa67925dc0642b8cfaaabba0f3706bc81 authored over 9 years ago by Steven Loria <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/marshmallow - 49af3187e82e09866612bb9317fa91ea0379d1d8 authored over 9 years ago by Steven Loria <[email protected]>
Merge branch '1.2-line' into dev

github.com/marshmallow-code/marshmallow - d563156a06d85a28b61e9a2f151b9f752a4950ed authored over 9 years ago by Steven Loria <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/marshmallow - c786c58242028c6742ded29bf7f4ab9c3319818d authored over 9 years ago by Steven Loria <[email protected]>
Add regression tests; update changelog

github.com/marshmallow-code/marshmallow - f626390877ac11b1e22d5afe3fc6bf5b8c6e216d authored over 9 years ago by Steven Loria <[email protected]>
Merge branch '1.2-line' into dev

github.com/marshmallow-code/marshmallow - c1f68735c3b5283644138e13c3194ff9caef8a0a authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'fix-error-msg' into 1.2-line

github.com/marshmallow-code/marshmallow - 1830933106e055ce617a7d41484fe41b7217cfa5 authored over 9 years ago by Steven Loria <[email protected]>
Backport: Correctly use error attribute for Boolean

github.com/marshmallow-code/marshmallow - 2b258fee4334a1324518741053658983f08f7634 authored over 9 years ago by Steven Loria <[email protected]>
Fix error message for fields.Decimal

github.com/marshmallow-code/marshmallow - cda728f7642107deb697d4ad18f2eeb319e09803 authored over 9 years ago by Steven Loria <[email protected]>
Correctly error attribute for Boolean; fix Decimal error message

github.com/marshmallow-code/marshmallow - 68d7eeb0deeb96e48eb8612600ea022b5b58008f authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'philtay-nan' into dev

github.com/marshmallow-code/marshmallow - ae4c223fa52c860098f38c704613702e90e75f90 authored over 9 years ago by Steven Loria <[email protected]>
Minor language changes and changelog update

github.com/marshmallow-code/marshmallow - e270a51f38be491bc384c61120734f1e82b8d3bc authored over 9 years ago by Steven Loria <[email protected]>
Test serialization of special numeric values

github.com/marshmallow-code/marshmallow - 2b7a8c3fef50ac64ff214987f011b55cff56c51e authored over 9 years ago by philtay <[email protected]>
Test deserialization of special numeric values

github.com/marshmallow-code/marshmallow - 1d6907da0310d4dd215fb4825060bc11927b8bc3 authored over 9 years ago by philtay <[email protected]>
Deal with special numeric values

github.com/marshmallow-code/marshmallow - 125612bac8164c1fbbcd011f618edb2fc46a4be2 authored over 9 years ago by philtay <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/flask-marshmallow - f25888ab44781ac3d0cf30d2cfcdcccdbb6b4af3 authored over 9 years ago by Steven Loria <[email protected]>
Warn if Flask-SQLAlchemy is installed without marshmallow-sqlalchemy

github.com/marshmallow-code/flask-marshmallow - b6c0695c34271a8ad44ac15bf1932a72865471c3 authored over 9 years ago by Steven Loria <[email protected]>
Document HyperlinkModelSchema

github.com/marshmallow-code/flask-marshmallow - 9c30ae0ed4247b926f069b649a0d1a89c87933e4 authored over 9 years ago by Steven Loria <[email protected]>
Allow link attribute to be configured with MARSHMALLOW_LINK_ATTRIBUTE

github.com/marshmallow-code/flask-marshmallow - 57824155c04da64ff7574a9e6b5ad6bf57b429ef authored over 9 years ago by Steven Loria <[email protected]>
Add HyperlinkModelSchema

github.com/marshmallow-code/flask-marshmallow - 0835a87ef958a98a6aeb69ee963c0854dcfde3d4 authored over 9 years ago by Steven Loria <[email protected]>
Use webbrowser to open built README file

github.com/marshmallow-code/marshmallow - 1b93b60581c528e4c1459757fe3fce45d61f71d2 authored over 9 years ago by Steven Loria <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/marshmallow-sqlalchemy - f87f70c3806215e2b0b54cb96421b1784bb57eb0 authored over 9 years ago by Steven Loria <[email protected]>
Fix keygetter option on Py2

github.com/marshmallow-code/marshmallow-sqlalchemy - 9bd45c2598c32d14311a4d2bd320bfc1e9d767f1 authored over 9 years ago by Steven Loria <[email protected]>
Fix passing keygetter to relationship fields

github.com/marshmallow-code/marshmallow-sqlalchemy - e64a2655cf4f8e3d13921a95a2f018a48af191f5 authored over 9 years ago by Steven Loria <[email protected]>
Bump dev version

github.com/marshmallow-code/marshmallow - 6511892d9c95222ca1350ea18e5585edadcd5ac3 authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'philtay-repr' into dev

[closes #204]

github.com/marshmallow-code/marshmallow - d63468bef0a2b3552e100fa21efd3cfcbcddbf15 authored over 9 years ago by Steven Loria <[email protected]>
Update changelog

github.com/marshmallow-code/marshmallow - 2c2f52ea6f929d2ebc98b49de8b0126f0db62def authored over 9 years ago by Steven Loria <[email protected]>
Remove 'validate.' prefix

So that user validators can subclass Validator

github.com/marshmallow-code/marshmallow - 8aab6b655211ecd0887b90eab9f9dfcfa57faaed authored over 9 years ago by Steven Loria <[email protected]>
Drop support for <1.2.0

github.com/marshmallow-code/flask-marshmallow - a6d5950186efc6a334dda69bb3e08a8f2e5cdeb3 authored over 9 years ago by Steven Loria <[email protected]>
Test __repr__ method

github.com/marshmallow-code/marshmallow - e0c81924229fb7e38342546ea50fe159abf11a6f authored over 9 years ago by philtay <[email protected]>
Add __repr__ method to validators

Also, add Validator base abstract class.

github.com/marshmallow-code/marshmallow - 50d61d7ea711fb4a84dd5b7bbae0f0da4e7cdb1f authored over 9 years ago by philtay <[email protected]>
Skip SQLAlchemy tests on marshmallow<2.0

github.com/marshmallow-code/flask-marshmallow - 892078fcf0165a005c8e5bc61209641475223bf8 authored over 9 years ago by Steven Loria <[email protected]>
Fix username in changelog

github.com/marshmallow-code/flask-marshmallow - 18294964ac41ab71319e4e1597baae85c3120a13 authored over 9 years ago by Steven Loria <[email protected]>
Use iteritems from marshmallow.compat

github.com/marshmallow-code/flask-marshmallow - f5f009f6fb1d11610119f1505bc07c507290236c authored over 9 years ago by Steven Loria <[email protected]>
Support serializing a list of hyperlinks

[resolves #11]

github.com/marshmallow-code/flask-marshmallow - f6730d80a90272c8a6e819e82d5933ed66d9767c authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'sqlalchemy-support' into dev

github.com/marshmallow-code/flask-marshmallow - 7916b5944904c3ce2bdd196ec72312a7039e8801 authored over 9 years ago by Steven Loria <[email protected]>
Fix binding of db.session to ModelSchema classes

github.com/marshmallow-code/flask-marshmallow - e33d82120520d6e14b8792c59dc4499ad6a629e3 authored over 9 years ago by Steven Loria <[email protected]>
Update docs: FLask-SQLAlchemy support

Also add sphinx-autorebuild support

github.com/marshmallow-code/flask-marshmallow - dc8457bff9568b09aafd66401764f6afda0d819c authored over 9 years ago by Steven Loria <[email protected]>
Make ModelSchema a subclass of flask_marshmallow.schema

Expand docstring for Marshmallow

github.com/marshmallow-code/flask-marshmallow - de6cb0a2cadfca45d8edfe19d508502585219539 authored over 9 years ago by Steven Loria <[email protected]>
Add optional support for flask-sqlalchemy

Uses the scoped db.session if flask-sqlalchemy is
registered on the app

github.com/marshmallow-code/flask-marshmallow - 0ffb53d36fa514f7a1bcaf698876b53fb8c97a8d authored over 9 years ago by Steven Loria <[email protected]>
Drop support for 1.0.0-a; 1.0.0 is the minimum version

github.com/marshmallow-code/flask-marshmallow - 6fa4b6bf690aae01b77e9e40c85b5fe44ba1dbd5 authored over 9 years ago by Steven Loria <[email protected]>
Remove unused import

github.com/marshmallow-code/flask-marshmallow - e0adad168003b70779a98ba7b22cef6c8f3e8787 authored over 9 years ago by Steven Loria <[email protected]>
Change Schema.jsonify to take the same args as Schema.dump

github.com/marshmallow-code/flask-marshmallow - e1e0c020a1a61e3d957454f48e98e7189070db17 authored over 9 years ago by Steven Loria <[email protected]>
Remove support for deprecated config options

github.com/marshmallow-code/flask-marshmallow - 480f8e0bbd4a71641c096239f55a7122486ec8af authored over 9 years ago by Steven Loria <[email protected]>
Prep for next release

github.com/marshmallow-code/flask-marshmallow - 1cacb6119f284d124f0c7a66514e921c967bfa43 authored over 9 years ago by Steven Loria <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/marshmallow-sqlalchemy - b10eb385e14d2a0cfce457d7406956947c3089bb authored over 9 years ago by Steven Loria <[email protected]>
Fix links and code in readme

github.com/marshmallow-code/marshmallow-sqlalchemy - 2b723e4c184af95a6d819128905a8322ac937c08 authored over 9 years ago by Steven Loria <[email protected]>
Save property's doc attribute in field's metadata['description']

Useful for documentation generation

github.com/marshmallow-code/marshmallow-sqlalchemy - a2e8789368d94fdfe1edc056c29693a12ff192fd authored over 9 years ago by Steven Loria <[email protected]>
Add section on introspecting generated fields

github.com/marshmallow-code/marshmallow-sqlalchemy - c0c6c17b0e3ba9a6220c29389f988e2e49aca2b3 authored over 9 years ago by Steven Loria <[email protected]>
Allow extra kwags to be passed to generated fields

Also, add tests for column2field

github.com/marshmallow-code/marshmallow-sqlalchemy - fa66d57859cca4a00be770dd6f91530a84afc984 authored over 9 years ago by Steven Loria <[email protected]>
Refactor ModelConverter methods; add column2field

github.com/marshmallow-code/marshmallow-sqlalchemy - c7cf797e046175e1403d2075e3240f989f150dd7 authored over 9 years ago by Steven Loria <[email protected]>
Bump version, update copyright year, and update changelog

also simplify conf.py

github.com/marshmallow-code/flask-marshmallow - c0c9acdd9669eb1a1dbe66f62aa6c6ccb2acb298 authored over 9 years ago by Steven Loria <[email protected]>
Fix Schema#jsonify test

github.com/marshmallow-code/flask-marshmallow - e989f25fa157e4483b1ffdd527e7155813d4ee3b authored over 9 years ago by Steven Loria <[email protected]>
Fix compatibility with marshmallow>=2.0.0a1

[close #16]
[close #15]

github.com/marshmallow-code/flask-marshmallow - bacddccc143233f53f6e8382ad232d27b9f86ba6 authored over 9 years ago by Steven Loria <[email protected]>
Test against oldest supported version

github.com/marshmallow-code/flask-marshmallow - d6d28e9adda5b892532ad402a04b13e614cecbb8 authored over 9 years ago by Steven Loria <[email protected]>
Install marshmallow after installing package

So that older versions can be installed

github.com/marshmallow-code/flask-marshmallow - 4b0c6a916fdef9fd0ccfaa4985e3e4144adbf983 authored over 9 years ago by Steven Loria <[email protected]>
Run travis tests against 1.2 line and latest release

github.com/marshmallow-code/flask-marshmallow - 9793cb25805c4d23401600733eab40e7963a334d authored over 9 years ago by Steven Loria <[email protected]>
Update docs with new recipes page; add doc "watch" mode

github.com/marshmallow-code/marshmallow-sqlalchemy - 40f0320a3088eb7a7cb1ed389d91b39c9a743957 authored over 9 years ago by Steven Loria <[email protected]>
Remove duplicate module ids and fix links

github.com/marshmallow-code/marshmallow - a5e7d3f772d0d9a0286d39ed47760a514cf8dd95 authored over 9 years ago by Steven Loria <[email protected]>
Fix deserialization example

github.com/marshmallow-code/marshmallow-sqlalchemy - 967e04b40c285a16edb0215837e22e81be87603b authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'dev' of https://github.com/marshmallow-code/marshmallow-sqlalchemy into dev

github.com/marshmallow-code/marshmallow-sqlalchemy - 45f7e4c913a5a85837d6d0f74fb66959141f9a38 authored over 9 years ago by Steven Loria <[email protected]>
Expose property2field, adding 'instance' parameter

Also, rename tests module

github.com/marshmallow-code/marshmallow-sqlalchemy - f78f09d34ef56c2ee1e347c79d8ed878514b6acf authored over 9 years ago by Steven Loria <[email protected]>
Show deserialization example

github.com/marshmallow-code/marshmallow-sqlalchemy - f7538f679a1420fca887373636fbe28b524e8b2a authored over 9 years ago by Steven Loria <[email protected]>
Use 'fields' class Meta option to bail out early in fields_for_model

github.com/marshmallow-code/marshmallow-sqlalchemy - df9a8f3e4d00617bc093350fb21575aa37fb8f4f authored over 9 years ago by Steven Loria <[email protected]>
Use 'fields' class Meta option to bail out early in fields_for_model

github.com/marshmallow-code/marshmallow-sqlalchemy - 0ccb41d6afbb5d1d1931691f52c3761a5fded70f authored over 9 years ago by Steven Loria <[email protected]>
Remove redundant naming for for more concise imports

github.com/marshmallow-code/marshmallow-sqlalchemy - b8c65452c4c5ab536b19789824bfe1b28d6092a7 authored over 9 years ago by Steven Loria <[email protected]>
Move convertion functions/classes to convert.py

github.com/marshmallow-code/marshmallow-sqlalchemy - 558832583a9cc9ddac8fb1c206a3cdc8acd1574d authored over 9 years ago by Steven Loria <[email protected]>
Deserialize to a model instance

github.com/marshmallow-code/marshmallow-sqlalchemy - f3e0833b81b1eb5e3c20a9ba0386ff9b31a8b770 authored over 9 years ago by Steven Loria <[email protected]>
Make primary key fields dump_only

github.com/marshmallow-code/marshmallow-sqlalchemy - 3ede139c3f4b80a64f11193f20f42047c1bd02b4 authored over 9 years ago by Steven Loria <[email protected]>
Depend on SQLAlchemy>=0.7

github.com/marshmallow-code/marshmallow-sqlalchemy - a75fe91f5f19ecf2ec311f43aabb8fc37fad36ea authored over 9 years ago by Steven Loria <[email protected]>
More complete implementation of ColumnProperty conversion

github.com/marshmallow-code/marshmallow-sqlalchemy - 6d49e7da4662dd7f4c1c4b2a234c45505ce814a2 authored over 9 years ago by Steven Loria <[email protected]>
Expose get_pk_from_identity and ModelConverter

github.com/marshmallow-code/marshmallow-sqlalchemy - e9163dd23f6fbe0d08e7fdabac8011a5b8f54415 authored over 9 years ago by Steven Loria <[email protected]>
Add tests for integration with other class Meta options

Also, add docs for class Meta options and ModelSchema

github.com/marshmallow-code/marshmallow-sqlalchemy - 4224476c7c88b577fff70aab7adad3fa24a22b94 authored over 9 years ago by Steven Loria <[email protected]>
Fix serialization of None for Time, Date, and TimeDelta

github.com/marshmallow-code/marshmallow - ba24e5a296d214a482fec939395813c289fe8803 authored over 9 years ago by Steven Loria <[email protected]>
Add links to docs, changelog, pypi, and issues

github.com/marshmallow-code/marshmallow-sqlalchemy - 425a69d67a0dc6929694998ca86c5fe4e2c3343b authored over 9 years ago by Steven Loria <[email protected]>
Need to install sqlalchemy to build docs

github.com/marshmallow-code/marshmallow-sqlalchemy - 98689833896cdc1cd155e4c655a04503cc7628ba authored over 9 years ago by Steven Loria <[email protected]>
Correct release date

github.com/marshmallow-code/marshmallow - 2bd3c37610efdee533be3289c5f0fa15ba60e806 authored over 9 years ago by Steven Loria <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/marshmallow - 33ed4c57bed8f7f6ccbf3517ba35d7e770b86727 authored over 9 years ago by Steven Loria <[email protected]>
Document deprecation of __preprocessor__ and __data_handlers__

github.com/marshmallow-code/marshmallow - 44409fa5cf328b8edc0918f78c4f0cf6931bbeac authored over 9 years ago by Steven Loria <[email protected]>
Add SchemaMeta.get_declared_fields

This hook allows plugins/integration libraries to add additional
_declared_fields

github.com/marshmallow-code/marshmallow - f993b891dffd20c33a6e4c089185c16465c6fcba authored over 9 years ago by Steven Loria <[email protected]>