{ "info": { "author": "Antoine Millet", "author_email": "antoine@inaps.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable" ], "description": "Divide ?\r\n========\r\n\r\nDivide is a special browser that can display many pages at the same \r\ntime, splitting screen horizontally or vertically. It was created for \r\nneeds of Smartjog's IT NOC.\r\n\r\nFeatures:\r\n=========\r\n\r\n - Use webkit to display pages\r\n - Can split horizontally or vertically\r\n - Automatic reload of pages (delay settable by page)\r\n - Horizontal or vertical auto-scrolling (with time and move \r\n configuration)\r\n - Height and width of each screen-part can be configured\r\n - Fullscreen mode\r\n - Can display a title on screen\r\n - JSON configuration\r\n - Released under WTFPL license\r\n\r\nHow to use:\r\n===========\r\n\r\nInstall it with ``easy_install`` or uncompress tarball and execute:\r\n\r\n::\r\n\r\n\tpython2.6 setup.py install\r\n\r\nYou will need *python2.6*, *pygtk*, and *python-webkit* to use it, install\r\nthem with your package manager.\r\n\r\nCreate a configuration file in json format, you can inspire of this \r\nexample:\r\n\r\n::\r\n\r\n\t{\r\n\t\t\"title\": \"Title\",\r\n\t\t\"view\": {\r\n\t\t\t\"split\": \"horizontally\",\r\n\t\t\t\"sub\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"page\", \r\n\t\t\t\t\t\t\"url\": \"http://google.fr\", \r\n\t\t\t\t\t\t\"auto_refresh\": 5, \r\n\t\t\t\t\t\t\"auto_scroll\": {\r\n\t\t\t\t\t\t\t\"y\": {\r\n\t\t\t\t\t\t\t\t\"increment\": 10,\r\n\t\t\t\t\t\t\t\t\"milli\": 250,\r\n\t\t\t\t\t\t\t\t\"pause\": 5,\r\n\t\t\t\t\t\t\t\t\"return\": true\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"view\", \r\n\t\t\t\t\t\t\"heigh\": 200,\r\n\t\t\t\t\t\t\"sub\": {\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"type\": \"page\", \r\n\t\t\t\t\t\t\t\t\"url\": \"http://google.fr\", \r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"type\": \"page\", \r\n\t\t\t\t\t\t\t\t\"url\": \"http://google.fr\", \r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t},\r\n\t\t\t]\r\n\t\t}\r\n\t}\r\n\r\nRun it with:\r\n\r\n::\r\n\r\n\tdivide config.json\r\n\r\nChangelog\r\n=========\r\n\r\n2:\r\n - Added return option on auto_scroll section, used to scroll in backwards when\r\n end of page is reached. Correct value is boolean (true or false).\r\n - Added pause option on auto_scroll section, used to make a pause when end (or\r\n start) of page is reached. Correct value is integer, corresponding to the\r\n number of \"milli\" value to wait (eg: milli is set to 2, pause is set to 1000,\r\n auto_scroll will wait 2*1000 millisecond).\r\n - Changed application title (from old name).\r\n - To note: Divide has been used for more than a one month at Smartjog without \r\n any problem, consequently, it developpement status is now \"Stable\".\r\n\r\n1:\r\n - Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "monitoring screen display gtk browser", "license": "WTFPL", "maintainer": "", "maintainer_email": "", "name": "divide", "package_url": "https://pypi.org/project/divide/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/divide/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/divide/6/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "6" }, "last_serial": 789002, "releases": { "1": [ { "comment_text": "", "digests": { "md5": "0099666f955b2e5de789c38183e3b080", "sha256": "72ad8702ca3f2f10bfec94a3c0c5fc3d72709d9bddff45d53cded0db0f8231d3" }, "downloads": -1, "filename": "divide-1-py2.6.egg", "has_sig": false, "md5_digest": "0099666f955b2e5de789c38183e3b080", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 3756, "upload_time": "2010-04-30T15:22:01", "url": "https://files.pythonhosted.org/packages/1b/64/488a95ef8fa755287e6357cb893fdd0151f70521d0e8c2947dbfbda2073d/divide-1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "0cd58b936631c5af48fe490dad6d6319", "sha256": "b3a315e16628e129e042bd292e71e11366642838ce3e3d7c97aad0fc7c2c39a6" }, "downloads": -1, "filename": "divide-1.tar.gz", "has_sig": false, "md5_digest": "0cd58b936631c5af48fe490dad6d6319", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3705, "upload_time": "2010-04-30T15:22:01", "url": "https://files.pythonhosted.org/packages/59/36/bca4585fc47f87fe08b92c67e00224a36a19baefaf0e029bcf8db97f72c3/divide-1.tar.gz" } ], "2": [ { "comment_text": "", "digests": { "md5": "643304e2b9904b475aa95ef9557c5b49", "sha256": "d76a48eb1154f8ffa7e5e8c0bf95a7085b3622e10c565179b528effc251dc93d" }, "downloads": -1, "filename": "divide-2-py2.6.egg", "has_sig": false, "md5_digest": "643304e2b9904b475aa95ef9557c5b49", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4274, "upload_time": "2010-06-17T23:48:43", "url": "https://files.pythonhosted.org/packages/88/e0/7033de78908554362e2c1fae44030844cb848fe17944c9cf9647870fee10/divide-2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "442753c548009fd3596af2b66c58fe6f", "sha256": "b210bc5a723d0099980b95917ebbb7b8b6a6f5a60cf945e74e0cf237595cfec2" }, "downloads": -1, "filename": "divide-2.tar.gz", "has_sig": false, "md5_digest": "442753c548009fd3596af2b66c58fe6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4274, "upload_time": "2010-06-17T23:48:43", "url": "https://files.pythonhosted.org/packages/48/ee/1e4984801dae061425d74ccaf96f0cd707bdbfdf18b775d488b8d2ea2202/divide-2.tar.gz" } ], "3": [ { "comment_text": "", "digests": { "md5": "5c79d376c2f254e515246aba01600b1e", "sha256": "9ea07e1314eded11ac0658b63248d3d1c0bd8239f4f594cc58126440ea7ec89e" }, "downloads": -1, "filename": "divide-3-py2.6.egg", "has_sig": false, "md5_digest": "5c79d376c2f254e515246aba01600b1e", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4381, "upload_time": "2011-03-15T11:40:09", "url": "https://files.pythonhosted.org/packages/e4/07/78a8cfb3f0b1669087ca825e175a3265b0a39b49ff8f2bd18e6653d0cf80/divide-3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "9ed5e6ff38c2625f8068259ce8835036", "sha256": "55477001ab58dfc01c8c407bd7cefa22dba7a83bd1fddd8330f5a4741207765d" }, "downloads": -1, "filename": "divide-3.tar.gz", "has_sig": false, "md5_digest": "9ed5e6ff38c2625f8068259ce8835036", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4441, "upload_time": "2011-03-15T11:40:09", "url": "https://files.pythonhosted.org/packages/6c/02/de5468a697f1195d65c501c10feb8b4ca7ba236808a123d10f244714139e/divide-3.tar.gz" } ], "4": [ { "comment_text": "", "digests": { "md5": "1ce88f8cd27b9e8e83710b8cec257f72", "sha256": "b0d1aea9e0f0be7a322bcd052a94038ffc7cc8e8dc9a270ea4fb3afdac8f64e4" }, "downloads": -1, "filename": "divide-4-py2.6.egg", "has_sig": false, "md5_digest": "1ce88f8cd27b9e8e83710b8cec257f72", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4384, "upload_time": "2011-03-15T15:16:44", "url": "https://files.pythonhosted.org/packages/da/79/76622f75f8731ea0e4ee49ead1a1170a2cdf9b28bc9d4f337bd1b3258d20/divide-4-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "b9d970b52912588929a652b4751d4741", "sha256": "1d7f1d9676c9fea0e4f429452dfc57d1f8f84ef17ea384ef0f8047e73f057c4d" }, "downloads": -1, "filename": "divide-4.tar.gz", "has_sig": false, "md5_digest": "b9d970b52912588929a652b4751d4741", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4453, "upload_time": "2011-03-15T15:16:43", "url": "https://files.pythonhosted.org/packages/02/d1/803f0b01d826ae4730e8a87294960475bae2ce54ccda697f9cdabee54bfc/divide-4.tar.gz" } ], "5": [ { "comment_text": "", "digests": { "md5": "576312feb5705fa404e26aa040997bf0", "sha256": "04afd522e901de41f320e7f7e16bb66e1b0c8785243673958c307a1e2fb39390" }, "downloads": -1, "filename": "divide-5-py2.6.egg", "has_sig": false, "md5_digest": "576312feb5705fa404e26aa040997bf0", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4384, "upload_time": "2011-03-15T16:08:23", "url": "https://files.pythonhosted.org/packages/e4/9a/e8261df9eed64f14dd5c9271bca0f773180e8d912905541522e15ceff9ab/divide-5-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "8aa132267227f373ca41c0eb4b83a881", "sha256": "aa11fa79e6989393694d0332b106200ea55e49828cb6f14f5e0343ca483ab7dd" }, "downloads": -1, "filename": "divide-5.tar.gz", "has_sig": false, "md5_digest": "8aa132267227f373ca41c0eb4b83a881", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4451, "upload_time": "2011-03-15T16:08:22", "url": "https://files.pythonhosted.org/packages/06/dd/c12c385a832dbf8fe3604c11a9d40b6115976d8ca570f2179d52f0d5b7b1/divide-5.tar.gz" } ], "6": [ { "comment_text": "", "digests": { "md5": "e8475043cf185cb1a76a7418c9b893b1", "sha256": "08eb2908867bc02460ac056371d245cb7ebd2a88087cf1b5d153953ad43d68e0" }, "downloads": -1, "filename": "divide-6-py2.6.egg", "has_sig": false, "md5_digest": "e8475043cf185cb1a76a7418c9b893b1", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4412, "upload_time": "2011-03-15T16:28:42", "url": "https://files.pythonhosted.org/packages/67/99/57744bda6478d99156eb73af09d95387057d2dd31fd9a228010f590c5c3f/divide-6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "df13114b165b3f9bfa3de1a319344569", "sha256": "e666196326d99199cd903d9f1bcd82f6b7c5dd3aa657a063a034d28323d79e84" }, "downloads": -1, "filename": "divide-6.tar.gz", "has_sig": false, "md5_digest": "df13114b165b3f9bfa3de1a319344569", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4478, "upload_time": "2011-03-15T16:28:42", "url": "https://files.pythonhosted.org/packages/72/de/1375f9e38d97ec0d18969a2a97d58f6ad75db4987a859c97b02da292425a/divide-6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e8475043cf185cb1a76a7418c9b893b1", "sha256": "08eb2908867bc02460ac056371d245cb7ebd2a88087cf1b5d153953ad43d68e0" }, "downloads": -1, "filename": "divide-6-py2.6.egg", "has_sig": false, "md5_digest": "e8475043cf185cb1a76a7418c9b893b1", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4412, "upload_time": "2011-03-15T16:28:42", "url": "https://files.pythonhosted.org/packages/67/99/57744bda6478d99156eb73af09d95387057d2dd31fd9a228010f590c5c3f/divide-6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "df13114b165b3f9bfa3de1a319344569", "sha256": "e666196326d99199cd903d9f1bcd82f6b7c5dd3aa657a063a034d28323d79e84" }, "downloads": -1, "filename": "divide-6.tar.gz", "has_sig": false, "md5_digest": "df13114b165b3f9bfa3de1a319344569", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4478, "upload_time": "2011-03-15T16:28:42", "url": "https://files.pythonhosted.org/packages/72/de/1375f9e38d97ec0d18969a2a97d58f6ad75db4987a859c97b02da292425a/divide-6.tar.gz" } ] }