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

Use correct branch for badge

github.com/marshmallow-code/marshmallow - 710526fbf9bbb2bb13825eaea40b271b311d543c authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch '1.2-line' into dev

github.com/marshmallow-code/marshmallow - 7624c30faf56d828cab1562818c19b075a57a2ea authored almost 10 years ago by Steven Loria <[email protected]>
Update flake8 config and fix existing errors

github.com/marshmallow-code/marshmallow - c9cb4a26f3e51665a07c8ef376794254249d9405 authored almost 10 years ago by Steven Loria <[email protected]>
Pin to pep8 1.6.1

until this regression is fixed:
https://gitlab.com/pycqa/flake8/issues/35

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

github.com/marshmallow-code/marshmallow - d38f6ff04dc8157b70220a7699cc8c0654a6bba5 authored almost 10 years ago by Steven Loria <[email protected]>
Bump version and update channgelog

github.com/marshmallow-code/marshmallow - 93a65f8a9100a91596af1877493513bf8a453aea authored almost 10 years ago by Steven Loria <[email protected]>
Add test for URL alias and update changelog

github.com/marshmallow-code/marshmallow - 5af2696f0215f6a8accd14e338951f28e4169caf authored almost 10 years ago by Steven Loria <[email protected]>
Add add_fields class Meta option

Useful for adding fields which may be Python keywords or cannot
be valid variable names

github.com/marshmallow-code/marshmallow - 511e2063be0cabaa901a853cfdfd7304c9e3e08b authored almost 10 years ago by Steven Loria <[email protected]>
Add test for URL alias

github.com/marshmallow-code/marshmallow - 9db03b1820c3bf702960e973340d4171fbb696d1 authored almost 10 years ago by Steven Loria <[email protected]>
Improve __repr__ for Fields

github.com/marshmallow-code/marshmallow - ee4b64e7a2ddac78600824746fd1a9f5a4d1045c authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'error-indices' into dev

github.com/marshmallow-code/marshmallow - bbc734e2d505dd3a8e440d53fbd2bdec3b151fd5 authored almost 10 years ago by Steven Loria <[email protected]>
Remove unused code

github.com/marshmallow-code/marshmallow - 52c624fac5757a2845efdad60087c1e21352ae57 authored almost 10 years ago by Steven Loria <[email protected]>
Add docs for new errors dict format

github.com/marshmallow-code/marshmallow - 03e668ab92377486025ea6d7655f7eaadfc6d3b2 authored almost 10 years ago by Steven Loria <[email protected]>
Add index_errors class Meta option

When True, store indices of invalid items in a collection.
When False, do not store indices (pre...

github.com/marshmallow-code/marshmallow - e82341f2be5ae6754f6d2ff37c87c3a68ed65481 authored almost 10 years ago by Steven Loria <[email protected]>
Add parameter to (Un)Marshaller to turn off error indexing

github.com/marshmallow-code/marshmallow - d69f3123ed9e82d396b6a516aba4355b59cd44fb authored almost 10 years ago by Steven Loria <[email protected]>
Add tests for Umarshaller and Marshaller for storing error indices

And update docstrings

github.com/marshmallow-code/marshmallow - 82954cb115964ed4c3b51181b30045d74d3679b4 authored almost 10 years ago by Steven Loria <[email protected]>
Default dict_class=dict, for consistency with Unmarshaller

github.com/marshmallow-code/marshmallow - 5747a4560deff5403d6030e613f0fe516a4fc22a authored almost 10 years ago by Steven Loria <[email protected]>
Store index of invalid items when using many=True

See #75.
Still a WIP. Still needs more tests and docs. May also want to
add a config option to t...

github.com/marshmallow-code/marshmallow - a3d36024bfd6b76ecc0d0c031a5c93ea8400a90d authored almost 10 years ago by Steven Loria <[email protected]>
Add assertion for default validation message

github.com/marshmallow-code/marshmallow - f6fac057e2b50b8ebb28c3bf3a66f81a6d31016b authored almost 10 years ago by Steven Loria <[email protected]>
Update changelog

github.com/marshmallow-code/marshmallow - d0970f77bb760f3c6a4a32ff2c18ac8c4c216957 authored almost 10 years ago by Steven Loria <[email protected]>
Move URL alias to botom of file

github.com/marshmallow-code/marshmallow - 4ebb847df90a9c2ef9c9d0bcb49325b84fadcebb authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'philtay-containsonly' into dev

github.com/marshmallow-code/marshmallow - f70646c278161c8e1288069a0b9c2f56d7c2c0d0 authored almost 10 years ago by Steven Loria <[email protected]>
Add comment which explains why list.index was used.

github.com/marshmallow-code/marshmallow - dc2548f00b33bc53bec9650430c2a48278c77f3d authored almost 10 years ago by Steven Loria <[email protected]>
Break up ContainsOnly tests into smaller units

github.com/marshmallow-code/marshmallow - eef9638f4a7495876f976c21e1c8b018c4779856 authored almost 10 years ago by Steven Loria <[email protected]>
Add ContainsOnly unit tests

github.com/marshmallow-code/marshmallow - ce14427cb301c32875d181177859cfb1d25c9cdd authored almost 10 years ago by philtay <[email protected]>
Add ContainsOnly validator

github.com/marshmallow-code/marshmallow - 9f14a070a26089ca1a13a6783571738a2c82aa38 authored almost 10 years ago by philtay <[email protected]>
Merge branch 'philtay-self-contained' into dev

github.com/marshmallow-code/marshmallow - e8ce867325d8fb8576c6c2e499b2ea7f9ec1d331 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'philtay-unused' into dev

github.com/marshmallow-code/marshmallow - 6e1cf24861a1f06849f94ddd840b0b94b61f8edd authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'philtay-fix-td' into dev

github.com/marshmallow-code/marshmallow - 38e54ba03f4c474540935e932ccc9e19d092979a authored almost 10 years ago by Steven Loria <[email protected]>
Fix test_timedelta_field_deserialization

github.com/marshmallow-code/marshmallow - 5a9371dd50b3bd24b68b27c3f71b192f20356461 authored almost 10 years ago by philtay <[email protected]>
Remove unused import

github.com/marshmallow-code/marshmallow - cf0ff0b7a57256bca0a4dcb954bc4c4660d3a76a authored almost 10 years ago by philtay <[email protected]>
Make DateTime self-contained

github.com/marshmallow-code/marshmallow - 38aa24ce0b98cdf3b6581a8fd7c75ed67a65c288 authored almost 10 years ago by philtay <[email protected]>
Merge branch 'philtay-timedelta' into dev

github.com/marshmallow-code/marshmallow - 518151b225979e1f976e8b2e7f95fb09c26114d6 authored almost 10 years ago by Steven Loria <[email protected]>
Update docstring for TimeDelta and update changelog

github.com/marshmallow-code/marshmallow - fc9465439f76d5cc24e8ded0b68768bdb3e12508 authored almost 10 years ago by Steven Loria <[email protected]>
Optimize implementation of TimeDelta#_serialize

github.com/marshmallow-code/marshmallow - 33144049717acc9cf576b73e10880697e54febe8 authored almost 10 years ago by Steven Loria <[email protected]>
Use schema variable properly

github.com/marshmallow-code/marshmallow - 9ab4c6dc9dd8b5e8c72310e7f5627371c233951a authored almost 10 years ago by Steven Loria <[email protected]>
Default allow_null=True for Nested fields

[close #132]

github.com/marshmallow-code/marshmallow - db0ffd7cf48ee9845b5871424060f1a8f0affbe6 authored almost 10 years ago by Steven Loria <[email protected]>
Fix link to LICENSE

github.com/marshmallow-code/webargs - c326dee912006c084345aed09e92caeef46c9614 authored almost 10 years ago by Steven Loria <[email protected]>
Add sudo: false for faster builds

github.com/marshmallow-code/webargs - ef3030cf145d132614f31d26324498471d893ca5 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'philtay-minor' into dev

github.com/marshmallow-code/marshmallow - 6e4a4c8345c38fc9f485d4115e0032eae598248e authored almost 10 years ago by Steven Loria <[email protected]>
Import unicode_literals and minor fixes

github.com/marshmallow-code/marshmallow - c35fdfff0eda96e95637439ae0b18a23cb900f86 authored almost 10 years ago by philtay <[email protected]>
Document fields.Select deprecation

github.com/marshmallow-code/marshmallow - bdec25587f81a5e7661f612a5e5267cb52573bd2 authored almost 10 years ago by Steven Loria <[email protected]>
Add sudo: false for faster builds

github.com/marshmallow-code/marshmallow - 65e6cb7bd06185ae15fec718f142401f36e4606b authored almost 10 years ago by Steven Loria <[email protected]>
Test TimeDelta error message

github.com/marshmallow-code/marshmallow - 3a9efaf719e416691e08d2abd676261019ef40fb authored almost 10 years ago by philtay <[email protected]>
Pin version of pep8

1.6.2 introduces a regression in config handling that is
causing flaking to fail

see https://gi...

github.com/marshmallow-code/marshmallow - 8cc855fb714841c115e0805026678762816aad71 authored almost 10 years ago by Steven Loria <[email protected]>
Change TimeDelta overflow error message

github.com/marshmallow-code/marshmallow - 0ae74bc14f2a08b488876ae6b355564ec1e88f3b authored almost 10 years ago by philtay <[email protected]>
Merge branch 'issue129' into dev

github.com/marshmallow-code/marshmallow - 36be771e491d98c762fb02aa6fedfc84324f8830 authored almost 10 years ago by Steven Loria <[email protected]>
Update docs and changelog; add warnings about private API

github.com/marshmallow-code/marshmallow - f1664e78c0348f9f23c86744e69146068b72bcf7 authored almost 10 years ago by Steven Loria <[email protected]>
Move missing and null to marshalling module

github.com/marshmallow-code/marshmallow - 2d15d2dc1b9b1ce785b66627fad83e5bd892d55c authored almost 10 years ago by Steven Loria <[email protected]>
Move Marshaller and Unmarshaller to marshmallow.marshalling

[close #129]

github.com/marshmallow-code/marshmallow - bcc5a33aca8033508132eca6280a8d5e8795d8d9 authored almost 10 years ago by Steven Loria <[email protected]>
Fix line length errors

github.com/marshmallow-code/marshmallow - c2cdc7683af7911a233fb0b2454e868841c6a26c authored almost 10 years ago by Steven Loria <[email protected]>
Rewrite TimeDelta serialization test

github.com/marshmallow-code/marshmallow - 38157f07740e7f08b7a64ca30ff4ec64479ac843 authored almost 10 years ago by philtay <[email protected]>
Rewrite TimeDelta deserialization tests

github.com/marshmallow-code/marshmallow - 59aff7d8cd6a156c8a3af20ed5df8e380830c7e6 authored almost 10 years ago by philtay <[email protected]>
Rewrite TimeDelta from scratch

github.com/marshmallow-code/marshmallow - 0e08bbc5d353f4b9b3e87241338d12757f91b13f authored almost 10 years ago by philtay <[email protected]>
Remove total_seconds function

github.com/marshmallow-code/marshmallow - 7efa5739a7041f86adc49ad49c86b8addb63ddce authored almost 10 years ago by philtay <[email protected]>
Merge branch 'philtay-test-validate' into dev

github.com/marshmallow-code/marshmallow - 39dd974d562aa70cd469d3936b08fd969e8bdb32 authored almost 10 years ago by Steven Loria <[email protected]>
Deprecate Select field in favor of validate.OneOf

closes #135

github.com/marshmallow-code/marshmallow - 329f37c77c97e32d22d9fd7f0e50daf38a986f02 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch '1.2-line' into dev

github.com/marshmallow-code/marshmallow - 7aaafbe2d3ae5269a9a6b05549be5dcbce8f0c51 authored almost 10 years ago by Steven Loria <[email protected]>
Update chnagelog

github.com/marshmallow-code/marshmallow - c86c2c30b5f405e1edaf9892cdf03866f77d2d64 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'fix/nested-validation' into 1.2-line

github.com/marshmallow-code/marshmallow - dd1fd9a1b4f268a64768ba59bf5e131438a0c47a authored almost 10 years ago by Steven Loria <[email protected]>
Handle nested schema validators

see #144

github.com/marshmallow-code/marshmallow - 19973498c352893b50523e10b5f97162fe5527de authored almost 10 years ago by Steven Loria <[email protected]>
Add and improve tests

github.com/marshmallow-code/marshmallow - 15a27f566eb3abf3167a113f039c6960a828b1b0 authored almost 10 years ago by philtay <[email protected]>
Fix Length message and some cosmetic changes

github.com/marshmallow-code/marshmallow - 10e0d0cfeaf00f1be2affeda0caef5e8db54e252 authored almost 10 years ago by philtay <[email protected]>
Merge branch 'better-error-messages' into dev

github.com/marshmallow-code/marshmallow - 10c125bd6fbd870a5ba7fa35abf4483879d96037 authored almost 10 years ago by Steven Loria <[email protected]>
More consistent error message interpolation

- Every error message can be interpolated with {input}.
- Default message is defined as a class ...

github.com/marshmallow-code/marshmallow - 4cb155216e738de0fcc93e15b6adc7c923031bd1 authored almost 10 years ago by Steven Loria <[email protected]>
Make OneOf._format_error a method and interpolate {input}

...insteado {value}, for consistency with NoneOf

github.com/marshmallow-code/marshmallow - e427a7475d957f78667a50da9608cd32d6a53204 authored almost 10 years ago by Steven Loria <[email protected]>
Make _format_error a method rather than a lambda

github.com/marshmallow-code/marshmallow - fa33da39902d531182406e6f724500eca9653eb7 authored almost 10 years ago by Steven Loria <[email protected]>
Allow NoneOf error message to be interpolated with {input} and {values}

github.com/marshmallow-code/marshmallow - e92b36ca6816667d9cd5dec608da936300425365 authored almost 10 years ago by Steven Loria <[email protected]>
Make docstrings more consistent

github.com/marshmallow-code/marshmallow - 95a208d31ee0a799e01d0c53dc474f31465a4ffb authored almost 10 years ago by Steven Loria <[email protected]>
Update changelog

github.com/marshmallow-code/marshmallow - c94bae60ce22702037f6f93d2918c3496026e7d4 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'philtay-oneof' into dev

github.com/marshmallow-code/marshmallow - 0470e1b9c3dba19432df32c7c5d60654ca303633 authored almost 10 years ago by Steven Loria <[email protected]>
Add test for custom error messages

github.com/marshmallow-code/marshmallow - f6bac803a3d7c4c2eb7afbd760de35bd9886c847 authored almost 10 years ago by Steven Loria <[email protected]>
More elegant error message interpolation

github.com/marshmallow-code/marshmallow - 252c6cb2bdb4671e20d33e6c3583b5f46bf93b9f authored almost 10 years ago by philtay <[email protected]>
Add error message interpolation

github.com/marshmallow-code/marshmallow - 922bc2487351ba9e933c0153d3e31594da73a181 authored almost 10 years ago by philtay <[email protected]>
Rename pairs to options

github.com/marshmallow-code/marshmallow - 9d99445aa2c02d19ae4c02d5d165acd9a7f61655 authored almost 10 years ago by philtay <[email protected]>
Add OneOf validator

github.com/marshmallow-code/marshmallow - 71bd39a1439518f283ea21dc4cb43d8886159b7a authored almost 10 years ago by philtay <[email protected]>
Merge branch 'ryanlowe0-raw_data_validation' into dev

github.com/marshmallow-code/marshmallow - 5437bc74d4755cbdfbc7aadd562662ca2aae7d10 authored almost 10 years ago by Steven Loria <[email protected]>
Add unit test for utils.get_func_args

github.com/marshmallow-code/marshmallow - 256cc21a5628755204fa5e541ebfa6270f2deaea authored almost 10 years ago by Steven Loria <[email protected]>
Update Schema#validator docstring and update changelog

github.com/marshmallow-code/marshmallow - 9eb37f91c56734cecdc7911f622cb64514f1c0b7 authored almost 10 years ago by Steven Loria <[email protected]>
Rather than renaming get_func_args to get_callable_args, extend its functionality instead.

github.com/marshmallow-code/marshmallow - 8517f6c5344c3f99b698df28a70c63b909eed229 authored almost 10 years ago by Ryan Lowe <[email protected]>
Fix flake errors

github.com/marshmallow-code/marshmallow - b7ca1e13bcabb0282f7e0fe73e1ae677d4f4ced1 authored almost 10 years ago by Steven Loria <[email protected]>
Replace occurrences of get_func_args with get_callable_args, deprecating the former.

Make get_callable_args account for methods.

github.com/marshmallow-code/marshmallow - 84ad35d3eb1849b43e60c4d4e3180f1dcd3107e7 authored almost 10 years ago by Ryan Lowe <[email protected]>
Document optional raw_data argument.

github.com/marshmallow-code/marshmallow - c80f5310aebeb3df6636b57e6ba7facf2684ff2a authored almost 10 years ago by Ryan Lowe <[email protected]>
Added optional raw_data arg to custom validators.

github.com/marshmallow-code/marshmallow - 5d532288b03ac261df627eb179064a0e8e440eda authored almost 10 years ago by Ryan Lowe <[email protected]>
Update copyright year

github.com/marshmallow-code/webargs - 913f6cac81edbc61416e23f317707735628d5532 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch '1.2-line' into dev

Conflicts:
AUTHORS.rst

github.com/marshmallow-code/marshmallow - b282736fc20e5b5307133c37a8745fc03ecc173a authored almost 10 years ago by Steven Loria <[email protected]>
Fix link in authors

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

Conflicts:
AUTHORS.rst
HISTORY.rst

github.com/marshmallow-code/marshmallow - f2158921c5a559b4efefb58946ae3a201dfb7ec7 authored almost 10 years ago by Steven Loria <[email protected]>
Update changelog and add @3rdcycle to AUTHORS

github.com/marshmallow-code/marshmallow - dee7bf24c3ed050f3b21e782f5708c434f1544d2 authored almost 10 years ago by Steven Loria <[email protected]>
Fix "many" serialization with skip_missing

Conflicts:
marshmallow/fields.py

github.com/marshmallow-code/marshmallow - 2507860d94c313fc83e7f8e2c9e04db34bab822c authored almost 10 years ago by Lukas Heiniger <[email protected]>
Add and improve custom accessor tests

github.com/marshmallow-code/marshmallow - d64b9445de1fdd639698226f69cf3ed2fa0208e3 authored almost 10 years ago by Lukas Heiniger <[email protected]>
Merge branch '3rdcycle-fix-custom-accessor' into dev

github.com/marshmallow-code/marshmallow - 365d8245cbad8c909fc05092b46fd1b953772c91 authored almost 10 years ago by Steven Loria <[email protected]>
Fix "many" serialization with skip_missing

github.com/marshmallow-code/marshmallow - e691d88bc93f71e720cac2d83e980acf15a76f5b authored almost 10 years ago by Lukas Heiniger <[email protected]>
Add and improve custom accessor tests

github.com/marshmallow-code/marshmallow - 502c8b72c615fd94fde0eda2040e733434f27739 authored almost 10 years ago by Lukas Heiniger <[email protected]>
Fix "many" serialization with custom accessor

Make sure the 'accessor' parameter is passed on when
the serialize method in Field calls itself ...

github.com/marshmallow-code/marshmallow - 9266c4970e04e8b43213bd23b35348b9327edf1b authored almost 10 years ago by Lukas Heiniger <[email protected]>