{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "Hyperbmp is a web tool for \"hyperbitmap\" files: grids of colors with hyperlinks.\n\nThe hyperbitmap (.hbmp) format is a simple csv-based format::\n\n blue,blue,white,white,red,red\n blue,blue,white,white,red,red\n blue,blue,white>http://google.fr,white>http://google.fr,red,red\n blue,blue,white>http://google.fr,white>http://google.fr,red,red\n blue,blue,white,white,red,red\n blue,blue,white,white,red,red\n\nEach grid entry in the CSV contains a valid HTML color and, optionally, a hyperlink.\nIf there is a hyperlink, the \">\" character is used as a separator.\n\nThe CSV can then be rendered as an HTML table, with each cell colored\naccordingly, and hyperlinks rendered where they should appear.\n\nThe hyperbmp software will render .hbmp files into HTML for browser display.\n\nThe software also provides a simple editing environment for .hbmp files using\nJavascript. It is built as a plugin to `Svenweb `_\nthough a standalone version wouldn't be hard to build either.\n\nWhen rendering a hyperbitmap in the browser, you can configure the height and width\nof the grid elements using query string parameters `pw` and `ph`. For example,\n\n /foo.hbmp?pw=10&ph=50\n\nwill render foo.hbmp as a table where each TD has height=10 and width=10.\n\nRun the software using a paste.deploy configuration for svenweb, but replace\n\n paste.app_factory = svenweb.factory:factory\n\nwith\n\n use = egg:hyperbmp\n\nto enable the hyperbmp extensions for svenweb. To tell the system to treat files\nas hyperbitmaps, you can save files with the mimetype \"text/csv+hbmp\". A mimetype\nmapper is set up for the .hbmp extension, so if you visit an addform for a new file\nthat ends in .hbmp, the hyperbmp editing environment will be loaded. You can disable\nit and drop into the plaintext editor by appending the querystring parameter ?raw.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "hyperbmp", "package_url": "https://pypi.org/project/hyperbmp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hyperbmp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/hyperbmp/0.2/", "requires_dist": null, "requires_python": null, "summary": "display and edit hyperbitmaps", "version": "0.2" }, "last_serial": 793152, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "58d67ece80e3b0879b086e0a0a4120e9", "sha256": "81e53e84e1f3e18ce140f2ff35ee846cea81887fda0f5ee8c11ac51a69a3a0aa" }, "downloads": -1, "filename": "hyperbmp-0.2.tar.gz", "has_sig": false, "md5_digest": "58d67ece80e3b0879b086e0a0a4120e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4730, "upload_time": "2010-02-16T18:21:37", "url": "https://files.pythonhosted.org/packages/23/0d/5f42481bfe9db7c9cffcd29c106a2780fabef52337a4437c8e51c58d067c/hyperbmp-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58d67ece80e3b0879b086e0a0a4120e9", "sha256": "81e53e84e1f3e18ce140f2ff35ee846cea81887fda0f5ee8c11ac51a69a3a0aa" }, "downloads": -1, "filename": "hyperbmp-0.2.tar.gz", "has_sig": false, "md5_digest": "58d67ece80e3b0879b086e0a0a4120e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4730, "upload_time": "2010-02-16T18:21:37", "url": "https://files.pythonhosted.org/packages/23/0d/5f42481bfe9db7c9cffcd29c106a2780fabef52337a4437c8e51c58d067c/hyperbmp-0.2.tar.gz" } ] }