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

Update CHANGELOG and bump version

github.com/marshmallow-code/webargs - f1e1549295a8962d2266f81a13289c97a1781757 authored about 10 years ago by sloria <[email protected]>
Fix flake8 on travis

Also, fix header underlines in CHANGELOG

github.com/marshmallow-code/webargs - 6164f12f442b15d9052c536dccc815ecdee50a57 authored over 10 years ago by sloria <[email protected]>
Add `validate` parameter to Parser.parse for validating across args

Possible solution to #10

github.com/marshmallow-code/webargs - 0951e218652e2a825f38436318da195a0ceb6e89 authored over 10 years ago by sloria <[email protected]>
Rename test modules

github.com/marshmallow-code/marshmallow - 0ed1d0779e09a3ebf242fe15f5888cefdf63d15a authored over 10 years ago by sloria <[email protected]>
Update SchemaABC

Also, update exception docstrings

github.com/marshmallow-code/marshmallow - 6a0eb6714f4e3187a6e0f97c36e050c5398848bd authored over 10 years ago by sloria <[email protected]>
Fix lint errors and add flake8 to CI

github.com/marshmallow-code/marshmallow - d2967a662c1baf1b6671881f231aee534624c719 authored over 10 years ago by sloria <[email protected]>
Allow self-nesting of depth > 1

Resolve #9

github.com/marshmallow-code/marshmallow - c8ed9b0897597e762080f6b5262bd14ce46038e9 authored over 10 years ago by sloria <[email protected]>
Add example of using full path with Nested

github.com/marshmallow-code/marshmallow - 9afce84dbd859fa76237855f7cc5bb63597658c2 authored over 10 years ago by sloria <[email protected]>
More thorough implementation and documentation of `null`

github.com/marshmallow-code/marshmallow - 2ebda48c791e04731f0e032728d50eb0b849e46b authored over 10 years ago by sloria <[email protected]>
Merge branch 'marshmallow-1.0' into dev

github.com/marshmallow-code/flask-marshmallow - 8883477445f1f3b0aaa9cab5b562803ebfef49bf authored over 10 years ago by sloria <[email protected]>
Bump dev version -> 0.3.0

github.com/marshmallow-code/flask-marshmallow - be0cf6c77f93c79afde0fa09271eb035d71fac70 authored over 10 years ago by sloria <[email protected]>
Install marshmallow 1.0 on travis

github.com/marshmallow-code/flask-marshmallow - 8a96a855ec447b7cc0a210da200ca6c4b13248b3 authored over 10 years ago by sloria <[email protected]>
Remove attributes that are no longer necessary in 1.0

github.com/marshmallow-code/flask-marshmallow - 4de497e3aed15989a752e43e780271918d03747f authored over 10 years ago by sloria <[email protected]>
Default to iso8601 dateformat

github.com/marshmallow-code/flask-marshmallow - a8dd8e262320332460ce0d90ab6500258f39af01 authored over 10 years ago by sloria <[email protected]>
Update tests to use Schema.dump

github.com/marshmallow-code/flask-marshmallow - 4a8121447e38d0f8a2a2f84eb588a610b7b86647 authored over 10 years ago by sloria <[email protected]>
Support marshmallow 1.0

github.com/marshmallow-code/flask-marshmallow - 93ccd137cec4f3d648f34dc0fe55cb33dd6be99f authored over 10 years ago by sloria <[email protected]>
Don't require Field subclasses to define `required` and `validate`

github.com/marshmallow-code/marshmallow - 5049b76255f049c4bc2eaf222a459d4cacdc9011 authored over 10 years ago by sloria <[email protected]>
Fix bug that caused ValueError when parsing json

github.com/marshmallow-code/webargs - b923aa1a20f5871d4fbb0211860ebda2299be391 authored over 10 years ago by sloria <[email protected]>
Skip Django tests on py26

Newer versions of Django are incompatible with py26

github.com/marshmallow-code/webargs - 2a7d1a5db9b0992987d4e9f04e2121e3cee3f987 authored over 10 years ago by sloria <[email protected]>
Fix version number and update docs

github.com/marshmallow-code/webargs - 3fcd82f705c00e435d4d74ff5c56be89dbb0cb26 authored over 10 years ago by sloria <[email protected]>
Modify all parsers to return Missing when appropriate

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

github.com/marshmallow-code/webargs - 7ff9a8c79fe8578398db3aee81a6f83b3932f361 authored over 10 years ago by sloria <[email protected]>
Add Missing value that parser methods return if value not on request

This allows a parser to differentiate between a missing value and
when None is passed explicitly...

github.com/marshmallow-code/webargs - ddc49261938da699d2b995f7d952e2c967112d05 authored over 10 years ago by sloria <[email protected]>
Update docstring for Arg

github.com/marshmallow-code/webargs - d52514f2bb20178522935e783fb9dabb4c407284 authored over 10 years ago by sloria <[email protected]>
Instantiate a new serilializer when nesting a Schema within itself

This fixes an edge case that can occur when nesting 'self' and
specifying additional parameters,...

github.com/marshmallow-code/marshmallow - 939d0450341b3bbcf3874139b8a68f0295c759b5 authored over 10 years ago by sloria <[email protected]>
Rename Nested.serializer -> Nested.schema

github.com/marshmallow-code/marshmallow - b337632688b7eb697b42303f561ab658a61ff6a7 authored over 10 years ago by sloria <[email protected]>
Rename serializer.py -> schema.py

github.com/marshmallow-code/marshmallow - 90fe4061713f89ef6c7b9ab237e6766e59be25bd authored over 10 years ago by sloria <[email protected]>
Prevent KeyError when extra data are passed in to Schema.load

github.com/marshmallow-code/marshmallow - 125c1d3c358a770470bd4ee8aa57e94b0f46b751 authored over 10 years ago by sloria <[email protected]>
Update CHANGELOG and bump version -> 0.5.1

github.com/marshmallow-code/webargs - f588bf43bd7a32366f9352acf327493bcc62b90b authored over 10 years ago by sloria <[email protected]>
Update docs for tornadoparser

github.com/marshmallow-code/webargs - 798f7bdec42a58d50f17b764a4b09b23b11b4161 authored over 10 years ago by sloria <[email protected]>
Add test case using tornado.web application

github.com/marshmallow-code/webargs - 9f2f627031dd307c7cca53b0cd8e40b01aa072fc authored over 10 years ago by sloria <[email protected]>
Fix behavior of allow_missing when multiple=True

resolve #7

github.com/marshmallow-code/webargs - bc5c5c3f5587a7ad392be6f191d27c65a7492492 authored over 10 years ago by sloria <[email protected]>
Update tornado parser docs

github.com/marshmallow-code/webargs - 7e176be3130d1ee84fe8126d09d3f7171ff445ac authored over 10 years ago by sloria <[email protected]>
Update "why marshmallow" page

github.com/marshmallow-code/marshmallow - c1593f0fbad94bca4311ccd1e41f85e8fe647243 authored over 10 years ago by sloria <[email protected]>
Fix failing tests and rename test module

github.com/marshmallow-code/marshmallow - 146a0f07db3cf209a376aecc8a808eaa875942c9 authored over 10 years ago by sloria <[email protected]>
Rename Serializer -> Schema

- Technically more accurate, and less to type
- class definition is the Schema, instances are se...

github.com/marshmallow-code/marshmallow - 8ccf52a2ce99f80b38f2583a13905e2436d54edb authored over 10 years ago by sloria <[email protected]>
Fix error when inheriting context

github.com/marshmallow-code/marshmallow - 75bc5c238be36a4b46bf80276ba6603195ff2588 authored over 10 years ago by sloria <[email protected]>
Nested fields inherit context

github.com/marshmallow-code/marshmallow - acc0b51ed4a657a6f4546db0a05c53fc0584ffaf authored over 10 years ago by sloria <[email protected]>
Stop parent serializer as an instance attribute of Fields

github.com/marshmallow-code/marshmallow - a0691ffc33758a543aeab555f5cd0c620098ee5c authored over 10 years ago by sloria <[email protected]>
Add Field.context property

github.com/marshmallow-code/marshmallow - fd60e8ca0b55c31b05859e9014da3e7420620a0d authored over 10 years ago by sloria <[email protected]>
Expose __error_handler__ and __data_handler__ class members

Add docs and tests for defining handlers as class members

github.com/marshmallow-code/marshmallow - 3e139b2ebeb448f02d8a1795b5dd69e4aacd6d6c authored over 10 years ago by sloria <[email protected]>
Document and test FormattedString field

github.com/marshmallow-code/marshmallow - 31d103683adfcd68a8540e010e4c5e839d538186 authored over 10 years ago by sloria <[email protected]>
Update installation docs

github.com/marshmallow-code/marshmallow - a6b06ab3af18908179f8bcd510605359f199837d authored over 10 years ago by sloria <[email protected]>
Call error_handler if error occurs when invoking "load"

github.com/marshmallow-code/marshmallow - 12a3b3b0ab9c5ab593ae8a8c532cc4b8349180fc authored over 10 years ago by sloria <[email protected]>
Update flask example with error_handler usage

github.com/marshmallow-code/marshmallow - 4d638e8d54796828da533c663e925c300cb427d5 authored over 10 years ago by sloria <[email protected]>
Remove Serializer.factory method

github.com/marshmallow-code/marshmallow - 73ef43a07ea47fa051a24b5fd0f3b340b8733969 authored over 10 years ago by sloria <[email protected]>
Update docs

Improve documentation for return types of dump and load

github.com/marshmallow-code/marshmallow - 59bc9038c36d3c19259915318fa72fc91e237359 authored over 10 years ago by sloria <[email protected]>
Expand upon unit tests for error handling

github.com/marshmallow-code/marshmallow - 3fece6834b7a1765eefd33014c857a5d53511f6c authored over 10 years ago by sloria <[email protected]>
Bump dev version -> 0.5.1-dev

github.com/marshmallow-code/webargs - a081a651fb401b7d366cf300396b18d1b44dfbff authored over 10 years ago by sloria <[email protected]>
Fix JSON parsing in tornadoparser

Also improve tornado examples in docs

github.com/marshmallow-code/webargs - 40bd0721830dec38930cf3168c9833f7afecdc75 authored over 10 years ago by sloria <[email protected]>
Move all utility functions in fields to utils.py

Also add unit tests for utils.get_value

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

- Show usage of deserialization API
- Add "Why marshmallow" page
- Various other updates and fixes

github.com/marshmallow-code/marshmallow - 46e141f6c68237cf00b247aa8d3313843e0a0059 authored over 10 years ago by sloria <[email protected]>
Ensure that context dictioary is a dictionary upon initialization

github.com/marshmallow-code/marshmallow - f1fae49a19fad315f0611f16d25d55b8b0391711 authored over 10 years ago by sloria <[email protected]>
Document how to extend class Meta options

Also add SerializerOpts to top-level package namespace

github.com/marshmallow-code/marshmallow - 5366baaf93496e72b11a1acc5eb31db6f4f9c1e8 authored over 10 years ago by sloria <[email protected]>
Remove unnecessary usage of OrderedSet from Nested field

Also expand upon unit tests for ordering with Nested field's

github.com/marshmallow-code/marshmallow - bd601ae1679116746156edde388811d1e08d1ba3 authored over 10 years ago by sloria <[email protected]>
Rename UnMarshaller -> Unmarshaller

Also add alias for Url field

github.com/marshmallow-code/marshmallow - 251e943c8e0418973b8894214e8527f83229cede authored over 10 years ago by sloria <[email protected]>
Fix ordering of declared fields

fix #40 (see comment by @zerodivisi0n)

github.com/marshmallow-code/marshmallow - 4c8f331d616a8be18a7570abd3f963e8be9a31f3 authored over 10 years ago by sloria <[email protected]>
Merge branch 'ordering' into dev

github.com/marshmallow-code/marshmallow - 61aa35694035830f2a382cfb7c100aecf00c083a authored over 10 years ago by sloria <[email protected]>
Maintain field order when using fields and additional options

fix #40

Adds Raymond Hettinger's orderedset module

github.com/marshmallow-code/marshmallow - 8df06d3c6a10ea6138c7c403679bab77e90b247b authored over 10 years ago by sloria <[email protected]>
Update Serializer docstring

github.com/marshmallow-code/marshmallow - 38a67713b01847dcaff45bd3dbd6b6daad38a08d authored over 10 years ago by sloria <[email protected]>
Remove unnecessary aliases

github.com/marshmallow-code/marshmallow - d054a6c8437a7f8d292f5fc0d0646b04250f03bc authored over 10 years ago by sloria <[email protected]>
Fix behavior of Nested field's required and default parameters

github.com/marshmallow-code/marshmallow - 84f35c553b00bd1e95adca36406ee7c5fe8e73d2 authored over 10 years ago by sloria <[email protected]>
Merge branch 'feature/issue32' into dev

github.com/marshmallow-code/marshmallow - 53f0e26902b0e1260b79e810b5029c928adb60cb authored over 10 years ago by sloria <[email protected]>
Slightly more realistic dates in example

github.com/marshmallow-code/marshmallow - 7282bfa25e00c87f3a560d2722f49e8dbab9fc4b authored over 10 years ago by sloria <[email protected]>
Change datetimes to ISO8601 in docs. Closes #32.

github.com/marshmallow-code/marshmallow - ea82f3f59052c716af6107276155f365bd666e07 authored over 10 years ago by asmacdo <[email protected]>
Add @Ketouem to AUTHORS

github.com/marshmallow-code/marshmallow - 991b9fd616c4c1a6a6091f1a4a2f887987c5402d authored over 10 years ago by sloria <[email protected]>
Merge branch 'Ketouem-issue34' into dev

github.com/marshmallow-code/marshmallow - 2f27d00264e99007b6857cc018c700a4366a91e8 authored over 10 years ago by sloria <[email protected]>
Minor formatting and naming fixes

github.com/marshmallow-code/marshmallow - 552f5b9ce523ea4b55e0f4daac26b8fc4d3debae authored over 10 years ago by sloria <[email protected]>
Add docs for migrating to 1.0

github.com/marshmallow-code/marshmallow - 0ad2ce4978dd3ac0ce4b78e62bdce03b8c16ef6d authored over 10 years ago by sloria <[email protected]>
Fix Function and Method fields w/ context. Add regression tests

github.com/marshmallow-code/marshmallow - 1c52e17bb67d180444d811a9355df6bdfd1dd22e authored over 10 years ago by sloria <[email protected]>
Reducing the number of branches using type coercition.

github.com/marshmallow-code/marshmallow - 60b91a22c01277f9df61d57fd4ed21c4ae3cf867 authored over 10 years ago by Ketouem <[email protected]>
Rename `key` parameter -> `attr`

github.com/marshmallow-code/marshmallow - 1217557bd88d85332cbf23db490cdcbd2e1ef3bd authored over 10 years ago by sloria <[email protected]>
Make errors importable from top-level namespace

github.com/marshmallow-code/marshmallow - 9c29990d48b1ef9881467282d37ac063c0c9dec4 authored over 10 years ago by sloria <[email protected]>
Update docstrings and privatize helper functions in fields.py

github.com/marshmallow-code/marshmallow - b48a43962251a6abbd1a47acf792a062abfb7ec2 authored over 10 years ago by sloria <[email protected]>
Raise DeprecationWarnings when serializing through constructor

github.com/marshmallow-code/marshmallow - 62e5cebd9326db504a485e87e677e1a00a5e814c authored over 10 years ago by sloria <[email protected]>
Add repr for Serializer

github.com/marshmallow-code/marshmallow - 5f6b28ac937a444a5f6e97efd75274557b504b95 authored over 10 years ago by sloria <[email protected]>
'strict' is a method parameter rather than a state variable

github.com/marshmallow-code/marshmallow - c2eb8e1edcc6e220460fe060d35694602f344213 authored over 10 years ago by sloria <[email protected]>
Add Field to fields.__all__ and add test

github.com/marshmallow-code/marshmallow - 3e44e5feefcc6a1e178a0570147defb00d0edc02 authored over 10 years ago by sloria <[email protected]>
Merge branch 'namedtuples' into dev

github.com/marshmallow-code/marshmallow - 43f6aaccb11e4c94b8154ed876c21f082ebdfda7 authored over 10 years ago by sloria <[email protected]>
``Field`` is the base class from which all fields inherit from

github.com/marshmallow-code/marshmallow - d42898c19e4b1df6c12d49e792f036cc320766f4 authored over 10 years ago by sloria <[email protected]>
Fixing and enhancing test cases regarding the collection of callables in the 'validate' parameter.

github.com/marshmallow-code/marshmallow - efb177d98557b3e6b91172978f5be1983a890581 authored over 10 years ago by Cyril Thomas <[email protected]>
Putting a side note of passing collection of callables into the validate parameter.

github.com/marshmallow-code/marshmallow - 9bb06343fa98c080d6cd9ca905acd01b4d6cf1be authored over 10 years ago by Cyril Thomas <[email protected]>
Adding a function to check if an object is a generator

github.com/marshmallow-code/marshmallow - 3314b36bb59c2b960d6b98f95031c4b02fc56ca3 authored over 10 years ago by Cyril Thomas <[email protected]>
Can now pass a collection of callables and even a generator that push callable in the 'validate' parameter.

github.com/marshmallow-code/marshmallow - a941d5017f720734fee299a61b908faad1536615 authored over 10 years ago by Cyril Thomas <[email protected]>
Update install info

github.com/marshmallow-code/marshmallow - 71f59c86c2eade04fd47ab4a5ac69005f45c0f36 authored over 10 years ago by sloria <[email protected]>
dump and load return namedtuple

github.com/marshmallow-code/marshmallow - b0db1a790b0e08bf506605cd1bb564888521666f authored over 10 years ago by sloria <[email protected]>
Updated the doc (the user can now pass list of callables)

github.com/marshmallow-code/marshmallow - b5c427d7265899f5f360403d3feb79e3e217809e authored over 10 years ago by Cyril Thomas <[email protected]>
Adding several unit test cases to check if we can pass a list of callables for validation.

github.com/marshmallow-code/marshmallow - a303daf67afd903a603c9d1dd94b64eb3ecaacd5 authored over 10 years ago by Cyril Thomas <[email protected]>
Added the possibility to pass multiple callables (for validation) inside a list.

github.com/marshmallow-code/marshmallow - 7b36273147e055322b068dd1b76c40d0b96b4693 authored over 10 years ago by Cyril Thomas <[email protected]>