patx/micropie
-
f928599make sure multipart parsing stops on middleware short circuit patx · 2025-08-20T23:14:53-04:00 -
6e3459cupdate release notes and update `pyproject.toml` for 0.22 release patx · 2025-08-20T22:35:25-04:00 -
a05a10eFix sub-app body parsing bug by ensuring Request object inherits scope's body_params and body_parsed, preventing redundant parsing in sub-app. patx · 2025-08-20T22:23:10-04:00 -
6594c0aadjust meta files for .21 release, bug fix minor release patx · 2025-08-19T01:29:21-04:00 -
997b8e3remove work in progress blog app example patx · 2025-08-19T01:21:23-04:00 -
7882338Fix bug that made the index method not properly recieve path params. Added URL shortener example to demonstrate this. patx · 2025-08-19T01:19:55-04:00 -
d0d09bfupdate readme to link to new docs patx · 2025-08-15T15:39:14-04:00 -
e8d8909fix readthedocs python version patx · 2025-08-15T15:15:41-04:00 -
4936502create readthedocs config file patx · 2025-08-15T15:13:05-04:00 -
eaf67a5change docs file structure patx · 2025-08-15T02:33:21-04:00 -
21f3d09push built docs view at patx.github.io/micropie/build/html patx · 2025-08-15T02:11:42-04:00 -
9aed376add more documentation, work in progress patx · 2025-08-15T01:54:08-04:00 -
b2ce11cupdate release notes and pyproject.toml for v0.20 patx · 2025-08-15T00:01:39-04:00 -
143e1dcenable concurrent multipart parsing and file writing with bounded queues patx · 2025-08-14T23:51:01-04:00 -
257b4d5add sessions for more complete example in `subapp.py` middleware example patx · 2025-08-04T16:09:33-04:00 -
61b68ccremove bad classifier from pyproject.toml patx · 2025-07-19T14:09:25-04:00 -
57973dcAdd middleware ability to mount subapps via `_subapp` patx · 2025-07-19T14:05:28-04:00 -
10af9d6update readme.md to link to correct (new) json_api example patx · 2025-07-15T23:21:09-04:00 -
22f92c4update json/api examples patx · 2025-07-15T23:19:58-04:00 -
2839b70update classifiers patx · 2025-07-15T20:33:32-04:00 -
9705623update readme.md emojis for more flare patx · 2025-07-15T18:08:13-04:00 -
1f1b14aupdate entry in readme.md patx · 2025-07-15T17:39:43-04:00 -
16eb593Merge branch 'main' of https://github.com/patx/micropie patx · 2025-07-14T09:34:48-04:00 -
3c5230bupdate str quote marks patx · 2025-07-14T09:34:43-04:00 -
64d0fe2Merge pull request #11 from eevleevs/print-traceback Harrison Erd · 2025-07-14T09:32:54-04:00 -
162824ePrint traceback Giulio Malventi · 2025-07-14T14:41:26+02:00 -
898d928fix typo in pypi readme patx · 2025-07-14T03:05:36-04:00 -
a1a9bb6Update README.md - Add badges Harrison Erd · 2025-07-14T03:04:41-04:00 -
5f25b33update opengraph tags patx · 2025-07-14T01:09:09-04:00 -
176edd8add opengraph tags in `docs/index.html` patx · 2025-07-14T01:01:55-04:00 -
5de1bf2remove un-needed setattr in sse example patx · 2025-07-13T22:01:26-04:00 -
29450c9make server sent events example to main examples dir patx · 2025-07-09T17:17:46-04:00 -
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
Loading more...