de-cloud-files


Namede-cloud-files JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/jothapunkt/cloudfiles
SummaryAbstractions around cloud file interfaces (WIP)
upload_time2022-12-18 18:03:59
maintainer
docs_urlNone
authorJothapunkt
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            League Event Interface
================

Create custom callbacks to various in game events made possible with the League Client API

## Original
Heavily borrows from LeagueOfEvents - [check out the original LeagueOfEvents package here](https://pypi.org/project/LeagueOfEvents/)

## Installing

Install the [PyPI Package](https://pypi.org/project/LeagueEventInterface/):

    pip install LeagueEventInterface

## Examples
Basic example:
```py
import leagueeventinterface

def pentakill_handler():
    print("Yaay! A Penta!")

leagueeventinterface.subscribe("PlayerPentakill", pentakill_handler)
```

# Events
TODO

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jothapunkt/cloudfiles",
    "name": "de-cloud-files",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jothapunkt",
    "author_email": "jakob-hoefner@web.de",
    "download_url": "https://files.pythonhosted.org/packages/5c/b4/97f22d5815952bf76a4705165b1255c66ae464dacb432a4d1d0b61608e57/de-cloud-files-1.0.1.tar.gz",
    "platform": null,
    "description": "League Event Interface\r\n================\r\n\r\nCreate custom callbacks to various in game events made possible with the League Client API\r\n\r\n## Original\r\nHeavily borrows from LeagueOfEvents - [check out the original LeagueOfEvents package here](https://pypi.org/project/LeagueOfEvents/)\r\n\r\n## Installing\r\n\r\nInstall the [PyPI Package](https://pypi.org/project/LeagueEventInterface/):\r\n\r\n    pip install LeagueEventInterface\r\n\r\n## Examples\r\nBasic example:\r\n```py\r\nimport leagueeventinterface\r\n\r\ndef pentakill_handler():\r\n    print(\"Yaay! A Penta!\")\r\n\r\nleagueeventinterface.subscribe(\"PlayerPentakill\", pentakill_handler)\r\n```\r\n\r\n# Events\r\nTODO\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Abstractions around cloud file interfaces (WIP)",
    "version": "1.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a04a8b4fbebb188f33097a55ceeb028a",
                "sha256": "817bab27437aff036c613ec171e422481ffd00c7cdbde3c1380ae8477939340f"
            },
            "downloads": -1,
            "filename": "de_cloud_files-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a04a8b4fbebb188f33097a55ceeb028a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5080,
            "upload_time": "2022-12-18T18:03:58",
            "upload_time_iso_8601": "2022-12-18T18:03:58.223622Z",
            "url": "https://files.pythonhosted.org/packages/8e/d8/9f1e9c5c4f9b88b812f33104f34a52b29c83e61046c6094ebe4c255704b9/de_cloud_files-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "39d74bc111da5723ce99ed6ada3d7eee",
                "sha256": "3e6ec3d79c26f6ad30828f3ac89b4b7fe36aef5b020e4a22601145917abab521"
            },
            "downloads": -1,
            "filename": "de-cloud-files-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "39d74bc111da5723ce99ed6ada3d7eee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4236,
            "upload_time": "2022-12-18T18:03:59",
            "upload_time_iso_8601": "2022-12-18T18:03:59.598203Z",
            "url": "https://files.pythonhosted.org/packages/5c/b4/97f22d5815952bf76a4705165b1255c66ae464dacb432a4d1d0b61608e57/de-cloud-files-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-18 18:03:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jothapunkt",
    "github_project": "cloudfiles",
    "lcname": "de-cloud-files"
}
        
Elapsed time: 0.03265s