Ecosyste.ms: OpenCollective

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

Sanic Community Organization

Async Python 3.7+ web server/framework | Build fast. Run fast.
Collective - Host: opensource - https://opencollective.com/sanic-org - Website: https://sanicframework.org - Code: https://github.com/sanic-org

Revert "fix async run, add tests"

This reverts commit 41da793b5ac91e0118f359c08ad88beea0da756d.

github.com/sanic-org/sanic - 487e3352e4c375aac84f80f502eefa6797bcefd2 authored almost 8 years ago by Eli Uriegas <[email protected]>
Added sanic-openapi to extensions

github.com/sanic-org/sanic - 34966fb182850182737172484c49b8d944c3ac30 authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #369 from r0fls/fix-async-run

fix async run, add tests

github.com/sanic-org/sanic - 17a92a58b21e3d006580f32e9fd069c267633a04 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #377 from r0fls/373

update route method docs

github.com/sanic-org/sanic - 60d3e5b9e050e31e48905f18ca4b2f93c616d210 authored almost 8 years ago by Raphael Deem <[email protected]>
Added the tests, code formatting changes, and the Range Request feature.

github.com/sanic-org/sanic - d193a1eb709d7dc562ac4c5ed960391b4dac2310 authored almost 8 years ago by Kyle Blöm <[email protected]>
update route method docs

github.com/sanic-org/sanic - 1501c56bbc464edab4f2397d049bb33754d556c0 authored almost 8 years ago by Raphael Deem <[email protected]>
Update __init__.py

github.com/sanic-org/sanic-openapi - d9774c9cad73b63e1f5c202c4af08a2a0af7119a authored almost 8 years ago by Channel Cat <[email protected]>
Update openapi.py

github.com/sanic-org/sanic-openapi - 8a7b77f0fbda15061a8132c8a5c163f6ea82afcb authored almost 8 years ago by Channel Cat <[email protected]>
repository far too republican. needed some libs.

github.com/sanic-org/sanic-openapi - 8da8114551aeb0d9265135d05dc75a6ffe78e793 authored almost 8 years ago by Michael Hill <[email protected]>
Merge pull request #363 from r0fls/run-helper

Run helper

github.com/sanic-org/sanic - 6d18fb6baebc0e08c7de30e402023b990d3fec3b authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #372 from JordanP/fix_docs_config

Fix docs/config.md: the MYAPP_SETTINGS is not exported

github.com/sanic-org/sanic - eac26a451432d120bdb67c77124b9eefec7bc287 authored almost 8 years ago by Eli Uriegas <[email protected]>
Moar documentation

github.com/sanic-org/sanic-openapi - 69307191368bc0208bcf123795035081c35196bc authored almost 8 years ago by Channel Cat <[email protected]>
Fix content type and spiced up readme

github.com/sanic-org/sanic-openapi - 13b71f456e8e93005e5cdd1c5b3f42a3081322e6 authored almost 8 years ago by Channel Cat <[email protected]>
Updated password

github.com/sanic-org/sanic - 1649f30808fe80a5c596cd233ccecdc1ca935347 authored almost 8 years ago by Channel Cat <[email protected]>
remove local import

github.com/sanic-org/sanic-openapi - c2a377aa6ea3b289766dc6b976725e865c2d0e7c authored almost 8 years ago by Channel Cat <[email protected]>
updated password

github.com/sanic-org/sanic-openapi - 626f78855c8886f4bf22ae2f31ba6492bb843248 authored almost 8 years ago by Channel Cat <[email protected]>
Release 0.1.1

github.com/sanic-org/sanic-openapi - 138765087412d372dc159861599df80440e50d2d authored almost 8 years ago by Channel Cat <[email protected]>
moved to getattr for config

github.com/sanic-org/sanic-openapi - 76085a26a0e974ccfadd6d6eac089c7fc54da972 authored almost 8 years ago by Channel Cat <[email protected]>
Fix docs/config.md: the MYAPP_SETTINGS is not exported

If we don"t `export` the variable, it's not available in subcommand:

MYAPP_SETTINGS=/path/to/co...

github.com/sanic-org/sanic - 82680bf43f4a1e5eb24b2534c29cbe8bf1cd27bb authored almost 8 years ago by Jordan Pittier <[email protected]>
Added test

github.com/sanic-org/sanic-openapi - 9b36af85ce8f7423b653bcb47d4a79511b86cfa4 authored almost 8 years ago by Channel Cat <[email protected]>
fix async run, add tests

github.com/sanic-org/sanic - 41da793b5ac91e0118f359c08ad88beea0da756d authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #371 from channelcat/blueprint-shorthand

Blueprint route shorthand

github.com/sanic-org/sanic - cfb5734b85969a8328e91dfa2e3f977056ec12bb authored almost 8 years ago by Raphael Deem <[email protected]>
Added route shorthands to blueprints

github.com/sanic-org/sanic - 0ef39f35aead3474acd78111ca202f5e60dc601d authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #368 from channelcat/blueprint-clarity

Restructured blueprint class for clarity

github.com/sanic-org/sanic - 38d1ed76d235d5ef280e3387f1d78fd2d3b51ebf authored almost 8 years ago by Channel Cat <[email protected]>
Fix flake8

github.com/sanic-org/sanic - 4c80cd185ffe7b8372949010a4327659f5b58bb8 authored almost 8 years ago by Channel Cat <[email protected]>
Restructured blueprint class

Blueprints currently queue functions to be called, which are simple, yet
hard to inspect. These...

github.com/sanic-org/sanic - 629524af0428f2b4d9397675261bdf6663d59c34 authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #367 from channelcat/fix-rtd-build

Fix readthedocs includes

github.com/sanic-org/sanic - a245e54bd36bd54dd2d03274d16aa7991718c4e6 authored almost 8 years ago by Channel Cat <[email protected]>
Fix readthedocs includes

github.com/sanic-org/sanic - 52e485cce9ca830f442c71a6a5235cde7bb25ae4 authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #365 from channelcat/fix-rtd-build

Adding readthedocs file

github.com/sanic-org/sanic - 02d374b65b8458f8d90463c8e9784563f6466406 authored almost 8 years ago by Channel Cat <[email protected]>
Adding readthedocs file

github.com/sanic-org/sanic - 0de6bb00637b2a32b72817d030fb735ab7541b16 authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #364 from channelcat/fix-rtd-build

Fix readthedocs build

github.com/sanic-org/sanic - 9d6b37999995a85b4f567360403dabe3ba2f4d5a authored almost 8 years ago by Channel Cat <[email protected]>
fix conflict part 2

github.com/sanic-org/sanic - c132c4e673acfac18d998dc6e50df9e52e4ab96c authored almost 8 years ago by Channel Cat <[email protected]>
fix conflict

github.com/sanic-org/sanic - 6962dcd66caa34dd99c877363b7f691bb8e505f6 authored almost 8 years ago by Channel Cat <[email protected]>
Fix readthedocs build

github.com/sanic-org/sanic - 2a9496fcdabc800df5522de8d4df68edfeaba07f authored almost 8 years ago by Channel Cat <[email protected]>
review updates

github.com/sanic-org/sanic - 82d1d30a41ea61f23884bdc862dd6b090ff0bda4 authored almost 8 years ago by Raphael Deem <[email protected]>
Revert "testing"

This reverts commit 3fd6ecaedbd60fa7369ba814f2394073b43ff410.

github.com/sanic-org/sanic - 85639d0806154d4aa43283d29451ec8a983a7739 authored almost 8 years ago by Eli Uriegas <[email protected]>
testing

github.com/sanic-org/sanic - 3fd6ecaedbd60fa7369ba814f2394073b43ff410 authored almost 8 years ago by Channel Cat <[email protected]>
Fix RTD build

github.com/sanic-org/sanic - 884d3a03163c329a424fb75ee1b72b90eb58a697 authored almost 8 years ago by Channel Cat <[email protected]>
combine logic from create_server() and run()

github.com/sanic-org/sanic - 10dbb9186d3ba0f23728f5974bc12262be67d7c3 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #360 from seemethere/fix_route_overloading_for_dynamic_routes

Fixes route overloading for dynamic routes

github.com/sanic-org/sanic - a547798b08f565ff4a8a7eebd9a1c538b0ad0282 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #362 from channelcat/read-the-docs

Added basic readthedocs support

github.com/sanic-org/sanic - 894b4348759fee2a97f623e672b2f6b213ef2043 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge branch 'master' into read-the-docs

github.com/sanic-org/sanic - 8db0ece459275774a87a40538e0bca6ae495dc1b authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #199 from Tim-Erwin/improved_config

added methods to load config from a file

github.com/sanic-org/sanic - f56c5e3a45089233f421d76d727a740bfef7b086 authored almost 8 years ago by Eli Uriegas <[email protected]>
Add logic to make dynamic route merging work

This is by no means the final solution but it's a start in the right
direction. Eventually what ...

github.com/sanic-org/sanic - 0a5fa72099dfebbe3b05db9fd881acb386e3c805 authored almost 8 years ago by Eli Uriegas <[email protected]>
updated project name in docs build

github.com/sanic-org/sanic - 0eaccea38f2b25e4e2d582d60523e743bc1a5142 authored almost 8 years ago by Channel Cat <[email protected]>
Added basic readthedocs support

github.com/sanic-org/sanic - de32c389d03e20069600a7f94081d58df54a34ac authored almost 8 years ago by Channel Cat <[email protected]>
fix async run

github.com/sanic-org/sanic - 753d2da6dbd0deb6f8cb2ceab7c93c8fba56acac authored almost 8 years ago by Raphael Deem <[email protected]>
Add a pesky newline

github.com/sanic-org/sanic - d3344da9c59314e5260ae4f8c8cc1f30e5d69e3f authored almost 8 years ago by Eli Uriegas <[email protected]>
Switch them to verifying headers instead

github.com/sanic-org/sanic - ae0876876ee36a2a632415f77d2cec49309cae47 authored almost 8 years ago by Eli Uriegas <[email protected]>
Force method to lower

github.com/sanic-org/sanic - dea8e16f49223886b50032fe36f49e836b62ef23 authored almost 8 years ago by Eli Uriegas <[email protected]>
Update for HTTPMethodView compatibility

github.com/sanic-org/sanic - 13803bdb304e78355a8b45078ca8c36adedc6775 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #359 from r0fls/fix-warnings

fix deprecation warnings

github.com/sanic-org/sanic - 7257e5794f2105959cf9a6cebc166cebbe1949cd authored almost 8 years ago by Eli Uriegas <[email protected]>
Fixes route overloading for dynamic routes

Addresses #353, now dynamic routes work alongside our newly minted
overloaded routes! Also fixed...

github.com/sanic-org/sanic - 41c52487eeec920bfe3caae4eddb9c020d472d81 authored almost 8 years ago by Eli Uriegas <[email protected]>
fix deprecation warnings

github.com/sanic-org/sanic - 0eb779185db3cb38999e3811df77c2c64aa585ac authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #358 from seemethere/incrment_version_030

Increment version to 0.3.0

github.com/sanic-org/sanic - 3d790a71a098def71525e01eaa09052ee05cd06a authored almost 8 years ago by Eli Uriegas <[email protected]>
Increment version to 0.3.0

github.com/sanic-org/sanic - cfc32d940a0a2b78386a00cb4bc71386a7ab7f97 authored almost 8 years ago by Eli Uriegas <[email protected]>
Move serve_multiple, fix tests (#357)

* Move serve_multiple, remove stop_events, fix tests

Moves serve_multiple out of the app, rem...

github.com/sanic-org/sanic - 59242df7d62d42e95217c5913dbd077d36678f82 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #335 from r0fls/remove-loop

remove loop as argument and update examples

github.com/sanic-org/sanic - fad9fbca6f2cc27c1bf09fead4639a126a26b231 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #354 from JordanP/use_isinstance

Use ``isinstance(`` instead of ``issubclass(type(``

github.com/sanic-org/sanic - c81c92967c148cb0547b33100ce6b8d27686fffc authored almost 8 years ago by Eli Uriegas <[email protected]>
Use ``isinstance(`` instead of ``issubclass(type(``

When we already have an `instance` it's less typing and faster to
use `isinstance`.

github.com/sanic-org/sanic - fa36dcbe098ad6f491507213223dc278ccc0d24f authored almost 8 years ago by Jordan Pittier <[email protected]>
add semaphore concurrency limit example

github.com/sanic-org/sanic - c72bcc136c8dd417efb49517dcb9c36a5b99d05d authored almost 8 years ago by Raphael Deem <[email protected]>
remove loop as argument and update examples

github.com/sanic-org/sanic - d52f5f0b094088bc372cb01ab90f43e828da9195 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #349 from kdelwat/compositionview-docs

Add documentation for the CompositionView class

github.com/sanic-org/sanic - 4f6650fce2f980d0970573eb7e60b8db21885802 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #350 from r0fls/deprecate-loop

add deprecate loop message

github.com/sanic-org/sanic - 2774414f9e359ec46065527fca5597c94ba3b504 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #351 from r0fls/revert-log-changes

use string formatting in start message

github.com/sanic-org/sanic - c1f1dca22c0b4783f8f343401567ca2b7d2153de authored almost 8 years ago by Eli Uriegas <[email protected]>
use string formatting in start message

github.com/sanic-org/sanic - 965fbc917d1938f73f722da2dd1f2a7d9e2820fa authored almost 8 years ago by Raphael Deem <[email protected]>
add deprecate loop message

github.com/sanic-org/sanic - 2a1b63c93cee525bba408c452ee55cd90cb5a6e2 authored almost 8 years ago by Raphael Deem <[email protected]>
Add documentation for the CompositionView class

github.com/sanic-org/sanic - 011be512322bf25eb4012fc3c4475dbf3ab4e255 authored almost 8 years ago by Cadel Watson <[email protected]>
Merge pull request #348 from r0fls/275

add async run

github.com/sanic-org/sanic - d1c4f3172f17a02398ef891025ce8ec1db0cf350 authored almost 8 years ago by Eli Uriegas <[email protected]>
review changes

github.com/sanic-org/sanic - 14697c7ea9126c60a133b00450b9609c18ffcc1f authored almost 8 years ago by Raphael Deem <[email protected]>
add async run

github.com/sanic-org/sanic - 54ca8c787b60b71efe1b93930c6ef9204a935932 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #342 from channelcat/fix-slow-upload

Fix slow upload

github.com/sanic-org/sanic - 88c3bffe20fea96c810949f453aec1e810de89de authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #343 from channelcat/cookie-usability

Cookie deletion and default path

github.com/sanic-org/sanic - a4f85cd02eb93f5999a6d0b48ddd703871cc8c97 authored almost 8 years ago by Channel Cat <[email protected]>
Only use request.body

github.com/sanic-org/sanic - fd118a41fd871bb621ee33f409f8b8511eeb3bb3 authored almost 8 years ago by Channel Cat <[email protected]>
Fixed default path in documentation

github.com/sanic-org/sanic - b0f71c5304f77231757c5daf8b963f471836aeb8 authored almost 8 years ago by Channel Cat <[email protected]>
Merge branch 'master' into cookie-usability

github.com/sanic-org/sanic - a162f2ce344981c6b8c96fdd53967d5e68ab6f21 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #347 from r0fls/345

false cookie attributes should not be set

github.com/sanic-org/sanic - 0f64702d72b0cb3c82ba665b562826fc64193a1d authored almost 8 years ago by Eli Uriegas <[email protected]>
false cookie attributes should not be set

github.com/sanic-org/sanic - 3c355f19eb6efcc97be7dcaaba9f3f0358b64a1c authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #346 from r0fls/event-docstring

fix before/after event docstrings

github.com/sanic-org/sanic - fb9f2171a9c431e9286c9f1b5f312dca35445c88 authored almost 8 years ago by Raphael Deem <[email protected]>
fix before/after event docstrings

github.com/sanic-org/sanic - 4efcb6d5add33151f481186a2a0376702b1cf2ff authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #344 from atbentley/docs

Update blueprints docs with correct listener example

github.com/sanic-org/sanic - 5ddc166b12d2c72f49d9606dab13e05583ba3b57 authored almost 8 years ago by Raphael Deem <[email protected]>
Update blueprints docs with correct listener example

github.com/sanic-org/sanic - ecd7e5bdd39dde0ef611ef8e1598f824d7e8e4a0 authored almost 8 years ago by Andrew Bentley <[email protected]>
Added del cookie and default path

github.com/sanic-org/sanic - d0a121ad064f46e0499607d58f213b586885dad8 authored almost 8 years ago by Channel Cat <[email protected]>
Fix slow upload

github.com/sanic-org/sanic - 85a28d3c3027a1cf85cb3b9040788d91c3a21ff5 authored almost 8 years ago by Channel Cat <[email protected]>
Merge branch 'master' into improved_config

github.com/sanic-org/sanic - 5bba3388a0d89d76c7c8f18e6cb7cd7c5c5d02b3 authored almost 8 years ago by Tim Mundt <[email protected]>
Merge pull request #341 from r0fls/340

set error handler debug from run debug arg

github.com/sanic-org/sanic - 0ad31a471bb60ddd47cd8540072789780823ce67 authored almost 8 years ago by Eli Uriegas <[email protected]>
set error handler debug from run debug arg

github.com/sanic-org/sanic - 28f7abd1f8da9d27ec716ea8ab8062871c21a222 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #339 from lixxu/master

add sanic-jinja2 extension

github.com/sanic-org/sanic - 049a5a7493662cb6b62bae00257461cb61b41dab authored almost 8 years ago by Raphael Deem <[email protected]>
add sanic-jinja2 extension

github.com/sanic-org/sanic - a9ee01c7ec841c111a595079d49640a3718bc578 authored almost 8 years ago by Lix Xu <[email protected]>
Caching example (#334)

* Caching example using aiocache

* Caching example using aiocache

* Added aiocache to requ...

github.com/sanic-org/sanic - 1f89b1579262a8a1c8dbc5cd0354b350bd276086 authored almost 8 years ago by Manuel Miranda <[email protected]>
Update README.md

github.com/sanic-org/sanic-openapi - 55e00131ec3726180fbff1300c9a510c9d48004f authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #253 from dutradda/add_register_sys_signals_flag

add a flag to skip SIGINT and SIGTERM signals registration

github.com/sanic-org/sanic - afe390d407ca87606e0a23a68ef767474a4e386c authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #331 from ctlaltdefeat/json-response-args

allowed passing arguments to json response encoder

github.com/sanic-org/sanic - 6f4f2758d657659822b68b62f52a5c3bc4178765 authored almost 8 years ago by Eli Uriegas <[email protected]>