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 pytest from 3.6.3 to 3.6.4

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.6.3 to 3.6.4.
- [Release notes](http...

a8b11d17c8f5721c483216c9bb26851939f2fafc authored over 6 years ago by dependabot[bot] <[email protected]>
Merge pull request #254 from sloria/pyup-update-pre-commit-1.10.3-to-1.10.4

Update pre-commit to 1.10.4

f5af12c259bc608876a9257aef36091bdb630b4c authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update pre-commit from 1.10.3 to 1.10.4

c0fbc6c704e07ebc0c376d39331f780eb94dde33 authored over 6 years ago by pyup-bot <[email protected]>
Bump version and update changelog

a8640995dbe423d30248a26474f9fb12bad997f6 authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #250 from sloria/flask-attach-schema-to-error

Pass schema instance to error handlers

90b822ffd35a8499a6d4ed796096ee24f76de09f authored over 6 years ago by Steven Loria <[email protected]>
Pass schema instance to error handlers

* @error_handler and handle_error receive schema instance
* In Flask, the Schema instance is att...

3ead80a56ff181d0f74087ea7f543f316a96018a authored over 6 years ago by Steven Loria <[email protected]>
Use :doc: instead of :ref: to refer to pages...

...Also, use :pr: role in some recent changelog entries

ee5ee8c56c32b25837c08fe9d2eff7c44f86e520 authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #249 from sloria/pyup-update-sphinx-issues-0.4.0-to-1.0.0

Update sphinx-issues to 1.0.0

a721931e3814d1edb1dcfdc0f633f521adf12ef2 authored over 6 years ago by Steven Loria <[email protected]>
Update sphinx-issues from 0.4.0 to 1.0.0

c432c2c3fa134175f79a31e974c23ce43842015f authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #248 from sloria/pyup-update-tox-3.1.1-to-3.1.2

Update tox to 3.1.2

dcd67a9806021c50d96458c70e5c59590c601e11 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #247 from sloria/pyup-update-invoke-1.0.0-to-1.1.0

Update invoke to 1.1.0

802c4342efae955386027eca1815b49cb2ace922 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update tox from 3.1.1 to 3.1.2

6c946ccc7e79f9d5e53a683a066a1421a9929abb authored over 6 years ago by pyup-bot <[email protected]>
Update invoke from 1.0.0 to 1.1.0

1c54e1b618513254c33b63fdf5aee93c36b0c1f9 authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #246 from sloria/warnings

Address a few warnings and bump required marshmallow version

15b6a25a3ce0f4da0baa78aaaf667914ca8b363d authored over 6 years ago by Steven Loria <[email protected]>
Bump required marshmallow version

It contains a bugfix that allows strict parameter to override
Meta.strict.

50d90482129eb71cb57eca56c95a3081db6f2e15 authored over 6 years ago by Steven Loria <[email protected]>
Address a few warnings

03becd8f18cfec4e06c541931e3da4531a054a40 authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #244 from sloria/precommit

Format code and docs with black+blacken-docs+pre-commit

30988aa1b20d475c488a97c03347e72a82a21057 authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #245 from sloria/pyup-update-tox-3.0.0-to-3.1.1

Update tox to 3.1.1

3f38a477adcf2a4525148ab38dd24f61d1c5b1eb authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Use flake8-bugbear; use async def coroutines

c108759a9c09efd0c1e59b6a9fc4929a9a6d22c6 authored over 6 years ago by Steven Loria <[email protected]>
Update tox from 3.0.0 to 3.1.1

7828d3f3c92cde29f0e132d4ae2fb9c4e8441350 authored over 6 years ago by pyup-bot <[email protected]>
Rename webargs.async -> webargs.asyncparser in docs

19d1a126c13b8828ed39cbe965e9c2fb1656203a authored over 6 years ago by Steven Loria <[email protected]>
Format code and docs with black+blacken-docs+pre-commit

cd55fe765951ecdfdc9807971b44bfbe5ded12ab authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #243 from sloria/drop34

Drop support for Python 3.4

c68d8ef6b5c98bf8c46473c93362bdc3f95f5e3a authored over 6 years ago by Steven Loria <[email protected]>
Drop support for Python 3.4

3.4 is over 4 years old, and Python 3.7 has been released.
Let's move forward.

4a2c31c99f7c13cb3b1e6e97d5df999d34a1b0b2 authored over 6 years ago by Steven Loria <[email protected]>
Add @Reskov to AUTHORS; update changelog; bump dev version

c76a0fc859cd84beb575e463efa1a6e27b04fb5d authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #240 from Reskov/dev

Python 3.7 async and await are now reserved keywords.

896ca006a1bf8ec16578f0d51f6bce64967c802a authored over 6 years ago by Steven Loria <[email protected]>
Rename async module to asyncparser

1ca80a5da13f3d600808fbcca83e9769821865ac authored over 6 years ago by Sergey Kovalev <[email protected]>
Automatically install package in dev mode

86703ece939afb708fc2b7f08de2867874cc82d2 authored over 6 years ago by Steven Loria <[email protected]>
Bump version and update changelog

13eb99af731657c347df049b078b50edf98462ef authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #241 from sloria/pyup-update-pytest-3.6.2-to-3.6.3

Update pytest to 3.6.3

8bc1e8572790838a2e3ba192829914e7b885ad5b authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #242 from Nobatek/fix_MA3_validation_error_fields_removed

ValidationError.fields was removed in marshmallow 3.0.0b12

a0be59010b15e24841badc58d0abc19927be4338 authored over 6 years ago by Steven Loria <[email protected]>
ValidationError.fields was removed in marshmallow 3.0.0b12

ba4a5d14365e2627a02e19d472b9fa389700a817 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update pytest from 3.6.2 to 3.6.3

c0df0d4844011e67b490825ca336e65bdb8eba1a authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #239 from sloria/pyup-update-webtest-2.0.29-to-2.0.30

Update webtest to 2.0.30

fb300bcf3e16842b4cc7fff2eec92869ad8b5a59 authored over 6 years ago by Steven Loria <[email protected]>
Update webtest from 2.0.29 to 2.0.30

eab4e7a6d93395ccb696034d3fa7895f95c4b949 authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #238 from sloria/pyup-update-pytest-3.6.1-to-3.6.2

Update pytest to 3.6.2

7c94e88cd4873c486a9246ea4649f4677644061d authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update pytest from 3.6.1 to 3.6.2

190abd1e23bfaca156940f54e18bdf42c758db89 authored over 6 years ago by pyup-bot <[email protected]>
No longer using pypi branch

1f8c27079db6c799add8801dc930222d285420dc authored over 6 years ago by Steven Loria <[email protected]>
Update dateutil

cc1e5a785c45e6d01665b135d43aa84387fa130e authored over 6 years ago by Steven Loria <[email protected]>
Bump version and update changelog

53e47d99303681c9d98e53fcda20abc5a26a3108 authored over 6 years ago by Steven Loria <[email protected]>
Cache pip dependencies

4bab73c9d272f181f072ae4de5bd449bf295cb38 authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #232 from sloria/fix-status-code

Respect DEFAULT_VALIDATION_STATUS set on Parser

dd4c7dacff97454465ade4dae5fd9a4f8680df44 authored over 6 years ago by Steven Loria <[email protected]>
Document how to return 400 responses

c3d75dc3bd22114e520ae22bb3be82f17a9884fe authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #231 from sloria/pyup-update-pytest-3.6.0-to-3.6.1

Update pytest to 3.6.1

3356e8ec0cf077f37e0e8b56d1e774954f46c46b authored over 6 years ago by Steven Loria <[email protected]>
Respect DEFAULT_VALIDATION_STATUS set on Parser

see https://github.com/sloria/webargs/issues/180#issuecomment-394869645

8b6299213e3070d80bd22245fe99f95a08f37505 authored over 6 years ago by Steven Loria <[email protected]>
Update pytest from 3.6.0 to 3.6.1

a61c922c085bb4b8c05aa56001433a47024e2e2d authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #228 from sloria/pyup-update-pytest-3.5.1-to-3.6.0

Update pytest to 3.6.0

3bb802f76b82993de1a5c613f87ccbb5adaecdfe authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update pytest from 3.5.1 to 3.6.0

703df76f7992f08f7da142ba325a4d718a9ba24f authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #226 from sloria/pyup-update-invoke-0.23.0-to-1.0.0

Update invoke to 1.0.0

bb6ac76d9dce6b6b77c621062d00e90bde4c6fd1 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update invoke from 0.23.0 to 1.0.0

596ffe245a23b8f064679e857e20e2d9fec499e2 authored over 6 years ago by pyup-bot <[email protected]>
Build docs in Python 3.6

Attempts to address #225

8a3a7b5d5c3f83034fde2cf514e85fa861432629 authored over 6 years ago by Steven Loria <[email protected]>
Bump version and update changelog

5d08b3d0b716518eb310f7ab3f77b780ff65767c authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #224 from sloria/pass-request

Pass request to error handler

3867b67ea01f573ceb6aa255be5cbc167d462628 authored over 6 years ago by Steven Loria <[email protected]>
Update changelog with upgrade guide

a1a00e14c7d08b7ea229628e5174ba05f64222fc authored over 6 years ago by Steven Loria <[email protected]>
Add marshmallow 3 badge

2a6738149d4e9eb473c63aa678698b8dc1681491 authored over 6 years ago by Steven Loria <[email protected]>
Update CHANGELOG (fix link markup)

7aa07d761315cf7cc81908f7a3aa365c51f1ae7d authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Pass request to error handler

3e369a3966d0521cce9570250e7a18a30bbd19ea authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #223 from sloria/fix-aiohttp-tests

Skip aiohttp tests for python<3.5; Drop support for aiohttp<3

8d79bd582dc9b8ff22f5b84e970a971ab2728072 authored over 6 years ago by Steven Loria <[email protected]>
Only support aiohttp>=3.0.0

29ef1c7173d960e9f543cd2456ba4122344cdf42 authored over 6 years ago by Steven Loria <[email protected]>
Skip aiothttp tests for python<3.5

Newer aiohttp versions drop py34 support

1d52aa1a4814e37d1ee84a31f971b80377d85255 authored over 6 years ago by Steven Loria <[email protected]>
Ignore built README

6f50fcb1aa1d06d06917b0228c6d94fa24364ab8 authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #222 from Nobatek/dev_core_rework

Minor refactor in core.py

31d717552ad6085277e5380305dd70beb3890b0b authored over 6 years ago by Steven Loria <[email protected]>
Update CHANGELOG

7d641158a76e997a8934c423d7968160236478c2 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove Parser.load

e0be3c8648dccbba25bd61145b9e1dff63d66069 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove useless condition test in Parser.load

6a468c187369aadb8bb1b6260b3f321e5cb39950 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove unused "instance" and "kwargs" from argmap2schema

19bdf34fda968201f59b14bda815bddf696c7dae authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #220 from sloria/pyup-update-invoke-0.22.1-to-0.23.0

Update invoke to 0.23.0

a70fa2f925dcc572ecf92595180e51d12b0dff8b authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #221 from Nobatek/dev_test_flask_no_debug

Tests: Don't set DEBUG mode in Flask TestAppConfig

57a0796158c4d3c92f61e64598366e01e43007f3 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Tests: Don't set DEBUG mode in Flask TestAppConfig

176af147fb54d41ee6b30a1b5450feb3119b4308 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update invoke from 0.22.1 to 0.23.0

41cee61b7dd812ea1b92edc08a2c5a230573869b authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #215 from Nobatek/dev_updt_gitignore

Update .gitignore

220e78e29837ac0e3fadb8b2277b24460e004598 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update .gitignore

4595dde1460d35d2d68ce573f884fe986221d8eb authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #214 from sloria/pyup-update-pytest-3.5.0-to-3.5.1

Update pytest to 3.5.1

a8c0c94fcfb542a028f7a8242f6f7058ef6563c0 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update pytest from 3.5.0 to 3.5.1

9e64dc2616b719cff2ad6f15b156ba56fc8503d4 authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #213 from sloria/pyup-update-flake8-quotes-0.14.1-to-1.0.0

Update flake8-quotes to 1.0.0

84eee6e7ab70a97775d7d615ee980fea7adeec85 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update flake8-quotes from 0.14.1 to 1.0.0

40479f2dcc2c530f45d1a2537499319745d8fe77 authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #212 from sloria/pyup-update-tox-2.9.1-to-3.0.0

Update tox to 3.0.0

56199506456d5b923e60518beed33689091d6cc5 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update tox from 2.9.1 to 3.0.0

f54fecf8e493214850f1f79815a3101c2416d845 authored over 6 years ago by pyup-bot <[email protected]>
Bump version and update changelog

beedfb639ddb0a0417d1151f5865f72c8d8dc277 authored over 6 years ago by Steven Loria <[email protected]>
Add @lafrech to leads

e531d3eb1a0688dc6e28375c997981ffc070e5ca authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #210 from sloria/pyup-update-flake8-quotes-0.14.0-to-0.14.1

Update flake8-quotes to 0.14.1

40e992c282613351c12e422b116eb393bb2aeea9 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #211 from Nobatek/dev_load_from_data_key

In marshmallow 3, data_key replaces load_from

32b94b8f5246734f88ee18c565b256d7750f1623 authored over 6 years ago by Steven Loria <[email protected]>
In marshmallow 3, data_key replaces load_from

339e888af5f4a1bc5b171483b855d8a600467fdf authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update flake8-quotes from 0.14.0 to 0.14.1

b16a22dd045f9da236376b60c2dd1724ae1b217d authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #209 from sloria/pyup-update-pytest-3.4.2-to-3.5.0

Update pytest to 3.5.0

055ac11ac113100fe224f4bdeae9ad4333fd72b4 authored almost 7 years ago by Jérôme Lafréchoux <[email protected]>
Update pytest from 3.4.2 to 3.5.0

401ac8c3e42fd1a5abd5fda5b42183d8bb6b404d authored almost 7 years ago by pyup-bot <[email protected]>
Merge pull request #207 from Nobatek/dev_rework_parser_parse

Minor rework of Parser.parse

dbdb435a32b2ce6874129ea8fc3ca879e2b95e61 authored almost 7 years ago by Steven Loria <[email protected]>
Merge pull request #208 from gpkc/patch-1

Fix small typo

165ff94ebfd1ad90c77089e8602b920b8d4d3f5f authored almost 7 years ago by Steven Loria <[email protected]>
Fix small typo

a164daf642263f631d23985e9ecde99648c38667 authored almost 7 years ago by Guilherme Caminha <[email protected]>
Minor rework of AsyncParser.parse

d0a9cfb17d100fa5f265295bab96a44f74cbd3dd authored almost 7 years ago by Jérôme Lafréchoux <[email protected]>
Minor rework of Parser.parse

c5d217ddb9bab3370806758f8502aaecaadb42a9 authored almost 7 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #203 from sloria/pyup-update-flake8-quotes-0.13.0-to-0.14.0

Update flake8-quotes to 0.14.0

64ec4d11bfe0346f2144920e71bcc82e879a5cd7 authored almost 7 years ago by Steven Loria <[email protected]>
Merge pull request #205 from sloria/pyup-update-pytest-3.4.0-to-3.4.2

Update pytest to 3.4.2

1c9fdc408f1cc1007642999a17dd932879c32f91 authored almost 7 years ago by Steven Loria <[email protected]>
Update pytest from 3.4.0 to 3.4.2

50d355c33725548e02b1062ac8c3cafc9ca74522 authored almost 7 years ago by pyup-bot <[email protected]>
Update flake8-quotes from 0.13.0 to 0.14.0

0d1cf8df6abc44928048c4d5fd55bf032a7f2b48 authored almost 7 years ago by pyup-bot <[email protected]>
Revert last commit and downgrade sphinx to fix docs builds

46d1c48b0d9a47a5bbdf28045604ea5a92ac8e01 authored almost 7 years ago by Steven Loria <[email protected]>
Fix docs builds

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

f2d6045ffa9a57f30ef8a6624d2afbff257bb57d authored almost 7 years ago by Steven Loria <[email protected]>
Use `body_exists` instead of deprecated `has_body`

close #186

aa3b0c7bd3f3876a53a37eded088fb7b198dba45 authored almost 7 years ago by Steven Loria <[email protected]>
Test against aiohttp 2 and upgrade dev deps

8c3ef0c2f4c5272072e45aa11684cdd2670eafb5 authored almost 7 years ago by Steven Loria <[email protected]>