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

Also update installation comman on index.rst

And a minor changelog update that I forgot

github.com/marshmallow-code/marshmallow - d06fc9fdf92c01abdfee6f62308b69e59b273f41 authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'doc/install' into dev

github.com/marshmallow-code/marshmallow - bd892ce8a6720cfd56d75215df5a467fcbc074df authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'doc/install'

github.com/marshmallow-code/marshmallow - f5a2d4fb8242782344343d89f6ad5ed26badef25 authored about 10 years ago by Steven Loria <[email protected]>
Document 1.0.0-a installation

github.com/marshmallow-code/marshmallow - 75078d2b044e49e3b101c274cb93af51ce324d79 authored about 10 years ago by Steven Loria <[email protected]>
Initial package commit with swagger module

github.com/marshmallow-code/apispec - e45921ae3833c1a48fc94fdf71b81dd569c19b06 authored about 10 years ago by sloria <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/flask-marshmallow - 5a9a802ac4d596c979614e1edbb07ead5fb89cb3 authored about 10 years ago by Steven Loria <[email protected]>
Update marshmallow requirement

github.com/marshmallow-code/flask-marshmallow - 96c26d09fa42bb2b86f2771c7e64266003b903df authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'release/1.0-a' into dev

github.com/marshmallow-code/marshmallow - da7490f484850827862ec12aa5014e7e52687815 authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'release/1.0-a'

github.com/marshmallow-code/marshmallow - 83fd00893d445c6ebc0028bf369eaa67466c8e30 authored about 10 years ago by Steven Loria <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/marshmallow - f3911883d4b3a51a6f69de7c692fd3ac935edcc2 authored about 10 years ago by Steven Loria <[email protected]>
Update upgrading docs

github.com/marshmallow-code/marshmallow - a4302bf6a3ef90a1ada4288dfa34eefa09181bfb authored about 10 years ago by Steven Loria <[email protected]>
Remove unnecessary singleton marshaller and unmarshaller

github.com/marshmallow-code/marshmallow - e30c0251f797dc41f12f7df16ecc6663af2292d7 authored about 10 years ago by Steven Loria <[email protected]>
Correct version metadata

github.com/marshmallow-code/marshmallow - 6641224581101bd782f23d26e2faa27067c21c70 authored about 10 years ago by Steven Loria <[email protected]>
Fix installation of marshmallow on travis

github.com/marshmallow-code/flask-marshmallow - f5e8de1660d3ef6acbf527ee5ef09fefbb9a2a4b authored about 10 years ago by Steven Loria <[email protected]>
Fix datetime deserialization when dateutil isn't installed

Set default datetime correctly

github.com/marshmallow-code/marshmallow - 98159735bf635dbe1751104fe85c82141e86ee50 authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'feat/remove-format' into dev

github.com/marshmallow-code/marshmallow - 1e2014f7d11c2c379b461cb96499d58f9ecfe9bf authored about 10 years ago by Steven Loria <[email protected]>
Fix List field serialization of single values and None

github.com/marshmallow-code/marshmallow - af5d0a2c5f3cbb9d935c4dd3aabc70b45704066f authored about 10 years ago by Steven Loria <[email protected]>
Remove unnecessary Field#_format method

Also fix List deserialization behavior

github.com/marshmallow-code/marshmallow - fe8670351eb7de3678fc7eaae05c30bc35eb97d8 authored about 10 years ago by Steven Loria <[email protected]>
Misc. docs clarifications and cleanup

github.com/marshmallow-code/marshmallow - 759ecf4ade4c783743dd3697ebcc75f70489729d authored about 10 years ago by Steven Loria <[email protected]>
Fix default value for Price fields

github.com/marshmallow-code/marshmallow - 0b6cb61eeeadfb09ccd249115a4941bd1afa987b authored about 10 years ago by sloria <[email protected]>
Don't call self._format on default value

github.com/marshmallow-code/marshmallow - de07c9167ac4c56577820118678f815d4d8167de authored about 10 years ago by sloria <[email protected]>
Update README to use 1.0 API

github.com/marshmallow-code/flask-marshmallow - da1bee42a4b4837bbc227c50ffe2f0d11c378e6d authored about 10 years ago by sloria <[email protected]>
Update flake8 config and fix all flake errors

github.com/marshmallow-code/marshmallow - deaff064794edaf3ba8b98772b171791fc5df87a authored about 10 years ago by sloria <[email protected]>
Bump version and update CHANGELOG

github.com/marshmallow-code/webargs - 96d840c6c3eb571f8ada028d22622de603b7eb31 authored about 10 years ago by sloria <[email protected]>
Add aliases to __all__

github.com/marshmallow-code/marshmallow - b5337432e4f4999c1455851210e2242f24144946 authored about 10 years ago by sloria <[email protected]>
Store additional Field kwargs as metadata

github.com/marshmallow-code/marshmallow - f8faea782d06a265bf3c4e60f61fd1a7c3d90a89 authored about 10 years ago by sloria <[email protected]>
Fix UUID deserialization

github.com/marshmallow-code/marshmallow - 89a760a8c759776e85f7b12ec3c4eda2a7b7807b authored about 10 years ago by sloria <[email protected]>
Merge branch 'feat/aliases' into dev

github.com/marshmallow-code/marshmallow - 52b1a6a936ad8d3bd67b10d41afaf819b7697f24 authored about 10 years ago by sloria <[email protected]>
Add aliases for common fields

github.com/marshmallow-code/marshmallow - 650c671dfd77ea925a51e6479b3d77c5f820cf19 authored about 10 years ago by sloria <[email protected]>
Add test for storing multiple errors when many=True

along with other small miscellanea

github.com/marshmallow-code/marshmallow - 30c23cce5592b2cc4abbf5a195b89a504664f34d authored about 10 years ago by sloria <[email protected]>
Remove unnecessary calls to iter

On Py3, dict.items, et. al return iterators. Calling iter
over these methods only served to slow...

github.com/marshmallow-code/marshmallow - e1fef08178e344e3ff716f7aa09029ef6bdddab2 authored about 10 years ago by sloria <[email protected]>
Merge branch 'validation-error-storage' into dev

github.com/marshmallow-code/marshmallow - 381481f444718896781c3794f9a4a3b2ca8dc378 authored about 10 years ago by sloria <[email protected]>
Allow schema validators to store errors on specific field

See #47

github.com/marshmallow-code/marshmallow - 47d8de2d8d8da23ce49ba25d8b7b5a835b5fdbab authored about 10 years ago by sloria <[email protected]>
Add test for storing dictionaries on ValidationError

github.com/marshmallow-code/marshmallow - 0141340d2abddc954ea4388fe31629d98189632c authored about 10 years ago by sloria <[email protected]>
A more technically accurate default validation message

github.com/marshmallow-code/marshmallow - 3bb89f3cbb3738cc792cf5a26c2270911653cb7b authored about 10 years ago by sloria <[email protected]>
Merge branch 'error-handling' into dev

github.com/marshmallow-code/marshmallow - 0389c5278620ad54849404e3fe48e4e6cf671e0f authored about 10 years ago by sloria <[email protected]>
Restore a tiny subset of the legacy API

data and errors properties

github.com/marshmallow-code/marshmallow - e33f55c13ca64a180785b032e863b74bf89f71c8 authored about 10 years ago by sloria <[email protected]>
Fix URL and Email field validation

- Format validation only occurs in Schema#load (not dump)
- Additional errors from user-defined ...

github.com/marshmallow-code/marshmallow - 4698fe51e6d756dca92912a9097b11a7df8a57f2 authored about 10 years ago by sloria <[email protected]>
Validators in validate.py raise ValidationErrors

github.com/marshmallow-code/marshmallow - d3dae6a708ba03614eff8417c096b2502649a644 authored about 10 years ago by sloria <[email protected]>
Update migrating docs

github.com/marshmallow-code/marshmallow - 938bb332747229f72c1003320935363179b92b8d authored about 10 years ago by sloria <[email protected]>
Allow multiple errors to be stored for a single field

github.com/marshmallow-code/marshmallow - 8340fca5868346e2e20d721d87bbc892354e6d19 authored about 10 years ago by sloria <[email protected]>
Allow extra metadata to be stored on an Arg

github.com/marshmallow-code/webargs - ba2e3b7f81effc3ad3c6954eb18c1f79170673de authored about 10 years ago by sloria <[email protected]>
Add example of validator that raises ValidationError

Also fix a number of typos in quickstart docs

github.com/marshmallow-code/marshmallow - 7390b69012e91a30c32f62b5fa83dad5ca7f7829 authored about 10 years ago by sloria <[email protected]>
Put ValidationError on top-level namespace

github.com/marshmallow-code/marshmallow - fbb5addbb6b61a127066fd443d70f1cfe94f7c03 authored about 10 years ago by sloria <[email protected]>
Test that uncaught validation errors get stored on errors dict

github.com/marshmallow-code/marshmallow - 674a025e85470d017532555b4eb1551c3cf24273 authored about 10 years ago by sloria <[email protected]>
Validator must return False for error to be raised

If None is returned, validation will pass

github.com/marshmallow-code/webargs - ce39bd40c00845d0688554b383749f6c5e7ac05b authored about 10 years ago by sloria <[email protected]>
Document flask error-handling, CHANGELOG, and bump dev version

github.com/marshmallow-code/webargs - 6334de0418234bf4a047a8ce39e9c8e799131c90 authored about 10 years ago by sloria <[email protected]>
Store error message string and exception on error in Flask.handle_error

github.com/marshmallow-code/webargs - 6f8088c7c85c05d2891e81ee97d38f2ae801159d authored about 10 years ago by sloria <[email protected]>
Merge branch 'jmcarp-dev' into dev

github.com/marshmallow-code/webargs - bbe4a8edf275c41e8011e0b4adcd697ec1f4ac68 authored about 10 years ago by sloria <[email protected]>
Update docs, CHANGELOG, and bump dev version

github.com/marshmallow-code/webargs - 0321d17bb29e3ddac29cfda6069c3a0d58ffacab authored about 10 years ago by sloria <[email protected]>
Add optional source parameter to Arg.

github.com/marshmallow-code/webargs - 314ef8d739625fa543f443ccf7b6c56784b1eaba authored about 10 years ago by jmcarp <[email protected]>
Validator must return False for an error to be raised

If validator returns None, validation will pass

github.com/marshmallow-code/marshmallow - 0b94668b5a5d7c461c740b5770c85d32ff1d5973 authored about 10 years ago by sloria <[email protected]>
Apply preprocessors and postprocessors to each object when many=True

github.com/marshmallow-code/marshmallow - 742fba1a11a06d284fb9d9238c679a378e733859 authored about 10 years ago by sloria <[email protected]>
Organize Schema methods

github.com/marshmallow-code/marshmallow - 49ee6b8683919c3d6ffda8cd5e010fbb93751b24 authored about 10 years ago by sloria <[email protected]>
Document preprocessing functions

github.com/marshmallow-code/marshmallow - 7f231840a6aa1520d962a5ae0ad7b1e2a57e0257 authored about 10 years ago by sloria <[email protected]>
Add support for preprocessing functions

See #47

github.com/marshmallow-code/marshmallow - 78af42df01f786c0959cc92d5b220b617b586295 authored about 10 years ago by sloria <[email protected]>
Add preprocess parameter to Unmarshaller

Also allow a list of postprocessing functions to be passed,
rather than just a single function

github.com/marshmallow-code/marshmallow - 9b5e0c1d9f8b43525a751528c533305df8b2c969 authored about 10 years ago by sloria <[email protected]>
Privatize helper methods in schema.py

github.com/marshmallow-code/marshmallow - fa9d0f1cfc59c7224abdc5a2a2cd2b81537cb590 authored about 10 years ago by sloria <[email protected]>
Document schema-level validation

github.com/marshmallow-code/marshmallow - 6a93e28eb8f3a39d5d0ac6410a821526b9e4d3c5 authored about 10 years ago by sloria <[email protected]>
Add Schema.validator decorator for registering validation funcs

github.com/marshmallow-code/marshmallow - 97f3f50e290b085d0a8c498dfe3d70c70b360c14 authored about 10 years ago by sloria <[email protected]>
Refactor to put Schema validation in the Unmarshaller class

github.com/marshmallow-code/marshmallow - 31af8eee7dd65c299b5727b3d0400cabacbcbea4 authored about 10 years ago by sloria <[email protected]>
Add schema level validation

Validator only receives input values to Schema.load

github.com/marshmallow-code/marshmallow - 98cd4b2bd0f692269cd43d8e4a83bf3ea3554f87 authored about 10 years ago by sloria <[email protected]>
Organize error_handler and data_handler tests into test classes

github.com/marshmallow-code/marshmallow - 289b125fe78af7c51630cc115aa827c310f33497 authored about 10 years ago by sloria <[email protected]>
'default' parameter only applies to serialization

github.com/marshmallow-code/marshmallow - 778c4dbd10f82972e55db488b65d0fb4b1658850 authored about 10 years ago by sloria <[email protected]>
Skip validation on serialization

See comments in #45 and #47

github.com/marshmallow-code/marshmallow - 4934417a14d9b0b0cec0272e8ab87eb19210ef15 authored about 10 years ago by sloria <[email protected]>
Move validation to its own method

github.com/marshmallow-code/marshmallow - 3d02469f7939e1c2a4d5c605bccc982ac49bf979 authored about 10 years ago by sloria <[email protected]>
Don't validate required fields upon serialization

github.com/marshmallow-code/marshmallow - ecc0611fbb02ae7c550a6fe81d5b1dbb06a17a64 authored about 10 years ago by sloria <[email protected]>
Move validation tests from test_serialization -> test_deserialization

github.com/marshmallow-code/marshmallow - 582d1f940a51e0b153b186233098eeac0aefde68 authored about 10 years ago by sloria <[email protected]>
Update docs: update Arg params; update links

github.com/marshmallow-code/webargs - 69f08f403fde0b70f49a4f369297485f5f1219b0 authored about 10 years ago by sloria <[email protected]>
Bump version and update HISTORY

github.com/marshmallow-code/webargs - db0c78d8fa52a6064e669c1043e103f2f6ce75c2 authored about 10 years ago by sloria <[email protected]>
Test parsing non-ascii JSON input

see #12

github.com/marshmallow-code/webargs - bf081746cf04c44600d9eb68d39aa436b90b5763 authored about 10 years ago by sloria <[email protected]>
Prevent UnicodeEncodeError when validator receives non-ASCII input

github.com/marshmallow-code/webargs - dcab62d98969e4597fe673e6cfd526dd52834462 authored about 10 years ago by sloria <[email protected]>
How did that get there?

github.com/marshmallow-code/webargs - a59f10e88e8ca415b0dd6f43b74e9d656e63c121 authored about 10 years ago by sloria <[email protected]>
Bump dev version, update changelog, add @jmcarp to AUTHORS

github.com/marshmallow-code/webargs - 10faa622b6348a6a17e1d9955b14f1efca6ea01e authored about 10 years ago by sloria <[email protected]>
Use Exception#args instead of Exception#message for compatibility.

github.com/marshmallow-code/webargs - 23f7f941c0f916520f7a0d585c68099d6b6c686b authored about 10 years ago by jmcarp <[email protected]>
Fix error handing in Tornado parser.

The second argument to tornado.web.HTTPError, log_message, is expected
to be a string, but Torna...

github.com/marshmallow-code/webargs - 22029443d41a393c9845e31f8275b6cebf8b1cd0 authored about 10 years ago by jmcarp <[email protected]>
Add @amikholap to AUTHORS

github.com/marshmallow-code/marshmallow - 07223f1d4f2e663fa49b39d23b64735dedc36f0d authored about 10 years ago by sloria <[email protected]>
Merge branch 'amikholap-unicode_output_for_validators' into dev

github.com/marshmallow-code/marshmallow - 6f721b08f0640b66c85dfa63ca432d544d482676 authored about 10 years ago by sloria <[email protected]>
Add ValidationError that gets wrapped by UnmarshallingError

github.com/marshmallow-code/marshmallow - 723364ff0d77b23c2f77afe1373d9b98e6f6d2df authored about 10 years ago by sloria <[email protected]>
Exclude missing values from deserialization output

github.com/marshmallow-code/marshmallow - b641de0cf9c835153d2630c822e525434a6dbf1a authored about 10 years ago by sloria <[email protected]>
Python 2 unicode compatibility in _WrappingException

github.com/marshmallow-code/marshmallow - ccb4dca74f60a3c23c09697334f1ca0cb389124f authored about 10 years ago by Ales Mikhalap <[email protected]>
Handle unicode output during validation

github.com/marshmallow-code/marshmallow - ff2fefafb1f9518572d4b046f88301778d5d6bf4 authored about 10 years ago by Ales Mikhalap <[email protected]>
Validate required fields upon deserialization

see #45

github.com/marshmallow-code/marshmallow - f5821ab593affb32bfdbd8c10ff3112aba6a8863 authored about 10 years ago by sloria <[email protected]>
Merge branch 'dev' into load-required

github.com/marshmallow-code/marshmallow - 855e832ee6b0f7b94911df3135ef19480c39ee23 authored about 10 years ago by sloria <[email protected]>
Add failing test for checking required on load

github.com/marshmallow-code/marshmallow - 7c9579dc49c6f72c3174c08d967237d33088906e authored about 10 years ago by sloria <[email protected]>
Merge branch 'jmcarp-dev' into dev

Conflicts:
tests/test_schema.py

github.com/marshmallow-code/marshmallow - 5f8ce48fc23cfd60e50aaff41d7859b6ef1cbaa4 authored about 10 years ago by sloria <[email protected]>
Update changelog and and @jmcarp to AUTHORS

github.com/marshmallow-code/marshmallow - bbe62596455a6df158438fe7d78d8a0760f9e490 authored about 10 years ago by sloria <[email protected]>
Small refactor to looping over mro

github.com/marshmallow-code/marshmallow - 3792efd2d440d49955e63054691a6ab27b4ad6b8 authored about 10 years ago by sloria <[email protected]>
Bump version -> 0.6.1

github.com/marshmallow-code/webargs - 8c284070e53dfc2ad55015ae313add3858877bb7 authored about 10 years ago by sloria <[email protected]>
Fix regression in parsing arg with both default and target set

Fixes #11

github.com/marshmallow-code/webargs - dc546417bc7875cf76071dc2a4f27846e74cdf76 authored about 10 years ago by sloria <[email protected]>
Flexibly inherit fields following method resolution order.

Allow schema subclasses to inherit fields from plain base classes.
Inherit fields according to M...

github.com/marshmallow-code/marshmallow - 97d11c4efc913ad44a5f0b97940f19a32847ca28 authored about 10 years ago by jmcarp <[email protected]>