Log in Sign up

patx/micropie

branch main current tag v0.28 tag v0.27 tag v0.26 tag v0.25 tag v0.24 tag v0.23 tag v0.22 tag v0.21 tag v0.20 tag v0.19 tag v0.18 tag v0.17 tag v0.16 tag v0.15 tag v0.13 tag v0.12.2 tag v0.12.1 tag v0.12 tag v0.11.1 tag v0.11 tag v0.10 tag v0.9.9.8 tag v0.9.9.7.3 tag v0.9.9.7.2 tag v0.9.9.7 tag v0.9.9.6 tag v0.9.9.5 tag v0.9.9.4 tag v0.9.9.3 tag v0.9.9.2 tag v0.9.9 tag v0.9.8 tag v0.9.7.1 tag v0.9.7 tag v0.9.6 tag v0.9.5 tag 2fa31d1 tag v0.9.1 tag v0.9 tag v0.8 tag v0.7 tag v0.6 tag v0.5 tag v0.4 tag v0.3 tag v0.2 tag v0.1 HEAD
No refs found
Tags Branches
Overview Source Commits (379) Issues Pull requests Star (0) Fork
  • 770b12b
    Merge pull request #19 from 0riginaln0/patch-1 Harrison Erd · 2026-03-12T14:46:33-04:00
  • f84d463
    Fix webcam.py outdated API usage 0riginaln0 · 2026-03-12T11:48:14+03:00
  • d196f9a
    Add `Request.json` -- v0.28 patx · 2026-02-12T19:28:37-05:00
  • c7af233
    Add `Request.json` helper method and update the docs and README to reflect patx · 2026-02-12T19:24:26-05:00
  • 17aa397
    update favicon patx · 2026-02-12T19:08:48-05:00
  • 457848d
    bump to 0.27 and document Request.query/Request.form helpers patx · 2026-02-12T01:46:18-05:00
  • 14bbaa4
    update readthedocs.io docs for latest release 0.26. update readme with table of contents. patx · 2026-02-12T01:17:40-05:00
  • 5338fb2
    fix syntax highlighting on index.html patx · 2026-02-07T00:42:16-05:00
  • ae30937
    `docs/index.html`: improve mobile layout and add auto dark mode patx · 2026-02-07T00:39:24-05:00
  • a2959f4
    update website to match new logo patx · 2026-02-06T14:18:04-05:00
  • 5fa7fd8
    update logo patx · 2026-02-06T13:48:37-05:00
  • c9bb7c4
    ruff format all code patx · 2026-01-11T20:02:09-05:00
  • 4bfc43d
    improved the api functionality in url_shortener example to show micropie able to handle real world apis. added nice http error code templates. patx · 2026-01-04T21:40:29-05:00
  • c517868
    update url shortener example. add click tracking. add api sub app. patx · 2026-01-04T05:13:20-05:00
  • 431d5fb
    Sub-app routing no longer depends on middleware ordering patx · 2026-01-04T03:43:19-05:00
  • eadd390
    Add URL shortener app to README Harrison Erd · 2026-01-03T17:52:06-05:00
  • 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