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 branch 'issue136' into dev

github.com/marshmallow-code/marshmallow - f33375dc3a52994268bc4db80d1f396fca549e7e authored almost 10 years ago by Steven Loria <[email protected]>
Fix allow_blank serialization behavior for URL and Email fields

fix #136

github.com/marshmallow-code/marshmallow - 6f529f39ef59c8e338528175c2fbe2d3e30b97c6 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'dev' of https://github.com/marshmallow-code/marshmallow into dev

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

github.com/marshmallow-code/marshmallow - 35929e567e450dfc07ae98d2388b3368eedc4b5f authored almost 10 years ago by Steven Loria <[email protected]>
Merge pull request #134 from philtay/missing

Add missing parameter

github.com/marshmallow-code/marshmallow - d5bf91a51e669f8db01cf165ed4100f8f46e8d15 authored almost 10 years ago by Steven Loria <[email protected]>
Add tests for missing parameter

github.com/marshmallow-code/marshmallow - bd22f0a86bc7a977b0eac61fa36471e31469ef03 authored almost 10 years ago by philtay <[email protected]>
Add docs for missing parameter

github.com/marshmallow-code/marshmallow - d989f7ed3c134602375aa1ecfd7f9d4fc3659dbb authored almost 10 years ago by philtay <[email protected]>
Use null instead of None

github.com/marshmallow-code/marshmallow - 31b3afc5a09af9e06c5421aef472b413c1f6f3f8 authored almost 10 years ago by philtay <[email protected]>
Add missing parameter

github.com/marshmallow-code/marshmallow - 3e17782e4b4e502e455643bcf501b869f99d4eaf authored almost 10 years ago by philtay <[email protected]>
Update changelog and minor note in docstring

github.com/marshmallow-code/marshmallow - 92fc2300a7e194932d8b948b7cd3bf29b62cad2d authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'philtay-load-dump-only' into dev

github.com/marshmallow-code/marshmallow - a998ae110fe6c66d72d7502dac52e906540538f0 authored almost 10 years ago by Steven Loria <[email protected]>
Test load_only parameter

github.com/marshmallow-code/marshmallow - 68d0c62f6476996ef662666958f05cfc365bac55 authored almost 10 years ago by philtay <[email protected]>
Test dump_only parameter

github.com/marshmallow-code/marshmallow - e521228f98722480d14d0f3554192a9a28125519 authored almost 10 years ago by philtay <[email protected]>
Add docs for load_only and dump_only

github.com/marshmallow-code/marshmallow - 91342a9e2abf313135601bdeb325265188939dfc authored almost 10 years ago by philtay <[email protected]>
Move dump_only check

github.com/marshmallow-code/marshmallow - 6bea90d99116a714658626f2be586fc13a61e2d4 authored almost 10 years ago by philtay <[email protected]>
Add load_only and dump_only options

github.com/marshmallow-code/marshmallow - dac3e72708f75e2a0df618ebf90801767eb0375f authored almost 10 years ago by philtay <[email protected]>
Update changelog and fix flake error

github.com/marshmallow-code/marshmallow - 7826ae0d4813772dd79a876e99cf816cb2b22642 authored almost 10 years ago by Steven Loria <[email protected]>
If allow_none=True, None deserializes to None

Makes behavior consistent across fields

github.com/marshmallow-code/marshmallow - 1a5f222c2ff2a977040795e125ad56cbc38bbf70 authored almost 10 years ago by Steven Loria <[email protected]>
Add changelog to header links

github.com/marshmallow-code/flask-marshmallow - 9ce770c622e1eb8bb03e2a10b50fecc9b6d902be authored almost 10 years ago by Steven Loria <[email protected]>
Remove support for MARSHMALLOW_STRICT and MARSHMALLOW_DATEFORMAT

resolve #8

github.com/marshmallow-code/flask-marshmallow - 46968f5d4f43fcdb374f968006ca38e71a588b50 authored almost 10 years ago by Steven Loria <[email protected]>
Add sphinx-issues; update changelog and readme

github.com/marshmallow-code/flask-marshmallow - 5b359bf8cccf55d3fcd2fcd145c94f045601db43 authored almost 10 years ago by Steven Loria <[email protected]>
Update LICENSE and bump dev version

github.com/marshmallow-code/flask-marshmallow - 47a079bba71355d1d95f236b3d3fe02c8b928246 authored almost 10 years ago by Steven Loria <[email protected]>
Default dict_class=dict

github.com/marshmallow-code/marshmallow - eb248d050690de067e7821a65851c2c098942ee5 authored almost 10 years ago by Steven Loria <[email protected]>
Update docs for String, Url, and Email

github.com/marshmallow-code/marshmallow - 0fe192097efc5dadf15bdde30484531bf4059b16 authored almost 10 years ago by Steven Loria <[email protected]>
Fix string comparison

github.com/marshmallow-code/marshmallow - 21d0d9e86b7b7d5e69673bfc00169dc5b0c9191a authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'hakjoon-load_from' into dev

Conflicts:
HISTORY.rst
marshmallow/fields.py

github.com/marshmallow-code/marshmallow - 4e6c5bf2eb1a67114aa11ea35d71c1be082d682f authored almost 10 years ago by Steven Loria <[email protected]>
Minor documentation modifications re: load_from

Also update changelog and add @hakjoon to AUTHORS

github.com/marshmallow-code/marshmallow - ca1714c91429978be368a33e13e4eb7a21ef7f7d authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'allow-none-empty' into dev

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

Conflicts:
HISTORY.rst
marshmallow/__init__.py

github.com/marshmallow-code/marshmallow - 4b61e5a95ae774597797418e0b41d3902e266e43 authored almost 10 years ago by Steven Loria <[email protected]>
Document deserialization of empty values

github.com/marshmallow-code/marshmallow - 15a35e9c505616b3b0dfbf851b11a778b243a492 authored almost 10 years ago by Steven Loria <[email protected]>
Change List field's allow_none to behave the same as other fields

github.com/marshmallow-code/marshmallow - 291e4dd9da943b046ec43f8d4904dd05bdb680d9 authored almost 10 years ago by Steven Loria <[email protected]>
Expand test cases for deserializing None

github.com/marshmallow-code/marshmallow - 279234632f3f6cabd7313dddcd1770a1f7986240 authored almost 10 years ago by Steven Loria <[email protected]>
Add allow_blank param to Email and URL fields

github.com/marshmallow-code/marshmallow - f924a6e71612c1babb41a13f024e5790fd1924d8 authored almost 10 years ago by Steven Loria <[email protected]>
Allow error messages for allow_none and allow_blank to be configured

github.com/marshmallow-code/marshmallow - 02b72938259ed0fbf0814921481ea3d8e814a82b authored almost 10 years ago by Steven Loria <[email protected]>
Add allow_none and allow_blank parameters

WIP: Error messages still not configurable

github.com/marshmallow-code/marshmallow - 1bff0d4931961bba3b2174739f68b0ed022c9ead authored almost 10 years ago by Steven Loria <[email protected]>
Documentation for 'load_from' option.

github.com/marshmallow-code/marshmallow - d9535d43ae0a2c5fe0fa89adbad65ce3d6fb10e2 authored almost 10 years ago by Patrick Woods <[email protected]>
Adding load_from attribute for field. Unmarshaler will try field.load_from if attr_name is missing in incoming data

github.com/marshmallow-code/marshmallow - 6279a664641ea91048c97e6901aa0a58c3b998b5 authored almost 10 years ago by Patrick Woods <[email protected]>
Merge branch '1.2-line' into dev

Conflicts:
HISTORY.rst
marshmallow/__init__.py

github.com/marshmallow-code/marshmallow - 975a32facce20312b9456eec2241a7a58dd263ec authored almost 10 years ago by Steven Loria <[email protected]>
Update changelog and bump version

github.com/marshmallow-code/marshmallow - 881241482e8abb3057ad8a85990bef9d0bd46cd8 authored almost 10 years ago by Steven Loria <[email protected]>
Correct issue number and attribution

github.com/marshmallow-code/marshmallow - 48b3b6b0b00dbb940fe898240de2fdddf44bbc6a 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 - db5e99842353134e817e4b67623146a84dce028c authored almost 10 years ago by Steven Loria <[email protected]>
Update changelog and add @RealSalmon to AUTHORS

github.com/marshmallow-code/marshmallow - 3ac9ec743f136d66dcf7e622143544e03fac412b authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'RealSalmon-deserialize-none-as-none' into 1.2-line

github.com/marshmallow-code/marshmallow - f25e47b1cd6bceb9f9179ef153f9cd98a37bbcae authored almost 10 years ago by Steven Loria <[email protected]>
Deserialize None as None

github.com/marshmallow-code/marshmallow - 4c5fde3eb986eef5df39ae0fae108e9b35d5b6b7 authored almost 10 years ago by Ben Jones <[email protected]>
Update dev version and changelog

github.com/marshmallow-code/marshmallow - 8ccb7f7524441672ad0617d38e8a2fc6d9265061 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch '0xDCA-required-message' into dev

github.com/marshmallow-code/marshmallow - 4cf29104fdc311cb9d864b1e13e5eb79f32bc228 authored almost 10 years ago by Steven Loria <[email protected]>
Minor docs changes re: `required` param

github.com/marshmallow-code/marshmallow - 774c2a74932f9c04ce38a4fc2584f2acad492e10 authored almost 10 years ago by Steven Loria <[email protected]>
Now accepting as the required message anything that the ValidationError constructor takes

github.com/marshmallow-code/marshmallow - 278ff691f2e4de0bba6368ca05ccd4ba3dd92abe authored almost 10 years ago by Daniel Castro Alvarado <[email protected]>
Removing .directory. Minor fixes

github.com/marshmallow-code/marshmallow - cb173779ae1ba3c4aaa50e600c0b3eb69f20b832 authored almost 10 years ago by Daniel Castro Alvarado <[email protected]>
Implementing customization of required message

github.com/marshmallow-code/marshmallow - bbb3c965f733090cb5481fbfc456e1125b8399d4 authored almost 10 years ago by Daniel Castro Alvarado <[email protected]>
Fix default argument and ensure method keys are lowercased

github.com/marshmallow-code/apispec - 8f7e121875b3019d6d3b9120756b6e8b98bbba11 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'validator-generator' into dev

github.com/marshmallow-code/marshmallow - dff82fd66dfd1b96eee80738d5a30ec7dbc66885 authored almost 10 years ago by Steven Loria <[email protected]>
Remove support for generator functions that yield validators

Plain generators are ok, though

resolve #74

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

github.com/marshmallow-code/apispec - 89f9268726c9e43037e07c145d9811120741bbc7 authored almost 10 years ago by Steven Loria <[email protected]>
Add response helpers

github.com/marshmallow-code/apispec - 9c7ddc0d68f3ac0483e53dc3fd3b17d264731983 authored almost 10 years ago by Steven Loria <[email protected]>
Schema must be defined in a response

github.com/marshmallow-code/apispec - 477e626c7bef9723e09c12cbb5a04e450591037c authored almost 10 years ago by Steven Loria <[email protected]>
Fix format of Responses object

github.com/marshmallow-code/apispec - eccd032e83263f6f858b7aea568e22757e7c55ee authored almost 10 years ago by Steven Loria <[email protected]>
Correct docstring

github.com/marshmallow-code/apispec - 9ab6126d8f83dde02755f3dc7a7b4152183f96e9 authored almost 10 years ago by Steven Loria <[email protected]>
Use $ref syntax if possible

github.com/marshmallow-code/apispec - 0e5301590bcf0d2da7fe012b15d415bbb8b81ece authored almost 10 years ago by Steven Loria <[email protected]>
Pass APISpec instance to path_helpers

github.com/marshmallow-code/apispec - 89c4f9a450182e2fc703986c2b43ee3d48eb839b authored almost 10 years ago by Steven Loria <[email protected]>
Store registered refs as plugin metadata

github.com/marshmallow-code/apispec - e9d87a087a0f0102157d7c718a048c72f655c54a authored almost 10 years ago by Steven Loria <[email protected]>
Happy New Year

github.com/marshmallow-code/apispec - a4d281350947d9b9df1fa76692c3c53fe95d9b93 authored almost 10 years ago by Steven Loria <[email protected]>
Pass APISpec instance to defnition helpers

github.com/marshmallow-code/apispec - cf5b8ad63db6a53a7d4504612a68c95d423c763e authored almost 10 years ago by Steven Loria <[email protected]>
Put APISpec.plugins in public space and initialize as empty dict

for storing metadata

github.com/marshmallow-code/apispec - 1472a237dde0e3f55414d517adafc6b9e92fdf35 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'docfix' into dev

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

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

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

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

github.com/marshmallow-code/marshmallow - 24f153da8274fd35aee074d5236742e8d1e37998 authored almost 10 years ago by Steven Loria <[email protected]>
Happy new year

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

github.com/marshmallow-code/marshmallow - 98d760eccb0b8d1b68dc33c2ddfa76ca4033a647 authored almost 10 years ago by Steven Loria <[email protected]>
Fix schema validator tests

Maintaining backwards-compatibility adds too much complexity
to the UnmarshallingError interface...

github.com/marshmallow-code/marshmallow - fa29379ffd7afe0539a706e79d948fcaa2b99ab8 authored almost 10 years ago by Steven Loria <[email protected]>
WIP: Allow schema-level errors to be stored on multiple fields

see #118

Right now, this is a backwards-incompatible change to the
UnmarshallingError interface...

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

github.com/marshmallow-code/marshmallow - 30ec6b8f8efdd5d7ef38b81a18ef13c3ba54ebb3 authored almost 10 years ago by Steven Loria <[email protected]>
Call error_handler when calling Schema#validate

fix #121

github.com/marshmallow-code/marshmallow - 8bb112735d638b0c431856523661b6eeb8e9f31e authored almost 10 years ago by Steven Loria <[email protected]>
depend on PyYAML

github.com/marshmallow-code/apispec - 3745df3df36a312d04f20fbecb40312d369b56b9 authored almost 10 years ago by Steven Loria <[email protected]>
Fix py27 import

github.com/marshmallow-code/apispec - c49dca0c16a759517ea52b8c948c1b8bb844c0e0 authored almost 10 years ago by Steven Loria <[email protected]>
Add schema_path_helper

github.com/marshmallow-code/apispec - 3d61ee520cba15dd1d39beef772dbc6564fa18c0 authored almost 10 years ago by Steven Loria <[email protected]>
Allow helpers to return None

github.com/marshmallow-code/apispec - 768b0ec7afa92156f35663d45b2ef3e091f35da5 authored almost 10 years ago by Steven Loria <[email protected]>
Convert flask path to swagger path template

github.com/marshmallow-code/apispec - 768eac82207a59ecc4faaf7d63d109bd3478e0da authored almost 10 years ago by Steven Loria <[email protected]>
Read operations from docstring

github.com/marshmallow-code/apispec - 5a247f49456a072ea3b9873de87accfa1d578909 authored almost 10 years ago by Steven Loria <[email protected]>
Add utilities for loading yaml from docstring

github.com/marshmallow-code/apispec - d925107ba54aed4ea679618f861ccc0289cbd9ab authored almost 10 years ago by Steven Loria <[email protected]>
Fix import on py27

github.com/marshmallow-code/apispec - 1f6ea0d1dc3d780edd82092c8f50d3233fd1eb44 authored almost 10 years ago by Steven Loria <[email protected]>
Fix incorrect test

github.com/marshmallow-code/apispec - db7eb2eecbe3eff3742f3530d659f83e884466af authored almost 10 years ago by Steven Loria <[email protected]>
Remove unused attribute for now

github.com/marshmallow-code/apispec - 3d9e07d7419364b17df120c48ba7d5f876af1556 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'flask' into dev

github.com/marshmallow-code/apispec - 1d5bbaad3502334789309428663fd3b81f530a0a authored almost 10 years ago by Steven Loria <[email protected]>
Add flask plugin

github.com/marshmallow-code/apispec - 4c213ef39732bf20845c359481eed7dd993146d3 authored almost 10 years ago by Steven Loria <[email protected]>
No need for method attribute

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

github.com/marshmallow-code/apispec - 228240ed162f297bcf70aebcb52773c2e78803b4 authored almost 10 years ago by Steven Loria <[email protected]>
Path objects store multiple operations

github.com/marshmallow-code/apispec - 2bfab1dd77f61b65f2e13a96d649c0c70ba7bfb1 authored almost 10 years ago by Steven Loria <[email protected]>
Merge branch 'flask' into dev

github.com/marshmallow-code/apispec - 4775dfdd0e5c30a75e15fa72213e95a1664eb194 authored almost 10 years ago by Steven Loria <[email protected]>
Path helper can return a collection of Paths

github.com/marshmallow-code/apispec - 4078cd922d953c3ab4b185bf3394906c6412263d authored almost 10 years ago by Steven Loria <[email protected]>
Update issue tracker link

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

github.com/marshmallow-code/apispec - 08a443d8839e4db30a2027b8f736e921d03f0457 authored almost 10 years ago by Steven Loria <[email protected]>
Fix links in tests

github.com/marshmallow-code/marshmallow - 596a607126626e7373dd46feec8d3945437ade49 authored almost 10 years ago by Steven Loria <[email protected]>
Update git URLs

github.com/marshmallow-code/marshmallow - 0a56a3dfb84e4551699f069768db807c9d350e50 authored almost 10 years ago by Steven Loria <[email protected]>
Update travis URLs

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

github.com/marshmallow-code/flask-marshmallow - b6cd78f2535b1388e26b816ff4e32b5e03ade56f authored almost 10 years ago by Steven Loria <[email protected]>
Update travis badge URLs

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