{ "info": { "author": "Phillip Berndt", "author_email": "phillip.berndt@googlemail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "# autorandr\n\nAutomatically select a display configuration based on connected devices\n\n## Branch information\n\nThis is a compatible Python rewrite of\n[wertarbyte/autorandr](https://github.com/wertarbyte/autorandr). Contributions\nfor bash-completion, fd.o/XDG autostart, Nitrogen, pm-utils, and systemd can be\nfound under [contrib](contrib/).\n\nThe original [wertarbyte/autorandr](https://github.com/wertarbyte/autorandr)\ntree is unmaintained, with lots of open pull requests and issues. I forked it\nand merged what I thought were the most important changes. If you are searching\nfor that version, see the [`legacy` branch](https://github.com/phillipberndt/autorandr/tree/legacy).\nNote that the Python version is better suited for non-standard configurations,\nlike if you use `--transform` or `--reflect`. If you use `auto-disper`, you\nhave to use the bash version, as there is no disper support in the Python\nversion (yet). Both versions use a compatible configuration file format, so\nyou can, to some extent, switch between them. I will maintain the `legacy`\nbranch until @wertarbyte finds the time to maintain his branch again.\n\nIf you are interested in why there are two versions around, see\n[#7](https://github.com/phillipberndt/autorandr/issues/7),\n[#8](https://github.com/phillipberndt/autorandr/issues/8) and\nespecially\n[#12](https://github.com/phillipberndt/autorandr/issues/12)\nif you are unhappy with this version and would like to contribute to the bash\nversion.\n\n## License information and authors\n\nautorandr is available under the terms of the GNU General Public License\n(version 3).\n\nContributors to this version of autorandr are:\n\n* Adri\u00e1n L\u00f3pez\n* andersonjacob\n* Alexander Wirt\n* Brice Waegeneire\n* Chris Dunder\n* Christoph Gysin\n* Daniel Hahler\n* Maciej Sitarz\n* Mathias Svensson\n* Matthew R Johnson\n* Nazar Mokrynskyi\n* Phillip Berndt\n* Rasmus Wriedt Larsen\n* Simon Wydooghe\n* Stefan Tomanek\n* stormc\n* tachylatus\n* Timo Bingmann\n* Timo Kaufmann\n* Tomasz Bogdal\n* Victor H\u00e4ggqvist\n* Jan-Oliver Kaiser\n\n## Installation/removal\n\nYou can use the `autorandr.py` script as a stand-alone binary. If you'd like to\ninstall it as a system-wide application, there is a Makefile included that also\nplaces some configuration files in appropriate directories such that autorandr\nis invoked automatically when a monitor is connected or removed, the system\nwakes up from suspend, or a user logs into an X11 session. Run `make install`\nas root to install it.\n\nIf you prefer to have a system wide install managed by your package manager,\nyou can\n\n* Use the [official Arch package](https://www.archlinux.org/packages/community/any/autorandr/).\n* Use the [official Debian package](https://packages.debian.org/sid/x11/autorandr) on sid\n* Use the [ebuild from zugaina](https://gpo.zugaina.org/x11-misc/autorandr) on Gentoo.\n* Use the\n [nix package](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/autorandr.nix)\n on NixOS.\n* Use the automated nightlies generated by the\n [openSUSE build service](https://build.opensuse.org/package/show/home:phillipberndt/autorandr)\n for various distributions (RPM and DEB based).\n* Use the [X binary package system](https://wiki.voidlinux.eu/XBPS)' on Void Linux \n* Build a .deb-file from the source tree using `make deb`.\n\nWe appreciate packaging scripts for other distributions, please file a pull\nrequest if you write one.\n\nIf you prefer `pip` over your package manager, you can install autorandr with:\n\n sudo pip install \"git+http://github.com/phillipberndt/autorandr#egg=autorandr\"\n\nor simply\n\n sudo pip install autorandr\n\nif you prefer to use a stable version.\n\n## How to use\n\nSave your current display configuration and setup with:\n\n autorandr --save mobile\n\nConnect an additional display, configure your setup and save it:\n\n autorandr --save docked\n\nNow autorandr can detect which hardware setup is active:\n\n $ autorandr\n mobile\n docked (detected)\n\nTo automatically reload your setup:\n\n $ autorandr --change\n\nTo manually load a profile:\n\n $ autorandr --load \n\nor simply:\n\n $ autorandr \n\nautorandr tries to avoid reloading an identical configuration. To force the\n(re)configuration:\n\n $ autorandr --load --force\n\nTo prevent a profile from being loaded, place a script call _block_ in its\ndirectory. The script is evaluated before the screen setup is inspected, and\nin case of it returning a value of 0 the profile is skipped. This can be used\nto query the status of a docking station you are about to leave.\n\nIf no suitable profile can be identified, the current configuration is kept.\nTo change this behaviour and switch to a fallback configuration, specify\n`--default `. The system-wide installation of autorandr by default\ncalls autorandr with a parameter `--default default`. There are three special,\nvirtual configurations called `horizontal`, `vertical` and `common`. They\nautomatically generate a configuration that incorporates all screens\nconnected to the computer. You can symlink `default` to one of these\nnames in your configuration directory to have autorandr use any of them\nas the default configuration without you having to change the system-wide\nconfiguration.\n\nYou can store default values for any option in an INI-file in\n`~/.config/autorandr/settings.ini` in a section `config`. The most useful\ncandidate for doing that is `skip-options`, if you need it.\n\n## Advanced usage\n\n### Hook scripts\n\nThree more scripts can be placed in the configuration directory (as \n(as defined by the [XDG spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html),\nusually `~/.config/autorandr` or `~/.autorandr` if you have an old installation\nfor user configuration and `/etc/xdg/autorandr` for system wide configuration):\n\n- `postswitch` is executed *after* a mode switch has taken place. This can be\n used to notify window managers or other applications about the switch.\n- `preswitch` is executed *before* a mode switch takes place.\n- `postsave` is executed after a profile was stored or altered.\n- `predetect` is executed before autorandr attempts to run xrandr. \n\nThese scripts must be executable and can be placed directly in the configuration\ndirectory, where they will always be executed, or in the profile subdirectories,\nwhere they will only be executed on changes regarding that specific profile.\n\nInstead (or in addition) to these scripts, you can also place as many executable\nfiles as you like in subdirectories called `script_name.d` (e.g. `postswitch.d`).\n\nIf a script with the same name occurs multiple times, user configuration\ntakes precedence over system configuration (as specified by the\n[XDG spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html))\nand profile configuration over general configuration.\n\nAs a concrete example, suppose you have the files\n\n- `/etc/xdg/autorandr/postswitch`\n- `~/.config/autorandr/postswitch`\n- `~/.config/autorandr/postswitch.d/notify-herbstluftwm`\n- `~/.config/autorandr/docked/postswitch`\n\nand switch from `mobile` to `docked`. Then\n`~/.config/autorandr/docked/postswitch` is executed, since the profile specific\nconfiguration takes precedence, and\n`~/.config/autorandr/postswitch.d/notify-herbstluftwm` is executed, since\nit has a unique name.\n\nIf you switch back from `docked` to `mobile`, `~/.config/autorandr/postswitch`\nis executed instead of the `mobile` specific `postswitch`.\n\nIn these scripts, some of autorandr's state is exposed as environment variables\nprefixed with `AUTORANDR_`, such as:\n- `AUTORANDR_CURRENT_PROFILE`\n- `AUTORANDR_CURRENT_PROFILES`\n- `AUTORANDR_PROFILE_FOLDER`\n- `AUTORANDR_MONITORS`\n\nIf you experience issues with xrandr being executed too early after connecting\na new monitor, then you can use a `predetect` script to delay the execution.\nWrite e.g. `sleep 1` into that file to make autorandr wait a second before\nrunning `xrandr`.\n\n### Wildcard EDID matching\n\nThe EDID strings in the `~/.config/autorandr/*/setup` files may contain an\nasterisk to enable wildcard matching: Such EDIDs are matched against connected\nmonitors using the usual file name globbing rules. This can be used to create\nprofiles matching multiple (or any) monitors.\n\n## Changelog\n\n**autorandr 1.8.1**\n\n* *2019-03-18* Removed mandb call from Makefile\n\n**autorandr 1.8**\n\n* *2019-02-17* Add an X11 daemon that runs autorandr when a display connects (by @rliou92, #127)\n* *2019-02-17* Replace width=0 check with disconnected to detect disconnected monitors (by @joseph-jones, #139)\n* *2019-02-17* Fix handling of empty padding (by @jschwab, #138)\n* *2019-02-17* Add a man page (by @somers-all-the-time, #133)\n\n**autorandr 1.7**\n\n* *2018-09-25* Fix FB size computation with rotated screens (by @Janno, #117)\n\n**autorandr 1.6**\n\n* *2018-04-19* Bugfix: Do not load default profile unless --change is set\n* *2018-04-30* Added a `AUTORANDR_MONITORS` variable to hooks (by @bricewge, #106)\n* *2018-06-29* Fix detection of current configuration if extra monitors are active\n* *2018-07-11* Bugfix in the latest change: Correctly handle \"off\" minitors when comparing\n* *2018-07-19* Do not kill spawned user processes from systemd unit\n* *2018-07-20* Correctly handle \"off\" monitors when comparing -- fixup for another bug.\n\n**autorandr 1.5**\n\n* *2018-01-03* Add --version\n* *2018-01-04* Fixed vertical/horizontal/clone-largest virtual profiles\n* *2018-03-07* Output all non-error messages to stdout instead of stderr\n* *2018-03-25* Add --detected and --current to filter the profile list output\n* *2018-03-25* Allow wildcard matching in EDIDs\n\n**autorandr 1.4**\n\n* *2017-12-22* Fixed broken virtual profile support\n* *2017-12-14* Added support for a settings file\n* *2017-12-14* Added a virtual profile `off`, which disables all screens\n\n**autorandr 1.3**\n\n* *2017-11-13* Add a short form for `--load`\n* *2017-11-21* Fix environment stealing in `--batch` mode (See #87)\n\n**autorandr 1.2**\n\n* *2017-07-16* Skip `--panning` unless it is required (See #72)\n* *2017-10-13* Add `clone-largest` virtual profile\n\n**autorandr 1.1**\n\n* *2017-06-07* Call systemctl with `--no-block` from udev rule (See #61)\n* *2017-01-20* New script hook, `predetect`\n* *2017-01-18* Accept comments (lines starting with `#`) in config/setup files\n\n**autorandr 1.0**\n\n* *2016-12-07* Tag the current code as version 1.0.0; see github issue #54\n* *2016-10-03* Install a desktop file to `/etc/xdg/autostart` by default\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/phillipberndt/autorandr", "keywords": "xrandr", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "autorandr", "package_url": "https://pypi.org/project/autorandr/", "platform": "", "project_url": "https://pypi.org/project/autorandr/", "project_urls": { "Homepage": "https://github.com/phillipberndt/autorandr" }, "release_url": "https://pypi.org/project/autorandr/1.8.1.post1/", "requires_dist": null, "requires_python": "", "summary": "Automatically select a display configuration based on connected devices", "version": "1.8.1.post1" }, "last_serial": 4955790, "releases": { "1.1.post4": [ { "comment_text": "", "digests": { "md5": "09e6ae101cf716fae9525bf5b0670e8d", "sha256": "ba7bd58d52cbd1506f7dfb5463b65d6329fb3105757d1da3cf74386ba89fbb65" }, "downloads": -1, "filename": "autorandr-1.1.post4.tar.gz", "has_sig": false, "md5_digest": "09e6ae101cf716fae9525bf5b0670e8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20330, "upload_time": "2017-07-17T15:55:48", "url": "https://files.pythonhosted.org/packages/0b/6e/b85c8f1de659f73c0069f26800e0347a37d9c4af68705a1ea3bbaf021e6f/autorandr-1.1.post4.tar.gz" } ], "1.2.post1": [ { "comment_text": "", "digests": { "md5": "f7b19df402995dbcab899bcf296ecabc", "sha256": "2ac96ace022b53bea0d87cf0a6d8cd7bb80f4bbefffbdb08dd5f7dbf1b4b0424" }, "downloads": -1, "filename": "autorandr-1.2.post1-py2-none-any.whl", "has_sig": false, "md5_digest": "f7b19df402995dbcab899bcf296ecabc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 22749, "upload_time": "2017-10-13T12:44:03", "url": "https://files.pythonhosted.org/packages/af/95/4de1fd13f4750ecfe2eef0ca2b4c676b49b7564f4490cd6e014373fa25c4/autorandr-1.2.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3a2fc059477b760d57eb9f3b426681e6", "sha256": "0ae3f8c2311994172e43c206157b87811d25f1e90f0fde35d2fc1976db286bce" }, "downloads": -1, "filename": "autorandr-1.2.post1.tar.gz", "has_sig": false, "md5_digest": "3a2fc059477b760d57eb9f3b426681e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21412, "upload_time": "2017-10-13T12:44:08", "url": "https://files.pythonhosted.org/packages/76/80/4ac229e14cd84cbd86755a69e20a49709326e3f52863099c3c5226e7d85a/autorandr-1.2.post1.tar.gz" } ], "1.3.post1": [ { "comment_text": "", "digests": { "md5": "8d14c64ac5dd5f99f56363c12a2d1ede", "sha256": "fb56a006033faef4067eb62b8fcdda207a5da98fd9a6cc4c38a7535cbad7d27f" }, "downloads": -1, "filename": "autorandr-1.3.post1-py2-none-any.whl", "has_sig": false, "md5_digest": "8d14c64ac5dd5f99f56363c12a2d1ede", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 23816, "upload_time": "2017-11-21T15:26:35", "url": "https://files.pythonhosted.org/packages/a0/e1/788d08029bb22ac9956e5e1fba1fc1b78571896c1106781e8aefda9c3163/autorandr-1.3.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c61dfbc22b23065715168b621f50d44", "sha256": "1022e9d4a442a1c23dbd18ee83a2f95cf5d57af14491c3a64d820ea045be579b" }, "downloads": -1, "filename": "autorandr-1.3.post1.tar.gz", "has_sig": false, "md5_digest": "1c61dfbc22b23065715168b621f50d44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22867, "upload_time": "2017-11-21T15:26:37", "url": "https://files.pythonhosted.org/packages/d4/69/ec0b53ad58809ac8edd26080941733166b4adc30e8b55d7962bddc520a1f/autorandr-1.3.post1.tar.gz" } ], "1.4.post1": [ { "comment_text": "", "digests": { "md5": "52481234cb66b20a347572d3bc9e9239", "sha256": "4a67e20eddbde8d305c2c8864d1c8f2f3c6117cd8ec16f9f0067120b2a1346a1" }, "downloads": -1, "filename": "autorandr-1.4.post1-py2-none-any.whl", "has_sig": false, "md5_digest": "52481234cb66b20a347572d3bc9e9239", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 24354, "upload_time": "2017-12-23T22:53:53", "url": "https://files.pythonhosted.org/packages/74/49/cecb0879f71fff736fd22b4f487a35aa41502a0ba2b8ff3d7ba38692fa02/autorandr-1.4.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eca7c218bbb9de4fd4d0b23433ae3e5a", "sha256": "6adfe11450d81cfe353053a1b9d4630c8b94bd7f6068f193edfdbc410ab70337" }, "downloads": -1, "filename": "autorandr-1.4.post1.tar.gz", "has_sig": false, "md5_digest": "eca7c218bbb9de4fd4d0b23433ae3e5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20286, "upload_time": "2017-12-23T22:53:55", "url": "https://files.pythonhosted.org/packages/71/32/1f7e58dc2ff4fb527d4a5c4289cf594edccbb559d1913d8bc74452cbfdc6/autorandr-1.4.post1.tar.gz" } ], "1.4.post2": [ { "comment_text": "", "digests": { "md5": "cd49aa6a84399f753134e4291d1f5da0", "sha256": "6a703d882025d3dde90d6e982d5ba35114a2e57595bf2df9b9bd156acb46e854" }, "downloads": -1, "filename": "autorandr-1.4.post2-py2-none-any.whl", "has_sig": false, "md5_digest": "cd49aa6a84399f753134e4291d1f5da0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 24510, "upload_time": "2017-12-23T22:57:41", "url": "https://files.pythonhosted.org/packages/1e/c0/59b6abd3406a99300bd615884c10103f123829e8d942ffddaf0f241317da/autorandr-1.4.post2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "64d09c5bdaf26b5aa658738bd7c71734", "sha256": "ea8a69f941582168e14c77a9433cad70c160a16c398dac24ea4bd5081eaf6cf9" }, "downloads": -1, "filename": "autorandr-1.4.post2.tar.gz", "has_sig": false, "md5_digest": "64d09c5bdaf26b5aa658738bd7c71734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24090, "upload_time": "2017-12-23T22:57:42", "url": "https://files.pythonhosted.org/packages/38/cf/f0caf42ba024088ec851891e544b783252fba98a2226458f34d37534874e/autorandr-1.4.post2.tar.gz" } ], "1.5.post1": [ { "comment_text": "", "digests": { "md5": "4ea71a366b99120d47e657071f3bad38", "sha256": "bcfa85fb125590cbbe633730ddeb88412618b5f5f622a0151f37c183e345036a" }, "downloads": -1, "filename": "autorandr-1.5.post1-py2-none-any.whl", "has_sig": false, "md5_digest": "4ea71a366b99120d47e657071f3bad38", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 25261, "upload_time": "2018-04-03T20:32:54", "url": "https://files.pythonhosted.org/packages/ed/1b/0abfdacabe76bb417bbc980ed2fbd85e83b8647c672b9e139f31a4b1ab60/autorandr-1.5.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e49c7262220a46a5d5fc418e6dd5e620", "sha256": "b339ef23b421bbca1ae08cc51d1c06a8464c200f9f30fab954e068eb7f24348d" }, "downloads": -1, "filename": "autorandr-1.5.post1.tar.gz", "has_sig": false, "md5_digest": "e49c7262220a46a5d5fc418e6dd5e620", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26070, "upload_time": "2018-04-03T20:32:55", "url": "https://files.pythonhosted.org/packages/89/5c/d784d8f7352bbcb01402f07e482351ee3a9c17d0db55cac9776c2f4f78d7/autorandr-1.5.post1.tar.gz" } ], "1.6.post1": [ { "comment_text": "", "digests": { "md5": "98ae3c87c5d5b010f6f62b51da24c460", "sha256": "93451d6ef3df04d34170b997a23c456ec8e02212d035e7cb002e84236ac4c6b9" }, "downloads": -1, "filename": "autorandr-1.6.post1-py2-none-any.whl", "has_sig": false, "md5_digest": "98ae3c87c5d5b010f6f62b51da24c460", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21342, "upload_time": "2018-07-20T06:54:04", "url": "https://files.pythonhosted.org/packages/0f/02/513e62ee27f1fd7e8be2531f03ab1858dcf11344ec8ff6affbec6f68afc4/autorandr-1.6.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "77f35c293a1bea4d91e2bf8b9bcaac02", "sha256": "f9809b7f4a58a46360c20c46c81b90fd1e7ffed3ebabdfba043b3eca4e26bf26" }, "downloads": -1, "filename": "autorandr-1.6.post1.tar.gz", "has_sig": false, "md5_digest": "77f35c293a1bea4d91e2bf8b9bcaac02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27254, "upload_time": "2018-07-20T06:54:06", "url": "https://files.pythonhosted.org/packages/37/74/79524aa09d6ef60f4cef0486bd9774c0e5fcbbfe376757206d483e651265/autorandr-1.6.post1.tar.gz" } ], "1.7.post1": [ { "comment_text": "", "digests": { "md5": "8534f5f8e93a7f0504b8337b897b2113", "sha256": "24f058aae42a7bacd3e3ae076d50116c713634535446548f3c7a8229dc7fd210" }, "downloads": -1, "filename": "autorandr-1.7.post1-py2-none-any.whl", "has_sig": false, "md5_digest": "8534f5f8e93a7f0504b8337b897b2113", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21424, "upload_time": "2018-09-25T17:22:49", "url": "https://files.pythonhosted.org/packages/d1/6e/adf6d2fe68e0147110c6818f38fc433c79f60cab300d13742e8ec733da4b/autorandr-1.7.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec326c3be99fb8a06cc07a035055646a", "sha256": "7e386e1ef231213ceabd6b49f9982958997853dff84f35cc30271024f95fcaca" }, "downloads": -1, "filename": "autorandr-1.7.post1.tar.gz", "has_sig": false, "md5_digest": "ec326c3be99fb8a06cc07a035055646a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27420, "upload_time": "2018-09-25T17:22:50", "url": "https://files.pythonhosted.org/packages/36/3e/cddfb753c51ab802391cf0628d8b163f3f1b1a6597de667cfaddb73ab21c/autorandr-1.7.post1.tar.gz" } ], "1.8.1.post1": [ { "comment_text": "", "digests": { "md5": "cc7df80b50f9121632a62bc3b962fccc", "sha256": "5704fc1488ed26d83f5d772ab1f991a0d02a22188a2cc33fdc2524731b734eaf" }, "downloads": -1, "filename": "autorandr-1.8.1.post1-py2-none-any.whl", "has_sig": false, "md5_digest": "cc7df80b50f9121632a62bc3b962fccc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21674, "upload_time": "2019-03-18T20:15:34", "url": "https://files.pythonhosted.org/packages/01/bd/b41b12fc25224d353131693c42e2635154479dcfad7c7ad3059c8cea625c/autorandr-1.8.1.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a561e6447d993c6c2f482aa19db9f872", "sha256": "9e61f3252fc0321af271b0e6fe60d0ef6bbfac3bd3ad3b374d54e159d0b56cbd" }, "downloads": -1, "filename": "autorandr-1.8.1.post1.tar.gz", "has_sig": false, "md5_digest": "a561e6447d993c6c2f482aa19db9f872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26019, "upload_time": "2019-03-18T20:15:36", "url": "https://files.pythonhosted.org/packages/9c/f3/2be0ddee4df1ed99aba2d7445d25dcdc631de7b186afd5b9c444947bc327/autorandr-1.8.1.post1.tar.gz" } ], "1.8.post1": [ { "comment_text": "", "digests": { "md5": "ca21e0c858f211f55fd00774aa799398", "sha256": "0751bc22e78a678330460999f76cc8d4c57ff917c7893b684215c07e5e8c0b23" }, "downloads": -1, "filename": "autorandr-1.8.post1-py2-none-any.whl", "has_sig": false, "md5_digest": "ca21e0c858f211f55fd00774aa799398", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21628, "upload_time": "2019-03-16T14:44:19", "url": "https://files.pythonhosted.org/packages/35/46/60e6c3c52a8d80feaa30c0ec862a0112a48b4e08672d3b4b28e7b9063d30/autorandr-1.8.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "deb4ab750acb7cc71d7dc4a1324b141d", "sha256": "6db89c0468e2e8d1dd87abf661961d39ded4746c06276aa9f578b0ba3b157a9c" }, "downloads": -1, "filename": "autorandr-1.8.post1.tar.gz", "has_sig": false, "md5_digest": "deb4ab750acb7cc71d7dc4a1324b141d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25958, "upload_time": "2019-03-16T14:44:21", "url": "https://files.pythonhosted.org/packages/6f/3d/15cfe95c5ecf2aa48e0e98e3f49cac473200577c1dd1c8b15a771e792bc9/autorandr-1.8.post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc7df80b50f9121632a62bc3b962fccc", "sha256": "5704fc1488ed26d83f5d772ab1f991a0d02a22188a2cc33fdc2524731b734eaf" }, "downloads": -1, "filename": "autorandr-1.8.1.post1-py2-none-any.whl", "has_sig": false, "md5_digest": "cc7df80b50f9121632a62bc3b962fccc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21674, "upload_time": "2019-03-18T20:15:34", "url": "https://files.pythonhosted.org/packages/01/bd/b41b12fc25224d353131693c42e2635154479dcfad7c7ad3059c8cea625c/autorandr-1.8.1.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a561e6447d993c6c2f482aa19db9f872", "sha256": "9e61f3252fc0321af271b0e6fe60d0ef6bbfac3bd3ad3b374d54e159d0b56cbd" }, "downloads": -1, "filename": "autorandr-1.8.1.post1.tar.gz", "has_sig": false, "md5_digest": "a561e6447d993c6c2f482aa19db9f872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26019, "upload_time": "2019-03-18T20:15:36", "url": "https://files.pythonhosted.org/packages/9c/f3/2be0ddee4df1ed99aba2d7445d25dcdc631de7b186afd5b9c444947bc327/autorandr-1.8.1.post1.tar.gz" } ] }