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 (170) Issues Pull requests Star (0) Fork
  • 70c5d97
    update readme for new sessionbackend class patx · 2025-02-13T23:26:21-05:00
  • 6f8f06a
    added sessionbackend middleware support capabilities, work in progress but pretty good so far! patx · 2025-02-13T21:56:25-05:00
  • e9efe42
    Update README.md Harrison Erd · 2025-02-12T19:34:30-05:00
  • b4a6302
    Update README.md Harrison Erd · 2025-02-12T19:31:37-05:00
  • 9a8e07a
    update file upload example patx · 2025-02-11T00:18:28-05:00
  • 4a2196b
    update setup.py to new version patx · 2025-02-11T00:08:48-05:00
  • 51f0b79
    added safer filenames in _parse_multipart patx · 2025-02-11T00:05:51-05:00
  • 9359e51
    remove to_thread wrapper on fast operation parse_qs patx · 2025-02-10T23:40:58-05:00
  • 6c9d2af
    Merge branch 'main' of https://github.com/patx/micropie patx · 2025-02-10T23:35:11-05:00
  • 35b73c7
    added basic request data Sanitization patx · 2025-02-10T23:34:43-05:00
  • c155843
    Update README.md Harrison Erd · 2025-02-10T22:45:56-05:00
  • 538781b
    Remove redundant body encoding in _send_response() patx · 2025-02-10T21:49:09-05:00
  • 4bd4510
    Update _parse_multipart to use aiofiles.os to create the uploads dir patx · 2025-02-10T21:21:53-05:00
  • f753d15
    updated tests.py, added more support for async tests to better simulate real world patx · 2025-02-10T20:58:11-05:00
  • 217f124
    Update README.md Harrison Erd · 2025-02-10T18:07:42-05:00
  • 1dfd41a
    examples/renamed: examples/api/server.py -> examples/api/app.py deleted: examples/streaming/__pycache__/text.cpython-310.pyc patx · 2025-02-10T14:58:55-05:00
  • 728603b
    update misc patx · 2025-02-10T14:55:17-05:00
  • 919a2ee
    Update README.md Harrison Erd · 2025-02-10T01:12:37-05:00
  • 77ea009
    Update README.md Harrison Erd · 2025-02-09T18:34:58-05:00
  • 8fe9f12
    remove api.html, as the content is now in the readme patx · 2025-02-09T18:31:34-05:00
  • 9bf3b97
    Update README.md Harrison Erd · 2025-02-09T18:26:42-05:00
  • ab7a4d2
    Update README.md Harrison Erd · 2025-02-09T18:25:41-05:00
  • 8225075
    Update README.md Harrison Erd · 2025-02-09T18:02:43-05:00
  • a78dac9
    Update README.md added links Harrison Erd · 2025-02-09T17:58:22-05:00
  • b92912f
    remove benchmark file test for api example patx · 2025-02-09T16:44:02-05:00
  • 15176e1
    added example api for a simple data store patx · 2025-02-09T13:00:06-05:00
  • 2376c8d
    switch mini twitter example to use kenobiDB, more realistic and similar to mongodb use for a project like this patx · 2025-02-07T00:51:04-05:00
  • 942e301
    improve the use of the trivial example pastebin and its use of pickleDB, now offloads pickledbs sync operations so the main event loop does not get blocked. patx · 2025-02-06T22:04:04-05:00
  • fbe7af0
    revert merge, fix broken Harrison Erd · 2025-02-06T11:22:37-05:00
  • 6af9eb9
    Merge pull request #5 from hoopinwhoopin/main Harrison Erd · 2025-02-06T11:18:17-05:00
  • 401f466
    Update README.md Harrison Erd · 2025-02-04T03:00:09-05:00
  • 9959bf6
    improve async-ness, jinja2 async full, aiofiles introduced as codependency with multipart patx · 2025-02-04T02:31:44-05:00
  • 19ce233
    Merge pull request #3 from hoopinwhoopin/codeflash/optimize-Server._parse_cookies-m6ml7d31 Vedant Palekar · 2025-02-04T00:12:13+05:30
  • b97a027
    Merge branch 'main' into codeflash/optimize-Server._parse_cookies-m6ml7d31 Vedant Palekar · 2025-02-04T00:11:54+05:30
  • b760304
    Merge pull request #4 from hoopinwhoopin/codeflash/optimize-Server._redirect-m6mmz2bx Vedant Palekar · 2025-02-04T00:09:28+05:30
  • 6170de0
    Merge branch 'main' into codeflash/optimize-Server._redirect-m6mmz2bx Vedant Palekar · 2025-02-04T00:09:21+05:30
  • a1a408e
    Merge pull request #5 from hoopinwhoopin/revert-1-codeflash/optimize-Root.index-m6mg9210 Vedant Palekar · 2025-02-03T12:23:41+05:30
  • 925aee3
    Revert "⚡️ Speed up method `Root.index` by 44%" Vedant Palekar · 2025-02-03T12:22:55+05:30
  • 780087e
    Merge pull request #1 from hoopinwhoopin/codeflash/optimize-Root.index-m6mg9210 Vedant Palekar · 2025-02-03T12:20:55+05:30
  • 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
  • bb4be1a
    ⚡️ Speed up method `Server._redirect` by 9% To optimize the runtime performance of the `_redirect` method, we need to ensure that we minimize any unnecessary computations or string concatenations. The existing implementation is quite efficient, but we can introduce a minor improvement by reducing the number of string concatenations. codeflash-ai[bot] · 2025-02-01T20:19:10Z
  • a3cd302
    ⚡️ Speed up method `Server._parse_cookies` by 6% To optimize the `_parse_cookies` function for better performance, we can use more efficient string operations and avoid unnecessary checks. Here's the optimized version of the function. codeflash-ai[bot] · 2025-02-01T19:29:38Z
Loading more...