Log in Sign up

patx/micropie

tag v0.31 branch main tag v0.30 tag v0.29 tag v0.28 tag v0.27 tag v0.26 tag v0.25 tag v0.24 tag v0.23
No refs found
Tags Branches
Overview Source Commits (317) Issues Pull requests Star (0) Fork
  • 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
  • 55034e9
    Fix multipart error handling in micropie.py patx · 2025-07-04T17:09:20-04:00
  • e135b87
    update version number in `micropie.py` patx · 2025-06-29T14:56:04-04:00
  • 466d534
    Update README.md Harrison Erd · 2025-06-29T14:52:42-04:00
  • a028a9f
    version 0.14. introducing breaking change to switch import from `MicroPie` to `micropie` patx · 2025-06-29T14:28:12-04:00
  • 4baa969
    Merge branch 'main' of https://github.com/patx/micropie patx · 2025-06-29T14:24:19-04:00
  • d8983f0
    BREAKING 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
  • 39a8c1d
    update readme with websocket readme code patx · 2025-06-28T15:42:17-04:00
  • f965784
    fix websocket handlers be routed as http handlers as well causing 500 errors patx · 2025-06-24T23:46:29-04:00
  • 760bd4c
    Add websocket middleware, improve explicit routing examples patx · 2025-06-24T01:23:11-04:00
  • 5142add
    update readme.md patx · 2025-06-23T23:47:09-04:00
  • 4db870a
    add websocket functionality patx · 2025-06-23T23:37:44-04:00
  • 3772265
    fix version number patx · 2025-06-22T16:29:25-04:00
  • 1ec46ef
    update readme for github and create seperate readme for pypi patx · 2025-06-22T16:27:34-04:00
  • cb07d38
    fix typo in version number on micropie.py patx · 2025-06-22T16:07:06-04:00
  • 3f2f58f
    new release v0.12 patx · 2025-06-22T14:52:00-04:00
  • f290d32
    Refactor _asgi_app_http to parse body before middleware and defer session loading patx · 2025-06-22T14:22:01-04:00
Loading more...