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 (103) Issues Pull requests Star (0) Fork
  • 2e7e077
    update setup.py, v0.9 patx · 2025-01-28T17:58:40-05:00
  • e4375ed
    Update README.md Harrison Erd · 2025-01-28T17:25:05-05:00
  • 18058f0
    updated examples patx · 2025-01-28T16:59:02-05:00
  • 618dda2
    Update README.md Harrison Erd · 2025-01-28T15:42:53-05:00
  • 25ac84f
    Update README.md Harrison Erd · 2025-01-28T15:37:52-05:00
  • ba963cc
    Update README.md Harrison Erd · 2025-01-28T15:36:11-05:00
  • cbe13f9
    make render_template method async, update readme and examples patx · 2025-01-28T15:33:16-05:00
  • 5e5d49f
    Update README.md Harrison Erd · 2025-01-28T14:35:36-05:00
  • a28d397
    Merge branch 'main' of https://github.com/patx/micropie patx · 2025-01-28T14:32:15-05:00
  • 42247a4
    got rid of built in serve static, use 3rd part module for static files if needed patx · 2025-01-28T14:31:22-05:00
  • f908839
    Update index.html Harrison Erd · 2025-01-28T12:38:49-05:00
  • db2b7df
    Update README.md Harrison Erd · 2025-01-28T12:23:43-05:00
  • 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
Loading more...