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

Fix use_args decorator usage on class-based views

a54ebe6080023e526e916f77fd0fba6faef57ae3 authored over 10 years ago by Steven Loria <[email protected]>
Fix more typos

dabc66e3dddb734577fab69b0ac6399c4fcbb99f authored almost 11 years ago by Steven Loria <[email protected]>
Fix typo

fe0be2147a177026accc8a74dcbe2649a280f2ac authored almost 11 years ago by Steven Loria <[email protected]>
Bump version -> 0.3.3 and update changelog

fa222a182f438649da62357c6c672c4429df4d3d authored almost 11 years ago by Steven Loria <[email protected]>
Document use_kwargs usage

b11799832d9fdb73a9061b5e72c7e289a3e49278 authored almost 11 years ago by Steven Loria <[email protected]>
Test on Python 3.4

383a4fc9a56445655661788086607e7a0c84db48 authored almost 11 years ago by Steven Loria <[email protected]>
Update changelog

5f04284532f25944c741cd15cec04f8f43002a18 authored almost 11 years ago by Steven Loria <[email protected]>
Add tornado to .travis.yml

2e531606aa026f7b7f5d51831ee5788b5fd6a5d2 authored almost 11 years ago by Steven Loria <[email protected]>
Adds myself to AUTHORS :)

e5a06c8b18ceffcff742f548dc9688004943a4f4 authored almost 11 years ago by Javier Santacruz <[email protected]>
Adds tornado parser documentation

5cc4024adbd5f66a2aa2cb157f0b82a5be045938 authored almost 11 years ago by Javier Santacruz <[email protected]>
Adds tornado parser class and tests

48d3e1d7440de4dce27418595c3a70abfb15b6bc authored almost 11 years ago by Javier Santacruz <[email protected]>
Adds tornado dependencies

5d9d710be9fd509cecd8283622761f53e3ccfd03 authored almost 11 years ago by Javier Santacruz <[email protected]>
Add @venuatu to AUTHORS

d975b8b3fb3d27d84350cef4f9b4d2834eec6c39 authored almost 11 years ago by Steven Loria <[email protected]>
Merge pull request #2 from venuatu/use_kwargs

Add use_kwargs decorator

27c3cc7876fe644f984ce73ee9d6933d11687ba5 authored almost 11 years ago by Steven Loria <[email protected]>
add some documentation for use_kwargs

b9737d5582e3022a693c68e84eea72c7eaceccd2 authored almost 11 years ago by venuatu <[email protected]>
add use_kwargs decorator

43927f0ff2e09f833eabcc83b35be421b898ac28 authored almost 11 years ago by venuatu <[email protected]>
Update changelog and bump version -> 0.3.2

02b05d4f55005f7bacbe15897ae9ebd1edb769ed authored almost 11 years ago by Steven Loria <[email protected]>
Fix JSON parsing in flask

4d94d85b97b7cd58b59f295094d9bec90243bfb2 authored almost 11 years ago by Steven Loria <[email protected]>
Catch ValueError raised when no JSON on request object

1768ecf2b30d490c9b49feadaf7bc81ebfaaba1e authored almost 11 years ago by Steven Loria <[email protected]>
bump version -> 0.3.1

6b3add76e270b06f1f4b0306edffca6699686703 authored almost 11 years ago by Steven Loria <[email protected]>
Remove print statements

woops

955894bdfb6bd666f9bb4e052c91aab8c62f7392 authored almost 11 years ago by Steven Loria <[email protected]>
Bump development status.

8f734171a84ec14b316c3ccffa4ce754b23c163f authored almost 11 years ago by Steven Loria <[email protected]>
Bump version 0.2.0 -> 0.3.0

47f6c9870cf48ec182599e6e38f7a8e83793c9e1 authored almost 11 years ago by Steven Loria <[email protected]>
Update docs

1c635a9a10ad3f627040dcebfe5d57f698acc05f authored almost 11 years ago by Steven Loria <[email protected]>
Add error_handler param

fbc669e0063c162474095cc53cc508b2e6eefa26 authored almost 11 years ago by Steven Loria <[email protected]>
type parameter applies conversion to each elem if multiple is True

30805f23f42a802ba615a4bb147c50b5bc855247 authored almost 11 years ago by Steven Loria <[email protected]>
Support for repeated parameters in bottleparser

f2bf7bb0f22c0eadffc79aee94e97ced80ba1258 authored almost 11 years ago by Steven Loria <[email protected]>
Add support for repeated paraters in djangoparser

7755c2fca366f9a91ad82f12ed6e89007bfd3dac authored almost 11 years ago by Steven Loria <[email protected]>
Move get_value to core

5ad28e8039d9fbae948443e023501d666bacccad authored almost 11 years ago by Steven Loria <[email protected]>
bump version -> 0.3.0-dev

5c1833f8d056015d86ef1ef726a8097269db9d84 authored almost 11 years ago by Steven Loria <[email protected]>
Fix method signatures

44f851b925fc47e052f99ffabd476a24bc3db9df authored almost 11 years ago by Steven Loria <[email protected]>
Add support for repeated parameters in flaskparser

c33b4f026d55092d2039655e6e76a296d20ab189 authored almost 11 years ago by Steven Loria <[email protected]>
Fix docs version number

399133896eb82c19ee5db07720a5711624b99b1a authored almost 11 years ago by Steven Loria <[email protected]>
Bumpv version -> 0.2.0

a543b6f416aeb779bd808a8b33d40e0b11a219cb authored almost 11 years ago by Steven Loria <[email protected]>
Add files target and update docs

0422fe23d2f3d5d0a55fc80486e30b0cab7ce064 authored almost 11 years ago by Steven Loria <[email protected]>
Iterators in Parser#parse

8edca6a3f6926cd0e534003d4166cf3113daa28c authored almost 11 years ago by Steven Loria <[email protected]>
Move publish functions to invoke task

7ff9d48028ba0aae75659a92a34119c759d1b9b1 authored almost 11 years ago by Steven Loria <[email protected]>
save 3 lines. yay

27b7f41518a82aeb18756f14eb18858f5dfed60e authored almost 11 years ago by Steven Loria <[email protected]>
Add 'targets' param to Parser#__init__

b0f727bc6a825bf2741791b5a64b42c3ef0afd42 authored almost 11 years ago by Steven Loria <[email protected]>
Fix tests

9eb38d9ad1f44368dd3ef247a25cee92db99a248 authored almost 11 years ago by Steven Loria <[email protected]>
Update docs

702f5840c16d41492239c00286f911f9e515f127 authored almost 11 years ago by Steven Loria <[email protected]>
Update version

also, import WebargsError in __init__

cc4a0539a77ec24e4ed34e64e8ffef29c39cb13b authored almost 11 years ago by Steven Loria <[email protected]>
Fix failing py33 test

24b2701fc5ebacf617807043dc8dc5f6a59fe1ab authored almost 11 years ago by Steven Loria <[email protected]>
Initial bottle support

1ff4417675d6b939d8b0f6db6a7a8095e7392e75 authored almost 11 years ago by Steven Loria <[email protected]>
Prevent SSL errors

6f66d122e3ac63e5eeca0f23723a1fedac9f4602 authored almost 11 years ago by Steven Loria <[email protected]>
Fix typo in example

53aae155a900756c7122c9e24125618a961cb2c3 authored almost 11 years ago by Steven Loria <[email protected]>
Fix pypi link in docs

5d72feed42710c26b6602f0d26dbe3a571e97368 authored almost 11 years ago by Steven Loria <[email protected]>
Update description

and remove .coveragerc

c67172b06cc5e637dde262a88702345c95aef5fa authored almost 11 years ago by Steven Loria <[email protected]>
0.1.0 release

659031939ac3549406f2fd11034dfc1ada27dacb authored almost 11 years ago by Steven Loria <[email protected]>
stinkin badge

df0f087e6fe2625cc692752c15df3659862f5ece authored almost 11 years ago by Steven Loria <[email protected]>
Don't need all the dev requirements for travis builds

6127b550cfb6e6bd8c8e648f49e684cd012138d8 authored almost 11 years ago by Steven Loria <[email protected]>
Update travis.yml

e6ff769470ca4adbf6d5ef242ef1ed23787479ee authored almost 11 years ago by Steven Loria <[email protected]>
Remove license duplication

0f5dc04d6724da7b20e3a93d6be944140a417c83 authored almost 11 years ago by Steven Loria <[email protected]>
Remove unused compat.py module

e4ff0b9599fa57e1c6df321b00c4f7cbe91b1a65 authored almost 11 years ago by Steven Loria <[email protected]>
Add docs

999c6f62fe190f0edb6a4b342fea93c51a662b43 authored almost 11 years ago by Steven Loria <[email protected]>
No need to catch AttributeError in parse_querystring

39e32da830c1816f6ea0a77cc40aa394e7fa0bfc authored almost 11 years ago by Steven Loria <[email protected]>
Call use before calling validate

0dccfef9273cf8429443b1e593eca6d79ea28671 authored almost 11 years ago by Steven Loria <[email protected]>
Add use parameter

3ed7bafaf845c5e9936c674f3e208ce7a80d4068 authored almost 11 years ago by Steven Loria <[email protected]>
Add tests

4ec30fda057246a90de1211ca64d9f211a5e78de authored almost 11 years ago by Steven Loria <[email protected]>
DjangoParser::parse_headers raises NotImplementedError

6e5eff8f01799c24e0fff89e07e37edcda6f072c authored almost 11 years ago by Steven Loria <[email protected]>
More specific exception handling in djangoparser

2ee981497953fd662411782f2eafa3814401b933 authored almost 11 years ago by Steven Loria <[email protected]>
Update tests

fb3ab8f930b94bf432671815a84033c51abef5b4 authored almost 11 years ago by Steven Loria <[email protected]>
Fix loading json data in djangoparser

d22f43b2784bb2a82b6aefce259483281c623e49 authored almost 11 years ago by Steven Loria <[email protected]>
Add ability to import webargs.flaskparser.use_args

471fa23651c95052a1f8e139f8ece186d48102f7 authored almost 11 years ago by Steven Loria <[email protected]>
Add django use_args decorato

3befbb8e29eb0629a282a15f6d0172c4ef28591b authored almost 11 years ago by Steven Loria <[email protected]>
Add djangoparser

b5db7b7f04214d3c9a6003168a49743c2754c851 authored almost 11 years ago by Steven Loria <[email protected]>
Add django testapp and basic tests

52fe8eea0d9667f26b49db1a1707dcbc9bbeaa30 authored almost 11 years ago by Steven Loria <[email protected]>
fat initial commit

3abeb0132db045ab80eef04fc0427a26bbd200a5 authored almost 11 years ago by Steven Loria <[email protected]>