fastdev-py


Namefastdev-py JSON
Version 0.5.0 PyPI version JSON
download
home_page
SummaryFastAPI development server that JIT preprocess TS, TSX, SCSS, etc... files.
upload_time2024-03-07 17:37:47
maintainer
docs_urlNone
authorOmar Azmi
requires_python>=3.11
license
keywords devserver dev-server devtools sever liveserver live-server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### fastdev_py

FastAPI development server that JIT preprocess TS, TSX, SCSS, etc... files without littering your filesystem at all. <br>
also, has in-memory caching of preprocessed files. <br>
under the hood, it uses Deno along with a webassembly version of esbuild to transform your requested files



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fastdev-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "devserver,dev-server,devtools,sever,liveserver,live-server",
    "author": "Omar Azmi",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f7/fb/9c61aef637326d0ceef7d35fca8412eb4288068280e56ab744b2f190f795/fastdev_py-0.5.0.tar.gz",
    "platform": null,
    "description": "### fastdev_py\n\nFastAPI development server that JIT preprocess TS, TSX, SCSS, etc... files without littering your filesystem at all. <br>\nalso, has in-memory caching of preprocessed files. <br>\nunder the hood, it uses Deno along with a webassembly version of esbuild to transform your requested files\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "FastAPI development server that JIT preprocess TS, TSX, SCSS, etc... files.",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/omar-azmi/fastdev_py",
        "Source": "https://github.com/omar-azmi/fastdev_py"
    },
    "split_keywords": [
        "devserver",
        "dev-server",
        "devtools",
        "sever",
        "liveserver",
        "live-server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "379a54ed216f484c92e7fb1714b578cd6c4eff6c1a68a94eeea56bc004724787",
                "md5": "eceb4d22e84314e7ba2ab87c36d8e964",
                "sha256": "06c990c6604666e521992d71ebaa623749ac91fefa3cac04bc115996eaaefadd"
            },
            "downloads": -1,
            "filename": "fastdev_py-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eceb4d22e84314e7ba2ab87c36d8e964",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 17928,
            "upload_time": "2024-03-07T17:37:46",
            "upload_time_iso_8601": "2024-03-07T17:37:46.562124Z",
            "url": "https://files.pythonhosted.org/packages/37/9a/54ed216f484c92e7fb1714b578cd6c4eff6c1a68a94eeea56bc004724787/fastdev_py-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7fb9c61aef637326d0ceef7d35fca8412eb4288068280e56ab744b2f190f795",
                "md5": "c2adca4e0354cf233d25938ae44db66b",
                "sha256": "def234e8cb8957c9342d95b4b33a88b2ee4fe1a5ec03911e80c7558af31e5431"
            },
            "downloads": -1,
            "filename": "fastdev_py-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c2adca4e0354cf233d25938ae44db66b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 14795,
            "upload_time": "2024-03-07T17:37:47",
            "upload_time_iso_8601": "2024-03-07T17:37:47.465365Z",
            "url": "https://files.pythonhosted.org/packages/f7/fb/9c61aef637326d0ceef7d35fca8412eb4288068280e56ab744b2f190f795/fastdev_py-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-07 17:37:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "omar-azmi",
    "github_project": "fastdev_py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fastdev-py"
}
        
Elapsed time: 0.20927s