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 (91) Issues Pull requests Star (0) Fork
  • 2519a30
    replace main with development branch. MICEOPIE IS NOW ASGI BASED, RUN METHOD GONE patx · 2025-01-28T12:13:04-05:00
  • ccaa19b
    Merge branch 'development' patx · 2025-01-28T12:11:48-05:00
  • 6d8310f
    Update README.md Harrison Erd · 2025-01-28T11:37:54-05:00
  • f3fcd4b
    update readme.md patx · 2025-01-28T11:24:39-05:00
  • 45de47a
    added static file example, shortened readme, use examples to learn patx · 2025-01-28T04:56:09-05:00
  • b677ab3
    remove websockets examples in favor of socketio patx · 2025-01-28T04:29:07-05:00
  • e350504
    removed websocket low level built in support in favor of 3rd party integration, updated readme patx · 2025-01-28T04:26:34-05:00
  • 359f37b
    added a note about the ASGI devlopment branch in the readme patx · 2025-01-28T02:06:23-05:00
  • 70e7bc3
    update all examples to work with asgi patx · 2025-01-28T02:01:05-05:00
  • f98cfb2
    updated website with new asgi format and info patx · 2025-01-28T00:23:05-05:00
  • 9334780
    dropped WSGI support, no more run() method, full ASGI support, basic support for websockets patx · 2025-01-27T23:58:31-05:00
  • 3be3692
    update app.py patx · 2025-01-27T21:28:13-05:00
  • 69b80be
    Added ASGI support. patx · 2025-01-27T20:24:52-05:00
  • f5bb09d
    removed test lib in examples/pastebin patx · 2025-01-27T11:56:46-05:00
  • 2ac53fa
    Merge branch 'main' of https://github.com/patx/micropie patx · 2025-01-27T11:53:51-05:00
  • c7cc08f
    added live stream webcam example to show how to work with socket.io-python patx · 2025-01-27T11:53:21-05:00
  • e506e1f
    Merge pull request #1 from eltociear/patch-1 Harrison Erd · 2025-01-27T11:45:17-05:00
  • 75356e2
    docs: update README.md Ikko Eltociear Ashimine · 2025-01-28T00:39:18+09:00
  • fbcfb59
    updated readme examples section to include custom http requests added in last commit patx · 2025-01-26T16:30:36-05:00
  • d8c7f87
    added example to show manual request handling patx · 2025-01-26T16:24:36-05:00
  • 1982764
    added typing patx · 2025-01-26T15:27:32-05:00
  • e5b453c
    added typing patx · 2025-01-26T15:23:53-05:00
  • fc0d8fb
    updated setup.py for release 0.7 to pypi patx · 2025-01-26T13:42:12-05:00
  • d936bb9
    added file upload (multipart parasing) for post requests patx · 2025-01-26T13:12:26-05:00
  • dd1ced4
    switch to version 0.6 (added url param ability for index methods) for pypi upload patx · 2025-01-25T18:30:32-05:00
  • 59f0e96
    remove mp4 in examples patx · 2025-01-25T16:33:53-05:00
  • 8af8853
    fully updated index routes ability to accept url path params, with 404 when needed patx · 2025-01-25T16:32:21-05:00
  • 5019a5f
    added url path support for index method patx · 2025-01-24T15:37:48-05:00
  • 062ca51
    Update README.md Harrison Erd · 2025-01-24T11:54:35-05:00
  • a230d8b
    improved the example pastebin application patx · 2025-01-24T11:25:54-05:00
  • 1aed081
    update setup.py to version 0.5, (switched to wsgi dev server patx · 2025-01-24T02:27:28-05:00
  • 02546ea
    removed test app.py file patx · 2025-01-24T02:10:50-05:00
  • 1336795
    switched from http.server to wsgi built in server. this way routing logic is not reapeted twice patx · 2025-01-24T02:10:16-05:00
  • f9825d6
    added pypi link on readme.me patx · 2025-01-23T16:46:33-05:00
  • 81d5156
    added example to manually set security headers for production enviorments patx · 2025-01-23T15:49:17-05:00
  • fcb8f3f
    improved static file and session saftey patx · 2025-01-23T15:25:27-05:00
  • a9cc1c2
    fix css for <a> tag on website patx · 2025-01-23T12:40:05-05:00
  • 54315a3
    fix missing index page for website patx · 2025-01-23T11:55:39-05:00
  • fd8c25a
    fix broken image in readme patx · 2025-01-23T11:54:11-05:00
  • 96f9f7e
    updated website to be more modern patx · 2025-01-23T11:53:15-05:00
  • a2c5f92
    change setup.py and release v0.4 (added streaming support for wsgi_app) patx · 2025-01-22T22:49:29-05:00
  • 1fa1c84
    update streaming examples for videos patx · 2025-01-22T21:23:39-05:00
  • 9dba3e7
    feat: Support partial-content streaming in WSGI mode patx · 2025-01-22T21:14:13-05:00
  • 765af10
    added fastapi to the comparison table in the readme.md patx · 2025-01-22T19:56:35-05:00
  • effd805
    code cleanup, all functionality remain same patx · 2025-01-22T18:54:13-05:00
  • 030b086
    xMerge remote-tracking branch 'refs/remotes/origin/main' patx · 2025-01-22T14:41:00-05:00
  • cbb0d5d
    updated readme to include streaming example and info on websockets integration patx · 2025-01-22T14:38:52-05:00
  • 22ceeec
    Update layout.html Harrison Erd · 2025-01-22T12:51:41-05:00
  • f70cf12
    added support for streaming response type in wsgi_app for use with gunicorn, also added an example app in /examples patx · 2025-01-22T11:59:54-05:00
  • cd5462e
    added `twutr` example app - a twitter clone patx · 2025-01-22T00:33:26-05:00
Loading more...