akapy


Nameakapy JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://remoterabbit.github.io/akapy/
SummaryA Akamai API wrapper for Python!
upload_time2024-03-05 04:31:23
maintainer
docs_urlNone
authorTristan Jahnke
requires_python>=3.9,<4.0
licenseGPL-3.0-only
keywords akamai python-wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # akapy

Home to a Python wrapper for the Akamai API.

## How to use?

```python
cloudlet = ak.Cloudlet()
print(cloudlet.get_all())

```

Check out the docs here [remoterabbit.github.io/akapy/](remoterabbit.github.io/akapy/)

<!--TODO: Go through this and add better use cases and how to use-->
Akapy has an authentication class which is passed, when needed, to other classes within Akapy. For most use cases you probably won't need to mess
around with it. The defaults for it are 

            

Raw data

            {
    "_id": null,
    "home_page": "https://remoterabbit.github.io/akapy/",
    "name": "akapy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "akamai,python-wrapper",
    "author": "Tristan Jahnke",
    "author_email": "trjahnke@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/64/13/de7a617b6b93354d7ef2aa4fc8dce197bec89a05b62005c119d6a74e3203/akapy-0.3.1.tar.gz",
    "platform": null,
    "description": "# akapy\n\nHome to a Python wrapper for the Akamai API.\n\n## How to use?\n\n```python\ncloudlet = ak.Cloudlet()\nprint(cloudlet.get_all())\n\n```\n\nCheck out the docs here [remoterabbit.github.io/akapy/](remoterabbit.github.io/akapy/)\n\n<!--TODO: Go through this and add better use cases and how to use-->\nAkapy has an authentication class which is passed, when needed, to other classes within Akapy. For most use cases you probably won't need to mess\naround with it. The defaults for it are \n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "A Akamai API wrapper for Python!",
    "version": "0.3.1",
    "project_urls": {
        "Documentation": "https://remoterabbit.github.io/akapy/",
        "Homepage": "https://remoterabbit.github.io/akapy/",
        "Repository": "https://github.com/RemoteRabbit/akapy"
    },
    "split_keywords": [
        "akamai",
        "python-wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "251826d78c38dfd5f68a8cba5142b861db9f581812dd65e14ba1198264305f9b",
                "md5": "724a630bbc2c14fa2f4e70bde25822c5",
                "sha256": "deb9f5344069d31cbbfa7da8dc1b0ba203bd0ea0fac4fbeeb937cfaf53645776"
            },
            "downloads": -1,
            "filename": "akapy-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "724a630bbc2c14fa2f4e70bde25822c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 17580,
            "upload_time": "2024-03-05T04:31:22",
            "upload_time_iso_8601": "2024-03-05T04:31:22.827086Z",
            "url": "https://files.pythonhosted.org/packages/25/18/26d78c38dfd5f68a8cba5142b861db9f581812dd65e14ba1198264305f9b/akapy-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6413de7a617b6b93354d7ef2aa4fc8dce197bec89a05b62005c119d6a74e3203",
                "md5": "f59ec5a07434ae285a250dbcf3aae724",
                "sha256": "21fc5ca571c90111e3bde1c3d7c3cb6357530edb2894b85d67399f440c3ba9a3"
            },
            "downloads": -1,
            "filename": "akapy-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f59ec5a07434ae285a250dbcf3aae724",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 16393,
            "upload_time": "2024-03-05T04:31:23",
            "upload_time_iso_8601": "2024-03-05T04:31:23.859957Z",
            "url": "https://files.pythonhosted.org/packages/64/13/de7a617b6b93354d7ef2aa4fc8dce197bec89a05b62005c119d6a74e3203/akapy-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-05 04:31:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RemoteRabbit",
    "github_project": "akapy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "akapy"
}
        
Elapsed time: 0.27382s