{
"info": {
"author": "srevinsaju",
"author_email": "",
"bugtrack_url": null,
"classifiers": [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: OS Independent",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.6"
],
"description": "
\n\n# guiscrcpy\n\n[](https://circleci.com/gh/srevinsaju/guiscrcpy/tree/master)\n[](https://codecov.io/gh/srevinsaju/guiscrcpy)\n[](https://pyup.io/repos/github/srevinsaju/guiscrcpy/)\n[](https://pyup.io/repos/github/srevinsaju/guiscrcpy/)\n\n\n\n\n\n\n[](https://build.snapcraft.io/user/srevinsaju/guiscrcpy)\n\n\n[](https://www.gnu.org/licenses/gpl-3.0)\n\n\n\n\n\n\nguiscrcpy is a multiplatform, ready-to-use GUI layer for Android to PC screen mirroring written in the advancing programming language python3 for the most award winning open-source android screen mirroring system -- `scrcpy` located on `https://github.com/genymobile/scrcpy/` by [@rom1v](https://github.com/rom1v)\n\n**NOTE**:\nMake sure you [enabled adb debugging][enable-adb] on your device(s).\n\n[enable-adb]: https://developer.android.com/studio/command-line/adb.html#Enabling\n\n## Download\n\n| | Ultra fast download | GitHub Release download | Nightly Downloads (bin)|\n|--------- |------------ |------------ |--- |\n|
Windows | [**1.11.0** Windows 32/64 bit](https://mega.nz/#!fDAFAACb!N-jhb6GwRR6I-QNQQmy4AJrj0g8L5TQgwrcA4afKB0o) | [1.10.0 Windows 32/64 bit](https://github.com/srevinsaju/guiscrcpy/releases/download/1.10/guiscrcpy-1.10-27082019-windows.exe) |\n|
Linux | [For faster execution, we recommend the **Source code** on Linux](https://github.com/srevinsaju/guiscrcpy/archive/master.zip) or [**1.10.1** Linux (amd64)](https://mega.nz/#!uSJ3yaSS!QMs_hPAG0wkJ0nq6ErT4I61-vT5ABCV9D_bF4-BSmbk) | [1.10.0 Linux (amd64)](https://github.com/srevinsaju/guiscrcpy/releases/download/1.10/guiscrcpy-1.10-27082019-linux) | [**Binary** - Nightly Builds](https://github.com/srevinsaju/guiscrcpy/tree/nightly#guiscrcpy-nightly)\n\n\n\n## Table of Contents:\n1. [Installation](#Installation)\n2. [Features](#Features)\n3. [Requirements](#requirements)\n3. [Build](#Build)\n4. [Where thing go Wrong](#Issues)\n5. [Why guiscrcpy?](#why-guiscrcpy)\n6. [Future Releases](#future-releases)\n7. [Support](#support-me)\n8. [Changelog](#changelog)\n\n\n\n## Installation\n[(skip)](#Features)\n\n`guiscrcpy` can be installed through source code (recommended) or by downloading the release binary (Windows, Linux ~ Nightly Builds).\n(Also called Step 0). Put a star on my repo. Gives support to #opensource and me!!\n\n\n### Installing from pip\nIt is the easiest way of installing guiscrcpy.\nJust use `pip install guiscrcpy`\nReplace `pip` with `pip3` if `python3` is not your default version.\n\n### Building from source\nIt is always recommended to run guiscrcpy from source due to its flexibility and fast I/O speeds. Thanks to Python's interpreter technology, commands are executed faster than ever. The procedure to install guiscrcpy from source is same for all platform or OSes which support python3.\n\n\n1. Clone the guiscrcpy GitHub repository.\nIf you have `git` installed, you may run this:\n`git clone https://github.com/srevinsaju/guiscrcpy`\n\n\nIf you do not have `git` installed on your system, you may click the drop down menu from `Clone this repository > Download Zip` or [click here.](https://github.com/srevinsaju/guiscrcpy/archive/master.zip)\n\n2. Extract the files to a directory\n\n3. Linux users have a shortcut to do the installation process. Just run `./guiscrcpy-src-installer.sh`. It might ask for sudo password to install it to the application menu. You may either deny it or accept it or edit the script file to match your needs. If the script completes successfully, you might be able to run `guiscrcpy` from any directory, and see a Desktop launcher from your Appplication Launcher. You may skip step 4. guiscrcpy is ready to use!\n\n4. On Windows, MacOS or Linux, where you didn't run step 3, you should install the dependencies. The dependencies are provided in the requirements.txt file. It is easier to install with\n`python3 -m pip install -r requirements.txt`\nUse the --user flag to keep the modules limited to the user account.\nAlternatively, you can perform\n`python3 -m pip install PyQt5 psutil qdarkstyle`\nA dependency that is optional is `pystray`, which is meant for developers only.\n\n5. Fire up guiscrcpy with this terminal command on\n\n * **Linux**:\n`guiscrcpy` or click the `guiscrcpy icon` on your desktop launcher!\n * **Windows**: `python3 guiscrcpy`\n\n\n\n**NOTE**:\n\n(i) Do not use Ctrl+C or Ctrl+Z to stop the program as it might run into an unresponsive window. Alternatively, use the close button on the panels.\n\n(ii) Before running from source, make sure you have `scrcpy` on your path. You can Google it out, on how to do it. The Windows binary packages `scrcpy` binaries along with it. Using `guiscrcpy-src-installer.sh` also does not require you to consult `scrcpy` on path\n\n\n### Installing from Binary\n#### Windows
\nFor Windows, the executable is compiled into an Installer. Download the Portable file from GitHub or Mega, given in the [Downloads section](#Downloads).\n\nYou may want to add `guiscrcpy` to the Start Menu, using `Pin to Start` button on Windows Explorer Panel.\n#### Linux
\nFor Linux, download the latest official `guiscrcpy_linux-*` release from GitHub or Mega on [Downloads section](#Downloads), double click the file, and you are good to go.\nAs pre-requisite, you should do `sudo snap install scrcpy` to install the scrcpy engine.\n\nFor Arch Linux and derived OSes, a __third-party maintainer__ has released a `guiscrcpy-AUR` and `guiscrcpy-git`.\nSee [Arch User Repository](https://aur.archlinux.org/packages/guiscrcpy/)\n\n\n\n### MacOS\nUnfortunately, I do not own a Mac device, and hence cant compile for one, but it is easy to build one. Read the [build instruction](#Build)\n\n\n## Features\n`guiscrcpy` has many features which is very much required for day to day usage for app developers, common users, students, commerce departments, testers, production managers and helpline centres. Its powerful side panels, bottom panels and floating console makes using almost a touch controlled Android device, completely comprehensive on a Desktop, laptop or a `multitouch` Tablet.\n\n\n`guiscrcpy` uses USB or WiFi for screen mirroring. In comparison to other android screen mirroring software, `guiscrcpy` uses as less as `6 MiB` on a RAM*, and has high definition screen quality and latency through USB, more than 16MB/s quality. Using WiFi reduces\n\n### **Aim**\n\nIt focuses on:\n* lightness (native, displays only the device screen)\n* performance (30~60fps)\n* quality (1920\u00d71080 or above)\n* low latency (35~70ms)\n* low startup time (~1 second to display the first image)\n* non-intrusiveness (nothing is left installed on the device)\n > ~ from [scrcpy README](https://github.com/Genymobile/scrcpy)\n\nguiscrcpy focuses on:\n* independent add on controls\n* faster execution (no need to waste time to think; oh, what was the command for changing bitrate, etc.)\n* configuration writing\n* one handed controls\n* easy GUI\n\n### **Requirements** : *What you need for `guiscrcpy`*\nAll the requirements are the same as that of `scrcpy`. A copy of the requirements are given below.\n\nThe Android device requires at least API 21 (Android 5.0).\n\nMake sure you [enabled adb debugging][enable-adb] on your device(s).\n\n[enable-adb]: https://developer.android.com/studio/command-line/adb.html#Enabling\n\nOn some devices, you also need to enable [an additional option][control] to\ncontrol it using keyboard and mouse.\n\n[control]: https://github.com/Genymobile/scrcpy/issues/70#issuecomment-373286323\n\n\n### **Comparison**: *Why `guiscrcpy` is better*\n\n| Feature | `guiscrcpy` | other `*scrcpy*` alternatives | commercial software |\n| ------------- | ------------- | ------------------------------ | --------------------- |\n| Speed | Faster, as it is independent from scrcpy engine | Mostly integrated into the engine, making a GUI layer (slower)| Contains Ads or is through Internet, (data charges are inclusive) |\n| Language | Python | C-alternatives | Binary (unknown) |\n| Type | Open source (you can edit them) | Open source | Proprietary |\n| Other | Can write configuration file and handle events like swipe up, swipe down, App-switch, volume up | Can handle all events which is using a forked version of scrcpy | Can do everything except swipes and pinches |\n| Compatibility (PC) | Windows 7 (32/64) / MacOS / Linux | Windows 7 (32/64) / MacOS / Linux | Windows 7 (32/64) / MacOS / Linux |\n| Compatibility (Mobile) | Android 5.0+ (given by scrcpy)| Android 5.0+ | Android 4.4+ |\n| Base | scrcpy (original, created by @rom1v | forked scrcpy | no scrcpy |\n| Keyboard Shortcuts | All the shortcuts which are mentioned by scrcpy | Unknown | Unknown |\n\n\n### Connecting *Wirelessly*\n\n_guiscrcpy_ uses `adb` to communicate with the device, and `adb` can [connect] to a\ndevice over TCP/IP:\n\n1. Connect the device to the same Wi-Fi as your computer.\n2. Get your device IP address (in Settings \u2192 About phone \u2192 Status).\n3. Open a Command Prompt window in `C:\\Program Files\\guiscrcpy\\` . (needed for only wireless connection)\n3. Enable adb over TCP/IP on your device: Type this command `adb tcpip 5555`.\n4. Unplug your device.\n5. Connect to your device: Type this command: `adb connect DEVICE_IP:5555` _(replace `DEVICE_IP`)_.\n6. Run `guiscrcpy` as usual.\n\nIt may be useful to decrease the bit-rate and the definition:\n[connect]: https://developer.android.com/studio/command-line/adb.html#wireless\n\n> ~ Quoted from scrcpy.\n\n### Contents\nThe package includes four parts:\n\n#### Main UI controller\n\n\nIt handles all the pre - runtime features and gives flags to the `scrcpy` engine. It also includes a configuration writing system, which write the configuration file to the home directory, so `guiscrcpy` can read the information and run it, without\ngiving flags quite often.\n\n\n#### Toolkit UI controller\n
\n\nThe `toolkit` is an independent module, which is in\nneither way connected to `scrcpy` or `guiscrcpy`, except for launching.\n> NOTE: See [Issues: Unable to drag panel](#Issues)\n\n#### Bottom Panel controller\n\n\nThe `bottom_panel` is an additional floating windows\nthat helps to do basic controlling like **Home Key, Back Key, Power Key**. This include the most important functions, one would like to do with an Android device.\nThe most important feature of this module, is that **it has no interference with the `scrcpy` SDL layer, and hence maximum speed**\n> NOTE: See [Issues: Unable to drag panel](#Issues)\n\n#### SwipeUX panel\nThe `guiscrcpy v1.11 ` features a Swipe panel. Controlling a multitouch device like Android devices can be limited with a mouse. To enhance this efficiency, a SwipeUX Panel is added to do common swipes on all four directions\n\n\n\n\n##### scrcpy engine\nThe scrcpy engine, is the classic v1.10 scrcpy, found on [scrcpy's github page by @rom1v](https://github.com/genymobile/scrcpy). On Windows release files, scrcpy, binary executable is also attached to make `PATH` problems easier to solve. On Linux, scrcpy has to be manually downloaded from `snap`. The installation script does it automatically for you.\n\n\n### Keyboard shortcuts\nguiscrcpy includes all the shortcuts that scrcpy packages.\nThese are all the [keyboard shortcuts](https://github.com/Genymobile/scrcpy#shortcuts)\n\n\n## Why guiscrcpy?\n\nI have Python as a subject for Class XI, so as a part of it's advanced learning experience,\nand because of my daily use of scrcpy, wanted to integrate GUI into the CLIbased app!!\n**GUI** stands for Graphical User Interface, and **Py** is not inherited from scrcpy but rather from Py for Python\n\n## Manual Building\n\n### Dependencies (for developers)\n* `PyQt5`\n* `psutil`\n* `qdarkstyle`\n* `pystray` (optional, developers)\n* `PyAutoGui` (optional, developers, Windows only)\n\n\n### Manual Building\n1. (Also called Step 0). Put a star on my repo. Gives support to #opensource!!\n2. Install python3. If you don't have it install it from\n[Python Software Website](https://python.org) or on Linux by
`sudo apt install python3.7`\n\n3. Clone my git repo. or copy paste this to your _bash_
`git clone https://github.com/srevinsaju/guiscrcpy`\n\n4. Run the Python Package installer `pip` and run the commands below
`python3 -m pip install -r requirements.txt`
\n5. So you are all set! Run the program by
`python3 guiscrcpy`\n\n7. Read [Known Issues](#Issues) if you fall into some errors.\n\n\n## Future Releases\nSurely, guiscrcpy has great scope of improvement.\nCompared to paid Screen Mirroring software, scrcpy gives\na lot of advantages, but my future plans are as follows\n* ~~Fix HOME_key, BACK_key. (Will have to wait until @rom1v examines my work)~~ Fixed!\n* ~~Add better UI support with adb functions out of scrcpy~~ Fixed again!\n* Support python3.8.\n* Add service running indicator\n* ~~Create pre-built installer and files, Will try fbs build system, after a quite while~~ Fixed!\n\n\n\n## Issues\n### Linux (X Server)\nFor Linux operating systems, if python raises `Xlib>>ModuleNotFoundError`, then run
\n`sudo apt install python3-xlib`
\n`sudo apt install python3-qt5`\n\nTo use toolkit (development, on Linux only), run:
\n`sudo apt install wmctrl xdotool`\n\n### Some buttons not working\nSome buttons like `clipboard`, `pinch in/out` are not enabled. But, however, you may enable it by recompiling the source code. I am looking forward for pinching on Android help / Documentation / links.\n\n### Unable to drag Panel or Toolkit\n[According to Issue #4](https://github.com/srevinsaju/guiscrcpy/issues/4#) created by [@logix2](https://github.com/logix2), regarding some problems in dragging panels in the Linux OS, in this case, using the `Meta`, `Super` or `Alt` keys, to use the Desktop Window Manager functionality in moving the Panel.\n\n\n## Support me!\nSponsor me or share your ideas, issues with me on github and email [srevin03@gmail.com](srevin03@gmail.com)!!\n\n\n## Developers\n`guiscrcpy`, on initializing, creates a guiscrcpy.cfg file in\n* Windows: `C:\\Users\\ \n \n
\n##### New UI and distributed controls\nThe new UI aims for faster ergonomics and consumer oriented. Individual modules, now are separate from scrcpy executable to provide speed to the mirroring system. The new UI also looks way better than the old one ;)
**OLD**\n
\n**NEW**\n\n#### Raw\n* Fixed many bugs\n* Better UI, based on Material principles\n* Switched to dark theme, thanks to `qdarkstyle`\n* Faster `scrcpy` loading. Re-converted `StartScrcpy`\ninto `MyApp` class. `QThread` is not very fast, as it is said to be.\n* Configuration has been updated to add `Keep Display Off`\n* Added Orientation change command (potrait / landscape)\n* Added user configuration file write to home directory on static line system. Users now automatically save theit information into the `.cfg file`\n* Separated main controls from subsidiary controls. Linear layout and horizontal layout are separate.\n* Users can now perform top to bottom or bottom to top swipe with notification buttons,\n* Button utility is mentioned in tooltip\n* Added Reset button to reset user config to defaults.\n* Fixed QProgressBar blocking mainthread.\n\n\n\n### Build 1.9.6\n* Minor Fixes\n\n### Build 1.9.5\n25062019 2159\n* MEGA CHANGE :: Migrated from `PyQt4` to `PyQt5` due to late realization that PyQt4 support\nfor Windows is unfortunately discontinued.\n* `mainwindow.ui` >> xml parsed file loaded in uic loader has been compiled to `mainui.py` as UI\n* toolkit.py is deprecated. toolkit class is restructured into mainwindow class with multiprocesing.\n* After `PyQt5` update, GTK-LTK-KDE no longer raises pixmap errors\n* Unreleased .ui files for Build. Only dependencies for release are png pixmap files\n\n\n### Build 1.9.4\n23062018 1615 GMT+300\n* Dumped terminal QTextEdit for multiprocessing to prevent QThread hang.\n* Restructured StartScrcpy Class as two threads.\n\n### Build 1.9.3\n22062019 1948 GMT+3\n* Fixed GUI hang (issue reported by @rom1v)\n(code has been restructured. the old code is placed in `/backup/` folder as `main 1.9.2.py`. But however, terminal ui QTextEdit\nis not functional.\n\n### Build 1.9.2\n21062019 2000 GMT+3\n* Added GUIScrcpy icon\n* Added pixmap icons\n* Added check scrcpy process running or not\n* Added GUIScrcpy Toolkit Experimental Support\n###1.9.1\n* Initial Build :)\n\n\n",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": "https://github.com/srevinsaju/guiscrcpy/archive/master.zip",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://srevinsaju.github.io/guiscrcpy",
"keywords": "",
"license": "GPL v3",
"maintainer": "",
"maintainer_email": "",
"name": "guiscrcpy",
"package_url": "https://pypi.org/project/guiscrcpy/",
"platform": "",
"project_url": "https://pypi.org/project/guiscrcpy/",
"project_urls": {
"Download": "https://github.com/srevinsaju/guiscrcpy/archive/master.zip",
"Homepage": "https://srevinsaju.github.io/guiscrcpy"
},
"release_url": "https://pypi.org/project/guiscrcpy/1.11.38/",
"requires_dist": [
"PyQt5",
"psutil",
"qdarkstyle"
],
"requires_python": "",
"summary": "An Open Source - Fast - Android Screen Mirroring system.",
"version": "1.11.38"
},
"last_serial": 5944620,
"releases": {
"1.11.2": [
{
"comment_text": "",
"digests": {
"md5": "dc60848659f16fe83408bed003f2970c",
"sha256": "c8596bba3fcee739237ad2218a5aaf07a606bc2f153666ef374b6035eccb5203"
},
"downloads": -1,
"filename": "guiscrcpy-1.11.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dc60848659f16fe83408bed003f2970c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2834329,
"upload_time": "2019-10-03T19:48:33",
"url": "https://files.pythonhosted.org/packages/67/ea/0d8ff3068787eab6ccbf1668a8414e0378264ffd14eba456c7c19e7fe2d3/guiscrcpy-1.11.2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "1222018dc1f9695ec66b6816fbf6e8e3",
"sha256": "0075d9b4084d9420e1232d878b12d03195d4a81c4041c335f95989db493d14dc"
},
"downloads": -1,
"filename": "guiscrcpy-1.11.2.tar.gz",
"has_sig": false,
"md5_digest": "1222018dc1f9695ec66b6816fbf6e8e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1222772,
"upload_time": "2019-10-03T19:48:44",
"url": "https://files.pythonhosted.org/packages/7d/64/2e90bdf30e543b89dd0f341f02dfd2d99aae2dd44cde8ea80c42bd66535f/guiscrcpy-1.11.2.tar.gz"
}
],
"1.11.32": [
{
"comment_text": "",
"digests": {
"md5": "6b8a8a4c1bbfc773349c9db7997e42af",
"sha256": "9f38ed58a278b457603216da593b0e9342e55c53446ffe50f316d9ea9a359401"
},
"downloads": -1,
"filename": "guiscrcpy-1.11.32-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6b8a8a4c1bbfc773349c9db7997e42af",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2996758,
"upload_time": "2019-10-08T11:48:53",
"url": "https://files.pythonhosted.org/packages/7f/17/f77079a2b1698ab9f457535fc26f34d47f2ff678dba68b193b88bbb5895e/guiscrcpy-1.11.32-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "03ecfc9402f40e9f0d539d7c602aa8f6",
"sha256": "dfb4ceb5e6a5b14a63a6e26d8af5c2df83818cfb8d60cc1567150944eed7d925"
},
"downloads": -1,
"filename": "guiscrcpy-1.11.32.tar.gz",
"has_sig": false,
"md5_digest": "03ecfc9402f40e9f0d539d7c602aa8f6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1223641,
"upload_time": "2019-10-08T11:49:49",
"url": "https://files.pythonhosted.org/packages/9b/1c/c6aeb248e079adc8417ea80d5955d14a20b4a971fa980b37364e6c7d5131/guiscrcpy-1.11.32.tar.gz"
}
],
"1.11.38": [
{
"comment_text": "",
"digests": {
"md5": "375cc3ba7cb6c728b7babdb41c31f506",
"sha256": "942fa3778b646933d4b57b0c707b12273513068f510cea7cb49e403fc99fe07c"
},
"downloads": -1,
"filename": "guiscrcpy-1.11.38-py3-none-any.whl",
"has_sig": false,
"md5_digest": "375cc3ba7cb6c728b7babdb41c31f506",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2996764,
"upload_time": "2019-10-08T12:44:12",
"url": "https://files.pythonhosted.org/packages/c0/b4/0e37525cdfa8e79739bdea2ae87f1e274b99166469902234738b0e6526b7/guiscrcpy-1.11.38-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "3c7499ef13db8037589dbb747ccef2a8",
"sha256": "e48046da7fda8d6fccea5987d7d122549dba7bf024964fb38628fb1936739133"
},
"downloads": -1,
"filename": "guiscrcpy-1.11.38.tar.gz",
"has_sig": false,
"md5_digest": "3c7499ef13db8037589dbb747ccef2a8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1223134,
"upload_time": "2019-10-08T12:44:47",
"url": "https://files.pythonhosted.org/packages/b9/1e/05183034ab97a460ddf22109ced73eb8ec8ab9ef517aa2604e8c7ea3185b/guiscrcpy-1.11.38.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "375cc3ba7cb6c728b7babdb41c31f506",
"sha256": "942fa3778b646933d4b57b0c707b12273513068f510cea7cb49e403fc99fe07c"
},
"downloads": -1,
"filename": "guiscrcpy-1.11.38-py3-none-any.whl",
"has_sig": false,
"md5_digest": "375cc3ba7cb6c728b7babdb41c31f506",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2996764,
"upload_time": "2019-10-08T12:44:12",
"url": "https://files.pythonhosted.org/packages/c0/b4/0e37525cdfa8e79739bdea2ae87f1e274b99166469902234738b0e6526b7/guiscrcpy-1.11.38-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "3c7499ef13db8037589dbb747ccef2a8",
"sha256": "e48046da7fda8d6fccea5987d7d122549dba7bf024964fb38628fb1936739133"
},
"downloads": -1,
"filename": "guiscrcpy-1.11.38.tar.gz",
"has_sig": false,
"md5_digest": "3c7499ef13db8037589dbb747ccef2a8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1223134,
"upload_time": "2019-10-08T12:44:47",
"url": "https://files.pythonhosted.org/packages/b9/1e/05183034ab97a460ddf22109ced73eb8ec8ab9ef517aa2604e8c7ea3185b/guiscrcpy-1.11.38.tar.gz"
}
]
}