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 current
No refs found
Tags Branches
Overview Source Commits (345) Issues Pull requests Star (0) Fork
  • 0a1e036
    update changelog and pyproject for 0.24 release patx · 2025-12-03T20:47:04-05:00
  • 0c21f43
    fix memory leak in InMemorySessionBackend, should still not be used in prod, implement your own session backend with persistance patx · 2025-12-03T20:34:50-05:00
  • 221685f
    save sessions after middleware that way middleware can mutate the session and it will properly save (mirror this in websocket middle patx · 2025-12-03T20:32:06-05:00
  • 7018315
    save sessions after middleware that way middleware can mutate the session and it will properly save patx · 2025-12-03T20:29:29-05:00
  • 85f5d5e
    remove un-used send_websocket_response method patx · 2025-12-03T20:27:24-05:00
  • aadd492
    remove intersphinx mapping patx · 2025-10-20T00:58:36-04:00
  • 1f9e592
    fix codex review error patx · 2025-10-20T00:57:20-04:00
  • 3ca4cea
    codex review for new docs patx · 2025-10-20T00:55:08-04:00
  • a791217
    remove demo paste json file patx · 2025-10-20T00:45:06-04:00
  • 621f928
    add more docs patx · 2025-10-20T00:40:45-04:00
  • 6ba96b1
    remove test files patx · 2025-09-17T08:53:07-04:00
  • 42a421b
    fix docstring on startup/shutdown handlers patx · 2025-09-17T08:51:29-04:00
  • 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
Loading more...