Ecosyste.ms: OpenCollective

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

github.com/kivy/ncis


https://github.com/kivy/ncis

replace deps from bottle to flask

44641bf9b53d057875a0621bb5a5bf727212455d authored almost 6 years ago by Mathieu Virbel <[email protected]>
update kivy example

02c428e6366e76bb16e41d7ca8c4a81f9cad3c0b authored almost 6 years ago by Mathieu Virbel <[email protected]>
enhance ncis refs send back to client

82dcfbf843da1cdfee7f80043f7eedb006989ab6 authored almost 6 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of https://github.com/kivy/ncis

f8f0f82bedc3d2a19f2d17c8c66acb264400f792 authored almost 6 years ago by Mathieu Virbel <[email protected]>
add a simple kivy app in examples to test ncis-kivy

f12ccd83bd10dafb14c66bfdc0a4c99fe4d77496 authored almost 6 years ago by Gabriel Pettier <[email protected]>
add DS_Store

7e2fa3a16db56dd9cb46bce87974d5e792c08854 authored almost 6 years ago by Mathieu Virbel <[email protected]>
update example to generate from time to time fake exception to test stdout+stderr stream

e35c2de41a49e32aab9382d454c41915314f3781 authored almost 6 years ago by Mathieu Virbel <[email protected]>
change bottle to flask as bottle doesn't support streaming with threads (cherrypy was changed to cheroot but bottle version on pypi doesnt support it; waitress doesnt send anything; rocket doesnt pip install; and all the rest use coroutine that we would like to avoid and stay pure python. + introduce stream + redirect of stdout/err.

482046e850ce6f60baecf27980f1a1af2e5fb800 authored almost 6 years ago by Mathieu Virbel <[email protected]>
add endpoints

d56de7148068c5aa0280be01f6d43d78b5249a3e authored almost 6 years ago by Mathieu Virbel <[email protected]>
add jsonencoder for python object

7a9b5da1f0558c0832c457b41dab33f85399f3f0 authored almost 6 years ago by Mathieu Virbel <[email protected]>
fix version, route prefix

d8a7ac1cb657e0d0f1c32fdc8f80b339b04a89fc authored almost 6 years ago by Mathieu Virbel <[email protected]>
first default url works.

53efe17ae8aab3fc797321fcc97e65d86560ce7e authored almost 6 years ago by Mathieu Virbel <[email protected]>
first commit

ec8a4f93f9f2b313b22f2f0973b3818a5dd0d0ab authored almost 6 years ago by Mathieu Virbel <[email protected]>