Name | PySteamPathProvider JSON |
Version |
1.3
JSON |
| download |
home_page | None |
Summary | Library used for accessing the installation directories (and app names) given Steam app-ids. |
upload_time | 2024-10-19 19:17:15 |
maintainer | None |
docs_url | None |
author | Enderek |
requires_python | >=3.8 |
license | MIT |
keywords |
steam
valve
source engine
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PySteamPathProvider
A library for providing steam paths and app names, given a Steam AppID (integer).
### GetSteamInstallPath()
Retrieve the installation path of Steam.
### GetInstallationDirs()
Get every directory that Steam can install games to.
### GetAppsDictionary()
Retrieve installation directories of every app the user has currently installed. **SLOW!**
### GetApp(appid)
Retrieve information only about this app in the form of a tuple (name, installpath).
Significantly faster than GetAppsDictionary().
### GetAppName(appid)
Retrieve only the name of this specific app.
### GetAppInstallPath(appid)
Retrieve only the installation path of this specific app.
Raw data
{
"_id": null,
"home_page": null,
"name": "PySteamPathProvider",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Steam, Valve, Source Engine",
"author": "Enderek",
"author_email": null,
"download_url": null,
"platform": null,
"description": "# PySteamPathProvider\r\nA library for providing steam paths and app names, given a Steam AppID (integer).\r\n\r\n### GetSteamInstallPath()\r\nRetrieve the installation path of Steam.\r\n### GetInstallationDirs()\r\nGet every directory that Steam can install games to.\r\n### GetAppsDictionary()\r\nRetrieve installation directories of every app the user has currently installed. **SLOW!**\r\n\r\n### GetApp(appid)\r\nRetrieve information only about this app in the form of a tuple (name, installpath).\r\nSignificantly faster than GetAppsDictionary().\r\n### GetAppName(appid)\r\nRetrieve only the name of this specific app.\r\n### GetAppInstallPath(appid)\r\nRetrieve only the installation path of this specific app.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Library used for accessing the installation directories (and app names) given Steam app-ids.",
"version": "1.3",
"project_urls": {
"source": "https://github.com/TheEnderek0/PySteamPathProvider/"
},
"split_keywords": [
"steam",
" valve",
" source engine"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "114fc02527df2ac1447a8cf190af436ee7cdb5dbc9223c270dac6e4f7034b467",
"md5": "d8c8023e535eee987bc2b78abbe9dc30",
"sha256": "7289cb46e2a814ff3056eef75d2409edeabe24c3748230aaca859720b3b6a637"
},
"downloads": -1,
"filename": "PySteamPathProvider-1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d8c8023e535eee987bc2b78abbe9dc30",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4764,
"upload_time": "2024-10-19T19:17:15",
"upload_time_iso_8601": "2024-10-19T19:17:15.486994Z",
"url": "https://files.pythonhosted.org/packages/11/4f/c02527df2ac1447a8cf190af436ee7cdb5dbc9223c270dac6e4f7034b467/PySteamPathProvider-1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-19 19:17:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TheEnderek0",
"github_project": "PySteamPathProvider",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pysteampathprovider"
}