patx/micropie
-
6dcae34v0.18 introduces sse friendly response handling patx · 2025-07-09T00:17:16-04:00 -
1ea95deadded a patch to make sure async generators stop when client disconnects. fixes #10 patx · 2025-07-08T23:54:15-04:00 -
dd9c4baadded server sent event example [buggy], issue report to come patx · 2025-07-08T22:11:55-04:00 -
081ae9fsimplify micropie.py docstring patx · 2025-07-08T17:42:50-04:00 -
e055af0update benchmarks for v0.17 patx · 2025-07-07T21:29:07-04:00 -
07c4e8aupdate readme.md for new lifespan api (v0.17) patx · 2025-07-07T15:47:50-04:00 -
34e02e1Update release_notes.md Harrison Erd · 2025-07-07T15:44:29-04:00 -
1ee6bc4add git ignore document patx · 2025-07-07T15:38:08-04:00 -
c38bd89change lifespan handling api to behave more like how middleswares behave. remove on_startup and on_shutdown in favor of appending to the startup and shutdown handlers lists explictly eg. `app.startup_handlers.append(setup_db)` patx · 2025-07-07T15:28:53-04:00 -
8eb259bremove __pycache__ dir patx · 2025-07-06T21:20:49-04:00 -
e16eae4update readme typo in static files section patx · 2025-07-06T21:20:24-04:00 -
172c07aUpdate README.md Harrison Erd · 2025-07-06T20:50:16-04:00 -
e6fe1b4update lifespan examples patx · 2025-07-06T20:49:27-04:00 -
d369710add 0.16 release notes patx · 2025-07-06T19:59:31-04:00 -
98663d3add examples and docs for `on_startup` and `on_shutdown` patx · 2025-07-06T19:56:44-04:00 -
c9e9dd0Add ASGI lifespan event handling to MicroPie patx · 2025-07-06T19:35:10-04:00 -
169e05dv0.15 release notes patx · 2025-07-04T17:33:25-04:00 -
e7896c5remove extra files patx · 2025-07-04T17:11:48-04:00 -
55034e9Fix multipart error handling in micropie.py patx · 2025-07-04T17:09:20-04:00 -
e135b87update version number in `micropie.py` patx · 2025-06-29T14:56:04-04:00 -
466d534Update README.md Harrison Erd · 2025-06-29T14:52:42-04:00 -
a028a9fversion 0.14. introducing breaking change to switch import from `MicroPie` to `micropie` patx · 2025-06-29T14:28:12-04:00 -
4baa969Merge branch 'main' of https://github.com/patx/micropie patx · 2025-06-29T14:24:19-04:00 -
d8983f0BREAKING CHANGE: The module name has been renamed from `MicroPie` to `micropie` to align with Python packaging conventions and improve Pythonic consistency. patx · 2025-06-29T14:20:03-04:00 -
39a8c1dupdate readme with websocket readme code patx · 2025-06-28T15:42:17-04:00 -
f965784fix websocket handlers be routed as http handlers as well causing 500 errors patx · 2025-06-24T23:46:29-04:00 -
760bd4cAdd websocket middleware, improve explicit routing examples patx · 2025-06-24T01:23:11-04:00 -
5142addupdate readme.md patx · 2025-06-23T23:47:09-04:00 -
4db870aadd websocket functionality patx · 2025-06-23T23:37:44-04:00 -
3772265fix version number patx · 2025-06-22T16:29:25-04:00 -
1ec46efupdate readme for github and create seperate readme for pypi patx · 2025-06-22T16:27:34-04:00 -
cb07d38fix typo in version number on micropie.py patx · 2025-06-22T16:07:06-04:00 -
3f2f58fnew release v0.12 patx · 2025-06-22T14:52:00-04:00 -
f290d32Refactor _asgi_app_http to parse body before middleware and defer session loading patx · 2025-06-22T14:22:01-04:00 -
15436d0fix example code in `READDME.md` patx · 2025-06-19T21:04:28-04:00 -
80d6032update readme to provide more info on router handlers and routing patx · 2025-06-17T01:36:16-04:00 -
b55d191add more info to middleware examples patx · 2025-06-16T19:37:36-04:00 -
027a11fversion .11.1. slight bug fix in asgi app with a print statement that was removed in commit b66abc2 patx · 2025-06-11T22:34:09-04:00 -
b66abc2improve middleware examples. create new example showing restful explicit routing. patx · 2025-06-11T22:30:26-04:00 -
ea35a0eedit readme.md to fix typos and more info under middleware patx · 2025-06-10T22:40:27-04:00 -
b804cc6add another middleware example showing explict routing, this one using route decorators patx · 2025-06-10T22:13:54-04:00 -
be018cbfix readme.md typos patx · 2025-06-10T19:51:20-04:00 -
341b4d3edit readme.md: description, main patx · 2025-06-10T18:03:58-04:00 -
d0fa027remove dist files patx · 2025-06-10T17:38:23-04:00 -
56a1523improve file upload example. made alot of comments to make it easy to follow patx · 2025-06-10T17:37:51-04:00 -
291a0f1remove test files patx · 2025-06-10T05:03:39-04:00 -
dcdacf7update tests patx · 2025-06-10T05:03:21-04:00 -
263d889update api readme for new multipart parser patx · 2025-06-10T04:56:51-04:00 -
b254d0eimprove handling of multipart data. no longer auto saves to disk. patx · 2025-06-10T04:37:27-04:00 -
9a301acimprove readme's readability patx · 2025-06-10T01:17:59-04:00
Loading more...