notsofastapi2


Namenotsofastapi2 JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA minimalist WSGI web framework inspired by FastAPI
upload_time2025-08-29 18:36:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords web framework wsgi minimal fastapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            this is toy implementation of fastapi like backend framework, it does not have async support yet hence the name - NotSoFastAPI!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "notsofastapi2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "web, framework, wsgi, minimal, fastapi",
    "author": null,
    "author_email": "Aniket Surjuse <asurjuse111matt@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a1/5f/f2d46f778aecc093eb20d7a3b75dd11854b270d62e14d85f7e4ab1ddf105/notsofastapi2-0.1.0.tar.gz",
    "platform": null,
    "description": "this is toy implementation of fastapi like backend framework, it does not have async support yet hence the name - NotSoFastAPI!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A minimalist WSGI web framework inspired by FastAPI",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/AniketSurjuse/not-so-fastapi",
        "Issues": "https://github.com/AniketSurjuse/not-so-fastapi/issues",
        "Repository": "https://github.com/AniketSurjuse/not-so-fastapi"
    },
    "split_keywords": [
        "web",
        " framework",
        " wsgi",
        " minimal",
        " fastapi"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a5cd8d4f13d9a73b78d1cabae496522b2a4b8e253905fdb66e3115ed23fbf83",
                "md5": "03f66c85092565383e0eb2561f15ab28",
                "sha256": "a4be9d1d6ce164d66ff73085c1f8a2d0d4f08be2fbd88a2521fdad074f1a784b"
            },
            "downloads": -1,
            "filename": "notsofastapi2-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "03f66c85092565383e0eb2561f15ab28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3908,
            "upload_time": "2025-08-29T18:36:57",
            "upload_time_iso_8601": "2025-08-29T18:36:57.266435Z",
            "url": "https://files.pythonhosted.org/packages/6a/5c/d8d4f13d9a73b78d1cabae496522b2a4b8e253905fdb66e3115ed23fbf83/notsofastapi2-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a15ff2d46f778aecc093eb20d7a3b75dd11854b270d62e14d85f7e4ab1ddf105",
                "md5": "01a42718b2859d4ee293ecfbc1e138f7",
                "sha256": "50a578b4970d9b2d7f0192d014fe3d7c9f892042d0071126f4a6533c790eb806"
            },
            "downloads": -1,
            "filename": "notsofastapi2-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "01a42718b2859d4ee293ecfbc1e138f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3240,
            "upload_time": "2025-08-29T18:36:58",
            "upload_time_iso_8601": "2025-08-29T18:36:58.659181Z",
            "url": "https://files.pythonhosted.org/packages/a1/5f/f2d46f778aecc093eb20d7a3b75dd11854b270d62e14d85f7e4ab1ddf105/notsofastapi2-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-29 18:36:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AniketSurjuse",
    "github_project": "not-so-fastapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "notsofastapi2"
}
        
Elapsed time: 0.74652s