{ "info": { "author": "Ramalingam Saravanan", "author_email": "sarava@sarava.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: System :: System Shells", "Topic :: Terminals", "Topic :: Terminals :: Terminal Emulators/X Terminals", "Topic :: Utilities" ], "description": "`Release Notes `_\r\n\r\n``GraphTerm`` is a browser-based graphical terminal interface, that\r\naims to seamlessly blend the command line and graphical user\r\ninterfaces. You can use it just like a regular terminal,\r\nbackwards-compatible with ``xterm``, and access the additional\r\ngraphical features as needed. These features can help impove your\r\nterminal workflow by integrating graphical operations with the\r\ncommand line and letting you view images and HTML output inline.\r\n\r\nGraphTerm has several funky features, but two of the most useful\r\npractical applications are:\r\n\r\n - an **inline data visualization tool** for plotting with Python or R\r\n that can work seamlessly across SSH login\r\n boundaries, with an optional notebook interface. (For remote\r\n access, it also serves as a detachable terminal, like\r\n ``tmux`` or ``screen``.)\r\n\r\n - a **virtual computer lab** for teaching and demonstrations. The\r\n GraphTerm server can be set up in the cloud and accessed by\r\n multiple users using their laptop/mobile browsers, with Google\r\n Authentication. The lab instructor can\r\n `monitor all the users' terminals `_\r\n via a \"dashboard\", and users can collaborate with each other by\r\n sharing terminals and notebooks.\r\n\r\n\r\nGraphTerm builds upon two earlier projects, \r\n`XMLTerm `_\r\nwhich implemented a terminal using the Mozilla framework and\r\n`AjaxTerm `_\r\nwhich is an AJAX/Python terminal implementation. (Other recent\r\nprojects along these lines include `TermKit `_\r\nand `Terminology `_.)\r\n\r\nA GraphTerm terminal window is just a web page served from the\r\nGraphTerm web server program. Multiple users can connect\r\nsimultaneously to the web server to share terminal sessions.\r\nMultiple hosts can also connect to the server (on a different port),\r\nallowing a single user to access all of them via the browser.\r\nThe GraphTerm server acts as a *router*, sending input from browser\r\nwindows for different users to the appropriate terminal (\"pseudo-tty\")\r\nsessions running on different hosts, and transmitting the\r\nterminal output back to the browser windows.\r\n\r\nThe interface is designed to be touch-friendly for use with\r\ntablets, relying upon command re-use to minimize the need for\r\na keyboard. It preserves history for all commands,\r\nwhether entered by typing, clicking, or tapping.\r\nIt is also themable using CSS.\r\n\r\nYou can find more information on using GraphTerm in its\r\n`project page `_\r\nand browse the source code on `github `_.\r\nImages of GraphTerm in action can be found in `screenshots `_ \r\nand in this `YouTube Video `_.\r\n\r\nYou can use the GraphTerm API to build \"mashups\" of web applications\r\nthat work seamlessly within the terminal. Sample mashups include:\r\n\r\n - ``greveal``: Inline version of ``reveal.js`` to display Markdown files as slideshows\r\n - ``gtutor``: Inline version of `pythontutor.com `_ for visual tracing of python programs\r\n - ``yweather``: Using Yahoo weather API to display weather\r\n\r\nHere is a sample screenshot showing the output of the\r\n`metro.sh `_\r\ncommand, which embeds six smaller terminals within the main terminal, running\r\nsix different commands from the GraphTerm toolchain: (i) live twitter stream output using\r\n``gtweet``, (ii) weather info using ``yweather``,\r\n(ii) slideshow from markdown file using ``greveal`` and *reveal.js*,\r\n(iv) word cloud using ``d3cloud`` and *d3.js*, (v) inline graphics using ``gmatplot.py``,\r\nand (vi) notebook mode using the standard python interpreter.\r\n\r\n\r\n.. figure:: https://github.com/mitotic/graphterm/raw/master/doc-images/gt-metro.jpg\r\n :align: center\r\n :width: 95%\r\n :figwidth: 100%\r\n\r\n\r\nINSTALLATION\r\n=====================\r\n\r\n*Requirements:* You will need a browser that supports Websockets,\r\nsuch as a recent version of Chrome, Firefox, or Safari.\r\nThe GraphTerm server is written in pure Python (version 2.6+), and\r\nshould run on any Unix-like system (e.g., Linux, OS X)\r\nthat supports the pseudo-tty terminal device.\r\n(The browser client works on Windows, iPad, and Android as well.)\r\n\r\nIf you have ``setuptools``, you can install GraphTerm using the\r\nfollowing two commands::\r\n\r\n sudo easy_install graphterm\r\n sudo gterm_setup\r\n\r\nAlternatively, you can download the tarball,\r\nuntar, and execute ``sudo python setup.py install``\r\nin the ``graphterm-`` directory.\r\nYou will also need to install the ``tornado`` web server,\r\nwhich can be downloaded from\r\nhttps://github.com/downloads/facebook/tornado/tornado-2.3.tar.gz\r\n\r\nTo start the ``GraphTerm`` server and open a terminal, use the command::\r\n\r\n gtermserver --terminal --auth_type=none\r\n\r\n**Disclaimer:** GraphTerm is currently of alpha-quality. It is known to\r\nwork on Linux, Mac OS X, and the Raspberry Pi, but you may encounter various\r\nglitches.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.mindmeldr.com/graphterm", "keywords": "command line interface, console, multiplexer, remote desktop, terminal, terminal emulator, xterm", "license": "", "maintainer": "", "maintainer_email": "", "name": "graphterm", "package_url": "https://pypi.org/project/graphterm/", "platform": "", "project_url": "https://pypi.org/project/graphterm/", "project_urls": { "Homepage": "http://code.mindmeldr.com/graphterm" }, "release_url": "https://pypi.org/project/graphterm/0.57.0/", "requires_dist": null, "requires_python": null, "summary": "A Graphical Terminal Interface", "version": "0.57.0" }, "last_serial": 1162512, "releases": { "0.30": [], "0.31.0": [ { "comment_text": "", "digests": { "md5": "6b51afecc3c660656d867465fbb07554", "sha256": "420947080ee862bf40570f6ab30a8b371dd70403bb3f779a47f02125c6e51a58" }, "downloads": -1, "filename": "graphterm-0.31.0-py2.7.egg", "has_sig": false, "md5_digest": "6b51afecc3c660656d867465fbb07554", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 621065, "upload_time": "2012-09-09T23:55:33", "url": "https://files.pythonhosted.org/packages/93/76/6df7e1fff246c8d4d17ec6be5700add3be0d3746c1fc856c97ad8e6d8f18/graphterm-0.31.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1e4e6b77e44c2bcee968d919bc130c12", "sha256": "bc06760fea91760d43387ade8d679b8546ddc1b4562648ee26b4da1472aedfd3" }, "downloads": -1, "filename": "graphterm-0.31.0.tar.gz", "has_sig": false, "md5_digest": "1e4e6b77e44c2bcee968d919bc130c12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447075, "upload_time": "2012-09-09T23:55:04", "url": "https://files.pythonhosted.org/packages/e2/9f/fef29b9238d173b8577bc77ec79c349929636a164f42903520591cfab093/graphterm-0.31.0.tar.gz" } ], "0.32.0": [ { "comment_text": "", "digests": { "md5": "40d2be330210e457c039bca4bbf2f0f3", "sha256": "1aa09d9ee4c817e7b3a8362b1427fceeda76bc48b33a03e8f05d496cc6264d0e" }, "downloads": -1, "filename": "graphterm-0.32.0-py2.7.egg", "has_sig": false, "md5_digest": "40d2be330210e457c039bca4bbf2f0f3", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 1123996, "upload_time": "2012-09-15T12:35:42", "url": "https://files.pythonhosted.org/packages/82/f5/03bee88fae34fcd35abca51d7c54f0fabaca79b57dfc8390b5273301744d/graphterm-0.32.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7b28bc960aa29e5f0d3750f3867cf952", "sha256": "58a5e466e555bb7fcd98a2bb3db9cdaa0275cfedcbc300312b224c314809f7a0" }, "downloads": -1, "filename": "graphterm-0.32.0.tar.gz", "has_sig": false, "md5_digest": "7b28bc960aa29e5f0d3750f3867cf952", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 842186, "upload_time": "2012-09-15T12:34:53", "url": "https://files.pythonhosted.org/packages/d9/5a/54728a255b7cfca0f019724a2f293e782c3e8bd8b873faea8a6ce3a138a1/graphterm-0.32.0.tar.gz" } ], "0.33.0": [ { "comment_text": "", "digests": { "md5": "7af74789e2a1ec33f3002c6182f78d49", "sha256": "b7106f6d27dad2a99ae3760395ceb0f7678c98471ac1aba237bc8a0a3bfeefba" }, "downloads": -1, "filename": "graphterm-0.33.0-py2.7.egg", "has_sig": false, "md5_digest": "7af74789e2a1ec33f3002c6182f78d49", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 1187970, "upload_time": "2012-10-01T01:16:19", "url": "https://files.pythonhosted.org/packages/a3/31/9af5ed9d27963e2b538a68422ff8725305cc3049f2efec7b8c562854af80/graphterm-0.33.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9e48ed1ad7b81f24e30129135434aa25", "sha256": "d71eb2b71421d60b757a0be84d004e199d6eb9a2be58ccd2b8f4778160c3b191" }, "downloads": -1, "filename": "graphterm-0.33.0.tar.gz", "has_sig": false, "md5_digest": "9e48ed1ad7b81f24e30129135434aa25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 890860, "upload_time": "2012-10-01T01:16:42", "url": "https://files.pythonhosted.org/packages/c1/fa/df778f9549d51bb5bbb6b4c4fc5925c02ec11b640e04081fae2329371454/graphterm-0.33.0.tar.gz" } ], "0.34.0": [ { "comment_text": "", "digests": { "md5": "7570527ce27cd7a82ac91087ccbd1636", "sha256": "6e48dc2d620847ee21e6efe177a18cdc92acd4ce5927b827e828f95d7e3577b1" }, "downloads": -1, "filename": "graphterm-0.34.0-py2.7.egg", "has_sig": false, "md5_digest": "7570527ce27cd7a82ac91087ccbd1636", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 1694033, "upload_time": "2013-01-07T05:08:26", "url": "https://files.pythonhosted.org/packages/6d/81/e4c4e757913e3ea40e32a7175781927756168498b0725029eecc5a97d164/graphterm-0.34.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "60f6874e960946edfa769c8f99ec2c71", "sha256": "3e3ae3d873000ac5d38e437a7bcb177fdda1e2ae9cff9b5cb99eaa7994fe41a5" }, "downloads": -1, "filename": "graphterm-0.34.0.tar.gz", "has_sig": false, "md5_digest": "60f6874e960946edfa769c8f99ec2c71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1123737, "upload_time": "2013-01-07T05:07:56", "url": "https://files.pythonhosted.org/packages/db/e5/26c247c4cb245c0fe9f835ebe35cbb65a2ec06d82995f1c9e2d6db4805a1/graphterm-0.34.0.tar.gz" } ], "0.35.0": [ { "comment_text": "", "digests": { "md5": "0924507ec8c8498f1f7d32c5b5b49b8a", "sha256": "1161a491031e36b5d2a1e478add4f3c5062c009ca0e2898bd604e176c297b453" }, "downloads": -1, "filename": "graphterm-0.35.0-py2.7.egg", "has_sig": false, "md5_digest": "0924507ec8c8498f1f7d32c5b5b49b8a", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2112620, "upload_time": "2013-05-21T03:03:27", "url": "https://files.pythonhosted.org/packages/b4/c7/f7fc4ba55d2e6467f11229bc4a9049e07ff15337bb3386f7b6475582642d/graphterm-0.35.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e2d562543b6f67500d4ad8e544012916", "sha256": "5870f658fc5e9c03eaf149407327a0d6301fe0493dcbf64c46718e45ef9d62f7" }, "downloads": -1, "filename": "graphterm-0.35.0.tar.gz", "has_sig": false, "md5_digest": "e2d562543b6f67500d4ad8e544012916", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1437255, "upload_time": "2013-05-21T03:02:54", "url": "https://files.pythonhosted.org/packages/e4/81/5290fdc991d574ef3fa82bc6bc4e062a1fe64d4816d96e887082c1320b56/graphterm-0.35.0.tar.gz" } ], "0.36.0": [ { "comment_text": "", "digests": { "md5": "08a2261a0307cbd50a3c3cc878193a7b", "sha256": "f1aaa65a70c3f72a7f8dca3f9f6f1e43ed06aaad6f986bcac4c601d1acb5182b" }, "downloads": -1, "filename": "graphterm-0.36.0-py2.7.egg", "has_sig": false, "md5_digest": "08a2261a0307cbd50a3c3cc878193a7b", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2154713, "upload_time": "2013-05-27T00:01:25", "url": "https://files.pythonhosted.org/packages/d7/e5/27032af137bfb79479dd784da81b0727f44c7af4621bc1dfddb34e35996e/graphterm-0.36.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5bcf1d543f9bc95518b1ec7fea4d4051", "sha256": "32d10767f2255df47a56f17e37be19bd91e3e36a600938a6dccf916609ced31a" }, "downloads": -1, "filename": "graphterm-0.36.0.tar.gz", "has_sig": false, "md5_digest": "5bcf1d543f9bc95518b1ec7fea4d4051", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1428898, "upload_time": "2013-05-27T00:00:58", "url": "https://files.pythonhosted.org/packages/4d/ce/0b2eba8053267f805bd856128ebd91ae121d15c8406e25afb0d20b25eb4a/graphterm-0.36.0.tar.gz" } ], "0.37.0": [ { "comment_text": "", "digests": { "md5": "2602d81d8916ba224cecbf23e1cf3297", "sha256": "bd94dee08d2af4be1cea4b1d160bddf8d42ee4be7cd621454fd14cc6ee162840" }, "downloads": -1, "filename": "graphterm-0.37.0-py2.7.egg", "has_sig": false, "md5_digest": "2602d81d8916ba224cecbf23e1cf3297", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2162804, "upload_time": "2013-05-30T02:10:22", "url": "https://files.pythonhosted.org/packages/08/ee/dd30808ae4498eb0b7d4e75e752c49defd35874b62b3d56d872e5887509a/graphterm-0.37.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "4a5feebc3c62b369821fb78e9eb1ecce", "sha256": "bd54b9168b6fe1d5752e0b3aef49a690e3609adc057eef48b4d99094c19acc90" }, "downloads": -1, "filename": "graphterm-0.37.0.tar.gz", "has_sig": false, "md5_digest": "4a5feebc3c62b369821fb78e9eb1ecce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1434072, "upload_time": "2013-05-30T02:09:49", "url": "https://files.pythonhosted.org/packages/2b/11/00c76ead4bfc18b4e1e318f40245e6f071035c6a6910546d003387bfd322/graphterm-0.37.0.tar.gz" } ], "0.38.0": [ { "comment_text": "", "digests": { "md5": "a1a97728ce893f11b20eeeb3ceb8d301", "sha256": "f0fdde0928be69849241e3b2325fcf6579df6a8d8bafd736420db88f564b700e" }, "downloads": -1, "filename": "graphterm-0.38.0-py2.7.egg", "has_sig": false, "md5_digest": "a1a97728ce893f11b20eeeb3ceb8d301", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2131259, "upload_time": "2013-06-03T05:10:31", "url": "https://files.pythonhosted.org/packages/f0/28/27d4a41e2872e552a4b02676e763bac95edc33ba3a9b7cc69deebd09063f/graphterm-0.38.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "69cae5e30995fc6d785b24085b00b4a8", "sha256": "560154723c3c169d1af15ab7640494865b028b82df72aa8b32a5bf77ab7eb3ad" }, "downloads": -1, "filename": "graphterm-0.38.0.tar.gz", "has_sig": false, "md5_digest": "69cae5e30995fc6d785b24085b00b4a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1458736, "upload_time": "2013-06-03T05:11:30", "url": "https://files.pythonhosted.org/packages/8a/b3/2f521b16956f4a65cdf807dae6b3a3665198d0f416704774fc6845c4a30b/graphterm-0.38.0.tar.gz" } ], "0.38.1": [], "0.39.0": [], "0.39.1": [ { "comment_text": "", "digests": { "md5": "610dd1e66802b325e47bf3edc73ad6c4", "sha256": "9e4d1fd24e070d9e909d5556fd9a01ec737d20687929e384e9426a04bcd47ca6" }, "downloads": -1, "filename": "graphterm-0.39.1-py2.7.egg", "has_sig": false, "md5_digest": "610dd1e66802b325e47bf3edc73ad6c4", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2147153, "upload_time": "2013-06-22T06:23:11", "url": "https://files.pythonhosted.org/packages/04/87/f1e38882098a28829b1e6ccc6c0530ffd085bfb13163704def9b1346991c/graphterm-0.39.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a8407b23285184b977737fcdc9f7ba0a", "sha256": "07aeb34563608fbb009a6fd42c18a7f3c9ce94d70e803762efe50adf30c866c9" }, "downloads": -1, "filename": "graphterm-0.39.1.tar.gz", "has_sig": false, "md5_digest": "a8407b23285184b977737fcdc9f7ba0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1506712, "upload_time": "2013-06-22T06:23:33", "url": "https://files.pythonhosted.org/packages/55/4c/f0ea88888f7afb9a981355668766fe18c2e1434a8a1b1d435279db98c9ad/graphterm-0.39.1.tar.gz" } ], "0.39.2": [ { "comment_text": "", "digests": { "md5": "fd64c1e04a8b53097a82efa5aefb35d2", "sha256": "40be2c30030b9d1c8d71079bb21e077948f809b7f02b793de0c31434ff512799" }, "downloads": -1, "filename": "graphterm-0.39.2-py2.7.egg", "has_sig": false, "md5_digest": "fd64c1e04a8b53097a82efa5aefb35d2", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2147530, "upload_time": "2013-06-22T02:45:44", "url": "https://files.pythonhosted.org/packages/fc/b9/7c0005c7aa8bfca16de55a7847ec545b8aab5ffd7e0518ea17e9da2e7eca/graphterm-0.39.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "4fde319db78f518ae9b939f0323ef5ea", "sha256": "c76f444d35251cc383547a4aa74439395dd7c14a1f76bac1cc57920c78feb704" }, "downloads": -1, "filename": "graphterm-0.39.2.tar.gz", "has_sig": false, "md5_digest": "4fde319db78f518ae9b939f0323ef5ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1507048, "upload_time": "2013-06-22T02:46:13", "url": "https://files.pythonhosted.org/packages/3c/54/d3e98db30d0b5d8c34d5535e56f993ed93cfb3271accaafbc2f2f067809c/graphterm-0.39.2.tar.gz" } ], "0.39.3": [ { "comment_text": "", "digests": { "md5": "5eebf40f9ef5dd4c2fcd134e55263879", "sha256": "7990456d409b0df7e9b685c247dcaf459e6ce6160c44478bb1998941b7cea564" }, "downloads": -1, "filename": "graphterm-0.39.3-py2.7.egg", "has_sig": false, "md5_digest": "5eebf40f9ef5dd4c2fcd134e55263879", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2125639, "upload_time": "2013-06-24T01:38:37", "url": "https://files.pythonhosted.org/packages/8f/2f/875432cae81be00f6968905211954cf663d8bde48f549288e9cac1659b8d/graphterm-0.39.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "adf85c88125682239926ef8b831aefa3", "sha256": "1c3170f92e289f11ebac2c0b432f432fbf3897beccaef3ceeb156a12377e506a" }, "downloads": -1, "filename": "graphterm-0.39.3.tar.gz", "has_sig": false, "md5_digest": "adf85c88125682239926ef8b831aefa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1478102, "upload_time": "2013-06-24T01:39:08", "url": "https://files.pythonhosted.org/packages/28/70/79932f6db75568d1dac4881936d4a5b659889116931f3bf990b17f377d43/graphterm-0.39.3.tar.gz" } ], "0.40.0": [ { "comment_text": "", "digests": { "md5": "e6d25917ae5687cb55d36d2000cf43fe", "sha256": "3133a645878e37b195ef44f55531f2ffc061029150092db55eff2085d79621b2" }, "downloads": -1, "filename": "graphterm-0.40.0-py2.7.egg", "has_sig": false, "md5_digest": "e6d25917ae5687cb55d36d2000cf43fe", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2157194, "upload_time": "2013-06-26T06:29:21", "url": "https://files.pythonhosted.org/packages/0c/a3/bb0b74b1d335ecb1ec78bca56adfa7d97d0d0e6c25c8ce6d007a7e24d278/graphterm-0.40.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8642249ce685f6937d8d29a4ecd9cc11", "sha256": "5245455e7566561d7c94e913478c5a967ff90b07d29bd682740621edcb2625ed" }, "downloads": -1, "filename": "graphterm-0.40.0.tar.gz", "has_sig": false, "md5_digest": "8642249ce685f6937d8d29a4ecd9cc11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1508395, "upload_time": "2013-06-26T06:29:39", "url": "https://files.pythonhosted.org/packages/0f/85/f2234cfbec622be62469001ed7c615bc1713accf77b61ff3fae5ab02adbe/graphterm-0.40.0.tar.gz" } ], "0.40.1": [ { "comment_text": "", "digests": { "md5": "8dfc40be4bce1b01a48a30f68a3e9d5a", "sha256": "32f17d134862f4dd331f1a6af4758bac82c0af56ff8c567fe227a78c87a86b7c" }, "downloads": -1, "filename": "graphterm-0.40.1-py2.7.egg", "has_sig": false, "md5_digest": "8dfc40be4bce1b01a48a30f68a3e9d5a", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2157776, "upload_time": "2013-06-27T02:02:52", "url": "https://files.pythonhosted.org/packages/48/df/45d7fea92b5fd02e5ddfaba8e69e23423d72fd5f842daf6de811ba9d8ca4/graphterm-0.40.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ee697b130e6813cd5d403595b16ff733", "sha256": "deb5282fb6320cb29b492b6d9a8756e8efc83bf16989fa9b05ae96eb5b1f62b2" }, "downloads": -1, "filename": "graphterm-0.40.1.tar.gz", "has_sig": false, "md5_digest": "ee697b130e6813cd5d403595b16ff733", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1508835, "upload_time": "2013-06-27T02:03:19", "url": "https://files.pythonhosted.org/packages/16/25/ad7da08a76cd606ca98ac74b234d51441dd5f5e20bce7d5fc648494c27b8/graphterm-0.40.1.tar.gz" } ], "0.40.2": [ { "comment_text": "", "digests": { "md5": "740952fde8a637e9c1adf01b4db289cf", "sha256": "7e211df438330df41c443dcc47a484687f5cb9c7c7ff3c2f333a09b171e0730d" }, "downloads": -1, "filename": "graphterm-0.40.2-py2.7.egg", "has_sig": false, "md5_digest": "740952fde8a637e9c1adf01b4db289cf", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2159472, "upload_time": "2014-02-04T04:31:29", "url": "https://files.pythonhosted.org/packages/cf/28/1ed960fa48cea50ed32047f0333067fd8b263dad12d6b28fcc80c4ff26cb/graphterm-0.40.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6ac3ed1dc290a23f760abed35a2c974f", "sha256": "2c5f10973f4d37f79bd5e15d72c0037af46454cfc23fe330439b0571e22c47e9" }, "downloads": -1, "filename": "graphterm-0.40.2.tar.gz", "has_sig": false, "md5_digest": "6ac3ed1dc290a23f760abed35a2c974f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1509687, "upload_time": "2014-02-04T04:31:03", "url": "https://files.pythonhosted.org/packages/1b/05/f6542d6baaa22593470f5cf06962fbd7f966453e2673a328508aae084ebc/graphterm-0.40.2.tar.gz" } ], "0.49.0": [], "0.50.0": [ { "comment_text": "", "digests": { "md5": "6ce33b06f9a5097f76aafd58c3cec7c2", "sha256": "ea21abfab382b77780a6631569e65c05ef7f89f833403d17cbbaadfd5b3c65d1" }, "downloads": -1, "filename": "graphterm-0.50.0-py2.7.egg", "has_sig": false, "md5_digest": "6ce33b06f9a5097f76aafd58c3cec7c2", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2228003, "upload_time": "2014-04-16T04:14:30", "url": "https://files.pythonhosted.org/packages/a5/48/0bd28785a493b2f5f3ce4e31d99c7585c0b1d5648e6c72eba5db5f37135e/graphterm-0.50.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c428a4036db1a0f0d0d5c78d8f489cd2", "sha256": "d80f2b85cba535a1d20b79fb6f764f28b192807b0d1c72bf0156e171d3d6772a" }, "downloads": -1, "filename": "graphterm-0.50.0.tar.gz", "has_sig": false, "md5_digest": "c428a4036db1a0f0d0d5c78d8f489cd2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1567677, "upload_time": "2014-04-16T04:14:58", "url": "https://files.pythonhosted.org/packages/c6/2a/c755edf384bab35ae28f484cbae080927bbaa35f01024d4658e64f50d7f3/graphterm-0.50.0.tar.gz" } ], "0.50.1": [ { "comment_text": "", "digests": { "md5": "dca17848620159d7ac31bd8317449450", "sha256": "9ebdfd63497fa7e8ce5c4c8c8df2d4295901d4e7feaf30664144004fb3672016" }, "downloads": -1, "filename": "graphterm-0.50.1-py2.7.egg", "has_sig": false, "md5_digest": "dca17848620159d7ac31bd8317449450", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2229720, "upload_time": "2014-04-17T18:06:33", "url": "https://files.pythonhosted.org/packages/52/58/c91fc7c4545f2422c729f356992491e7cf98e9b2da485ee0a19e1de177f9/graphterm-0.50.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "0ba43dc01224e362c63ab0600f5289d8", "sha256": "a84609808572db23f9e417d91275849067bdb729107db83d43cb4310d2f97e58" }, "downloads": -1, "filename": "graphterm-0.50.1.tar.gz", "has_sig": false, "md5_digest": "0ba43dc01224e362c63ab0600f5289d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1569203, "upload_time": "2014-04-17T18:06:14", "url": "https://files.pythonhosted.org/packages/79/52/fb8988dd5d0c73a3ee02d61acd6630b6bb72db40de73a40df48413e5a41f/graphterm-0.50.1.tar.gz" } ], "0.51.0": [ { "comment_text": "", "digests": { "md5": "c19be1fcdd43f81b922f6c9a1e19eb2b", "sha256": "8907619a637f5bc8ea429f6de81b5adf8c601ce61bc4762042472b5b668dc5cb" }, "downloads": -1, "filename": "graphterm-0.51.0-py2.7.egg", "has_sig": false, "md5_digest": "c19be1fcdd43f81b922f6c9a1e19eb2b", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2254474, "upload_time": "2014-04-22T03:35:54", "url": "https://files.pythonhosted.org/packages/50/4e/8020b90017e1c4abd28007f31123c2ab1e03be88fd91c8dd5dc1c496b6f8/graphterm-0.51.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7d3b1d82b1b22ae23aed6249ab6e319a", "sha256": "8d288c3e7718061f910b8d2ad4f49fc62d05aacb1fac04984f4730fddccbdc55" }, "downloads": -1, "filename": "graphterm-0.51.0.tar.gz", "has_sig": false, "md5_digest": "7d3b1d82b1b22ae23aed6249ab6e319a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1580395, "upload_time": "2014-04-22T03:36:15", "url": "https://files.pythonhosted.org/packages/1c/d8/00aaa6682f05c0436bbb39e1783daa858c45934780f8e91c9f3765435304/graphterm-0.51.0.tar.gz" } ], "0.51.1": [ { "comment_text": "", "digests": { "md5": "f706d7b48997e194c556a78be5192b51", "sha256": "0772cc1c849249e2757a970196f9c2cfa8c7169dbd01d75da51b332a79938072" }, "downloads": -1, "filename": "graphterm-0.51.1-py2.7.egg", "has_sig": false, "md5_digest": "f706d7b48997e194c556a78be5192b51", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2253134, "upload_time": "2014-04-22T22:41:49", "url": "https://files.pythonhosted.org/packages/92/aa/f20ac242776ae9aedff486420048ffdee580a925bb6b960ec3869e0980d4/graphterm-0.51.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "899e2f9d79c4d309a1252221bd48974d", "sha256": "fb39c828071058e30113f3cbe89ad069370982f80143ab3dde0bf6770dde9767" }, "downloads": -1, "filename": "graphterm-0.51.1.tar.gz", "has_sig": false, "md5_digest": "899e2f9d79c4d309a1252221bd48974d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1593082, "upload_time": "2014-04-22T22:42:02", "url": "https://files.pythonhosted.org/packages/6b/c2/0044b6588dc7d13ab9a82baa3a2a580e88bece13b9d554c06eb837b46cf8/graphterm-0.51.1.tar.gz" } ], "0.52.0": [ { "comment_text": "", "digests": { "md5": "5c66fa4801373c39272a39c80f1a46f7", "sha256": "04f41e01db01673a7eaeccfc9be8178d475605207cd41cb1fc2b390db9e1a5e4" }, "downloads": -1, "filename": "graphterm-0.52.0-py2.7.egg", "has_sig": false, "md5_digest": "5c66fa4801373c39272a39c80f1a46f7", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2258025, "upload_time": "2014-04-28T16:07:55", "url": "https://files.pythonhosted.org/packages/89/fa/ff6d202870ecdf5f9e706d267b17ff639c2de8ec138991854bd7232867a8/graphterm-0.52.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3e81ea62e68ef36c26ee01dbd666f584", "sha256": "99e52bf386e33efc2c283f267e22ca1be79971250e7473e809052174bccb31e3" }, "downloads": -1, "filename": "graphterm-0.52.0.tar.gz", "has_sig": false, "md5_digest": "3e81ea62e68ef36c26ee01dbd666f584", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1584972, "upload_time": "2014-04-28T16:08:07", "url": "https://files.pythonhosted.org/packages/e1/f7/927c3940022450c66eb240dd3c0bb50e535b906b6406187a8a326cacf3c6/graphterm-0.52.0.tar.gz" } ], "0.53.0": [ { "comment_text": "", "digests": { "md5": "9ec273456d4bb0722d3c6efb500f7967", "sha256": "731e673b78a8275577b1d857e48168b9a93d8dc1d5ad1127bab5baee630abd3b" }, "downloads": -1, "filename": "graphterm-0.53.0-py2.7.egg", "has_sig": false, "md5_digest": "9ec273456d4bb0722d3c6efb500f7967", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2265961, "upload_time": "2014-05-06T17:21:37", "url": "https://files.pythonhosted.org/packages/1e/0a/7480e9c273648b5af9777f65682e161d283f2ef9bc1341f2dce6856d8c8b/graphterm-0.53.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2132a5df0fdc0a039073562534f747bc", "sha256": "e69dddafa2b287203713b3bb9265f2635ed6301ea32606c57fe4d524e593b31a" }, "downloads": -1, "filename": "graphterm-0.53.0.tar.gz", "has_sig": false, "md5_digest": "2132a5df0fdc0a039073562534f747bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1590647, "upload_time": "2014-05-06T17:21:53", "url": "https://files.pythonhosted.org/packages/a2/d6/414815c95bf38da7f472c27b1c086c540582207bf9b3317138a09b78029b/graphterm-0.53.0.tar.gz" } ], "0.54.0": [], "0.54.1": [], "0.54.2": [], "0.54.3": [ { "comment_text": "", "digests": { "md5": "c2aee41593f4acdea37719c805499164", "sha256": "6b11496e40b78b65a21317a47a585d23b9dc62d0e15243b1d017037cab25974f" }, "downloads": -1, "filename": "graphterm-0.54.3-py2.7.egg", "has_sig": false, "md5_digest": "c2aee41593f4acdea37719c805499164", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2265087, "upload_time": "2014-05-10T03:23:20", "url": "https://files.pythonhosted.org/packages/37/c3/785d2381d124bc9303a0553c0a34064c595d1e2e99933da420b2eef9a964/graphterm-0.54.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "84eb3519d6da9f9b87ac041ef1c5a9be", "sha256": "c44fffb26ed547c03d69c7cb3c6596080cbacc20e8e2df51b3bd54baa1476fbe" }, "downloads": -1, "filename": "graphterm-0.54.3.tar.gz", "has_sig": false, "md5_digest": "84eb3519d6da9f9b87ac041ef1c5a9be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1593563, "upload_time": "2014-05-10T03:23:44", "url": "https://files.pythonhosted.org/packages/9a/e3/8766d90649f53242782af29dbeda805193f36844eb687e4c858f36cfb04a/graphterm-0.54.3.tar.gz" } ], "0.55.0": [ { "comment_text": "", "digests": { "md5": "df46bb54ee2ac153a6dd690ac291a83b", "sha256": "3d3dec7995d8c213055160386acf9e7276a583ae7e3a144f9caa0286a0d6db5e" }, "downloads": -1, "filename": "graphterm-0.55.0-py2.7.egg", "has_sig": false, "md5_digest": "df46bb54ee2ac153a6dd690ac291a83b", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2874488, "upload_time": "2014-06-27T20:56:01", "url": "https://files.pythonhosted.org/packages/bc/4e/34d67e80a3a5c9dc9598dafa9fed22689955eb88707138fb14aa82a5c7c7/graphterm-0.55.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d87bdb2a15a09308004d13eaa54fa983", "sha256": "4204b59603f780a1f88c54652d9bb449302e7d71497e5cde255474c647e9328a" }, "downloads": -1, "filename": "graphterm-0.55.0.tar.gz", "has_sig": false, "md5_digest": "d87bdb2a15a09308004d13eaa54fa983", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1995198, "upload_time": "2014-06-27T20:56:11", "url": "https://files.pythonhosted.org/packages/26/d9/e4ba1231d116160749794ebfaa6f4e9cbeb824d37ca25e4d24b3028d8558/graphterm-0.55.0.tar.gz" } ], "0.56.0": [ { "comment_text": "", "digests": { "md5": "a9ed38c4fc77cf663b878f95f702114e", "sha256": "b644f882d7eb6e1c00d4512ed28d98d528cd660552421636ebf7612bdd186048" }, "downloads": -1, "filename": "graphterm-0.56.0-py2.7.egg", "has_sig": false, "md5_digest": "a9ed38c4fc77cf663b878f95f702114e", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2890357, "upload_time": "2014-07-01T22:27:38", "url": "https://files.pythonhosted.org/packages/fc/a8/12c4ba0ca9b4786da4161ad001e4151f6b5e2c6afe42984403c415e96ddf/graphterm-0.56.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "aed479c3bcb7ae1ff11125af1abd3d7e", "sha256": "25498951a940f92f6cf25f88482be457b7be0b38fdc7c9d07f55f7049cf2de8f" }, "downloads": -1, "filename": "graphterm-0.56.0.tar.gz", "has_sig": false, "md5_digest": "aed479c3bcb7ae1ff11125af1abd3d7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2005818, "upload_time": "2014-07-01T22:27:19", "url": "https://files.pythonhosted.org/packages/5d/f0/73601d371a59f5f4f1cde42a49ccad23ffaca928f06f426034c425056bb3/graphterm-0.56.0.tar.gz" } ], "0.56.1": [ { "comment_text": "", "digests": { "md5": "d2656b1ae36925f8aeca436117eef15a", "sha256": "f6331c6db7b590278844700650779996727cf1c193ac1f993aef49a923ec1208" }, "downloads": -1, "filename": "graphterm-0.56.1-py2.7.egg", "has_sig": false, "md5_digest": "d2656b1ae36925f8aeca436117eef15a", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2893247, "upload_time": "2014-07-03T22:38:11", "url": "https://files.pythonhosted.org/packages/dc/1a/fc65314c87bba52dd4d566468ec2a48d035f666d021b8e2e4287f7fc36ca/graphterm-0.56.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ecde1d509955e7a352c6223372645dbe", "sha256": "48717bcd9a182250306f334f5232b845ca280ed70d25bc9f5177c1b4065910fe" }, "downloads": -1, "filename": "graphterm-0.56.1.tar.gz", "has_sig": false, "md5_digest": "ecde1d509955e7a352c6223372645dbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2007619, "upload_time": "2014-07-03T22:37:40", "url": "https://files.pythonhosted.org/packages/d8/b0/b7fb8d8d5ac2d0418fba154c64e4a3b3a7eae2189915e5c7730e182aee66/graphterm-0.56.1.tar.gz" } ], "0.56.2": [ { "comment_text": "", "digests": { "md5": "99c8bac2bb09ea4feaca8798d5d37c56", "sha256": "dea61c3a102fd66f7935d45d9fbc75830e27be1d030b1b4dd80723a30840ee10" }, "downloads": -1, "filename": "graphterm-0.56.2-py2.7.egg", "has_sig": false, "md5_digest": "99c8bac2bb09ea4feaca8798d5d37c56", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2900219, "upload_time": "2014-07-08T18:59:16", "url": "https://files.pythonhosted.org/packages/3a/d8/39a0ca4528608660a3a9b3d0afcaefddef73ff42c1d7da6d9ef96c6bf419/graphterm-0.56.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "731ab49f68e0be042d11e3e22e6aed15", "sha256": "cb53a18be54ab9403078ad3d80418436cf0a71ca6238208cadceaee65927226d" }, "downloads": -1, "filename": "graphterm-0.56.2.tar.gz", "has_sig": false, "md5_digest": "731ab49f68e0be042d11e3e22e6aed15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2014288, "upload_time": "2014-07-08T18:59:02", "url": "https://files.pythonhosted.org/packages/e2/ce/de682dde3ea5fd2110460917337c240d6479662acdda62f96b3862b9f4ea/graphterm-0.56.2.tar.gz" } ], "0.57.0": [ { "comment_text": "", "digests": { "md5": "15b427588d5e02b210d28df108864199", "sha256": "9312c795fcf4b6ed9e37f5945c967b84cc1e42460e1e8c9f6b3233e613ff8e47" }, "downloads": -1, "filename": "graphterm-0.57.0-py2.7.egg", "has_sig": false, "md5_digest": "15b427588d5e02b210d28df108864199", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2913642, "upload_time": "2014-07-19T05:13:31", "url": "https://files.pythonhosted.org/packages/4f/fe/c978832a4388e36f4114eccda88071fd12bb6b50ed4c27783a8096489216/graphterm-0.57.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b6f3aca08f72ee300ccaeb5be4d1df6a", "sha256": "da8afe460922498004528d68716c49ce3315392995cbf61f3e5f181ae0a900a9" }, "downloads": -1, "filename": "graphterm-0.57.0.tar.gz", "has_sig": false, "md5_digest": "b6f3aca08f72ee300ccaeb5be4d1df6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2027631, "upload_time": "2014-07-19T05:12:47", "url": "https://files.pythonhosted.org/packages/99/18/e8fb547adb0ed693ca332df62bf91d30216ba2d02c39c0e6d89df3fec792/graphterm-0.57.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15b427588d5e02b210d28df108864199", "sha256": "9312c795fcf4b6ed9e37f5945c967b84cc1e42460e1e8c9f6b3233e613ff8e47" }, "downloads": -1, "filename": "graphterm-0.57.0-py2.7.egg", "has_sig": false, "md5_digest": "15b427588d5e02b210d28df108864199", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 2913642, "upload_time": "2014-07-19T05:13:31", "url": "https://files.pythonhosted.org/packages/4f/fe/c978832a4388e36f4114eccda88071fd12bb6b50ed4c27783a8096489216/graphterm-0.57.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b6f3aca08f72ee300ccaeb5be4d1df6a", "sha256": "da8afe460922498004528d68716c49ce3315392995cbf61f3e5f181ae0a900a9" }, "downloads": -1, "filename": "graphterm-0.57.0.tar.gz", "has_sig": false, "md5_digest": "b6f3aca08f72ee300ccaeb5be4d1df6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2027631, "upload_time": "2014-07-19T05:12:47", "url": "https://files.pythonhosted.org/packages/99/18/e8fb547adb0ed693ca332df62bf91d30216ba2d02c39c0e6d89df3fec792/graphterm-0.57.0.tar.gz" } ] }