steamed


Namesteamed JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryA wrapper around Steam official and unofficial APIs
upload_time2023-09-05 12:32:00
maintainer
docs_urlNone
authorEmanuele Sarte
requires_python>=3.8
licenseMIT
keywords steam
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # steamed
A wrapper around Steam official and unofficial APIs

This library is based on [steampy](https://github.com/bukson/steampy).

## Installation

**Python 3.8 or higher is required**

To install run:
```sh
pip install -U steamed
```
or
```sh
# Linux/macOS
python3 -m pip install -U steamed
# Windows
py -m pip install -U steamed
```


## Quick Start

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "steamed",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "steam",
    "author": "Emanuele Sarte",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d1/19/b5beb646063c67e1e8065ed4edba1a39a09332e5c3a86b8b10c358b39224/steamed-0.1.2.tar.gz",
    "platform": null,
    "description": "# steamed\r\nA wrapper around Steam official and unofficial APIs\r\n\r\nThis library is based on [steampy](https://github.com/bukson/steampy).\r\n\r\n## Installation\r\n\r\n**Python 3.8 or higher is required**\r\n\r\nTo install run:\r\n```sh\r\npip install -U steamed\r\n```\r\nor\r\n```sh\r\n# Linux/macOS\r\npython3 -m pip install -U steamed\r\n# Windows\r\npy -m pip install -U steamed\r\n```\r\n\r\n\r\n## Quick Start\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A wrapper around Steam official and unofficial APIs",
    "version": "0.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/EmanueleSarte/steamed/issues",
        "Homepage": "https://github.com/EmanueleSarte/steamed"
    },
    "split_keywords": [
        "steam"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65d0dc267e3f5e6e20264aaecb24dff955510c536df0e36cf7e7abc9ff4964fc",
                "md5": "703525864f8a835707ba659ded5de1fe",
                "sha256": "b0bd030f42cabef9baca6860b82f92571ab6bac4c84f9db1cdd6d2e9c623f248"
            },
            "downloads": -1,
            "filename": "steamed-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "703525864f8a835707ba659ded5de1fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21958,
            "upload_time": "2023-09-05T12:31:59",
            "upload_time_iso_8601": "2023-09-05T12:31:59.312648Z",
            "url": "https://files.pythonhosted.org/packages/65/d0/dc267e3f5e6e20264aaecb24dff955510c536df0e36cf7e7abc9ff4964fc/steamed-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d119b5beb646063c67e1e8065ed4edba1a39a09332e5c3a86b8b10c358b39224",
                "md5": "a1ed4a6b62740c75a52a3a4542e6ffde",
                "sha256": "3d7b4146ad172de8d0feadb4f363493c60ff476e551298fd16d9d53c667101a7"
            },
            "downloads": -1,
            "filename": "steamed-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a1ed4a6b62740c75a52a3a4542e6ffde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19701,
            "upload_time": "2023-09-05T12:32:00",
            "upload_time_iso_8601": "2023-09-05T12:32:00.834618Z",
            "url": "https://files.pythonhosted.org/packages/d1/19/b5beb646063c67e1e8065ed4edba1a39a09332e5c3a86b8b10c358b39224/steamed-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-05 12:32:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EmanueleSarte",
    "github_project": "steamed",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "steamed"
}
        
Elapsed time: 0.11564s