slippy-api


Nameslippy-api JSON
Version 0.9 PyPI version JSON
download
home_pagehttps://github.com/ConstObject/slippy-api
SummaryAPI wrapper for slippi.gg
upload_time2023-07-12 14:15:44
maintainer
docs_urlNone
authorSophia
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements requests ratelimiter pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # slippy-api

## Overview

slippy-api is a simple wrapper for slippi.gg's GraphQL API.


## Installation

`pip install slippy-api` 

## Usage

```python
from slippi.slippi_api import SlippiRankedAPI

# Initialize the SlippiRankedAPI class
slippi_api = SlippiRankedAPI()

# Show slippi users data
slippi_user = slippi_api.get_player_ranked_date('so#0', True)
print(slippi_user)

```

## License

This library is licensed under the MIT License. See the [LICENSE](https://github.com/andross-ssbm/slippy-api/blob/master/LICENSE) file for more information.

----------

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ConstObject/slippy-api",
    "name": "slippy-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sophia",
    "author_email": "sophimander@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/92/46f871d0412db7431a0454350e4267a7fb92f1aa519b544f96168d8465c4/slippy_api-0.9.tar.gz",
    "platform": null,
    "description": "# slippy-api\n\n## Overview\n\nslippy-api is a simple wrapper for slippi.gg's GraphQL API.\n\n\n## Installation\n\n`pip install slippy-api` \n\n## Usage\n\n```python\nfrom slippi.slippi_api import SlippiRankedAPI\n\n# Initialize the SlippiRankedAPI class\nslippi_api = SlippiRankedAPI()\n\n# Show slippi users data\nslippi_user = slippi_api.get_player_ranked_date('so#0', True)\nprint(slippi_user)\n\n```\n\n## License\n\nThis library is licensed under the MIT License. See the [LICENSE](https://github.com/andross-ssbm/slippy-api/blob/master/LICENSE) file for more information.\n\n----------\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "API wrapper for slippi.gg",
    "version": "0.9",
    "project_urls": {
        "Homepage": "https://github.com/ConstObject/slippy-api"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4e9a517f115e37656a3e44a189c0316488aeb4c2dab7c606ab898ec318e0cab",
                "md5": "966cc80a4d3876d9a77edb26b4549c1e",
                "sha256": "3387ed85cacd8466718e46f9b02fd1945afa217915ad7aecb1a39fe295513ef4"
            },
            "downloads": -1,
            "filename": "slippy_api-0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "966cc80a4d3876d9a77edb26b4549c1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11792,
            "upload_time": "2023-07-12T14:15:42",
            "upload_time_iso_8601": "2023-07-12T14:15:42.522486Z",
            "url": "https://files.pythonhosted.org/packages/c4/e9/a517f115e37656a3e44a189c0316488aeb4c2dab7c606ab898ec318e0cab/slippy_api-0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d99246f871d0412db7431a0454350e4267a7fb92f1aa519b544f96168d8465c4",
                "md5": "cac6e01136c955afdaff22b3ed575b1c",
                "sha256": "4cbff48cca086de8464799725ab1d1afc69651dd5b5ff2c31d609a1399b77b06"
            },
            "downloads": -1,
            "filename": "slippy_api-0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "cac6e01136c955afdaff22b3ed575b1c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9746,
            "upload_time": "2023-07-12T14:15:44",
            "upload_time_iso_8601": "2023-07-12T14:15:44.105975Z",
            "url": "https://files.pythonhosted.org/packages/d9/92/46f871d0412db7431a0454350e4267a7fb92f1aa519b544f96168d8465c4/slippy_api-0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 14:15:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ConstObject",
    "github_project": "slippy-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    "~=",
                    "2.29.0"
                ]
            ]
        },
        {
            "name": "ratelimiter",
            "specs": [
                [
                    "~=",
                    "1.2.0.post0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "~=",
                    "7.3.1"
                ]
            ]
        }
    ],
    "lcname": "slippy-api"
}
        
Elapsed time: 0.09065s