Log in Sign up

patx/micropie

tag v0.32 branch main tag v0.31 tag v0.30 tag v0.29 tag v0.28 tag v0.27 tag v0.26 tag v0.25 tag v0.24
No refs found
Tags Branches
Overview Source Commits (333) Issues Pull requests Star (0) Fork
  • f928599
    make sure multipart parsing stops on middleware short circuit patx · 2025-08-20T23:14:53-04:00
  • 6e3459c
    update release notes and update `pyproject.toml` for 0.22 release patx · 2025-08-20T22:35:25-04:00
  • a05a10e
    Fix 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
  • 6594c0a
    adjust meta files for .21 release, bug fix minor release patx · 2025-08-19T01:29:21-04:00
  • 997b8e3
    remove work in progress blog app example patx · 2025-08-19T01:21:23-04:00
  • 7882338
    Fix 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
  • d0d09bf
    update readme to link to new docs patx · 2025-08-15T15:39:14-04:00
  • e8d8909
    fix readthedocs python version patx · 2025-08-15T15:15:41-04:00
  • 4936502
    create readthedocs config file patx · 2025-08-15T15:13:05-04:00
  • eaf67a5
    change docs file structure patx · 2025-08-15T02:33:21-04:00
  • 21f3d09
    push built docs view at patx.github.io/micropie/build/html patx · 2025-08-15T02:11:42-04:00
  • 9aed376
    add more documentation, work in progress patx · 2025-08-15T01:54:08-04:00
  • b2ce11c
    update release notes and pyproject.toml for v0.20 patx · 2025-08-15T00:01:39-04:00
  • 143e1dc
    enable concurrent multipart parsing and file writing with bounded queues patx · 2025-08-14T23:51:01-04:00
  • 257b4d5
    add sessions for more complete example in `subapp.py` middleware example patx · 2025-08-04T16:09:33-04:00
  • 61b68cc
    remove bad classifier from pyproject.toml patx · 2025-07-19T14:09:25-04:00
  • 57973dc
    Add middleware ability to mount subapps via `_subapp` patx · 2025-07-19T14:05:28-04:00
  • 10af9d6
    update readme.md to link to correct (new) json_api example patx · 2025-07-15T23:21:09-04:00
  • 22f92c4
    update json/api examples patx · 2025-07-15T23:19:58-04:00
  • 2839b70
    update classifiers patx · 2025-07-15T20:33:32-04:00
  • 9705623
    update readme.md emojis for more flare patx · 2025-07-15T18:08:13-04:00
  • 1f1b14a
    update entry in readme.md patx · 2025-07-15T17:39:43-04:00
  • 16eb593
    Merge branch 'main' of https://github.com/patx/micropie patx · 2025-07-14T09:34:48-04:00
  • 3c5230b
    update str quote marks patx · 2025-07-14T09:34:43-04:00
  • 64d0fe2
    Merge pull request #11 from eevleevs/print-traceback Harrison Erd · 2025-07-14T09:32:54-04:00
  • 162824e
    Print traceback Giulio Malventi · 2025-07-14T14:41:26+02:00
  • 898d928
    fix typo in pypi readme patx · 2025-07-14T03:05:36-04:00
  • a1a9bb6
    Update README.md - Add badges Harrison Erd · 2025-07-14T03:04:41-04:00
  • 5f25b33
    update opengraph tags patx · 2025-07-14T01:09:09-04:00
  • 176edd8
    add opengraph tags in `docs/index.html` patx · 2025-07-14T01:01:55-04:00
  • 5de1bf2
    remove un-needed setattr in sse example patx · 2025-07-13T22:01:26-04:00
  • 29450c9
    make server sent events example to main examples dir patx · 2025-07-09T17:17:46-04:00
  • 6dcae34
    v0.18 introduces sse friendly response handling patx · 2025-07-09T00:17:16-04:00
  • 1ea95de
    added a patch to make sure async generators stop when client disconnects. fixes #10 patx · 2025-07-08T23:54:15-04:00
  • dd9c4ba
    added server sent event example [buggy], issue report to come patx · 2025-07-08T22:11:55-04:00
  • 081ae9f
    simplify micropie.py docstring patx · 2025-07-08T17:42:50-04:00
  • e055af0
    update benchmarks for v0.17 patx · 2025-07-07T21:29:07-04:00
  • 07c4e8a
    update readme.md for new lifespan api (v0.17) patx · 2025-07-07T15:47:50-04:00
  • 34e02e1
    Update release_notes.md Harrison Erd · 2025-07-07T15:44:29-04:00
  • 1ee6bc4
    add git ignore document patx · 2025-07-07T15:38:08-04:00
  • c38bd89
    change 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
  • 8eb259b
    remove __pycache__ dir patx · 2025-07-06T21:20:49-04:00
  • e16eae4
    update readme typo in static files section patx · 2025-07-06T21:20:24-04:00
  • 172c07a
    Update README.md Harrison Erd · 2025-07-06T20:50:16-04:00
  • e6fe1b4
    update lifespan examples patx · 2025-07-06T20:49:27-04:00
  • d369710
    add 0.16 release notes patx · 2025-07-06T19:59:31-04:00
  • 98663d3
    add examples and docs for `on_startup` and `on_shutdown` patx · 2025-07-06T19:56:44-04:00
  • c9e9dd0
    Add ASGI lifespan event handling to MicroPie patx · 2025-07-06T19:35:10-04:00
  • 169e05d
    v0.15 release notes patx · 2025-07-04T17:33:25-04:00
  • e7896c5
    remove extra files patx · 2025-07-04T17:11:48-04:00
Loading more...