sendou-py


Namesendou-py JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/IPLSplatoon/sendou.py/
SummaryAn async Python library for Sendou.ink
upload_time2024-01-29 22:07:24
maintainer
docs_urlNone
authorVincent Lee
requires_python>=3.10,<4.0
licenseMIT
keywords splatoon sendou.ink
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sendou.py
An async Python client for Sendou.ink

### **This package is a currently a work in progress.**

## Maintainers
- Vincent Lee

## Dependencies
- aiohttp
- python-dateutil

## Installation
`pip install sendou.py`

## Supported Endpoints
- [x] Get user
- [x] Get Tournament Info
- [x] Get Tournament Teams
- [x] Get Tournament Match Info

## Usage
```python
import sendou

client = sendou.Client("API_KEY")
# Get Sendou's user object
await client.get_user("79237403620945920")
```

## Getting an API Key
To use this library, you must have an API key. You need to DM Sendou for an API Key currently.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IPLSplatoon/sendou.py/",
    "name": "sendou-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "splatoon,sendou.ink",
    "author": "Vincent Lee",
    "author_email": "vlee@vlee.me.uk",
    "download_url": "https://files.pythonhosted.org/packages/3c/ef/46a4e3598a7aae3a44f54894ed982c41aa6f1e148b1f1b5d28e7a5678d6a/sendou_py-0.2.2.tar.gz",
    "platform": null,
    "description": "# sendou.py\nAn async Python client for Sendou.ink\n\n### **This package is a currently a work in progress.**\n\n## Maintainers\n- Vincent Lee\n\n## Dependencies\n- aiohttp\n- python-dateutil\n\n## Installation\n`pip install sendou.py`\n\n## Supported Endpoints\n- [x] Get user\n- [x] Get Tournament Info\n- [x] Get Tournament Teams\n- [x] Get Tournament Match Info\n\n## Usage\n```python\nimport sendou\n\nclient = sendou.Client(\"API_KEY\")\n# Get Sendou's user object\nawait client.get_user(\"79237403620945920\")\n```\n\n## Getting an API Key\nTo use this library, you must have an API key. You need to DM Sendou for an API Key currently.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An async Python library for Sendou.ink",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/IPLSplatoon/sendou.py/",
        "Repository": "https://github.com/IPLSplatoon/sendou.py/"
    },
    "split_keywords": [
        "splatoon",
        "sendou.ink"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e22be74fd2ad57ade6e0f86bb0ffe3ff6baf0f70f3c550abe674cee3a197a6e",
                "md5": "6eb255227dc9362bb083205c50969fda",
                "sha256": "46884c6c07111a3747d7dfd6a00bafb0fb23b1129171c3efd47e255cab96f953"
            },
            "downloads": -1,
            "filename": "sendou_py-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6eb255227dc9362bb083205c50969fda",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 6663,
            "upload_time": "2024-01-29T22:07:24",
            "upload_time_iso_8601": "2024-01-29T22:07:24.044071Z",
            "url": "https://files.pythonhosted.org/packages/8e/22/be74fd2ad57ade6e0f86bb0ffe3ff6baf0f70f3c550abe674cee3a197a6e/sendou_py-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cef46a4e3598a7aae3a44f54894ed982c41aa6f1e148b1f1b5d28e7a5678d6a",
                "md5": "f4e94df136b6998e0330686ba5bf6856",
                "sha256": "05f7ecadc66deee44e23646bc93b6b0a05accd834c1c906d708ff89503b67039"
            },
            "downloads": -1,
            "filename": "sendou_py-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f4e94df136b6998e0330686ba5bf6856",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 4245,
            "upload_time": "2024-01-29T22:07:24",
            "upload_time_iso_8601": "2024-01-29T22:07:24.990054Z",
            "url": "https://files.pythonhosted.org/packages/3c/ef/46a4e3598a7aae3a44f54894ed982c41aa6f1e148b1f1b5d28e7a5678d6a/sendou_py-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-29 22:07:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IPLSplatoon",
    "github_project": "sendou.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sendou-py"
}
        
Elapsed time: 0.19215s