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 current tag v0.24
No refs found
Tags Branches
Overview Source Commits (363) Issues Pull requests Star (0) Fork
  • 10874b1
    update changelog and pyproject.toml for release 0.25 patx · 2026-01-02T20:39:31-05:00
  • 1fbb5b3
    Fix unicode redirect handling patx · 2026-01-02T20:30:19-05:00
  • 0184d2c
    Fix link in README for ServeStatic documentation Harrison Erd · 2026-01-01T02:05:13-05:00
  • fec9688
    add simple blog example patx · 2025-12-29T01:08:54-05:00
  • d943cd3
    added heroku ready webrtc example patx · 2025-12-29T00:47:38-05:00
  • 5a0737b
    add heroku ready webrtc example using socket.io patx · 2025-12-29T00:43:39-05:00
  • 83ea2b1
    clean up a few typos in url shortner, make rate limit middleware require db name patx · 2025-12-28T19:26:12-05:00
  • fda0eed
    added mongoKV powered SessionBackend to url_shortner example to demo a more prod ready system patx · 2025-12-28T18:45:26-05:00
  • c29cf6b
    add csrf middleware to url shortner example patx · 2025-12-28T18:07:08-05:00
  • 271cb4a
    improved url_shortener example, added middleware to demo how to use mongo and micropie for rate limitting patx · 2025-12-28T00:56:04-05:00
  • 39f1c02
    cleaned up pastebin/mongokv example patx · 2025-12-21T17:10:27-05:00
  • 8efe145
    url shortener example ultra simple patx · 2025-12-16T21:31:21-05:00
  • 5d85f3a
    update pastebin example to mkvDB patx · 2025-12-11T03:50:55-05:00
  • b0b6e08
    Add Powered by MicroPie badge section to README patx · 2025-12-09T04:07:38-05:00
  • ac4b6d3
    fix(rate-limit): remove conflicting $push/$pull ops, switch to scalar violation tracking patx · 2025-12-08T22:29:38-05:00
  • f800cc3
    Improve rate limitting example to mirror a more production ready usage, including using MongoDB to store ip, as well as perma-bans patx · 2025-12-08T21:07:38-05:00
  • 94b5150
    fix two formatting errors in micropie.py (max-line-chars: 120) patx · 2025-12-05T01:55:31-05:00
  • 6f5f840
    Improve the MongoDB session backend example. patx · 2025-12-04T10:30:22-05:00
  • 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
Loading more...