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

Fix merge conflicts

github.com/marshmallow-code/webargs - 4fea70ff3ed0d850cae27db5be34383383354d00 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Merge pull request #1 from Ch00k/fix_request

Fix request fixture

github.com/marshmallow-code/webargs - 928aefc23f774bfa885058498f57bd65897b615d authored about 10 years ago by Andriy Yurchuk <[email protected]>
Fix request fixture

github.com/marshmallow-code/webargs - 5ce18b8e479ceebec02f9df443a104b0a819e9a6 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Use UUID instead of OrderedDict

github.com/marshmallow-code/webargs - 9d1747a9aaf3c696f3b5151156189425c2dc0b82 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Fix Date deserialization without python-dateutil

fixes #79

github.com/marshmallow-code/marshmallow - 6d4beafbc461ce621dc5c49c3ae9a7afab8ff4f7 authored about 10 years ago by Alex <[email protected]>
Add test for unknown type. Fix formatting

github.com/marshmallow-code/webargs - f807b386bdb7cc68fe4c03ce4b5d01b0c585db9e authored about 10 years ago by Andriy Yurchuk <[email protected]>
Merge branch 'support/pyramid-docs' into dev

github.com/marshmallow-code/webargs - 093834a27f5f8cf7b63064f889170d1f909702f8 authored about 10 years ago by Steven Loria <[email protected]>
Add pyramid docs to index.rst

github.com/marshmallow-code/webargs - 71080da8d7314e328d11c7f933c08f014bf39e08 authored about 10 years ago by Steven Loria <[email protected]>
Add tests for the default parameter

github.com/marshmallow-code/webargs - 80e7799501cb355b3a8d511ee9ddaa638e6e0516 authored about 10 years ago by Steven Loria <[email protected]>
Fix string formatting

github.com/marshmallow-code/webargs - 3a0806fed5aec844302e9e39cc368584f60539e4 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Add test. Put back non-nullable types

github.com/marshmallow-code/webargs - ca00d83a2a81243168e6bd058353b24aa00ef859 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Add unit tests. Simplify code

github.com/marshmallow-code/webargs - 51e25c80fbd312ec575064dd5cc0743adca9cd03 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Add basic Pyramid doc

github.com/marshmallow-code/webargs - a4939e966fb5a6daa38c4ce4d4f150659f6139ac authored about 10 years ago by philtay <[email protected]>
Skip flake8 errors with Python 3

github.com/marshmallow-code/webargs - 017b6ad672d57f9d8815398c58db29e417af8908 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Merge remote-tracking branch 'upstream/dev' into arg_type_validate

github.com/marshmallow-code/webargs - c1519a0f04ae4ff288b3910c081fdb0fc3cefcf2 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Remove redundant types

github.com/marshmallow-code/webargs - 7b1c5e3f07fbdc3feb5ae3aa4b25bf4518989da9 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Rename TARGET_MAP -> __target_map__

It is not a constant. The @target_handler decorator modifies
its value.

github.com/marshmallow-code/webargs - 44d3a2ae51addb3a73250f71d0d387f9f16a6a4b authored about 10 years ago by Steven Loria <[email protected]>
Add @philtay to authors and update changelog

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

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

github.com/marshmallow-code/webargs - 4b2451afdeec3ccb6f5d5b068412cf65bb069c10 authored about 10 years ago by philtay <[email protected]>
Fix Python 3 compatibility

github.com/marshmallow-code/webargs - a105053dec1704bd0fdee62a0090eace0f99d2f4 authored about 10 years ago by philtay <[email protected]>
Fix Python 3 compatibility

github.com/marshmallow-code/webargs - ef3e57e33e43dc9f7c570bbfd294ff38830f66da authored about 10 years ago by philtay <[email protected]>
Add handle_error method

github.com/marshmallow-code/webargs - fd9ee52e553c57b709447517706308d5fc5c3a65 authored about 10 years ago by philtay <[email protected]>
Add Pyramid parser unit tests

github.com/marshmallow-code/webargs - a7b1e7496d18d46798ddec9539f5d9233da63185 authored about 10 years ago by philtay <[email protected]>
Go the extra mile in supporting files

github.com/marshmallow-code/webargs - ee04342945fafc50943188ff12a50d82387b9870 authored about 10 years ago by philtay <[email protected]>
Add Pyramid parser module

github.com/marshmallow-code/webargs - 9008d6e3d14a5a582f0ddbd6b4a113386b639f26 authored about 10 years ago by philtay <[email protected]>
Add unit tests

github.com/marshmallow-code/webargs - d994cd8acafa536e70510758b8514aafdb7202cb authored about 10 years ago by philtay <[email protected]>
Merge branch 'release/1.1.0'

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

github.com/marshmallow-code/marshmallow - d91b06a5fe854b1093d64f62b24322b800dc0745 authored about 10 years ago by Steven Loria <[email protected]>
More consistent error messages for DateTime, Date, Time, and TimeDelta

github.com/marshmallow-code/marshmallow - b617ffae4a579e68e1d78ae3a985946eca4efa71 authored about 10 years ago by Steven Loria <[email protected]>
Uncomment test. Fix string formatting for py2.6

github.com/marshmallow-code/webargs - 1d227fa6d2dd84df62f7bffecd1c7035a9dcd2ca authored about 10 years ago by Andriy Yurchuk <[email protected]>
long is a float for Python 3

github.com/marshmallow-code/webargs - a15d5660d2faa1a4c888525505e6e2c1c14e73fd authored about 10 years ago by Andriy Yurchuk <[email protected]>
Remove long in Python 3

github.com/marshmallow-code/webargs - d99f73378de132c67d75934a226f30c4e124dcd4 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Remove noop from JSON_TYPES

github.com/marshmallow-code/webargs - 310d90afb658e52a242a018804c4cd7a47a9e66c authored about 10 years ago by Andriy Yurchuk <[email protected]>
Make Python 2.6 happy with format()

github.com/marshmallow-code/webargs - 71b1c459ba614b5ae30cd58dde1507b0244b398f authored about 10 years ago by Andriy Yurchuk <[email protected]>
Always try to convert argument type

github.com/marshmallow-code/webargs - cb40726044be6491a8163c152795726ee66da214 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Group validation tests

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

github.com/marshmallow-code/marshmallow - d53c79032f424020465c12f0aad930b50ecd025d authored about 10 years ago by Steven Loria <[email protected]>
Exemplify usage of Scheam.validate in flask example

github.com/marshmallow-code/marshmallow - 85de87f871ea809557e09c60367c6b9fb28b17f7 authored about 10 years ago by Steven Loria <[email protected]>
Install dev-requirements on Travis

github.com/marshmallow-code/webargs - 461bedc311bfce823845ebcc74100c8a9783b5bf authored about 10 years ago by Steven Loria <[email protected]>
Use set function call instead of literal

github.com/marshmallow-code/webargs - b3d2c6bece3b4c5c89514e110cfdc1774d277b33 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Use types instead of strings in json types dict. Fix check for null

github.com/marshmallow-code/webargs - 6baeb0d77d73703d5c26047d4484a8c5685886b0 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Fix behavior of skip_missing for String and List fields

closes #71

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

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

github.com/marshmallow-code/marshmallow - 41302a0bda53465669c3307fa658bb817784c57c authored about 10 years ago by Steven Loria <[email protected]>
Add example usage of Schema.validate in quickstart docs

github.com/marshmallow-code/marshmallow - e73598a287f72634858fe11172f4eee09c1a938a authored about 10 years ago by Steven Loria <[email protected]>
Add Schema#validate method

github.com/marshmallow-code/marshmallow - 873d39718b9e8c1b7f03da62344fd09d3cd20189 authored about 10 years ago by Steven Loria <[email protected]>
Initial draft of type validation

github.com/marshmallow-code/webargs - 44787e6dfb267806eaa2618318dffa61bbfcedd5 authored about 10 years ago by Andriy Yurchuk <[email protected]>
Merge branch 'feat/cache' into dev

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

github.com/marshmallow-code/webargs - d6a0b0d60cd0520445b9e00efffc46f6a05d66df authored about 10 years ago by Steven Loria <[email protected]>
Make _parse_json_body a function rather than a method

github.com/marshmallow-code/webargs - 962103bae5866db2b5ae2b05eebd418ca6d09e3a authored about 10 years ago by Steven Loria <[email protected]>
Store decoded json body in cache rather than an attribute

No need to parse JSON body on every call to parse
Removes temporary data on each parse

github.com/marshmallow-code/webargs - 819efd5bf55fdc64cca59a039ca9009f4f96c868 authored about 10 years ago by Steven Loria <[email protected]>
Add a short-lived cache for storing processed request bodies

resolves #23

github.com/marshmallow-code/webargs - 243451a424c094f3f6ff1772d66fa3bffbef4b1d authored about 10 years ago by Steven Loria <[email protected]>
Test that "source" name is passed to custom target handlers

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

github.com/marshmallow-code/webargs - 624cf0495dd00262dd2ed00dec7fbdc61eac17e7 authored about 10 years ago by Steven Loria <[email protected]>
Group all Arg tests in a test class

github.com/marshmallow-code/webargs - f687b3535ae186a0230737c883dcbe2b750454e3 authored about 10 years ago by Steven Loria <[email protected]>
No need to call iter on dict.items

github.com/marshmallow-code/webargs - a5c919a51b63b7f5ad37ed7d8bc448951e367dbd authored about 10 years ago by Steven Loria <[email protected]>
Don't catch all generic exceptions

Only handle ValidationErrors

fixes #22

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

github.com/marshmallow-code/webargs - d36c4773add7409afd6b5c1ae99f3def31e89990 authored about 10 years ago by Steven Loria <[email protected]>
Add example usage with Flask-RESTFul

closes #20

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

Conflicts:
HISTORY.rst

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

github.com/marshmallow-code/marshmallow - 4fb2b5b25d78d0013b86112b0cb62b891b08150e authored about 10 years ago by Steven Loria <[email protected]>
Use basestring to allow regext to be a bytes object

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

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

github.com/marshmallow-code/marshmallow - 9e3bee45fca8ccb05c1a247868c82ae695d1f55f authored about 10 years ago by Steven Loria <[email protected]>
Change ordering of arguments to __filter_fields and _update_fields

github.com/marshmallow-code/marshmallow - f024f2cfa2577faf579afd493b96ef2a5aa8fe32 authored about 10 years ago by Steven Loria <[email protected]>
Default many to None

to disambiguate when the user passes many=False

github.com/marshmallow-code/marshmallow - ce130bc5b6cfad3eee26b67a4bebd3d09e91ba88 authored about 10 years ago by Steven Loria <[email protected]>
Add failing tests for dumping/loading single object

when schema was configured to dump/load collections

github.com/marshmallow-code/marshmallow - c0dd11f0a22a063de125fcbb7e7de7cc9b6587ff authored about 10 years ago by Steven Loria <[email protected]>
Fix logical error and pass `many` argument to _update_fields

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

github.com/marshmallow-code/marshmallow - 4973a4b7acca29fec0f46493fc0e0ab01cdccb59 authored about 10 years ago by philtay <[email protected]>
Add predicate validator unit test

github.com/marshmallow-code/marshmallow - 56c2cf5e8d7b5279d6a289aaea99a1b165f4cf14 authored about 10 years ago by philtay <[email protected]>
Add predicate validator

github.com/marshmallow-code/marshmallow - 9fd64acfd5628f082f387d2aae74601f62441ee2 authored about 10 years ago by philtay <[email protected]>
Fix Python 3 compatibility

github.com/marshmallow-code/marshmallow - 4378fedfcc0489de3e4112500c283043f65b98ac authored about 10 years ago by philtay <[email protected]>
Add regexp validator unit test

github.com/marshmallow-code/marshmallow - 28a0506b9a7893030bb97bc8676d3d11b2653911 authored about 10 years ago by philtay <[email protected]>
Add regexp validator

github.com/marshmallow-code/marshmallow - 9d41dd3cea7c4dc463141aa2f11a42fa775f8cfe authored about 10 years ago by philtay <[email protected]>
Add equal validator unit test

github.com/marshmallow-code/marshmallow - d625b4dab2da19fe8a5d2ad1156aef0a09cf300b authored about 10 years ago by philtay <[email protected]>
Add equal validator

github.com/marshmallow-code/marshmallow - 8ef06e87b6a41eccb42e9d823d5f22e6a2a45daf authored about 10 years ago by philtay <[email protected]>
Improve length and ranging validators

github.com/marshmallow-code/marshmallow - 95d7ae494f7c55beb2726556af2b0fc50aeb96db authored about 10 years ago by philtay <[email protected]>
Change many to be passed around

github.com/marshmallow-code/marshmallow - f91fce2613b16de0a8db7d4d9e5acbcc8da69bfe authored about 10 years ago by Sven-Hendrik Haase <[email protected]>
Merge branch 'dev' of https://github.com/sloria/marshmallow into dev

github.com/marshmallow-code/marshmallow - 58fdde843a117c8f12ca606ad484bab39bebe5e5 authored about 10 years ago by Steven Loria <[email protected]>
Add @ewang and @philtay to AUTHORS

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

github.com/marshmallow-code/marshmallow - 303d6d48e492f0884550f1eda9eda8b84fd2f82b authored about 10 years ago by Steven Loria <[email protected]>
Add ranging validator unit tests

github.com/marshmallow-code/marshmallow - e1c0626b01261737341b34f6d117b5d70b4c9a9d authored about 10 years ago by philtay <[email protected]>
Add ranging validator

github.com/marshmallow-code/marshmallow - 29e00e62e3d7dc6e793fa3565521198c97d679d0 authored about 10 years ago by philtay <[email protected]>
Add length validator unit tests

github.com/marshmallow-code/marshmallow - ad55d04d6688f75f0e441603668e0337a0333d76 authored about 10 years ago by philtay <[email protected]>
Merge pull request #67 from ewang/dev

Update docs for fields.DateTime default format

github.com/marshmallow-code/marshmallow - 8770cf39de6341beba73c48ed345766bbc3d4140 authored about 10 years ago by Steven Loria <[email protected]>
Add length validator

github.com/marshmallow-code/marshmallow - 5ad619ee471468a79c20ce14b5f98f1129eb5ad3 authored about 10 years ago by philtay <[email protected]>
Update docs for fields.DateTime default format

github.com/marshmallow-code/marshmallow - 695c486c083cd02593a5b74a2184b88b450a4690 authored about 10 years ago by Eric Wang <[email protected]>
Nested(many=True) serializes None to an empty list

also fix flake8 error in tests

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

github.com/marshmallow-code/marshmallow - 4b6cd2f7b0eb8419012bbcf31d7992dbf09f19d6 authored about 10 years ago by Steven Loria <[email protected]>
Fix accessing dictionary values when keys are a method of dict

fixes #62

github.com/marshmallow-code/marshmallow - 3eff74cee08cc53c81e057660ce0c45f23dde7fa authored about 10 years ago by Steven Loria <[email protected]>
Store field name and instance on raised exceptions when strict=True

resolves #63

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

github.com/marshmallow-code/marshmallow - 3c759bb261854f1b835abd3100935f110b677b55 authored about 10 years ago by Sven-Hendrik Haase <[email protected]>
Merge branch 'dev'

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

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