{ "info": { "author": "Alex Kuhrt", "author_email": "alex@qrt.de", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# SourceWatch\n\nPython 3 MIT library to query information from Valve's Goldsrc and Source servers.\nA full implementation of http://developer.valvesoftware.com/wiki/Server_Queries\n\n## Usage\n\n```\nimport SourceWatch\n\nserver = SourceWatch.Query('steamcalculator.com', 27015)\nprint(server.ping())\nprint(server.info())\nprint(server.players())\nprint(server.rules())\n\n```\n\nInfo output:\n\n```\n{\n \"info\": {\n \"game_app_id\": 70,\n \"game_description\": \"Half-Life\",\n \"game_directory\": \"valve\",\n \"game_map\": \"crossfire\",\n \"game_version\": \"1.1.2.2/Stdio\",\n \"players_bot\": 0,\n \"players_current\": 0,\n \"players_human\": 0,\n \"players_max\": 12,\n \"server_name\": \"SteamCalculator.com #1 HLDM\",\n \"server_os\": \"l\",\n \"server_password_protected\": 0,\n \"server_port\": 27015,\n \"server_protocol_version\": 48,\n \"server_steam_id\": 90119214309364746,\n \"server_type\": \"d\",\n \"server_vac_secured\": 1\n }\n}\n```\n\n### Credits\n Andreas Klauer \n This project is a fork of https://github.com/frostschutz/SourceLib\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SourceWatch/SourceWatch", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "SourceWatch", "package_url": "https://pypi.org/project/SourceWatch/", "platform": "", "project_url": "https://pypi.org/project/SourceWatch/", "project_urls": { "Homepage": "https://github.com/SourceWatch/SourceWatch" }, "release_url": "https://pypi.org/project/SourceWatch/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "A library to query information of Goldsrc and Source servers.", "version": "0.0.4" }, "last_serial": 4276557, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "9553fea0398ae8f8de64c061a6d14925", "sha256": "256928ef9ea59522ba2040db84e712b494aa16f104e942d3c021db0b21b41068" }, "downloads": -1, "filename": "SourceWatch-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "9553fea0398ae8f8de64c061a6d14925", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6169, "upload_time": "2018-09-16T13:24:49", "url": "https://files.pythonhosted.org/packages/de/c7/48d2dbbd94c9d8c23fee3af35e2bc63ae4e2aaf6741cd55b5a008abe95ca/SourceWatch-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09ac22f23d15df35b719357f65fe2c2e", "sha256": "78fcd05665f547e1c6c7546f2fac1e51c7f8400743d9f26b08c6f8221bf0c3eb" }, "downloads": -1, "filename": "SourceWatch-0.0.4.tar.gz", "has_sig": false, "md5_digest": "09ac22f23d15df35b719357f65fe2c2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4865, "upload_time": "2018-09-16T13:24:50", "url": "https://files.pythonhosted.org/packages/4e/78/84f716e43aa87ffcbcf16d57c0decc528c6bcffe128f000ff0cd72a15843/SourceWatch-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9553fea0398ae8f8de64c061a6d14925", "sha256": "256928ef9ea59522ba2040db84e712b494aa16f104e942d3c021db0b21b41068" }, "downloads": -1, "filename": "SourceWatch-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "9553fea0398ae8f8de64c061a6d14925", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6169, "upload_time": "2018-09-16T13:24:49", "url": "https://files.pythonhosted.org/packages/de/c7/48d2dbbd94c9d8c23fee3af35e2bc63ae4e2aaf6741cd55b5a008abe95ca/SourceWatch-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09ac22f23d15df35b719357f65fe2c2e", "sha256": "78fcd05665f547e1c6c7546f2fac1e51c7f8400743d9f26b08c6f8221bf0c3eb" }, "downloads": -1, "filename": "SourceWatch-0.0.4.tar.gz", "has_sig": false, "md5_digest": "09ac22f23d15df35b719357f65fe2c2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4865, "upload_time": "2018-09-16T13:24:50", "url": "https://files.pythonhosted.org/packages/4e/78/84f716e43aa87ffcbcf16d57c0decc528c6bcffe128f000ff0cd72a15843/SourceWatch-0.0.4.tar.gz" } ] }