pyot


Namepyot JSON
Version 6.0.8 PyPI version JSON
download
home_pagehttps://github.com/paaksing/Pyot
SummaryAsyncIO based high level Python framework Riot Games API framework which encourages rapid development and clean, pragmatic design.
upload_time2023-01-26 19:02:19
maintainer
docs_urlNone
authorPaaksing
requires_python
licenseMIT
keywords riot games league of legends teamfight tactics valorant legends of runeterra api rest asyncio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Pyot](banner.jpg)
# Pyot
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](https://github.com/paaksing/pyot/blob/master/LICENSE)
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/paaksing/pyot)

Pyot is an asyncIO based high-level Python Riot Games API framework which encourages rapid development and clean, pragmatic design. Takes care much of the hassle of the Riot Games API, so developers can focus on writing apps without needing to reinvent the wheel. It’s free and open source.

| Index | Version |
| ---- | ------- |
| PyPI | `6.0.8` |
| master | `6.0.8` |

If you're migrating your project to a newer version of Pyot, please refer to **Changelog** section of the [documentation](https://pyot.paaksing.com).

## Features

Features that Pyot can provide for your projects.

- **_AsyncIO Based_**: Performing 60x faster with AsyncIO, highly configurable settings and wide range of tools to speed I/O tasks.
- **_Community Projects Integrations_**: Includes support for CDragon, MerakiCDN. DDragon for LoL is Forbidden due to incompatible APIs.
- **_Caches Integrated_**: A wide range of Caches Stores is available out of the box, currently supports Omnistone(Runtime), RedisCache(RAM), DiskCache(Disk) and MongoDB(NoSQL).
- **_Multiple Models_**: Available models of League of Legends, Teamfight Tactics, Legends of Runeterra and VALORANT.
- **_Code Autocompletion_**: Access data through attributes and properties, maximize code efficiency with code autocompletion.
- **_Perfect Rate Limiter_**: Pyot's Rate Limiter is production tested in all asynchronous, multithreaded and even multiprocessed environments.
- **_User Friendly Docs_**: Human redable documentation that covers guides and all the available high-level and low-level APIs in Pyot.

If this framework is useful, consider giving a **star** to the repo.

## Documentation

Portal: <https://pyot.paaksing.com>

The documentation covers:

- Installation.
- Configuration.
- Base Objects.
- Concurrency Basics.
- Models API.
- Stores.
- Limiters.
- Utilities.
- Integrations.
- Issues.
- Changelog.

Due to the complexity of the framework, there is no quick-start guide, it is recommended to start with:

- Reading and understanding the **Cores** section of the documentation.
- Reading and understanding the example projects at **Examples** section to get familiar.
- If your project requires a specific integration, check out **Integrations** section.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/paaksing/Pyot",
    "name": "pyot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Riot Games,League of Legends,Teamfight Tactics,Valorant,Legends of Runeterra,API,REST,asyncio",
    "author": "Paaksing",
    "author_email": "paaksingtech@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/b3/9ce9da7ee8507f11ecf5cc85cd1531f360ef04218b4356d223d058e7a471/pyot-6.0.8.tar.gz",
    "platform": null,
    "description": "![Pyot](banner.jpg)\n# Pyot\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)\n[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](https://github.com/paaksing/pyot/blob/master/LICENSE)\n[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/paaksing/pyot)\n\nPyot is an asyncIO based high-level Python Riot Games API framework which encourages rapid development and clean, pragmatic design. Takes care much of the hassle of the Riot Games API, so developers can focus on writing apps without needing to reinvent the wheel. It\u2019s free and open source.\n\n| Index | Version |\n| ---- | ------- |\n| PyPI | `6.0.8` |\n| master | `6.0.8` |\n\nIf you're migrating your project to a newer version of Pyot, please refer to **Changelog** section of the [documentation](https://pyot.paaksing.com).\n\n## Features\n\nFeatures that Pyot can provide for your projects.\n\n- **_AsyncIO Based_**: Performing 60x faster with AsyncIO, highly configurable settings and wide range of tools to speed I/O tasks.\n- **_Community Projects Integrations_**: Includes support for CDragon, MerakiCDN. DDragon for LoL is Forbidden due to incompatible APIs.\n- **_Caches Integrated_**: A wide range of Caches Stores is available out of the box, currently supports Omnistone(Runtime), RedisCache(RAM), DiskCache(Disk) and MongoDB(NoSQL).\n- **_Multiple Models_**: Available models of League of Legends, Teamfight Tactics, Legends of Runeterra and VALORANT.\n- **_Code Autocompletion_**: Access data through attributes and properties, maximize code efficiency with code autocompletion.\n- **_Perfect Rate Limiter_**: Pyot's Rate Limiter is production tested in all asynchronous, multithreaded and even multiprocessed environments.\n- **_User Friendly Docs_**: Human redable documentation that covers guides and all the available high-level and low-level APIs in Pyot.\n\nIf this framework is useful, consider giving a **star** to the repo.\n\n## Documentation\n\nPortal: <https://pyot.paaksing.com>\n\nThe documentation covers:\n\n- Installation.\n- Configuration.\n- Base Objects.\n- Concurrency Basics.\n- Models API.\n- Stores.\n- Limiters.\n- Utilities.\n- Integrations.\n- Issues.\n- Changelog.\n\nDue to the complexity of the framework, there is no quick-start guide, it is recommended to start with:\n\n- Reading and understanding the **Cores** section of the documentation.\n- Reading and understanding the example projects at **Examples** section to get familiar.\n- If your project requires a specific integration, check out **Integrations** section.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AsyncIO based high level Python framework Riot Games API framework which encourages rapid development and clean, pragmatic design.",
    "version": "6.0.8",
    "split_keywords": [
        "riot games",
        "league of legends",
        "teamfight tactics",
        "valorant",
        "legends of runeterra",
        "api",
        "rest",
        "asyncio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efb00f11d9043032f7c16de36496a7c98fc3e90e4bbd11f1fd2a1441c5abe76d",
                "md5": "f37f0049e328e39dbecb46e0ee2336cf",
                "sha256": "03e25d752ee1af5908c6f20010dbb330dc59bb5f49d63599adbda839a5d776c7"
            },
            "downloads": -1,
            "filename": "pyot-6.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f37f0049e328e39dbecb46e0ee2336cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 108194,
            "upload_time": "2023-01-26T19:02:17",
            "upload_time_iso_8601": "2023-01-26T19:02:17.225045Z",
            "url": "https://files.pythonhosted.org/packages/ef/b0/0f11d9043032f7c16de36496a7c98fc3e90e4bbd11f1fd2a1441c5abe76d/pyot-6.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8b39ce9da7ee8507f11ecf5cc85cd1531f360ef04218b4356d223d058e7a471",
                "md5": "129dfcc054bfacd058e3d454941a5bd9",
                "sha256": "bb81334132f99de7480c24b815ae025477a13aead7e1bb7f51eabd2b33fb787f"
            },
            "downloads": -1,
            "filename": "pyot-6.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "129dfcc054bfacd058e3d454941a5bd9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 68968,
            "upload_time": "2023-01-26T19:02:19",
            "upload_time_iso_8601": "2023-01-26T19:02:19.619087Z",
            "url": "https://files.pythonhosted.org/packages/f8/b3/9ce9da7ee8507f11ecf5cc85cd1531f360ef04218b4356d223d058e7a471/pyot-6.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-26 19:02:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "paaksing",
    "github_project": "Pyot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyot"
}
        
Elapsed time: 0.03379s