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 (129) Issues Pull requests Star (0) Fork
  • 9959bf6
    improve async-ness, jinja2 async full, aiofiles introduced as codependency with multipart patx · 2025-02-04T02:31:44-05:00
  • 7394de5
    update setup.py docstring patx · 2025-02-02T23:57:11-05:00
  • 2fa31d1
    remove wrong version tag in main library code patx · 2025-02-02T23:52:10-05:00
  • a406c2c
    **BREAKING CHANGE** renamed `Server` class to `App` patx · 2025-02-02T23:48:23-05:00
  • 2531e7a
    improved api.html patx · 2025-02-02T21:52:11-05:00
  • e65c3f5
    added api docs patx · 2025-02-02T18:32:47-05:00
  • d79f853
    remove test files patx · 2025-02-02T17:28:04-05:00
  • c1108be
    fix the multipart form issue, uses the `multipart` by defnull. dependency optional patx · 2025-02-02T11:00:42-05:00
  • 4439076
    remove pycache patx · 2025-02-01T22:15:33-05:00
  • 4148c7f
    added multipart dependency, improved file uploads, updated examples patx · 2025-02-01T22:14:43-05:00
  • 76df4ad
    add multipart parser patx · 2025-02-01T09:59:32-05:00
  • ea789cf
    added back streaming response, was removed for dev testing patx · 2025-01-31T14:53:16-05:00
  • d3ac7d0
    update readme with new template rendering method patx · 2025-01-31T14:41:40-05:00
  • e47575a
    cleaned up examples cache files patx · 2025-01-31T14:38:47-05:00
  • cd1496b
    made Server class methods private so they cant be accesed when they shouldnt be patx · 2025-01-31T14:35:47-05:00
  • 54bdee2
    updating some examples patx · 2025-01-31T01:56:54-05:00
  • 11bcbae
    implemented private/hidden methods patx · 2025-01-30T22:59:50-05:00
  • 239c4a4
    working on fixing request state leaks, added Request class and now each handler can access the current request state with self.request patx · 2025-01-30T22:27:43-05:00
  • 5573357
    cleaned up examples folders, remove pycache etc patx · 2025-01-30T00:55:15-05:00
  • 20aaa46
    added webrtc peer to peer cam example patx · 2025-01-30T00:52:33-05:00
  • 3ce8116
    update file_upload example to async patx · 2025-01-29T04:31:04-05:00
  • 32736c6
    Update README.md Harrison Erd · 2025-01-29T04:02:33-05:00
  • 4658f5e
    Update README.md Harrison Erd · 2025-01-29T03:57:08-05:00
  • 2fe3789
    added performance benchmarks to readme patx · 2025-01-29T03:18:56-05:00
  • 476ef4c
    optimized session cookies, only set cookie session headers if needed patx · 2025-01-29T02:48:13-05:00
  • 8845cba
    added benchmarks link to readme.md patx · 2025-01-28T19:40:20-05:00
  • 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
Loading more...