{ "info": { "author": "Philip Wellnitz", "author_email": "philipwellnitz@gmx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Plugins", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "Powerline\n=========\n\n[![Build Status](https://travis-ci.org/PH111P/powerline.svg?branch=develop)](https://travis-ci.org/PH111P/powerline)\n[![Documentation Status](https://readthedocs.org/projects/powerline-i3/badge/?version=latest)](http://powerline-i3.readthedocs.io/en/latest/?badge=latest)\n\n\nThis is a fork of Kim Silkeb\u00e6kken's (kim.silkebaekken+vim@gmail.com) powerline\n(https://github.com/powerline/powerline).\n\n**Powerline is a statusline plugin for vim, and provides statuslines and\nprompts for several other applications, including zsh, bash, tmux, IPython,\nAwesome, i3 and Qtile. However, this fork is designed to be used in particular\nas a replacement for i3's i3bar.**\n\nFeatures\n--------\n\nFor general features, consult the documentation. These are\nthe features that were added in this fork.\n\n* List all workspaces, _and icons of applications currently running on a workspace (using FontAwesome)_\n* More multi-monitor options for the workspace segment.\n* Enhanced battery segment, having the same features as the i3bar one. Further, this segment\n now works with multiple batteries.\n* Enhanced wifi segment to match i3bar's.\n* Added a volume segment.\n* Added GPMDP support in the player segment.\n* Merged and improved [ZyX-I's revinfo branch](https://github.com/ZyX-I/powerline/tree/revinfo), replacing the VCS segment.\n* Added an auto-rotate segment.\n* Click support (see documentation below)\n* Simplified gradients: specify start and end colors (and optionally intermediate colors) as hex values, values in-between colors (and corresponding cterm colors) will be generated automatically.\n* Support for global menus\n\nChanges requiring documentation\n-------------------------------\n\nThis fork extends the files used by the powerline to configure the color scheme in various ways:\n* `attrs` is now optional, i.e., it can be omitted\n* `click` is a new optional field to configure the behavior of a highlight group on a click.\n Where `click` is a dictionary mapping the values `left`, `right`, `middle`, `scroll up` or `scroll down`\n to a string to be executed by a shell. (Currently only the lemonbar binding supports this. You can disable clicks via the `no_clicks` flag.)\n Further, the string to be executed may contain a placeholder for the segment's content. This placeholder uses python's\n `string.format` syntax. You may also pass some special commands to the bar/to specific segments directly via special bar commands starting with `#bar;`.\n* You may pass an `alt_output` flag to `powerline-lemonbar`, then it uses the `-O` flag for setting the output for the bar.\n* The colors in `fg` and `bg` can be specified directly through hex values using `0x` as a prefix (`0xRRGGBB` or `0xAARRGGBB`). These hex values will be translated back into xterm color indices whenever possible.\n* The bar has an additional `center` region where segments may be placed. The center region uses pipes (`|`) as separators per default.\n* The `active_window_title` segment includes optional functionality for global menus. Consult the section below for details on the required configuration.\n\nExamples\n--------\n\nA configuration to let the workspace segment act like the i3bar's (`workspace_name` is a special value that gets set to the correct workspace name by the workspace segment.):\n\n \"workspace\": { \"fg\": \"0xe4e4e4\", \"bg\": \"0x0087af\", \"click\": { \"left\": \"i3-msg workspace {workspace_name}\", \"right\": \"i3-msg move to workspace {workspace_name}\" } },\n \"workspace:urgent\": { \"bg\": \"0x0087af\", \"fg\": \"0xffaf00\", \"click\": { \"left\": \"i3-msg workspace {workspace_name}\", \"right\": \"i3-msg move to workspace {workspace_name}\" } },\n\nA handy configuration of the volume segment:\n\n \"volume_gradient\": { \"fg\": \"green_yellow_red\", \"bg\": \"0x005f87\", \"click\": { \"scroll up\": \"pactl set-sink-volume 0 +1%\", \"scroll down\": \"pactl set-sink-volume 0 -1%\"} },\n\nNote that the `lemonbar` allows for only a fixed number of clickable areas, which has to be specified as an argument (via `-a`).\n\nInstallation\n------------\n\nThis fork is available from the AUR (`powerline-i3-git`).\nAlternatively, you may use `pip` for the installation:\n\n\tpip install git+https://github.com/PH111P/powerline.git@develop\n\nNote that using this fork (or the powerline in general) requires some additional packages to be installed,\nnamely:\n\n* [powerline-fonts](https://www.archlinux.org/packages/community/x86_64/powerline-fonts/)\n* [ttf-font-awesome-4](https://aur.archlinux.org/packages/ttf-font-awesome-4/) (Version 5 relocated some symbols)\n* i3 or i3-gaps\n* [lemonbar-clicks-git](https://aur.archlinux.org/packages/lemonbar-clicks-git/) ([Lemonbar](https://github.com/ph111p/bar) supporting fontconfig fonts)\n* [python-xlib](https://github.com/python-xlib/python-xlib)\n* [i3ipc-python-git](https://github.com/acrisci/i3ipc-python) (workspace segment, available from AUR)\n\nOptionally, the following packages should be installed if you want to use the corresponding segments.\n\n* python-iwlib (wifi segment)\n* python-pyalsaaudio (volume segment, available from AUR)\n* xorg-xinput (screen rotation segment, used to map input devices to outputs)\n* python-google-api-python-client (Google Calendar segment; this segment also requires a valid dev key to work)\n* python-psutil (cpu load segment)\n* python-pygit2 (better performance of the vcs segment)\n* appmenu-qt4 (global menu support in qt4 apps)\n* appmenu-qt5 (global menu support in qt5 apps)\n* appmenu-gtk-module-git (global menu support in gtk apps)\n* libdbusmenu-glib (global menu support for chrome/chromium)\n* libdbusmenu-gtk3 (global menu support for chrome/chromium)\n* libdbusmenu-gtk2 (global menu support for chrome/chromium)\n* pygtk (global menu support)\n* python-gobject (global menu support)\n\n\nTo actually _use_ the powerline in your i3 setup, replace the following lines in your `.config/i3/config`\n\n bar {\n status_command i3status\n }\n\nwith this line (you may want to adjust the height and the font size):\n\n exec \"powerline-lemonbar --height 16 -- -b -f 'DejaVu Sans Mono-11' -f 'PowerlineSymbols-12' -f 'FontAwesome-11'\"\n\nNote that ``Font Awesome`` is used to display some icons, thus changing it to some other font will likely break these icons.\n\n**Attention: `-f 'PowerlineSymbols-12'` is required if you have the non-git version of the powerline-fonts package installed. If you have the git version of that package installed (from the AUR), use `-f 'DejaVu Sans Mono for Powerline-11'` instead.**\n\nTo use global menus in the bar, also start the `powerline-globmenu` script at startup.\nFurther, add the following to your `.bashrc`:\n\n if [ -n \"$GTK_MODULES\" ]; then\n GTK_MODULES=\"${GTK_MODULES}:appmenu-gtk-module\"\n else\n GTK_MODULES=\"appmenu-gtk-module\"\n fi\n\n if [ -z \"$UBUNTU_MENUPROXY\" ]; then\n UBUNTU_MENUPROXY=1\n fi\n\n export GTK_MODULES\n export UBUNTU_MENUPROXY\n\nConsult the `global_menu` default theme on how to configure the `active_window_title` segment.\n\nConfiguration\n-------------\n\nBasic powerline configuration is done via `JSON` files located at `.config/powerline/`. It is a good idea to start by copying the default configuration located at `powerline_root/powerline/config_files/` to `.config/powerline/`.\nIf you installed the powerline from the AUR or via pip, `powerline_root` should be `/usr/lib/python3.6/site-packages/` or something similar, depending on your python version.\n\nThis should yield you the following directory structure:\n\n```\n.config/powerline/\n\u251c\u2500\u2500 colorschemes\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 ...\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 wm\n|\u00a0\u00a0 \u00a0\u00a0 \u2514\u2500\u2500 default.json // Your configuration goes here\n\u251c\u2500\u2500 colors.json\n\u251c\u2500\u2500 config.json\n\u2514\u2500\u2500 themes\n \u251c\u2500\u2500 ...\n \u2514\u2500\u2500 wm\n\u00a0\u00a0 \u00a0\u00a0 \u2514\u2500\u2500 default.json // Your configuration goes here\n\n```\n\nThe files in the subdirectories of `themes` are used to specify which segments shall be shown; the files in subdirectories of `colorschemes` are used to specify which colors (as defined in `colors.json`) shall be used to display a segment.\n\nNote that your local configuration only overrides the global configuration, it does not replace it, i.e. if you don't configure something locally, the global default will be used instead.\n\nConsult the [documentation](https://powerline-i3.readthedocs.io/en/latest/configuration.html#quick-setup-guide) for more details. See also the [segment reference](https://powerline-i3.readthedocs.io/en/latest/configuration/segments.html) for available segments and their configuration.\n\nSome screens\n------------\nSome big, blue, beautiful powerlines.\n![Everything](https://github.com/PH111P/powerline/blob/develop/docs/source/_static/img/pl-i3demo1.png)\n![Modes](https://github.com/PH111P/powerline/blob/develop/docs/source/_static/img/pl-i3demo2.png)\nThis is as far as it could get. However, this is a rare use case.\n![Full](https://github.com/PH111P/powerline/blob/develop/docs/source/_static/img/pl-i3demo3.png)", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/ph111p/powerline/archive/develop.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ph111p/powerline", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "powerline-status-i3", "package_url": "https://pypi.org/project/powerline-status-i3/", "platform": "", "project_url": "https://pypi.org/project/powerline-status-i3/", "project_urls": { "Download": "https://github.com/ph111p/powerline/archive/develop.zip", "Homepage": "https://github.com/ph111p/powerline" }, "release_url": "https://pypi.org/project/powerline-status-i3/1.8.1/", "requires_dist": null, "requires_python": "", "summary": "The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager.", "version": "1.8.1" }, "last_serial": 4064876, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "7c085e45ea51be8c6032c42d01910bf0", "sha256": "e07658e92750944ee0e612139164441b2233193f1574834a13a5020adae75843" }, "downloads": -1, "filename": "powerline-status-i3-1.0.tar.gz", "has_sig": false, "md5_digest": "7c085e45ea51be8c6032c42d01910bf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 231416, "upload_time": "2016-12-13T18:40:46", "url": "https://files.pythonhosted.org/packages/9c/2a/ac8f73ae11ee3722319243fdd506837ff037ac67cf58e105f8ba0a872dc9/powerline-status-i3-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a8c60d6225174dc6fce1d31b78570446", "sha256": "3d609a64ecaa8b010de70fc0f36ea73400da0ada11aaf3823874538f21e85246" }, "downloads": -1, "filename": "powerline-status-i3-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a8c60d6225174dc6fce1d31b78570446", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 228045, "upload_time": "2016-12-13T19:31:05", "url": "https://files.pythonhosted.org/packages/77/66/693d77a1ea722c69ea648287152b9971ecf5b0678ffaa05370396841b608/powerline-status-i3-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "c1b1959ad7ae94ca8c36c2a79b790568", "sha256": "3554e2b9a8a8a8ceb3e3b0cece5fbb794bb8a4b4dc8d407961538fa33bfa53d3" }, "downloads": -1, "filename": "powerline_status_i3-1.0.2-py3.5.egg", "has_sig": false, "md5_digest": "c1b1959ad7ae94ca8c36c2a79b790568", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 561668, "upload_time": "2016-12-13T19:40:41", "url": "https://files.pythonhosted.org/packages/b3/2b/debccfc589b3023310c30134cd06f36a7006072a770bd441a36da3b2c975/powerline_status_i3-1.0.2-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "c17a14bf2e1f50bc1195f06b69fa538e", "sha256": "893445a7993f6133c83bde66aba2d7c68aa11dc4f179073a93b836cc8f6e0165" }, "downloads": -1, "filename": "powerline-status-i3-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c17a14bf2e1f50bc1195f06b69fa538e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229737, "upload_time": "2016-12-13T19:38:13", "url": "https://files.pythonhosted.org/packages/96/c1/14ff8ad0dabba0b61b4b584d03bd709ddd04ade0a9fa5a66b2d8d6447b11/powerline-status-i3-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "081fd695b4449be88ff5d3ca9d2cc8cb", "sha256": "b92f87bd41f7d137cad623133e66d5597d5795e963ff75153e9b6db87bcdad08" }, "downloads": -1, "filename": "powerline_status_i3-1.0.4-py3.5.egg", "has_sig": false, "md5_digest": "081fd695b4449be88ff5d3ca9d2cc8cb", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 557525, "upload_time": "2016-12-13T21:02:13", "url": "https://files.pythonhosted.org/packages/c6/09/6b648a04689e534e689feefce83fd0e6356bc024b1f06efeaec9005dc0f4/powerline_status_i3-1.0.4-py3.5.egg" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "f638a352f75963b0b7fa39da361ada47", "sha256": "6372a440da76d6771067b7010baebd201a2a43899e05411f3a281a278009216b" }, "downloads": -1, "filename": "powerline_status_i3-1.0.5-py3.5.egg", "has_sig": false, "md5_digest": "f638a352f75963b0b7fa39da361ada47", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 562587, "upload_time": "2016-12-13T21:10:40", "url": "https://files.pythonhosted.org/packages/e3/f9/b94f81c27eabf56da03a9228cddad673c566fdaa93b4d007fe4616998345/powerline_status_i3-1.0.5-py3.5.egg" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "e63b13d63aa030817e87bef9d3143b79", "sha256": "5ba5e2b4d1afe691a80d5cac33f4e6743e2fb98c18f146cdf81cb6da33516af6" }, "downloads": -1, "filename": "powerline_status_i3-1.0.6-py3.5.egg", "has_sig": false, "md5_digest": "e63b13d63aa030817e87bef9d3143b79", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 562606, "upload_time": "2016-12-13T22:41:59", "url": "https://files.pythonhosted.org/packages/d1/83/8e8cd42080a0e77374309f9b0b29cc2c55e96370120e767be56c6e7de760/powerline_status_i3-1.0.6-py3.5.egg" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "1589d64397581dbc2dc30105e813bb96", "sha256": "98488da9b9ce66504cdaae6a5f3cc2eaa6e5948556865af50d4bef5e097a33d2" }, "downloads": -1, "filename": "powerline_status_i3-1.1-py3.5.egg", "has_sig": false, "md5_digest": "1589d64397581dbc2dc30105e813bb96", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 564884, "upload_time": "2016-12-14T12:59:09", "url": "https://files.pythonhosted.org/packages/e6/ac/5463dce531241a949e27c4e9f6dbf4f52efb78f168887f470e9db915c93c/powerline_status_i3-1.1-py3.5.egg" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "c683226bd697e30bf2364b0e652e492c", "sha256": "3075dc5ab2e331f5704987166c23ca72ae19e3399c7c3167b29b3cf788b2e38a" }, "downloads": -1, "filename": "powerline_status_i3-1.1.1-py3.5.egg", "has_sig": false, "md5_digest": "c683226bd697e30bf2364b0e652e492c", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 564901, "upload_time": "2016-12-15T03:34:19", "url": "https://files.pythonhosted.org/packages/6f/d5/8ac5fdaa123cb118b99900d727276e7453da7a7e3866392da2f286474ea7/powerline_status_i3-1.1.1-py3.5.egg" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "42c02342e6a18b704d33fef9cd2149e2", "sha256": "6245f882e610417bd01d7f2293ca442496fbd0d4adaa7f3b55dada2e5a87d3fd" }, "downloads": -1, "filename": "powerline_status_i3-1.1.2-py3.5.egg", "has_sig": false, "md5_digest": "42c02342e6a18b704d33fef9cd2149e2", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 564990, "upload_time": "2016-12-16T07:52:02", "url": "https://files.pythonhosted.org/packages/5f/4f/3ae78ac734827f493b71df29a070e813284bd3f432f8119b12cc7481e3fe/powerline_status_i3-1.1.2-py3.5.egg" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "c57f15c93da645bf92761edf680fd3c7", "sha256": "1a72bb7f655e50a2eadabb22873aa8d486fdc339141523665eccf8e4403fff79" }, "downloads": -1, "filename": "powerline_status_i3-1.1.3-py3.5.egg", "has_sig": false, "md5_digest": "c57f15c93da645bf92761edf680fd3c7", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 565004, "upload_time": "2016-12-18T11:01:13", "url": "https://files.pythonhosted.org/packages/70/20/aeeaf1f2a93dc6f097911f7242c550c648868246016f0ac7e45fc375c90c/powerline_status_i3-1.1.3-py3.5.egg" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "4a1681895e5ebe4351ae39aa8f18a80e", "sha256": "c0320ea21cc2d850b170809938eba4796d0e6dae39d4249b6c2931c6de48f743" }, "downloads": -1, "filename": "powerline_status_i3-1.1.4-py3.5.egg", "has_sig": false, "md5_digest": "4a1681895e5ebe4351ae39aa8f18a80e", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 564997, "upload_time": "2016-12-18T11:31:24", "url": "https://files.pythonhosted.org/packages/1a/98/eb207832f96529d4c626f9ec2098b7f1ede4ec30219c967ff17176da020b/powerline_status_i3-1.1.4-py3.5.egg" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "bf2c60721c4ab07e799f90d8a0e9cb5d", "sha256": "14bd2dc2a8412bfea075d4ac10ceb742d0d8aa1458d4d81a3f23d3c7ae7a8221" }, "downloads": -1, "filename": "powerline_status_i3-1.1.5-py3.5.egg", "has_sig": false, "md5_digest": "bf2c60721c4ab07e799f90d8a0e9cb5d", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 565343, "upload_time": "2016-12-18T13:47:44", "url": "https://files.pythonhosted.org/packages/15/99/84e6535479e417fd50d39427e91b924e4ccff54579d8854d55e0d6c1796e/powerline_status_i3-1.1.5-py3.5.egg" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "e553d7b6c09b224899cfb4619c490136", "sha256": "2d53faf2b817ca1c33a39773a923536122f11c4ca7bd1a325d900f9cc37d7751" }, "downloads": -1, "filename": "powerline_status_i3-1.1.6-py3.5.egg", "has_sig": false, "md5_digest": "e553d7b6c09b224899cfb4619c490136", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 565392, "upload_time": "2016-12-22T15:16:10", "url": "https://files.pythonhosted.org/packages/9b/dd/b9d03eeacbb86a9ca35751eba6a0d779de9075d2a0d49da81e99a6b990b5/powerline_status_i3-1.1.6-py3.5.egg" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "23e6a875dddad4fad1800c64e045f32c", "sha256": "7a47b959190d90d08c0597d28fa00f6d7dd2b3cbb1c018d0eacb442b62cc80fa" }, "downloads": -1, "filename": "powerline_status_i3-1.1.7-py3.5.egg", "has_sig": false, "md5_digest": "23e6a875dddad4fad1800c64e045f32c", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 565441, "upload_time": "2016-12-22T17:30:05", "url": "https://files.pythonhosted.org/packages/11/5b/5a7c0587c38ef428b8c67d05ca4cd44b6dd9a11bd5d387c68a593e6f28b8/powerline_status_i3-1.1.7-py3.5.egg" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "f609916768821851da2d156397198187", "sha256": "759ad138ce344516cec29f7b5d9e85093784eecdf46f7b6e120b6dced8602d46" }, "downloads": -1, "filename": "powerline_status_i3-1.1.8-py3.5.egg", "has_sig": false, "md5_digest": "f609916768821851da2d156397198187", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 566499, "upload_time": "2016-12-30T13:44:18", "url": "https://files.pythonhosted.org/packages/b6/20/3832073a924304c681e14e4b4c12380cf170c63bb1319beba5275a37f3ea/powerline_status_i3-1.1.8-py3.5.egg" } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "dc9cbdec3fd1d00a91c0fc2ad2732e76", "sha256": "6d8879562787337173ad4db033140dacddd26133e4f47fb1e0c6ca3f004300d0" }, "downloads": -1, "filename": "powerline_status_i3-1.1.9-py3.5.egg", "has_sig": false, "md5_digest": "dc9cbdec3fd1d00a91c0fc2ad2732e76", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 567294, "upload_time": "2017-01-01T13:15:47", "url": "https://files.pythonhosted.org/packages/45/18/27d7495d817f26959b6847c0e0cc86ed3c18cec5610a5b2859b1abaeaa59/powerline_status_i3-1.1.9-py3.5.egg" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "16ac3d13f2ea5d2350dd2d06b776315c", "sha256": "879651175cc77321206f12aae488d815d9df8518c10f2e6125d2556644c26781" }, "downloads": -1, "filename": "powerline_status_i3-1.2-py3.5.egg", "has_sig": false, "md5_digest": "16ac3d13f2ea5d2350dd2d06b776315c", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 574650, "upload_time": "2017-01-01T23:24:50", "url": "https://files.pythonhosted.org/packages/14/d5/c97c226b93beb3e205a18b9d066edb60b3a93a126d03f82197862d606e19/powerline_status_i3-1.2-py3.5.egg" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "bebf10597defc27d3c2889e553cdefba", "sha256": "87fd397baa7c980c86fe3c719c101a266b7093c74a92a3ea61f792062d93f388" }, "downloads": -1, "filename": "powerline_status_i3-1.2.1-py3.5.egg", "has_sig": false, "md5_digest": "bebf10597defc27d3c2889e553cdefba", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 576889, "upload_time": "2017-01-03T15:34:46", "url": "https://files.pythonhosted.org/packages/fc/d3/bb959fa02c87369683c49f67537d7785a346e841f1a75339238bdb18c93a/powerline_status_i3-1.2.1-py3.5.egg" } ], "1.2.10": [ { "comment_text": "", "digests": { "md5": "50db81b151939a85e53f5126d055998f", "sha256": "f39f07b876b8a3a89d0b55afbf739303cdf4c67ed5a8c0f8c866f21bc1f7c20c" }, "downloads": -1, "filename": "powerline_status_i3-1.2.10-py3.6.egg", "has_sig": false, "md5_digest": "50db81b151939a85e53f5126d055998f", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 574762, "upload_time": "2017-01-29T00:10:35", "url": "https://files.pythonhosted.org/packages/65/0a/2e403468261f5b456ac6668f7b12f2b56047f1715641a5dfd2e51fb6bf19/powerline_status_i3-1.2.10-py3.6.egg" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "0f132e4629aa3118689a9ef29e1ccc0c", "sha256": "39e5327cf2f48b89242dca640374de47ff2f3bd506d90519ac8f4d63f74948f6" }, "downloads": -1, "filename": "powerline_status_i3-1.2.3-py3.6.egg", "has_sig": false, "md5_digest": "0f132e4629aa3118689a9ef29e1ccc0c", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 570841, "upload_time": "2017-01-15T11:40:27", "url": "https://files.pythonhosted.org/packages/fa/e5/e51250bcc4ae25c8c904920950d36520b3ca99e915ecb95094e91d7f8441/powerline_status_i3-1.2.3-py3.6.egg" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "e3e26b4d53b8f929c31073950ca078d2", "sha256": "430f5d6767aea100c6c9da397d122c8ff075abbc9a9f84fd49d2aa9a9e8396b1" }, "downloads": -1, "filename": "powerline_status_i3-1.2.4-py3.6.egg", "has_sig": false, "md5_digest": "e3e26b4d53b8f929c31073950ca078d2", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 571146, "upload_time": "2017-01-16T13:03:28", "url": "https://files.pythonhosted.org/packages/96/02/158c7aaa28cdc5bd3ac57fda2e9b653fb724a665339abde895fcf652e422/powerline_status_i3-1.2.4-py3.6.egg" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "c33ca3de77e0cd389d30b6e39f109534", "sha256": "27ed1d5665dffd960f57c40e4d9618ef42bf7c8b50f1e13048bdd23b587417e1" }, "downloads": -1, "filename": "powerline_status_i3-1.2.5-py3.6.egg", "has_sig": false, "md5_digest": "c33ca3de77e0cd389d30b6e39f109534", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 571132, "upload_time": "2017-01-16T13:08:01", "url": "https://files.pythonhosted.org/packages/b5/d0/0e792ec2501f6f4ba8103536c31cdc941925c6b9da3d981dd18a73eb27a2/powerline_status_i3-1.2.5-py3.6.egg" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "812d61687c117b65bde6c0117b6f9290", "sha256": "1e63263e6c41c094b1f6e685465aacf5f516bc48036e0eb2f75f50cfb4d48681" }, "downloads": -1, "filename": "powerline_status_i3-1.2.7-py3.6.egg", "has_sig": false, "md5_digest": "812d61687c117b65bde6c0117b6f9290", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 574406, "upload_time": "2017-01-17T11:32:33", "url": "https://files.pythonhosted.org/packages/da/6c/c1a8b7eb6f8bf09aac0ae207ca4196977b61b226d6a93e4c51a5f948616b/powerline_status_i3-1.2.7-py3.6.egg" } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "e31efceed60909058a1cb79f8c9a7365", "sha256": "308a4be21148df0a995408d4a5ccb3d5e28881ec86e175f7c402ea294a735655" }, "downloads": -1, "filename": "powerline_status_i3-1.2.8-py3.6.egg", "has_sig": false, "md5_digest": "e31efceed60909058a1cb79f8c9a7365", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 574342, "upload_time": "2017-01-17T11:42:58", "url": "https://files.pythonhosted.org/packages/ab/b8/1f554161a0682113c09ecea576c365565c108caeebfd51e2ad4ed870265e/powerline_status_i3-1.2.8-py3.6.egg" } ], "1.2.9": [ { "comment_text": "", "digests": { "md5": "9408171da6c188eaccc96db8ba38bc7a", "sha256": "a9801fec13cc33474b464aad1497ca33624b231f37a003bddf4a25026b97f4ec" }, "downloads": -1, "filename": "powerline_status_i3-1.2.9-py3.6.egg", "has_sig": false, "md5_digest": "9408171da6c188eaccc96db8ba38bc7a", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 574643, "upload_time": "2017-01-22T22:50:00", "url": "https://files.pythonhosted.org/packages/d0/7f/11354936100a336bf3b0d9ce23ec328b3939de8cd0ca46a9ed4c083c54a2/powerline_status_i3-1.2.9-py3.6.egg" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "ea3331ca75382e41928929dd16ef1afb", "sha256": "58565b78a49d589f12fa8c84f09eb057cc896650ec14cbec3ca8fe52cc072af4" }, "downloads": -1, "filename": "powerline_status_i3-1.3-py3.6.egg", "has_sig": false, "md5_digest": "ea3331ca75382e41928929dd16ef1afb", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 576773, "upload_time": "2017-02-12T15:44:38", "url": "https://files.pythonhosted.org/packages/00/91/5a3229e18919b2fb4c1b85d956987cb3e5d7b36c99b2fa68f741e9952609/powerline_status_i3-1.3-py3.6.egg" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "eb7e3ffe7faaf35f8eb4ff569289522d", "sha256": "c1337da311842606b4269ffcd54383b625adba51a6a179bd8f6f53d003b239bb" }, "downloads": -1, "filename": "powerline_status_i3-1.3.1-py3.6.egg", "has_sig": false, "md5_digest": "eb7e3ffe7faaf35f8eb4ff569289522d", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 576854, "upload_time": "2017-02-14T17:57:40", "url": "https://files.pythonhosted.org/packages/2f/2f/09d1fc5bd1a7b190f41939ad5e50a607057fead1c2798393a0d9c8c31aa0/powerline_status_i3-1.3.1-py3.6.egg" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "f5f8a4fbbb8b8ce859838ade0da2fabb", "sha256": "535c9417fb9da438faecd279ef6f28080d959dbbfba0b83b00a892e931ca1af1" }, "downloads": -1, "filename": "powerline_status_i3-1.3.2-py3.6.egg", "has_sig": false, "md5_digest": "f5f8a4fbbb8b8ce859838ade0da2fabb", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 577430, "upload_time": "2017-02-14T18:08:40", "url": "https://files.pythonhosted.org/packages/bf/c1/ec81eb34df9be53f7a6338ec57b88c0ab4a16c03cb37b29dface0df1ca24/powerline_status_i3-1.3.2-py3.6.egg" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "aeabb206a1c7fa3d50ed9ab73366c248", "sha256": "88a70696a744e23f4a1c34074e88ce8437ce61d41dbe0153767ed54c21f1ef29" }, "downloads": -1, "filename": "powerline_status_i3-1.3.3-py3.6.egg", "has_sig": false, "md5_digest": "aeabb206a1c7fa3d50ed9ab73366c248", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 578282, "upload_time": "2017-03-23T16:17:05", "url": "https://files.pythonhosted.org/packages/18/7e/6b0fdef2c73a87d7fcf322c14360a7322f82f9fd240417a9de45a8793463/powerline_status_i3-1.3.3-py3.6.egg" } ], "1.4.3": [ { "comment_text": "", "digests": { "md5": "0a4dede3000ae9d630718c3095109bd8", "sha256": "3fd6ef466ce9d0f5179ddc0ed9a6a48880e3b9f4de70c1d8dcb37b4a10d2b623" }, "downloads": -1, "filename": "powerline_status_i3-1.4.3-py3.6.egg", "has_sig": false, "md5_digest": "0a4dede3000ae9d630718c3095109bd8", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 581184, "upload_time": "2017-05-14T18:49:36", "url": "https://files.pythonhosted.org/packages/2e/e3/f45e3be844f9410e6af319d63e81be3392ed33fec161e4f0d8ccb96f3fdf/powerline_status_i3-1.4.3-py3.6.egg" } ], "1.5.4": [ { "comment_text": "", "digests": { "md5": "5101b08d9f77eb247d951630c9d9f494", "sha256": "1924815a9ed8f400cca2f7dcea929df225c9598877628665f8774f77fcb01d24" }, "downloads": -1, "filename": "powerline_status_i3-1.5.4-py3.6.egg", "has_sig": false, "md5_digest": "5101b08d9f77eb247d951630c9d9f494", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 576818, "upload_time": "2018-03-31T11:34:53", "url": "https://files.pythonhosted.org/packages/45/d3/7be981568869f2dd0827b3bde318bd4e5ba2fb8aad8dfe16c49c92733438/powerline_status_i3-1.5.4-py3.6.egg" } ], "1.5.5": [ { "comment_text": "", "digests": { "md5": "2b90252ce06d5d1497222e8977eae4de", "sha256": "5011608ff7a594568f083ea6b60e259848b9c19a2da133f115e60a5924b658ed" }, "downloads": -1, "filename": "powerline_status_i3-1.5.5-py3.6.egg", "has_sig": false, "md5_digest": "2b90252ce06d5d1497222e8977eae4de", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 576818, "upload_time": "2018-03-31T11:34:56", "url": "https://files.pythonhosted.org/packages/db/29/94f8625e42e8b5ae2c0755b1ffde2f4d57950d575be1b621af904ef265a4/powerline_status_i3-1.5.5-py3.6.egg" } ], "1.5.6": [ { "comment_text": "", "digests": { "md5": "0218849772f208ef75cacda300bf8c62", "sha256": "c236f1084cf8a65079ac843e53c4901058c07fbe98198daba05071742b3a6525" }, "downloads": -1, "filename": "powerline_status_i3-1.5.6-py3.6.egg", "has_sig": false, "md5_digest": "0218849772f208ef75cacda300bf8c62", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 577149, "upload_time": "2018-03-31T11:34:59", "url": "https://files.pythonhosted.org/packages/a4/57/5de7598c2a497b675c2bbd7ed7341b0765eefc1b91a357b88742c998e305/powerline_status_i3-1.5.6-py3.6.egg" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "7c6176c3b0277b0599bae166f5d17fb8", "sha256": "c8de8628e9f4188f2419f5fdb6d42891bddfabbbf01d83cb6623defe9589bb42" }, "downloads": -1, "filename": "powerline_status_i3-1.6-py3.6.egg", "has_sig": false, "md5_digest": "7c6176c3b0277b0599bae166f5d17fb8", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 578135, "upload_time": "2018-03-31T11:35:02", "url": "https://files.pythonhosted.org/packages/f9/86/f39d00f5100f1286c6b83baf1c32bfb4102bc256b39ea41d12c92c2a6357/powerline_status_i3-1.6-py3.6.egg" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "9db1e6d0b5af4205a60febf8984d3df4", "sha256": "81cf7d1ddaed8c35735c134639ecd96a59f6734f1aae29d7c9dedb9fd437a038" }, "downloads": -1, "filename": "powerline_status_i3-1.6.1-py3.6.egg", "has_sig": false, "md5_digest": "9db1e6d0b5af4205a60febf8984d3df4", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 578265, "upload_time": "2018-03-31T11:35:04", "url": "https://files.pythonhosted.org/packages/5e/46/8fe5404f0d23f6229af74c28642f19aac2dfe7ed3a81a489dd22cf884c16/powerline_status_i3-1.6.1-py3.6.egg" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "def559f91229e0b99a436aabdc438d92", "sha256": "ceb97f022dd2726e04143d785f37eba10d4bc0824cd8c40ee887dceb8a0d981a" }, "downloads": -1, "filename": "powerline_status_i3-1.7-py3.6.egg", "has_sig": false, "md5_digest": "def559f91229e0b99a436aabdc438d92", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 585472, "upload_time": "2018-03-31T11:35:07", "url": "https://files.pythonhosted.org/packages/20/a4/97f13320f69b37bf8beeb6d3fcb6bfebc49be673adb8bc0e3af14d67087f/powerline_status_i3-1.7-py3.6.egg" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "f940649a1a929937b87330cee7d0e57f", "sha256": "7b57c321f140e9438113b8fccb9a1c6ddb83eff569ae6df860b1b2103b87ad18" }, "downloads": -1, "filename": "powerline_status_i3-1.7.1-py3.6.egg", "has_sig": false, "md5_digest": "f940649a1a929937b87330cee7d0e57f", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 589919, "upload_time": "2018-03-31T11:35:09", "url": "https://files.pythonhosted.org/packages/b4/4a/a855ad47de0c1097760018d26e12dd3ad3fe0b29e57bc7b02472dd3ab1b7/powerline_status_i3-1.7.1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "6b714102bee6e856919ce5e62bcc9680", "sha256": "5d039cce277d7720af8c45b99852aa2817d7656e60be72b9af8600bfcfdc0df1" }, "downloads": -1, "filename": "powerline-status-i3-1.7.1.tar.gz", "has_sig": false, "md5_digest": "6b714102bee6e856919ce5e62bcc9680", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 253311, "upload_time": "2018-03-31T11:34:50", "url": "https://files.pythonhosted.org/packages/94/11/f2ef92b21fd15d740a3a6f606a19bd255a73c382253e6a2487bea58f05f6/powerline-status-i3-1.7.1.tar.gz" } ], "1.7.10": [ { "comment_text": "", "digests": { "md5": "048ef7eaeed187be417ce4cf37ae96c2", "sha256": "2929c6a8101ce42ccb917f7aac1439a0638057bdf105bac0fd37ab8e0bcd7f02" }, "downloads": -1, "filename": "powerline_status_i3-1.7.10-py3.6.egg", "has_sig": false, "md5_digest": "048ef7eaeed187be417ce4cf37ae96c2", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 596266, "upload_time": "2018-04-19T07:07:19", "url": "https://files.pythonhosted.org/packages/ce/30/c6d8ea311a4858a3ce70d4ee08c94be439366f7a31de2947819e7ddce17e/powerline_status_i3-1.7.10-py3.6.egg" } ], "1.7.11": [ { "comment_text": "", "digests": { "md5": "12af3394cd2e521f32b698700a05965a", "sha256": "c2f4c339a1d7953ec39f82718daaf1b3b4294db5987f16f82d0d1cf351503606" }, "downloads": -1, "filename": "powerline_status_i3-1.7.11-py3.6.egg", "has_sig": false, "md5_digest": "12af3394cd2e521f32b698700a05965a", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 596286, "upload_time": "2018-04-19T07:07:22", "url": "https://files.pythonhosted.org/packages/59/76/e03810d829de11acbc090991240737c276f1562e1a114fdaa865fa2a772b/powerline_status_i3-1.7.11-py3.6.egg" } ], "1.7.12": [ { "comment_text": "", "digests": { "md5": "83c104a3bc87bf7600cc441d8a59980c", "sha256": "9adc7d884abacecdf4c7993b38158b00337dbdab9a62ed26a7548744ce608db9" }, "downloads": -1, "filename": "powerline_status_i3-1.7.12-py3.6.egg", "has_sig": false, "md5_digest": "83c104a3bc87bf7600cc441d8a59980c", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 596283, "upload_time": "2018-04-19T07:07:25", "url": "https://files.pythonhosted.org/packages/33/c4/c05b82ae012ed20485b4d6bec5edcd3f9ca9e0ddaddfb9bb3dd7effad3f8/powerline_status_i3-1.7.12-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "6ff39b94af3536e5936ad6ff4a17fa1b", "sha256": "216bbf1c73b0f08b9f0c97aa30964cf6591aedfaa41e7fbd62227b5b44a621e0" }, "downloads": -1, "filename": "powerline-status-i3-1.7.12.tar.gz", "has_sig": false, "md5_digest": "6ff39b94af3536e5936ad6ff4a17fa1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 259208, "upload_time": "2018-04-19T07:09:13", "url": "https://files.pythonhosted.org/packages/f1/2a/30d4fb83e07beb699fa8b9737a05e877b1b6e2fdf7a94ad1ebd2c5010dca/powerline-status-i3-1.7.12.tar.gz" } ], "1.7.2": [ { "comment_text": "", "digests": { "md5": "bd51855557a9f9df1ee6e8df92c1b262", "sha256": "f0902f0cff706a09dae9ba60d550abc0956f147d9d8e0ef990a56d77b5294710" }, "downloads": -1, "filename": "powerline-status-i3-1.7.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "bd51855557a9f9df1ee6e8df92c1b262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 429352, "upload_time": "2018-03-31T12:20:33", "url": "https://files.pythonhosted.org/packages/0a/e4/59893954c1f5697b482963e02ca5f3b31b74a6b7e5ad41976a73c15a7ff8/powerline-status-i3-1.7.2.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "e8f2a0c435b3a1bc3819d6f575fd9a79", "sha256": "1de425e123f29cd92a9150678a3f11659bb0f51da021038a00779e562a2e94f0" }, "downloads": -1, "filename": "powerline_status_i3-1.7.2-py3.6.egg", "has_sig": false, "md5_digest": "e8f2a0c435b3a1bc3819d6f575fd9a79", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 590193, "upload_time": "2018-03-31T12:19:50", "url": "https://files.pythonhosted.org/packages/8c/81/e8d897c13e6babb00f107474d2394f32c17d94c793facc943b972f7bd481/powerline_status_i3-1.7.2-py3.6.egg" } ], "1.7.5": [ { "comment_text": "", "digests": { "md5": "55cb7e893b18e911608add17648805dc", "sha256": "2d1ac4f16ae2b812fd9770fc730dbb14ab4bcb8f4f9666c9b8f9a1ebe8ed5b60" }, "downloads": -1, "filename": "powerline-status-i3-1.7.5.tar.gz", "has_sig": false, "md5_digest": "55cb7e893b18e911608add17648805dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 256967, "upload_time": "2018-04-05T19:26:47", "url": "https://files.pythonhosted.org/packages/32/9c/694274c8d09c6c1fd9e147100f89ed97c56fc8eae9b41a998178ec11475d/powerline-status-i3-1.7.5.tar.gz" } ], "1.7.6": [ { "comment_text": "", "digests": { "md5": "c1e3c6954c9e386cf6b9c970ba8a3b07", "sha256": "861c5ebadc7afbc1386fc174f1826887f108295d17b54416f6f31390dc40ece8" }, "downloads": -1, "filename": "powerline_status_i3-1.7.6-py3.6.egg", "has_sig": false, "md5_digest": "c1e3c6954c9e386cf6b9c970ba8a3b07", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 600174, "upload_time": "2018-04-19T07:07:10", "url": "https://files.pythonhosted.org/packages/6a/2c/a7bf145e6ef9945d421212d8377e87b93276886f7c419ed024d4be3ff844/powerline_status_i3-1.7.6-py3.6.egg" } ], "1.7.7": [ { "comment_text": "", "digests": { "md5": "682a2b328fe68112ff54503a74c73b4f", "sha256": "c138694fa1ede8d33e03ef79c368413f888d430a373407b2f8a7307dc4862c5a" }, "downloads": -1, "filename": "powerline_status_i3-1.7.7-py3.6.egg", "has_sig": false, "md5_digest": "682a2b328fe68112ff54503a74c73b4f", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 602520, "upload_time": "2018-04-19T07:07:13", "url": "https://files.pythonhosted.org/packages/24/bc/126c60ef54d510c1c70c326ce8cc496646df36227d7566ff652cd5ed6bfd/powerline_status_i3-1.7.7-py3.6.egg" } ], "1.7.8": [ { "comment_text": "", "digests": { "md5": "452f148008a6c1c4832baec8af4349dd", "sha256": "8f867ad7ce1b466d01933155fcb2b3057c4802181b7d08909e9133122c8cabdb" }, "downloads": -1, "filename": "powerline_status_i3-1.7.8-py3.6.egg", "has_sig": false, "md5_digest": "452f148008a6c1c4832baec8af4349dd", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 602451, "upload_time": "2018-04-19T07:07:15", "url": "https://files.pythonhosted.org/packages/38/a8/c211a0bce3be7032cb094b630768d49b3dfeb9d6bff66bf9d4b1f380f9d2/powerline_status_i3-1.7.8-py3.6.egg" } ], "1.7.9": [ { "comment_text": "", "digests": { "md5": "c86b9cfbabded0b15a03d9936bd591ba", "sha256": "91939a7a1fae7a630f47d2177c6c3357222ad47bd4695d95e4ff8b250f9360d4" }, "downloads": -1, "filename": "powerline_status_i3-1.7.9-py3.6.egg", "has_sig": false, "md5_digest": "c86b9cfbabded0b15a03d9936bd591ba", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 595876, "upload_time": "2018-04-19T07:07:17", "url": "https://files.pythonhosted.org/packages/bb/7b/24d84e5de65a15e74aa681f9ab73389c20c63ba9a42389b1d947819239b2/powerline_status_i3-1.7.9-py3.6.egg" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "244e7be3a4cb046ddd054f2a15b6c578", "sha256": "5f9ff9986a611a5e9eede1fc6947cc7df75790c2f1e00f4f559acb0c0a2d7ae7" }, "downloads": -1, "filename": "powerline_status_i3-1.8-py3.6.egg", "has_sig": false, "md5_digest": "244e7be3a4cb046ddd054f2a15b6c578", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 602482, "upload_time": "2018-04-19T07:07:28", "url": "https://files.pythonhosted.org/packages/9c/9a/dd32ea82c33314798da134272a157e9736a980ad8d8737e33d3ad0082153/powerline_status_i3-1.8-py3.6.egg" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "f6b3d7535e77dd4399e7890c1917b987", "sha256": "74248a6f3a8142e95f5e855ec706474ca5c90a44773e1620bce4fecd51451939" }, "downloads": -1, "filename": "powerline-status-i3-1.8.1.tar.gz", "has_sig": false, "md5_digest": "f6b3d7535e77dd4399e7890c1917b987", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 268595, "upload_time": "2018-07-16T08:07:20", "url": "https://files.pythonhosted.org/packages/7b/ac/8367efcdb5a5ad419ed2c54a6d2ab9782f884cf5a99e36b5e5a6a97483c4/powerline-status-i3-1.8.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f6b3d7535e77dd4399e7890c1917b987", "sha256": "74248a6f3a8142e95f5e855ec706474ca5c90a44773e1620bce4fecd51451939" }, "downloads": -1, "filename": "powerline-status-i3-1.8.1.tar.gz", "has_sig": false, "md5_digest": "f6b3d7535e77dd4399e7890c1917b987", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 268595, "upload_time": "2018-07-16T08:07:20", "url": "https://files.pythonhosted.org/packages/7b/ac/8367efcdb5a5ad419ed2c54a6d2ab9782f884cf5a99e36b5e5a6a97483c4/powerline-status-i3-1.8.1.tar.gz" } ] }