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

Merge pull request #22 from jmcarp/auto-require-path-params

Force required=True on all path parameters.

github.com/marshmallow-code/apispec - 1d6535079b8802d8ebdf72d796c944e8bd0821b8 authored over 9 years ago by Steven Loria <[email protected]>
Force required=True on all path parameters.

github.com/marshmallow-code/apispec - 5b37b15dfe84103bdb421825e4861d987445142c authored over 9 years ago by Joshua Carp <[email protected]>
Merge pull request #21 from jmcarp/convert-schema-on-add-path

Convert schemas to Swagger on add path.

github.com/marshmallow-code/apispec - cf14e1642cec7087bd825529303b93bae6a24e9e authored over 9 years ago by Steven Loria <[email protected]>
Convert schemas to Swagger on add path.

github.com/marshmallow-code/apispec - 2191edd145c317ad61aa85defed901537bba7365 authored over 9 years ago by Joshua Carp <[email protected]>
Add back webargs as a dev dependency

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

github.com/marshmallow-code/apispec - 5e2169aa49b44ffc97bead2a5f99c150cf1f6804 authored over 9 years ago by Steven Loria <[email protected]>
Remove smore.validate module

It has moved to https://github.com/marshmallow-code/marshmallow-validators

github.com/marshmallow-code/apispec - 44500f79e37fc896d03860f9a3b888731918c2c4 authored over 9 years ago by Steven Loria <[email protected]>
Update README and docs

github.com/marshmallow-code/marshmallow-validators - cdfae539b2e4e64da1b47fa31488b2ed03539329 authored over 9 years ago by Steven Loria <[email protected]>
First release will be 1.0; update docs

github.com/marshmallow-code/marshmallow-validators - 481cef5f1b6131747e546375f817e24364869eeb authored over 9 years ago by Steven Loria <[email protected]>
Initial commit; migration from smore

github.com/marshmallow-code/marshmallow-validators - 4394006e0006e461504211eda0d69a3ece1065f9 authored over 9 years ago by Steven Loria <[email protected]>
Bump flake8 version; update badges

github.com/marshmallow-code/marshmallow - b5f055be596fcd25b6a77ebb9993fc33dafabde8 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #19 from dpwrussell/setup_schema_recipe

setup_schema auto-generation of schemas added to docs recipe

github.com/marshmallow-code/marshmallow-sqlalchemy - edba7b17fd31887d20d123837611b130aae9c1bd authored over 9 years ago by Steven Loria <[email protected]>
setup_schema auto-generation of schemas added to docs recipe

github.com/marshmallow-code/marshmallow-sqlalchemy - aa11e0a2596b61669eea08de21bcbb6116b1135e authored over 9 years ago by dpwrussell <[email protected]>
Added test for overridden field that should be included

github.com/marshmallow-code/marshmallow-sqlalchemy - 177631a327f06c43027fab4d1e189735314559d0 authored over 9 years ago by dpwrussell <[email protected]>
Do not skip overridden columns that are part of the polymorphic

hierarchy, they should be included in the serialization

github.com/marshmallow-code/marshmallow-sqlalchemy - ce1cfa82afbaa0bdf33ac9012eb0cac99ca5c61c authored over 9 years ago by dpwrussell <[email protected]>
Update changelog and add @floqqi to AUTHORS

github.com/marshmallow-code/marshmallow - a3a4effda7b5be1211d836b89f4933385965f0e1 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #266 from floqqi/deserialize

Unmarshaller: ask for attribute-key on demand

github.com/marshmallow-code/marshmallow - fb5a552e81a5ba6ff7fcfd29ab96259430483424 authored over 9 years ago by Steven Loria <[email protected]>
Unmarshaller: ask for attribute-key on demand

github.com/marshmallow-code/marshmallow - 34f4721ebd3a03dac1b000f67af4a169a56525b2 authored over 9 years ago by Florian <[email protected]>
Add necessary requirements for docs

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

github.com/marshmallow-code/marshmallow-sqlalchemy - 1284039404f03f8b0c4ceaba1fe6757cdcf653e9 authored over 9 years ago by Steven Loria <[email protected]>
Include docs and tests in release tarballs

github.com/marshmallow-code/marshmallow-sqlalchemy - 83b0583f4df18ede65b0dc6ca1ae025eea06ebb0 authored over 9 years ago by Steven Loria <[email protected]>
Allow Session to be passed to load() or constructor

resolves #11

github.com/marshmallow-code/marshmallow-sqlalchemy - 6d616e02c8318ad5d6795edc2fbf1a64944b2b0e authored over 9 years ago by Steven Loria <[email protected]>
Remove unnecessary pty=True

github.com/marshmallow-code/marshmallow-sqlalchemy - f7d3cfb69264c36abd6efe7e637d41d0c9b68f66 authored over 9 years ago by Steven Loria <[email protected]>
Update changelog and add @dpwrussell to AUTHORS

github.com/marshmallow-code/marshmallow-sqlalchemy - 4a91bd7806412976893591cf38447b3bd9cb0f4a authored over 9 years ago by Steven Loria <[email protected]>
Improve tests and fix indentation

github.com/marshmallow-code/marshmallow-sqlalchemy - 74c350865d8b72e8f25e04e3f98ab4398b2763c4 authored over 9 years ago by Steven Loria <[email protected]>
This E129 makes absolutely no sense to me as it is much less readable in every possible solution to the problem, but alas...

github.com/marshmallow-code/marshmallow-sqlalchemy - 026529de9a0eb8371b9bad60d9d1878b72724393 authored over 9 years ago by dpwrussell <[email protected]>
Handled uselist=False case for one/many to zero/one case, including tests

github.com/marshmallow-code/marshmallow-sqlalchemy - 883f3d5712a847b77d294a8a30e80f5e93dfd437 authored over 9 years ago by dpwrussell <[email protected]>
Merge pull request #239 from stas/boolean-tests

Fixed boolean field serialization.

github.com/marshmallow-code/marshmallow - 5c5542e7d6a8ca753d4bfcf226dd73d3b282660c authored over 9 years ago by Steven Loria <[email protected]>
Fixed boolean field serialization.

Added docs and consistency checking for truthy values.

github.com/marshmallow-code/marshmallow - 5900c5aa145330c0d4ce11ba47fb78c548f3e3ff authored over 9 years ago by Stas SUȘCOV <[email protected]>
Update changelog

github.com/marshmallow-code/marshmallow - b95a85f76b7c9088febb0c947cb8e971d1c829e6 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #262 from praveen-p/dev

fix #248

github.com/marshmallow-code/marshmallow - cd2ef7aca6719e0fe2ac56d44883867da2cc5785 authored over 9 years ago by Steven Loria <[email protected]>
_deserialize receives attr and input data

Update docs and changelog

closes #172

github.com/marshmallow-code/marshmallow - 7fd334bf023b11ae3e072d831bc5ae9c7c72ec00 authored over 9 years ago by Steven Loria <[email protected]>
Include docs and tests in release tarballs

closes #201

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

github.com/marshmallow-code/marshmallow - b4144370edb1a2ddeacf7cd643eeffbe2db9cd1e authored over 9 years ago by Steven Loria <[email protected]>
Update docs: remove deprecated API; document context

closes #224
closes #263

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

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

github.com/marshmallow-code/marshmallow - 36de5ee3856445aae7002886a719f4a6a5156d18 authored over 9 years ago by Steven Loria <[email protected]>
Only call make_object when data are valid

closes #243

github.com/marshmallow-code/marshmallow - 8491d42be755777386740f97eb4789ccb952c36e authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #260 from philtay/simpreg

Simplify USER_REGEX

github.com/marshmallow-code/marshmallow - 373fcd84e4977dbab2c3b328e1964c292cb7ba6a authored over 9 years ago by Steven Loria <[email protected]>
If invalid type is passed to a schema and strict=False, store error

closes #261

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

github.com/marshmallow-code/webargs - 5001d30b1d097ff6d92dd70b953bdb89a959894e authored over 9 years ago by Steven Loria <[email protected]>
added praveen-p to contributors

github.com/marshmallow-code/marshmallow - 9e316c477708e6df50da253fdd3f97658a0cd199 authored over 9 years ago by Praveen Pothana <[email protected]>
fix #248: user user defined format to deserialize datatime

github.com/marshmallow-code/marshmallow - e8b08ba0b3bc29643865cf67389afb3363d12672 authored over 9 years ago by Praveen Pothana <[email protected]>
Bump dev version; update changelog; add @marcellarius to AUTHORS

github.com/marshmallow-code/webargs - 41cee93e1fe1601ab95afb8500f3368ea7e6ce4f authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #56 from marcellarius/no-null-type-conversion

No null type conversion

github.com/marshmallow-code/webargs - 0c15aba44cb4cf4d91ce4858b7f34b0f7e13c545 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #55 from marcellarius/mock-version-fix

Specify Mock version in dev-requirements

github.com/marshmallow-code/webargs - a2f163db77ebd80063d83b205a8c8c5b1a0b9a5d authored over 9 years ago by Steven Loria <[email protected]>
Specify Mock version in dev-requirements

The latest version of Mock (1.3.0) in PyPI breaks some existing test
cases. Specifying version ...

github.com/marshmallow-code/webargs - 5aa8dfbfdd2b86f5902b3f56dc4897c055dc6a26 authored over 9 years ago by Sam Douglas <[email protected]>
Documented arg validation behaviour

github.com/marshmallow-code/webargs - db76dd4f11b814f004d28bc8f1cfdcdb8790805b authored over 9 years ago by Sam Douglas <[email protected]>
Add null test for type conversion

github.com/marshmallow-code/webargs - 268d6c5d161bb8a4e62813db888d84f351101e67 authored over 9 years ago by Sam Douglas <[email protected]>
Skip type conversion for None values

The built-in type conversion functions don't handle None values
usefully and make it difficult t...

github.com/marshmallow-code/webargs - 468e6759d4744fc4002abe9343eb32e149e440c4 authored over 9 years ago by Sam Douglas <[email protected]>
Remove unnecessary use of inspect.getmro and add inheritance tests

Closes #12

github.com/marshmallow-code/marshmallow-sqlalchemy - 48298724c644a76f470f3293177610e911d50a83 authored over 9 years ago by Steven Loria <[email protected]>
Update changelog and add @max-orhai to AUTHORS

github.com/marshmallow-code/marshmallow - b6353c279dc4faec37e61fd720d0d83a58146d86 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #235 from max-orhai/dev

Type error and missing required data error handling for nested fields.

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

github.com/marshmallow-code/marshmallow - c1d411bcd48276e9927b531be22d7ba95147e9e4 authored over 9 years ago by philtay <[email protected]>
Update changelog and add @mwstobo to AUTHORS

github.com/marshmallow-code/marshmallow - 65615178395f715627fdb15d0dc0391b007b2b1c authored over 9 years ago by Steven Loria <[email protected]>
Fix errors on non-ASCII local email part

github.com/marshmallow-code/marshmallow - 376349883c5bef2455db474d30b020b2cd8cd6c3 authored over 9 years ago by Matt Stobo <[email protected]>
Don't include user input in error messages by default

- User input might be unsafe
- Avoids double-quoting when jsonifying error messages

closes #255

github.com/marshmallow-code/marshmallow - 27992463466a7d0936f4cef000402f853ed6f944 authored over 9 years ago by Steven Loria <[email protected]>
Call make_object after validation methods

Also, remove unused postprocess parameter of Unmarshaller

[closes #253]

github.com/marshmallow-code/marshmallow - 0cd153bd740deb9f7e4c65f0327af609e2b0d8e7 authored over 9 years ago by Steven Loria <[email protected]>
Document installation with recommmended dependencies

github.com/marshmallow-code/marshmallow - 534efdf4cdeba6ff836f4e841495969e000eb866 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #250 from philtay/extras

setuptools extras

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

github.com/marshmallow-code/marshmallow - ead392ba59c26d1e3b3b9a365c0f2e76ff828092 authored over 9 years ago by philtay <[email protected]>
Add recommended dependencies

github.com/marshmallow-code/marshmallow - f83fdfac2b08d95d0181801852b414cfc5f75fe0 authored over 9 years ago by philtay <[email protected]>
Merge remote-tracking branch 'upstream/dev' into dev

Conflicts:
marshmallow/__init__.py

github.com/marshmallow-code/marshmallow - f998afd82ceb3847e782e6dbd6e58ab664a966dc authored over 9 years ago by Max Orhai <[email protected]>
using ValidationError.messages instead of .message for correct Py3 usage

github.com/marshmallow-code/marshmallow - ac508364601d6d6e104e1dfbab920289fdbc953a authored over 9 years ago by Max Orhai <[email protected]>
Bug fix: correct recursive descent. Better test data.

github.com/marshmallow-code/marshmallow - 93f20e61b37909fbbf928b9fc48cc8f6b0d91b2e authored over 9 years ago by Max Orhai <[email protected]>
Add @kelvinhammond to AUTHORS and update changelog

github.com/marshmallow-code/marshmallow - 942070abb337adf361999754aa81f1c1b4b014b5 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #215 from kelvinhammond/schema_dump_only

Added dump_only and load_only to schema Meta

github.com/marshmallow-code/marshmallow - 78f8c828946dcf6357c051e303d892e41361e962 authored over 9 years ago by Steven Loria <[email protected]>
Fixed the flask8 error in load / dump only documentation

github.com/marshmallow-code/marshmallow - 6405935f88baff412287b30a525780af66b9ac37 authored over 9 years ago by Kelvin Hammond <[email protected]>
Added unittests for load only and dump only

github.com/marshmallow-code/marshmallow - 80a7f2be81e8bc9bd706ce6e1a01dd38c57da2af authored over 9 years ago by Kelvin Hammond <[email protected]>
Merge branch 'dev' of https://github.com/marshmallow-code/marshmallow into schema_dump_only

github.com/marshmallow-code/marshmallow - 8c95108032da7780b335258d372902648e1df7ba authored over 9 years ago by Kelvin Hammond <[email protected]>
Update changelog and bump dev version

github.com/marshmallow-code/marshmallow - 3952e6a4c5b33677c65db318765ddfffa0dfae9f authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #242 from alexmorken/bugfix/make_callable_attributes_marshallable

Updated utils._get_value_for_key return the called attribute if it is callable

github.com/marshmallow-code/marshmallow - 9844f9d8250e04a661c33bd366d51776141bec22 authored over 9 years ago by Steven Loria <[email protected]>
Bug fix: return errors from multiple missing required inner fields in a required schema

github.com/marshmallow-code/marshmallow - a56ae89edbb1bb2900b7fa34c4c7037df4c6f92d authored over 9 years ago by Max Orhai <[email protected]>
Updated utils._get_value_for_key return the called attribute if it is callable

github.com/marshmallow-code/marshmallow - 7c5dd90f42722fb0bfc0ec4ede911eee9c5adc89 authored over 9 years ago by Alex Morken <[email protected]>
Merge pull request #237 from Sheeo/patch-1

Fix typo in unwrap_envelope

github.com/marshmallow-code/marshmallow - afd520b122200cea114b49dac9b3b38e4833b3d3 authored over 9 years ago by Steven Loria <[email protected]>
Checking input value for any collection, not just a list, when many=True.

github.com/marshmallow-code/marshmallow - abe114a15cb5195d9df79939f4ff3040099fa405 authored over 9 years ago by Max Orhai <[email protected]>
Recursively check Nested schemas for missing values during deserialization.

github.com/marshmallow-code/marshmallow - 042bce27f2e8336431bc5f8e3adc23ed5dce2c8d authored over 9 years ago by Max Orhai <[email protected]>
Type error and missing required data error handling for nested fields.

github.com/marshmallow-code/marshmallow - cf582d1415505a96f25944d66765feab13d2a6fb authored over 9 years ago by Max Orhai <[email protected]>
Using Python 2.6 compatible string format syntax

github.com/marshmallow-code/marshmallow - 4f67014320d5ae09e6bac7c7d2f5e5ebb33de9fd authored over 9 years ago by Max Orhai <[email protected]>
Fix typo in unwrap_envelope

github.com/marshmallow-code/marshmallow - c6803063409efd80f1c00ca7c57de775f99f25fe authored over 9 years ago by Michael Søndergaard <[email protected]>
Depend on marshmallow>=2.0.0b4

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

Also add @traut to AUTHORS

github.com/marshmallow-code/marshmallow - 083f0b8da5661c6b0f26da5dc80e6c3b29a90756 authored over 9 years ago by Steven Loria <[email protected]>
Remove legacy function-based validators

ref #73

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

github.com/marshmallow-code/marshmallow - 6dac894d7d64f2dd072e75887ebcf254e7ca0913 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #232 from alexmorken/bugfix/return_field_name_or_load_from_on_validation_errors

Bugfix/return field name or load from on validation errors

github.com/marshmallow-code/marshmallow - e4112f902da5b876b6735cf51e5c818c7c2f9ad5 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #234 from traut/dev

fixing set serialization issue

github.com/marshmallow-code/marshmallow - 4ca6a181d719c42898c9412dab58184f9f4a78d8 authored over 9 years ago by Steven Loria <[email protected]>
fixing set deserialization issue

github.com/marshmallow-code/marshmallow - 48903a31227ebcc0fd3d9e62debd4be94a0b73d1 authored over 9 years ago by Sergey Polzunov <[email protected]>
Updated docs on fields to reflect what gets returned on validation error

github.com/marshmallow-code/marshmallow - e2cac8acfc8180c7be677a342c020863b2255d66 authored over 9 years ago by Alex Morken <[email protected]>
Added myself to AUTHORS.rst

github.com/marshmallow-code/marshmallow - d5c0f39a794e98015ab9d4b055c057e17dc38b11 authored over 9 years ago by Alex Morken <[email protected]>
Fixed bug where attribute (not field_name or load_from param) was being returned when deserializing data

Fixed bug where attribute (not field_name or load_from param) was being returned on errors when d...

github.com/marshmallow-code/marshmallow - c35d7e13921b8cefe11cd7c170de1b860e437f3f authored over 9 years ago by Alex Morken <[email protected]>
Merge pull request #23 from jmcarp/hyperlink-related

Add `HyperlinkRelated` field for SQLAlchemy integration.

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

github.com/marshmallow-code/webargs - 9a5a173b26e19401cf58950ca6a78f46659323b1 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #52 from stas/nesting_fixes

Simplified nested destination parsing.

github.com/marshmallow-code/webargs - af0197b74a61c3533dce5ab5129a6911860610d8 authored over 9 years ago by Steven Loria <[email protected]>
Raise actual errors.

github.com/marshmallow-code/flask-marshmallow - 9fe4effbf0853714943a99968094f1fe0e956f4f authored over 9 years ago by Joshua Carp <[email protected]>
Install from dev branches.

github.com/marshmallow-code/flask-marshmallow - c80a54c202d9762acad2d1aaf2e9781bafa14f10 authored over 9 years ago by Joshua Carp <[email protected]>