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 LICENSE

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

github.com/marshmallow-code/apispec - 30e5ae887c64e21dd089c71f5f595a51cd5f63f6 authored almost 10 years ago by Steven Loria <[email protected]>
Convert Nested lists to swagger specs

github.com/marshmallow-code/apispec - 885754d85703f77beed7e463fa862057d2ab03ac authored almost 10 years ago by Steven Loria <[email protected]>
Use ref if available on nested field

github.com/marshmallow-code/apispec - 6af13d4378692618c76afe1a9e56d90a43d0ee4b authored almost 10 years ago by Steven Loria <[email protected]>
Handle nested field in field2property

github.com/marshmallow-code/apispec - 5eaf6c25aa0c6405e81f42f8d335231781016711 authored almost 10 years ago by Steven Loria <[email protected]>
Refactor as dict comprehension and add docs

also, add tests

github.com/marshmallow-code/apispec - 64af8445851e2087af87e07f9a993ef285dcebe1 authored almost 10 years ago by Steven Loria <[email protected]>
Generalize casing corrections

github.com/marshmallow-code/apispec - e0b76e48de9d10262746ec17018523c964c85283 authored almost 10 years ago by Steven Loria <[email protected]>
Further refactoring; just pass operation dict to Path constructor

github.com/marshmallow-code/apispec - cbe74daf4625c677907c31ec2b9324fc4f6d06e2 authored almost 10 years ago by Steven Loria <[email protected]>
Refactor add_path; handle kwargs in Path constructor

github.com/marshmallow-code/apispec - 0e197c90a73f337772a82ac17c213abb07b0072d authored almost 10 years ago by Steven Loria <[email protected]>
Fix implementation of add_path

github.com/marshmallow-code/apispec - 4c4a942f71a724b200fa11e48f67edcde8e33f11 authored almost 10 years ago by Steven Loria <[email protected]>
Add APISpec#add_path

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

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

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

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

github.com/marshmallow-code/apispec - 3eb29e2a7ffcfdf11f4e4765c5c4c12ada92fc08 authored almost 10 years ago by Steven Loria <[email protected]>
Can pass plugins to constructor; rename 'name' param -> 'path'

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

github.com/marshmallow-code/apispec - 0e66d898e699f874dffa0668360e32a5dddfa43d authored almost 10 years ago by Steven Loria <[email protected]>
Depend on mock

github.com/marshmallow-code/apispec - 8c16be3023f8078314c25a72e7b652f5964fc86d authored almost 10 years ago by Steven Loria <[email protected]>
Store 'enum' property; reorganize tests

github.com/marshmallow-code/apispec - 03ca437f1af2df1b83b8773fc9c458c8babc4a06 authored almost 10 years ago by Steven Loria <[email protected]>
Don't update definition with kwargs

otherwise, definition_helpers' kwargs will be put into the return
value

github.com/marshmallow-code/apispec - 5548e107161bf01f98c7b0d35bc07bdac1a388de authored almost 10 years ago by Steven Loria <[email protected]>
Use definition helpers in APISpec#definition

github.com/marshmallow-code/apispec - bec015920b7d398fe965cf2a42c1a45f98b1ed23 authored almost 10 years ago by Steven Loria <[email protected]>
Add APISpec#register_definition_helper

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

github.com/marshmallow-code/flask-marshmallow - 4f7f434a648ab172dcb8c23573adc739eb8fde0d authored almost 10 years ago by Steven Loria <[email protected]>
Ignore ipython notebooks

github.com/marshmallow-code/flask-marshmallow - 365821a21801ae41df4f3e8ef130ee52206f1873 authored almost 10 years ago by Steven Loria <[email protected]>
Fix serializing falsy attributes

see #10

github.com/marshmallow-code/flask-marshmallow - 4d3acfb6af2848b8ee085deed729b2f37cc5d546 authored almost 10 years ago by Steven Loria <[email protected]>
Add test case for serializing nested attribute that is None

github.com/marshmallow-code/marshmallow - fcbcdd20f5af0e16dcff104f725597a84d6f12d1 authored almost 10 years ago by Steven Loria <[email protected]>
Use hasattr rather than EAFP

because something in `setup` may raise an AttributeError that
shouldn't be caught

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

github.com/marshmallow-code/apispec - be9141ced3dc8f49aeec8ff78a5b4bb4a3ca0c7f authored almost 10 years ago by Steven Loria <[email protected]>
Start of APISpec class

Add tests and implementation of APIspec#definition

github.com/marshmallow-code/apispec - f9a6a290d36263e46df7e94337d601f603ae087d authored almost 10 years ago by Steven Loria <[email protected]>
Add test case for validator that raises ValidationError w/ list

github.com/marshmallow-code/marshmallow - 7f6bee8dc11ac47c641072ac7905115eb2a709bd authored almost 10 years ago by Steven Loria <[email protected]>
Don't install pytest-xdist and docs requirements by default

Also fix typo in contributing docs

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

github.com/marshmallow-code/apispec - 7aa7e37bda48ebc042a2f5ea21f9552ad3b7701d authored almost 10 years ago by Steven Loria <[email protected]>
Move apispec to a directory

github.com/marshmallow-code/apispec - 838f6b62f7655311873f0db6a7c8526a0d46eaeb authored almost 10 years ago by Steven Loria <[email protected]>
Move apispec to a directory

github.com/marshmallow-code/apispec - 8ab91373ec4974eedf8a82c77f1e8df58197a407 authored almost 10 years ago by Steven Loria <[email protected]>
Add contributing page; fix broken links

github.com/marshmallow-code/apispec - 122274dc84b3567e265dd10ca06b0d3bb18b9ff9 authored almost 10 years ago by Steven Loria <[email protected]>
Remove unused themes directory

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

github.com/marshmallow-code/apispec - 8c8d74cc82ae1d2e9ae8d8bef9bea23193a80d2d authored almost 10 years ago by Steven Loria <[email protected]>
Fix unicode error messages on py2

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

github.com/marshmallow-code/apispec - 186861557ca4218c3c7ba8d43919378f04c048d1 authored almost 10 years ago by Steven Loria <[email protected]>
Support il8n with wtforms converter

github.com/marshmallow-code/apispec - 4ed94e6dc5688edd0d8c5ab60a2bbbb3358632eb authored almost 10 years ago by Steven Loria <[email protected]>
Converters recieve list of validators

github.com/marshmallow-code/apispec - fd8e9c53be7ac94597659fd5356d89a492b03054 authored about 10 years ago by Steven Loria <[email protected]>
Add travis badge

github.com/marshmallow-code/apispec - a4fcc89d0a42bc2d767ac63e7960647cdd58a19f authored about 10 years ago by Steven Loria <[email protected]>
Don't test against py26 for now

github.com/marshmallow-code/apispec - 4946155217db6ba6f0b1d071964f95e6fd92a337 authored about 10 years ago by Steven Loria <[email protected]>
Fix imports on py2 and flake errors

github.com/marshmallow-code/apispec - bb0d8624ec46f5d4e77ffcde1bcf98fa58018f5f authored about 10 years ago by Steven Loria <[email protected]>
Handle status_code kwarg for webargs

github.com/marshmallow-code/apispec - a047712d2098a2007ef5fd93aba3d4eaf4a84641 authored about 10 years ago by Steven Loria <[email protected]>
Fix implementation of ValidationError

github.com/marshmallow-code/apispec - 17044e14d775d82cef61703d8734544a26a7f769 authored about 10 years ago by Steven Loria <[email protected]>
Update travis and tox files

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

github.com/marshmallow-code/apispec - 3481a2d7cea7574aadeaec02d532200e8cbb2450 authored about 10 years ago by Steven Loria <[email protected]>
Fix docstring for sphinx

github.com/marshmallow-code/apispec - 9950783a3676d4d0866185fb286a77bfe472bd03 authored about 10 years ago by Steven Loria <[email protected]>
Remove unused theme

github.com/marshmallow-code/apispec - d833e2b621f9908740b0f0b35d0f5f20be0f8682 authored about 10 years ago by Steven Loria <[email protected]>
Some preliminary docco

github.com/marshmallow-code/apispec - 16b1c421db3e258e7607c7e629a0af531febef71 authored about 10 years ago by Steven Loria <[email protected]>
Start validate module

ValidationError supports both webargs and marshmallow
Converters for wtforms and colander

github.com/marshmallow-code/apispec - e62eb86fe7463d411a70a87c45249c078492867d authored about 10 years ago by Steven Loria <[email protected]>
Update requirements files

github.com/marshmallow-code/apispec - 2545e65dc8017d28de2b08fad6421141641a2ba2 authored about 10 years ago by Steven Loria <[email protected]>
Support Decimal field

github.com/marshmallow-code/apispec - 719adc1a6521c2809e947b97be2efafad814f242 authored about 10 years ago by Steven Loria <[email protected]>
Put swagger utils in a directory; don't depend on webargs for now

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

github.com/marshmallow-code/webargs - dd1788b60ba28488ae1e1d75d15c88649c4ce847 authored about 10 years ago by Steven Loria <[email protected]>
Fix typos

github.com/marshmallow-code/webargs - 374d4b93221c6f41e87f1c91247b4d5e9411071a authored about 10 years ago by Steven Loria <[email protected]>
Add RequiredArgMissingError to __init__

also update tagline

github.com/marshmallow-code/webargs - 4345f48b26bf9bff9be3445787f43a39c08ab3eb authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'required-error' into dev

github.com/marshmallow-code/webargs - be73f84af5eb3eb7751f1fe2f6306f4a2d6e5814 authored about 10 years ago by Steven Loria <[email protected]>
Raise RequiredArgMissingError when a required argument is missing

github.com/marshmallow-code/webargs - b0a5de07324dd0cd900d00aa53d9da2a2c462c24 authored about 10 years ago by Steven Loria <[email protected]>
Fix typo in docs

github.com/marshmallow-code/webargs - 68b8fe105db53357d52270b1e9bd3f354e901fd6 authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'docs' into dev

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

Update changelog
Use sphinx-issues
Add project links to README/long-description

github.com/marshmallow-code/webargs - 135bce8b31a18d5fd8682c50b7a5bf912de4e6ab authored about 10 years ago by Steven Loria <[email protected]>
Filter out extra arguments

fix #28

github.com/marshmallow-code/webargs - c7073b18d66c8fc95aff0ac0bc06e6fe14bbf647 authored about 10 years ago by Steven Loria <[email protected]>
Fix repr of Missing

github.com/marshmallow-code/webargs - e2915ef3ce3a9ca5d5a68c90934bd46590ebc821 authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'multiple-missing' into dev

github.com/marshmallow-code/webargs - 86f71cf131f2557675f8a8eda20da9a91400069d authored about 10 years ago by Steven Loria <[email protected]>
get_value returns Missing even if multiple=True

github.com/marshmallow-code/webargs - 92c6cec390c64b3abc39dbe56669fafe7f565b99 authored about 10 years ago by Steven Loria <[email protected]>
Expand test cases for type conversion with multiple=True

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

github.com/marshmallow-code/flask-marshmallow - a26e6a7692d4d8d0b2f395c3422a1bd0661a5008 authored about 10 years ago by Steven Loria <[email protected]>
Fix readme links

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

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

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

Link to GH profiles, issue nums; add links to README

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

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

github.com/marshmallow-code/flask-marshmallow - 73c30e852e350db29174b8fe006dc56ff2d1e433 authored about 10 years ago by Steven Loria <[email protected]>
Deprecate Schema.jsonify, config values

See #8

github.com/marshmallow-code/flask-marshmallow - b8eebe34a2afc005df53553f355197df1708ea78 authored about 10 years ago by Steven Loria <[email protected]>
Fix deserialization of Hyperlinks and URLFor fields

fix #9

github.com/marshmallow-code/flask-marshmallow - d7f6256fec4d26362398f1ccc635408ce3b7b494 authored about 10 years ago by Steven Loria <[email protected]>
Use iso format in example

github.com/marshmallow-code/marshmallow - 8522bb75032a2f0d9e07e3849e8d3c8d8166539e authored about 10 years ago by Steven Loria <[email protected]>
Add missing test cases and refactor tests

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

github.com/marshmallow-code/marshmallow - 10ec35424e4b5a2166dd4370fb63698d75d1df17 authored about 10 years ago by Steven Loria <[email protected]>
Fix handling schema validation errors with dict or list

see #110

github.com/marshmallow-code/marshmallow - 3ca29d046d1aa2117f6b378f5c5a9143e69417ba authored about 10 years ago by Steven Loria <[email protected]>
Allow dict to be passed as error in user validator

fix #110

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

github.com/marshmallow-code/marshmallow - d5bef8613d3fd7738e35d79fb288c09d3f58eed1 authored about 10 years ago by Steven Loria <[email protected]>
Add unicode_literals to class_registry

github.com/marshmallow-code/marshmallow - 7af75620a9946b601b65aaf409c243bb8460ea1d authored about 10 years ago by Steven Loria <[email protected]>
Import unicode_literals from the __future__

Make sure all string literals are unicode on Python 2 too.

github.com/marshmallow-code/marshmallow - f4c7cc2f6896d5f7b3e9f65349589018617b6c79 authored about 10 years ago by philtay <[email protected]>
Merge branch 'docs' into dev

github.com/marshmallow-code/marshmallow - 45b74dab1e6206d2e772ec32c46e70e4d976af9a authored about 10 years ago by Steven Loria <[email protected]>
Update docs (sphinx-issues)

github.com/marshmallow-code/marshmallow - 0d3d309017e65abebe85b42a3a8f99dbd11bf7e3 authored about 10 years ago by Steven Loria <[email protected]>
Merge branch '1.2-docs' into dev

github.com/marshmallow-code/marshmallow - 6e5b810d61a1ba4330f7150ccef03647bf904fd6 authored about 10 years ago by Steven Loria <[email protected]>
Add migration docs for 1.2

resolve #97

github.com/marshmallow-code/marshmallow - deab9a108860030515f01c17b28baef79392a124 authored about 10 years ago by Steven Loria <[email protected]>
Add decimal.Decimal to TYPE_MAP

github.com/marshmallow-code/marshmallow - eeaa657531d61c7aaee7c77c6dcf1bfdd78abf47 authored about 10 years ago by Steven Loria <[email protected]>
Add warning about rendering Decimal field to JSON

also, update changelog

github.com/marshmallow-code/marshmallow - 3770a6e28aa7e1bcfbb75e0e5bfacb73983dc5e1 authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'fix-shared-validators' into dev

github.com/marshmallow-code/marshmallow - d40fba826e59a7a8ed59c773a98525f213bae082 authored about 10 years ago by Steven Loria <[email protected]>
Ensure that validators are not shared with parent classes

Fix #88

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

github.com/marshmallow-code/marshmallow - 2e94f261c45cf8ac962790461f97e8359b30870b authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'svenstaro-ignore-popular-venvs' into dev

github.com/marshmallow-code/marshmallow - cc63054d928f392fa0e321d0148b1eda30b2e5b0 authored about 10 years ago by Steven Loria <[email protected]>
Exclude env and venv from flake8

Fix #99

github.com/marshmallow-code/marshmallow - ee6f6056147bae94c4ce2e02eee3f910227780a5 authored about 10 years ago by Steven Loria <[email protected]>
Update changelog and add @davidism to AUTHORS

github.com/marshmallow-code/marshmallow - 449b8f85f5f121e83af4fb89fe6488ecf074649e authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'davidism-loads_many' into dev

github.com/marshmallow-code/marshmallow - ced618270fa6890b4f81826fdf1cd5520d8c9426 authored about 10 years ago by Steven Loria <[email protected]>
Merge branch 'decimal-follow-up' into dev

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