apitopy


Nameapitopy JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/txels/apitopy
SummaryPythonic access to HTTP APIs
upload_time2024-10-13 07:10:28
maintainerNone
docs_urlNone
authorCarles Barrobés
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements requests supermutes
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Access arbitrary HTTP APIs as if they were python objects

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/txels/apitopy",
    "name": "apitopy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Carles Barrob\u00e9s",
    "author_email": "carles@barrobes.com",
    "download_url": "https://files.pythonhosted.org/packages/77/1d/8b678828eb819165d0df707d339bf83d193c56d4619961f974bf5659d12a/apitopy-0.5.0.tar.gz",
    "platform": null,
    "description": "Access arbitrary HTTP APIs as if they were python objects\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pythonic access to HTTP APIs",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/txels/apitopy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bcec10356ea9762e7d140681f699902785035fe5ffea97d146230291770141e",
                "md5": "30d17681e0bd5c079e4039b3f5f58b5d",
                "sha256": "7af68b18f9000af25b95d4992eb564014ea8de43279f322bc6d0e9d2a6726f99"
            },
            "downloads": -1,
            "filename": "apitopy-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30d17681e0bd5c079e4039b3f5f58b5d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3011,
            "upload_time": "2024-10-13T07:10:26",
            "upload_time_iso_8601": "2024-10-13T07:10:26.626303Z",
            "url": "https://files.pythonhosted.org/packages/6b/ce/c10356ea9762e7d140681f699902785035fe5ffea97d146230291770141e/apitopy-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "771d8b678828eb819165d0df707d339bf83d193c56d4619961f974bf5659d12a",
                "md5": "f204d1b0c562769fb43cbed31cfa5da1",
                "sha256": "6dde4e8e20a1c3f11af65a9102f3398c4d2c19ad1f3795bdffea728a6b358f3b"
            },
            "downloads": -1,
            "filename": "apitopy-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f204d1b0c562769fb43cbed31cfa5da1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3579,
            "upload_time": "2024-10-13T07:10:28",
            "upload_time_iso_8601": "2024-10-13T07:10:28.278175Z",
            "url": "https://files.pythonhosted.org/packages/77/1d/8b678828eb819165d0df707d339bf83d193c56d4619961f974bf5659d12a/apitopy-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-13 07:10:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "txels",
    "github_project": "apitopy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "supermutes",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "apitopy"
}
        
Elapsed time: 1.15415s