whmcs-api-client


Namewhmcs-api-client JSON
Version 1.0.13 PyPI version JSON
download
home_pagehttps://github.com/truehostcloud/whmcs-python-client
SummaryWHMCS API
upload_time2025-07-24 12:46:29
maintainerNone
docs_urlNone
authorOpenAPI Generator community
requires_pythonNone
licenseNone
keywords openapi openapi-generator whmcs api
VCS
bugtrack_url
requirements urllib3 python_dateutil pydantic typing-extensions
Travis-CI
coveralls test coverage No coveralls.
                Python client for the WHMCS API.  WHMCS (Web Host Manager Complete Solution) provides a single API endpoint that handles multiple operations through different 'action' parameters. This specification presents each action as an independent path while routing all requests to the /api.php endpoint. 
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/truehostcloud/whmcs-python-client",
    "name": "whmcs-api-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, WHMCS API",
    "author": "OpenAPI Generator community",
    "author_email": "team@openapitools.org",
    "download_url": "https://files.pythonhosted.org/packages/b7/9f/45b2b85db7420f26c0d933b2a057a7ee4f914035a2411f0f4e08a88ecd82/whmcs_api_client-1.0.13.tar.gz",
    "platform": null,
    "description": "    Python client for the WHMCS API.  WHMCS (Web Host Manager Complete Solution) provides a single API endpoint that handles multiple operations through different 'action' parameters. This specification presents each action as an independent path while routing all requests to the /api.php endpoint. \n    \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "WHMCS API",
    "version": "1.0.13",
    "project_urls": {
        "Homepage": "https://github.com/truehostcloud/whmcs-python-client"
    },
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " whmcs api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "423907de02f9e5ac019dd3684c82b3b8fa7961cf8afad644ac7e00506dc1052e",
                "md5": "d30fd25be938684c94ebb5221fa7b843",
                "sha256": "7dd0528dac0e90e6c429effce63777f41dbc165b7e564f4061cfb6ae74d05da1"
            },
            "downloads": -1,
            "filename": "whmcs_api_client-1.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d30fd25be938684c94ebb5221fa7b843",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 62931,
            "upload_time": "2025-07-24T12:46:28",
            "upload_time_iso_8601": "2025-07-24T12:46:28.455966Z",
            "url": "https://files.pythonhosted.org/packages/42/39/07de02f9e5ac019dd3684c82b3b8fa7961cf8afad644ac7e00506dc1052e/whmcs_api_client-1.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b79f45b2b85db7420f26c0d933b2a057a7ee4f914035a2411f0f4e08a88ecd82",
                "md5": "3675ab7b33a7f8e3e72d6414f342e777",
                "sha256": "c7204cc1ee5f817712ccd41c31208f4dadac698586d884d7eebc634614738e8c"
            },
            "downloads": -1,
            "filename": "whmcs_api_client-1.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "3675ab7b33a7f8e3e72d6414f342e777",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 43609,
            "upload_time": "2025-07-24T12:46:29",
            "upload_time_iso_8601": "2025-07-24T12:46:29.836923Z",
            "url": "https://files.pythonhosted.org/packages/b7/9f/45b2b85db7420f26c0d933b2a057a7ee4f914035a2411f0f4e08a88ecd82/whmcs_api_client-1.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 12:46:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "truehostcloud",
    "github_project": "whmcs-python-client",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "urllib3",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ],
                [
                    ">=",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "python_dateutil",
            "specs": [
                [
                    ">=",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "2"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    ">=",
                    "4.7.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "whmcs-api-client"
}
        
Elapsed time: 1.44997s