Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/marshmallow-code/webargs

A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
https://github.com/marshmallow-code/webargs

Bump version and update changelog

a1a3ac7e71aae15ad2c3a8a5735b8b59a359457d authored almost 7 years ago by Steven Loria <[email protected]>
Deprecate aiohttp 1 support

cbb1095d0d853bb14455bed5ddeab091b0bfb1b7 authored almost 7 years ago by Steven Loria <[email protected]>
Access req.query in aiohttpparser (GET is deprecated)

af7d74b3a2d15e1514b053bb349d2c4ad7a8071d authored almost 7 years ago by Steven Loria <[email protected]>
Address deprecation warnings in pyramid tests

7ef7e7cbe7c50e86fc0475a5316f4f3905d5f27b authored almost 7 years ago by Steven Loria <[email protected]>
Merge branch 'marshmallow-3' into dev

4533a5594b7bc9983f28b62c2d06d05205c6cdf1 authored almost 7 years ago by Steven Loria <[email protected]>
Update dev requirements

close #190
close #191
close #192
close #193
close #194
close #195
close #196
close #197

3abe9cdb870b62c0c1a85cc68293c2fad0119642 authored almost 7 years ago by Steven Loria <[email protected]>
Merge pull request #189 from jayfk/patch-1

Fix pyup.io config file

0fe3bce403c7103c8f51ed2e1466c7552f945d79 authored almost 7 years ago by Jérôme Lafréchoux <[email protected]>
fix .pyup.yml

dd2fdae6891c731749e668f0147e57affeaa3de1 authored almost 7 years ago by Jannis Gebauer <[email protected]>
Disallow failures for marshmallow 3

ccadac849a7bec682595843a07878fde1e6036dd authored almost 7 years ago by Jérôme Lafréchoux <[email protected]>
Marshmallow 3.0.0b7 port

Adapt to breaking changes in Marshmallow
- Schemas are always strict. The strict parameter is re...

1ab332996a8f8b37a8429a96ceb2b5257a8edd40 authored almost 7 years ago by Jérôme Lafréchoux <[email protected]>
Allow failures for marshmallow 3 (pre-release)

be141d8146e3bbaa36c89f7ad206a4fffffa9cb2 authored almost 7 years ago by Steven Loria <[email protected]>
Use build stage for automatic PyPI releases

2efb22bca8a1c25d3c1f57b209a7efa0a6365cc9 authored almost 7 years ago by Steven Loria <[email protected]>
Bump version and update changelog

1abcbbbd64f48b5487e40a532e670fefb60b6117 authored almost 7 years ago by Steven Loria <[email protected]>
Remove invalid test

4fe17a4434c0bc6f47ccccf8a7245df59549eedf authored almost 7 years ago by Steven Loria <[email protected]>
Merge pull request #184 from Nobatek/dev_flask_abort_always_add_data

flaskparser.abort: add data to exception even if kwargs is empty

78d21539095832b15680e575376d4ae12426d65b authored almost 7 years ago by Steven Loria <[email protected]>
Fix all examples

788d1222198858c0e77a1555fa33fb0660c6e18e authored about 7 years ago by Steven Loria <[email protected]>
Document correct usage of apply when using decorators with bottle

close #162

a2fb07d5ee2f09dccf4c92b4b6dfd1d3f3065985 authored about 7 years ago by Steven Loria <[email protected]>
flaskparser.abort: add data to exception even if kwargs is empty

2ec800db02636dc5a400146eb80016535c014b5a authored about 7 years ago by Jérôme Lafréchoux <[email protected]>
Bump version; update changelog; add @Itayazolay to AUTHORS

d6dada2323ffda6ffcdf171a474522f835737656 authored over 7 years ago by Steven Loria <[email protected]>
Merge pull request #179 from Itayazolay/fix-use-schema-as-kwargs

Bug fix: Added support for using schema as kwargs.

c4b6a876e72d3b70b88430fd6731357b4577c712 authored over 7 years ago by Steven Loria <[email protected]>
removed bad quotes..

dec91da12b0c0c31b8bcf625fd3115a7b7c5c343 authored over 7 years ago by itay azolay <[email protected]>
Fixed bug: set `as_kwargs=True` when using Schema raises an AttributeError.

6a34401f43817bd434060853f2f905a1543c4f12 authored over 7 years ago by itay azolay <[email protected]>
Bump version

fbf7c1e0cddcffef8f36fae6013fb166a54285d0 authored over 7 years ago by Steven Loria <[email protected]>
Add automatic PyPI releases

1122f8328775ab72cd5b0ec7d2db4b10b7226883 authored over 7 years ago by Steven Loria <[email protected]>
Update changelog and add @daniel98321 to AUTHORS

54b083117dfa1064ee7aba9bb7ec9e4d78439097 authored over 7 years ago by Steven Loria <[email protected]>
Update aiohttpparser.py (#177)

* Update aiohttpparser.py

Fixed bug with extracting the request from class based views.

* ...

aa014128094c7ad383b376ddcd433b35d925a3e2 authored over 7 years ago by daniel98321 <[email protected]>
Bump version and update changelog

e71f8d847b4dd504262e23b6b9683d04d9633d7b authored over 7 years ago by Steven Loria <[email protected]>
Merge pull request #172 from sloria/async-tests

Async tests

f3924bbe7065b345750cde3c791bbf2089c37a02 authored over 7 years ago by Steven Loria <[email protected]>
Update aiohttp docs in framework section

358257b0b1d1964ef87629fd8d01d120a62f5f39 authored over 7 years ago by Steven Loria <[email protected]>
Add tests for aiohttp async function handlers

7138076965d9ae6f4b2dd88f9126e0d4dd630165 authored over 7 years ago by Steven Loria <[email protected]>
Ignore asycn decorators in flake8 based on python version

aa4100c30bf9471f822a23c3cc9259bf1aabd911 authored over 7 years ago by Svetlozar Argirov <[email protected]>
Ignore 3.5+ async decorators in flake8

ede3feffea2c8cee9c654b7eb5cb2ecd03b84406 authored over 7 years ago by Svetlozar Argirov <[email protected]>
split use_args decorator in seprate file to support python 3.4

8ea32e17e152e78b9f313910f1245e2611d82064 authored over 7 years ago by Svetlozar Argirov <[email protected]>
allow use_args/use_kwargs decorators with async def coroutines

8a70bd13543f71a255ce7b179ccde998c38f7053 authored over 7 years ago by Svetlozar Argirov <[email protected]>
Bump version; update changelog; add @nebularazer to AUTHORS

e4f27206e10460394ee73534bda9394535ff20bd authored over 7 years ago by Steven Loria <[email protected]>
Merge pull request #169 from nebularazer/patch-1

Update docs for flask error handling example

467fb9f3cb5d6960b2a7f211d75ddd73b465439e authored over 7 years ago by Steven Loria <[email protected]>
Update docs for flask error handling example

fixes #168

d0767a1a42d941ec6effc514d54cd1d1a2d7d32f authored over 7 years ago by Florian S <[email protected]>
Bump version and update changelog

18f461e8ccf9f0b63c0e4885d207edd81ddab61a authored over 7 years ago by Steven Loria <[email protected]>
Update changelog; bump dev version; add @zaro to AUTHORS

and move flake ignore to setup.cfg

363cce185b42614cf4c73e6f54e150acbaeb8270 authored over 7 years ago by Steven Loria <[email protected]>
Merge pull request #166 from zaro/dev

Fix for #165

3dd195e3b22c5f386f47a46165261395a2f35b8a authored over 7 years ago by Steven Loria <[email protected]>
Add regression test for #165

f9702cdf337d2b07ae0041766f7f9ea0c0a9831e authored over 7 years ago by Svetlozar Argirov <[email protected]>
Exclude .direnv when running flake8

10f0b7d6457b1a5cf874cb78fdd5a9a91e3b80d5 authored over 7 years ago by Svetlozar Argirov <[email protected]>
Fix for #165

6a1aaf1d64f7eb2dc02a3423b9c6c69faa39538f authored over 7 years ago by Svetlozar Argirov <[email protected]>
Bump version and update changelog

e4c33241e544dfd5afd2e84d4d1efd462b8fe11c authored over 7 years ago by Steven Loria <[email protected]>
Update changelog; add @DmitriyS to AUTHORS

e1270b1bf5057cdc6921e8d4dd0a9c5b09303f2c authored over 7 years ago by Steven Loria <[email protected]>
Merge pull request #163 from DmitriyS/fix-aiohttp-parser

Fix parse_form in AIOHTTPParser

5de5d6ff17bca409d6d580c3f1c49c0ff5118954 authored over 7 years ago by Steven Loria <[email protected]>
Fix parse_form in AIOHTTPParser

ca9e7062bf2537c0196f83ec46fafbb7bf200e49 authored over 7 years ago by Dmitry Savin <[email protected]>
Constrain aiohttp version

Until webtest-aiohttp is updated to support aiohttp 2.x

5ca1f79194fc8ff29459db184e06b0b6d4236cf7 authored over 7 years ago by Steven Loria <[email protected]>
Bump version and update changelog

20e3b6c42748e0c86cdec75973e57953aa8f5d24 authored almost 8 years ago by Steven Loria <[email protected]>
Update docs tasks; make `inv docs -wb` work; fix warnings

67f72128db33d8f962a1e879b4e063f06f1e270f authored almost 8 years ago by Steven Loria <[email protected]>
Update dev requirements; add flake8-quotes

112ead8b6e33b333d22343f9e9c6296063b87885 authored almost 8 years ago by Steven Loria <[email protected]>
Only support marshmallow>=2.7.0

e1ea38c6ee74601e4bba2c156a83b0805a1211b7 authored almost 8 years ago by Steven Loria <[email protected]>
Fix compatibility with marshmallow 3.x; drop py26 and py33 support

92b56e59bc58c40a55e478aa17a45adb974fba71 authored almost 8 years ago by Steven Loria <[email protected]>
Require webapp2>=3.0.0b1 in dev environment

This allows the webapp2 docs to be built on py3

See #156

8a609e50461d7b2e3ea3a08c0623e6de5b616390 authored almost 8 years ago by Steven Loria <[email protected]>
Merge pull request #158 from podhmo/example-pyramid

Add pyramid's example

12e7bb144037f4df1e42efa8524a69456cc5bda4 authored almost 8 years ago by Steven Loria <[email protected]>
pyramid example

2deb458dfc20fb52cfb55a56a50ce21f0c3e5a50 authored almost 8 years ago by podhmo <[email protected]>
Merge pull request #155 from rgant/update-gitignore

Update .gitignore

a50b2d34453665502cd1a8a847feb33a87f097c8 authored almost 8 years ago by Steven Loria <[email protected]>
Merge pull request #154 from rgant/fix-tox-py3

Fixes #153.

2fb58f0dd2608c0b228b93972ba73ff4e860bf80 authored almost 8 years ago by Steven Loria <[email protected]>
Hide pytest failure .cache directory. Hide pyenv virtualenv file .python-version

e6afd430042af3267607f32c62aa41c1a69b9ead authored almost 8 years ago by J Rob Gant <[email protected]>
Fixes #153. Installs the special dev-requirements-py3.txt for py34 and py35.

a658dfaa8db8ed99d45ea5f0b8ba7f2c9e13651a authored almost 8 years ago by J Rob Gant <[email protected]>
Bump version and update changelog

27ab51ff24d2694c287430ee1af8f92358481f27 authored almost 8 years ago by Steven Loria <[email protected]>
Skip pyramid tests on py26

a87af4968de2b63a60f28676a55b4f2ddf36f154 authored almost 8 years ago by Steven Loria <[email protected]>
Handle invalid types passed to DelimitedList

close #149

48b0dce4165de5a24e29608100faf0f3e78770d1 authored almost 8 years ago by Steven Loria <[email protected]>
Port fix for #156 to AsyncParser

d683770dd1479318bffe39cafa26ec03f94104b5 authored almost 8 years ago by Steven Loria <[email protected]>
Downgrade sphinx until #3075 is fixed

1cf704bf208a57e5e7426aab822549187ea106f3 authored almost 8 years ago by Steven Loria <[email protected]>
Bump version and update changelog

c4f116cc632b30fbc4515155ee4dd16cc340d3c7 authored almost 8 years ago by Steven Loria <[email protected]>
Test against py36

1737a1054dde4090fab922f95e8be5d5607d3d45 authored almost 8 years ago by Steven Loria <[email protected]>
Update webtest-aiohttp for compat with new aiohttp versions

3b0adf3c9592f0dacab1037aafb07ea3188c1b79 authored almost 8 years ago by Steven Loria <[email protected]>
Bump dev version; update changelog; update year; add @lafrech to AUTHORS

c256910286ef4e941a89bd94fe2348987de100a0 authored almost 8 years ago by Steven Loria <[email protected]>
Merge pull request #148 from sloria/issue146

Don't add missing fields as 'missing' to original_data

4758be910b7ebe62a76bdd12c1473b183ef09e49 authored almost 8 years ago by Steven Loria <[email protected]>
Add regression test for #146

98dea35b04535697dfd52663fc10ab164c081ed3 authored almost 8 years ago by Steven Loria <[email protected]>
Don't add missing fields as 'missing' to original_data

Fixes #146

e25578b1a6cab4f2386e4f3400f067b72f1e8e4b authored about 8 years ago by Jérôme Lafréchoux <[email protected]>
Bump version and update changelog

d790bf518382d5d15c86bbd664844065a889ae9a authored about 8 years ago by Steven Loria <[email protected]>
Fix Flask examples

8b862f51eaca11d27a161103eb29c5106935b229 authored about 8 years ago by Steven Loria <[email protected]>
Merge branch 'issue145' into dev

ac0ed9b3841c2d282a731d8b5b377ecccb98cf44 authored about 8 years ago by Steven Loria <[email protected]>
Update changelog and bump dev version

24d1fe6b0ddc8c70ee51e0f0f0937d05609d7acb authored about 8 years ago by Steven Loria <[email protected]>
Fix handling missing Nested(many=True) args

Fix #145
Fix #120

Also make load_from behavior consistent in aiohttpparser

f0974de50602100d445f69d7765135cc9ebae32c authored about 8 years ago by Steven Loria <[email protected]>
Bump version and update changelog

dd3d1b273b58f840592c8ca42fe08ee1fe1cf1f6 authored about 8 years ago by Steven Loria <[email protected]>
Merge branch 'issue118' into dev

c42a1856a255ff8dc7ec74de96057a845e5e3cbe authored about 8 years ago by Steven Loria <[email protected]>
Check given key before checking load_from

This behavior is consistent with marshmallow's load_from behavior

Closes #118

13df80e3989a37c991f081f337d057e579cea112 authored about 8 years ago by Steven Loria <[email protected]>
Update changelog and bump dev version

802fca1d3be7474e9875a32b451a14a368b13957 authored about 8 years ago by Steven Loria <[email protected]>
Merge pull request #144 from EFF/add_original_func_in_decorator

original function in decorator

1260cdb94157a6cd1d3ad7dd5f6cfa952274af64 authored about 8 years ago by Steven Loria <[email protected]>
changed authors file

0855c5d0f58d931c3b72f45fd370eff0b6b0387f authored about 8 years ago by François-Xavier P. Darveau <[email protected]>
added a reference to the original function in the use_args decorator for unit testing purpose

a5b613d49c491055ffea50ba5bd1cff2a6c85d03 authored about 8 years ago by François-Xavier P. Darveau <[email protected]>
Add note about validators that return None

closes #143

599b7abebd9b2abb7e91db516537fe2f278e00fa authored about 8 years ago by Steven Loria <[email protected]>
Add caveat about passing Schemas to use_kwargs

See #126

e6dcea68ce6620862575953637108b1d15570e7d authored about 8 years ago by Steven Loria <[email protected]>
Pin twine and webtest-aiohttp

e4906fdded4ea41ab6cfcdd873dab2f6467bc209 authored about 8 years ago by Steven Loria <[email protected]>
Pin testing and doc requirements; add pyup config

7629ee22d6b05370a60e7ef134f9c4ca0f4513dc authored about 8 years ago by Steven Loria <[email protected]>
Merge pull request #139 from sloria/pyup-pin-python-dateutil-2.5.3

Pin python-dateutil to latest version 2.5.3

161ab2332c17618872f9ac67d4cbab1be8f5f171 authored about 8 years ago by Steven Loria <[email protected]>
Merge pull request #141 from sloria/pyup-update-sphinx-issues-0.2.0-to-0.3.0

Update sphinx-issues to 0.3.0

549c39e6e3b81cadda9836a3786ef14ee6e46298 authored about 8 years ago by Steven Loria <[email protected]>
Update sphinx-issues from 0.2.0 to 0.3.0

a1bc9d4e887c4dfa18a1e4744e6191eb177a8002 authored about 8 years ago by pyup-bot <[email protected]>
Pin python-dateutil to latest version 2.5.3

9f4670eb8d699b217552c43ad8926f3a5ce03371 authored about 8 years ago by pyup-bot <[email protected]>
Update changelog and bump version

729fea5dc07c69175cf1b979633391d175e5cda5 authored about 8 years ago by Steven Loria <[email protected]>
Merge pull request #123 from frol/patch-1

Fix ValidationError causing HTTP/500 in Python 2.x

68b4a7f7838ca849ba250b1db97f2afeff793672 authored about 8 years ago by Steven Loria <[email protected]>
Fix ValidationError causing HTTP/500 in Python 2.x (#122)

b8f7e0085f65567c7821fb39de711a1914f85f0b authored about 8 years ago by Vlad Frolov <[email protected]>
Merge pull request #121 from DStape/fixup-flask-restful-example

Fix flask.ext.restful deprecated warning

92cc5f49d02d817dfa3884dd7f9410f882d4dffe authored over 8 years ago by Steven Loria <[email protected]>
Fix flask.ext.restful deprecated warning

"ExtDeprecationWarning: Importing flask.ext.restful is deprecated,
use flask_restful instead."

...

8cc52b8edd90daa96278f8e285544459dc9483e2 authored over 8 years ago by David Stapleton <[email protected]>
Bump version and update changelog

3dff76619136c60eb17d054c63dd1dbda215b8dd authored over 8 years ago by Steven Loria <[email protected]>
Upgrade invoke

21b7fda6c925f791acbd210c3463abb3ec4fd173 authored over 8 years ago by Steven Loria <[email protected]>
Fix parsing forms in Falcon>=1.0

closes #110

c9eb6e4831266446f4bbf404dd7e6360280be7de authored over 8 years ago by Steven Loria <[email protected]>