apifaker


Nameapifaker JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryAutomatically creates mocked versions of an API from openapi.json specification for use in Python tests.
upload_time2024-04-08 23:48:53
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords api mock testing openapi fastapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # apifaker

automatically creates mocked version of an api from openapi.json specification for use in python tests

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "apifaker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "api, mock, testing, openapi, fastapi",
    "author": null,
    "author_email": "Cary Carter <ccarterdev@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# apifaker\n\nautomatically creates mocked version of an api from openapi.json specification for use in python tests\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Automatically creates mocked versions of an API from openapi.json specification for use in Python tests.",
    "version": "0.0.1",
    "project_urls": {
        "repository": "https://github.com/cc-d/apifaker"
    },
    "split_keywords": [
        "api",
        " mock",
        " testing",
        " openapi",
        " fastapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1c153c3b082e8ed160466317d035d1ad30bce4b5021a551cc8924db09187645",
                "md5": "7f73411f53cc2790a3a105bf526689ed",
                "sha256": "177a992f8058136dba9ab514e11ba84ff516145d01cc8bac211ade6cacd8b8cb"
            },
            "downloads": -1,
            "filename": "apifaker-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f73411f53cc2790a3a105bf526689ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3002,
            "upload_time": "2024-04-08T23:48:53",
            "upload_time_iso_8601": "2024-04-08T23:48:53.553288Z",
            "url": "https://files.pythonhosted.org/packages/b1/c1/53c3b082e8ed160466317d035d1ad30bce4b5021a551cc8924db09187645/apifaker-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 23:48:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cc-d",
    "github_project": "apifaker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "apifaker"
}
        
Elapsed time: 0.21348s