{ "info": { "author": "Nathan Yergler", "author_email": "nathan@yergler.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Documentation", "Topic :: Text Processing" ], "description": "============\n Hieroglyph\n============\n\n.. image:: https://api.travis-ci.org/nyergler/hieroglyph.png?branch=master\n :target: https://travis-ci.org/nyergler/hieroglyph\n\n.. image:: https://coveralls.io/repos/nyergler/hieroglyph/badge.png?branch=master\n :target: https://coveralls.io/r/nyergler/hieroglyph?branch=master\n\n\n**Hieroglyph** is an extension for `Sphinx`_ which builds HTML\npresentations from ReStructured Text documents.\n\nInstalling\n==========\n\nYou can install **Hieroglyph** using ``easy_install`` or ``pip``::\n\n $ pip install hieroglyph\n\nYou can also install the latest development version, which may\ncontain new features::\n\n $ pip install git+https://github.com/nyergler/hieroglyph#egg=hieroglyph\n\nHieroglyph supports Sphinx 1.4 and later, and Python 2.7 and 3.6.\n\nUsing Hieroglyph\n================\n\nYou can start a new **Hieroglyph** presentation using the included\nquickstart script::\n\n $ hieroglyph-quickstart\n\nThis will generate the Sphinx configuration, along with an optional\nMakefile and batch file, with Hieroglyph enabled.\n\nIf you're on something UNIX-like (Linux, Mac OS X, etc), you can then\ngenerate your slides by running ``make``::\n\n $ make slides\n\n\nYou can also add **Hieroglyph** as a Sphinx extension to your\nexisting configuration::\n\n extensions = [\n 'hieroglyph',\n ]\n\n\n`Read the documentation`_ for all the details about using,\nconfiguring, and extending Hieroglyph.\n\nConnect\n=======\n\nYou can connect with other Hieroglyph users and the developers via the\n`hieroglyph-users`_ email list (Google Groups). A `Gmane archive`_ is\nalso available.\n\n.. _`hieroglyph-users`: http://groups.google.com/d/forum/hieroglyph-users\n.. _`Gmane archive`: http://dir.gmane.org/gmane.comp.python.hieroglyph.user\n\nLicense\n=======\n\n**Hieroglyph** is made available under a BSD license; see LICENSE for\ndetails.\n\nIncluded slide CSS and JavaScript originally based on `HTML 5 Slides`_\nand `io-2012-slides`_ projects licensed under the Apache Public\nLicense.\n\n.. _`Sphinx`: http://sphinx.pocoo.org/\n.. _`HTML 5 Slides`: http://code.google.com/p/html5slides/\n.. _`io-2012-slides`: https://code.google.com/p/io-2012-slides/\n.. _`Read the documentation`: http://docs.hieroglyph.io/\n\n\nNews\n====\n\n1.0\n---\n\n*Release date: 7 September 2017*\n\n* Add `singlefile-slides` builder\n* Fix compatibility with Sphinx >= 1.5\n* Moving to semantic versioning; major version bump indicates backward\n incompatible changes (dropping Sphinx 1.2, 1.3 support)\n\n0.7.1\n-----\n\n*Release date: 28 March 2015*\n\n* Add `title-image` slide class\n* Bug fix: `slides2` theme includes extra slides (#92)\n* Bug fix: entry point invocation relies on new setuptools (#94)\n* Bug fix: RST quotes raise exceptions (#93)\n\n0.7\n---\n\n*Release date: 16 March 2015*\n\n* Themes now use a template fragment for rendering individual slides.\n (Issue #49)\n* Bug fix: files in ``html_static_dir`` will now override theme files.\n (Issue #54)\n* Added ``slide_title`` configuration setting. (Issue #56)\n* Added ``slides2`` theme, based on updated Google HTML 5 slide\n templates. (Issue #48)\n* Added more flexible incremental slides using build-item-* classes.\n* Theme creation documentation (#53)\n* Section slide CSS updated for printing. (Issue #37)\n* Handle titles with embedded markup w/ nextslide directive. (#85)\n* Improved quickstart script\n\n0.6.5\n-----\n\n*Release date: 1 March 2014*\n\n* Revert \"Javascript loading is now deferred until the end of the\n document.\" This caused issues with content in ifnotslides blocks.\n (Issue #33)\n* Fixed an issue with path mangling for generated images (ie, from\n blockdiag).\n* Added support for ``slide_footer`` (Issue #44)\n* Converted slide condition directive processing to use Docutils\n transforms. This allows section headings to appear in tables of\n contents correctly. (Issue #25)\n* Added ``nextslide`` directive for splitting sections.\n (Issue #46)\n* Section classes are now added to the generated slides (Issue #50).\n\n0.6\n---\n\n*Release date: 8 August 2013*\n\n* The ``note`` directive in a slide now shows up as notes in the\n presenter console. Thanks, Doug Hellmann!\n* Javascript loading is now deferred until the end of the document.\n* Allow projects to specify custom Javascript to be included with\n slides.\n* slides.js now fires an event when the slides are resized.\n* Support setting default classes on slides in a document.\n* Added ``appear`` and ``fade-in`` slide classes for alternate\n transitions.\n* Added ``hieroglyph-quickstart`` script.\n* Added testing framework, initial tests for directives\n* Fixed bug where content was not removed with autoslides was\n disabled\n* Slides created with the slide directive may omit have only a title,\n or only content (Issue #30)\n* Slide numbering was often incorrect when dealing with multiple slide\n levels; this has been correct (Issue #26)\n* Better page break handling when printing slides (PR #31). Thanks,\n tjadevries!\n\n0.5.5\n-----\n\n*Release date: 19 March 2013*\n\n* Rewrote, updated, and expanded documentation, including the addition\n of the Getting Started guide.\n* Added ``inline-contents`` option to the ``slide`` directive.\n* Fixed bug with image path calculation for documents in nested trees.\n This primarily impacted images generated by other extensions, such\n as `blockdiag\n `_.\n* Added support for marking a section as a slide when autoslides are\n disabled.\n* All slide-related nodes are now left intact when pruning the tree.\n* Fixed bug related to changing themes between documents that resulted\n in Sphinx reporting Template Not Found.\n* Fixed level calculation for slides created with the ``slide``\n directive.\n* Simplified processing of ``slideconf`` nodes: previously an attempt\n was made to remove them when not building slides. This was fragile,\n and led to breakage in the latex and texinfo builders. They're now\n skipped properly for all builtin Sphinx builders.\n* Updated Javascript for incremental slides to work with recent builds\n of Chrome\n\n0.5\n---\n\n*Release date: 24 December 2012*\n\n* Added support for ``slide`` directive\n* Added ``autoslides`` config parameter to allow disabling automatic\n generation of slides from document text.\n* Added inline slide builder.\n* Renamed ``slides`` and ``notslides`` directives to ``ifslides`` and\n ``ifnotslides``, respectively. The old names will continue to work\n for a while, the rename just makes them more expressive.\n* Changed key for toggling slide table view to ``t`` (was ``ESC``).\n* Fixed problems with styling nested lists\n* Fixed incompatibility with latex-pdf builder\n\n0.4\n---\n\n*Release date: 27 September 2012*\n\n* Print-specific styling for printing slides\n* Template and javascript clean-up/reorganization\n* More accurate display of scaled slides on Slide Table\n* Initial implementation of Presenter Console\n* Themes and docs include font files locally\n* Changed interlink configuration keys to be more consistent.\n* Support for file-specific theme configuration\n* Support for slide numbering\n\n0.3.2\n-----\n\n*Release date: 5 June 2012*\n\n* Correctly generate relative links between HTML & Slides\n\n0.3.1\n-----\n\n*Release date: 5 June 2012*\n\n* Added content, code missing from the 0.3 release.\n* Updated README to reflect changes in 0.3.\n* Changed docs configuration to build HTML + Slides.\n\n0.3\n---\n\n*Release date: 4 June 2012*\n\n* Provide directory and standalone based builders.\n* Added ``slides`` and ``notslides`` directives.\n* Fix up absolute image paths from things like blockdiag\n* Preliminary support for linking between HTML to Slides\n* Preliminary slide table support\n\nBackward Incompatible Changes:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n* Builders have been renamed to ``slides`` and ``dirslides``. If your\n ``Makefile`` refers to ``html5slides`` or ``dirhtml5slides``, you\n will need to update it.\n\n0.2\n---\n\n*Release date: 10 March 2012*\n\n* Initial implementation of Sphinx builder.\n* Two themes: slides and single-level\n* Basic documentation\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nyergler/hieroglyph", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "hieroglyph", "package_url": "https://pypi.org/project/hieroglyph/", "platform": "", "project_url": "https://pypi.org/project/hieroglyph/", "project_urls": { "Homepage": "https://github.com/nyergler/hieroglyph" }, "release_url": "https://pypi.org/project/hieroglyph/1.0.0/", "requires_dist": [ "Sphinx (>=1.2)", "setuptools", "six" ], "requires_python": "", "summary": "Generate HTML presentations from plain text sources with all the power of Sphinx.", "version": "1.0.0" }, "last_serial": 3157846, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fe7c28d07d962fd3b05ab6c759e74b8a", "sha256": "a56fcf34a2a3f2adfb444aedce25161067bb2bf29087fafea4e1ff6c10d0d432" }, "downloads": -1, "filename": "hieroglyph-0.1.tar.gz", "has_sig": false, "md5_digest": "fe7c28d07d962fd3b05ab6c759e74b8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6692, "upload_time": "2012-03-07T06:55:21", "url": "https://files.pythonhosted.org/packages/e8/27/47214be74da53a8f5680547e69690ad45d36b56ae4aa30ac41f8728d24b2/hieroglyph-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ac2e46bda986dc7f6ba51cb5de897400", "sha256": "4bd944e4e9654280a126c4c683a04b95c1b9655c837a379e1618adacc0c91ccb" }, "downloads": -1, "filename": "hieroglyph-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ac2e46bda986dc7f6ba51cb5de897400", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6704, "upload_time": "2012-03-07T07:25:38", "url": "https://files.pythonhosted.org/packages/51/a7/328a99d195938f978cd98e5eae5d06b3ae073a1670a040bc1257087ce0e8/hieroglyph-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "962e6b402778fd59331b6923e34521b0", "sha256": "b9243425793620014ca314dc323c3f010030c247ef96a70abd7d65437a0b7392" }, "downloads": -1, "filename": "hieroglyph-0.1.2.tar.gz", "has_sig": false, "md5_digest": "962e6b402778fd59331b6923e34521b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 308093, "upload_time": "2012-03-07T07:31:49", "url": "https://files.pythonhosted.org/packages/b0/d5/7bcb376ed5bb308e0247b3ba7762e09c5f26cd37a571fbd77d3c661bc3ed/hieroglyph-0.1.2.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "2d87c713cd2716a396f2086a42abd9e0", "sha256": "e49973eaeb704194576b0b0d1e7de2a98f9612f2c0b8b7fbb576971453799eb5" }, "downloads": -1, "filename": "hieroglyph-0.2.tar.gz", "has_sig": false, "md5_digest": "2d87c713cd2716a396f2086a42abd9e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 304605, "upload_time": "2012-03-11T07:07:51", "url": "https://files.pythonhosted.org/packages/f2/76/7272c94e4c1ee6d031bfb4244929e5966c19bc1cf9163223f34508422255/hieroglyph-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "62d28f0710bf15768973abb236c11418", "sha256": "beff364fa1b157cc751592f3a25be763709a4c27a4b0f38b597da0566ebe52c3" }, "downloads": -1, "filename": "hieroglyph-0.3.tar.gz", "has_sig": false, "md5_digest": "62d28f0710bf15768973abb236c11418", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179006, "upload_time": "2012-06-05T03:59:47", "url": "https://files.pythonhosted.org/packages/7f/d7/71e76c37271c640fbbfd8e863fdca9599d7b65da780de782ec36cbcdef1b/hieroglyph-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "3ed46e88d3b51df27d33d26dbdba7198", "sha256": "199b7430f9b5e8dd9a52d7c4c31a18f2e04a9e01155dcc8f39e3f224cfff8214" }, "downloads": -1, "filename": "hieroglyph-0.3.1.tar.gz", "has_sig": false, "md5_digest": "3ed46e88d3b51df27d33d26dbdba7198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179820, "upload_time": "2012-06-05T21:19:14", "url": "https://files.pythonhosted.org/packages/e9/ff/236f7f5172aad36c0f7e98063716db556c93ec512004baf1c5d7bc40d396/hieroglyph-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "95ff744e1b13e40e9972f3759d25e2cf", "sha256": "7cacd5fd90305bf08ca44aeefb6c400575591f6aa12dd882a11f19dffed4fbcb" }, "downloads": -1, "filename": "hieroglyph-0.3.2.tar.gz", "has_sig": false, "md5_digest": "95ff744e1b13e40e9972f3759d25e2cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179895, "upload_time": "2012-06-05T22:21:51", "url": "https://files.pythonhosted.org/packages/e1/dc/fd0342a6a052543b626afe4a0f25742bb9ccaa268574fad3265419642086/hieroglyph-0.3.2.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "f6ec4821731387a4929efff12f7039a0", "sha256": "a3516bdb1e093813d16f86fa50237734eb1ac9666e913797cf3447cb17747535" }, "downloads": -1, "filename": "hieroglyph-0.4.tar.gz", "has_sig": false, "md5_digest": "f6ec4821731387a4929efff12f7039a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 770534, "upload_time": "2012-09-28T04:43:24", "url": "https://files.pythonhosted.org/packages/48/25/3794be69fea54d33eb8217d6c117c1bf56a2397743a08f9e8668af1a901e/hieroglyph-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "d31fed1c8d45de34506453be48ab7a5f", "sha256": "12a3d0a487b79b6ea7e190ba7630275f422287faaa5c1362fcc889057ed5a82a" }, "downloads": -1, "filename": "hieroglyph-0.5.tar.gz", "has_sig": false, "md5_digest": "d31fed1c8d45de34506453be48ab7a5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 773602, "upload_time": "2012-12-25T02:09:10", "url": "https://files.pythonhosted.org/packages/bf/34/ec90968a34faaad5780926782b3b00d946fe923d82e5d9995a3e01de3300/hieroglyph-0.5.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "093db0475a1dfe6c82615e22c5e997aa", "sha256": "ed0c3b0df978316b443330b0f5def1d2185947005f5b9fc862bae2c076a2b6cf" }, "downloads": -1, "filename": "hieroglyph-0.5.5.tar.gz", "has_sig": false, "md5_digest": "093db0475a1dfe6c82615e22c5e997aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 779647, "upload_time": "2013-03-19T20:30:50", "url": "https://files.pythonhosted.org/packages/ad/a5/f2fea7018392c49524ea3306295777bb38ac8acaa7fc1e1286e0bed89503/hieroglyph-0.5.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "54468622b731653aa426c4b79393317d", "sha256": "8d0715e7d2ed91e1898669d6b38462243fcac40606895158ebe03cf9b36f517e" }, "downloads": -1, "filename": "hieroglyph-0.6.tar.gz", "has_sig": false, "md5_digest": "54468622b731653aa426c4b79393317d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 785513, "upload_time": "2014-01-14T05:44:02", "url": "https://files.pythonhosted.org/packages/ff/b2/c430bee0d719f5ad15781eaac46a7271b5bf21bdefa9e666ad3b1f785140/hieroglyph-0.6.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "2c7e145bdf01789a58aa4532894169ca", "sha256": "5dac343686b70b0d875397ec2a0a811a46739e12572d6f0c986280b2cf41c7a5" }, "downloads": -1, "filename": "hieroglyph-0.6.5.tar.gz", "has_sig": false, "md5_digest": "2c7e145bdf01789a58aa4532894169ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 785429, "upload_time": "2014-03-02T00:03:22", "url": "https://files.pythonhosted.org/packages/c5/31/ebe55d217be59d33efc1648bc46a41bc095ad07f6128cf2384bcff185096/hieroglyph-0.6.5.tar.gz" } ], "0.6.5.dev": [ { "comment_text": "", "digests": { "md5": "38302c6429a745d9eacf30847b0cdb9c", "sha256": "22892a20be85d9e2d17159d1a3254d523da9bf575bfdc5d80089229e7d1d3d85" }, "downloads": -1, "filename": "hieroglyph-0.6.5.dev.tar.gz", "has_sig": false, "md5_digest": "38302c6429a745d9eacf30847b0cdb9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 785559, "upload_time": "2013-08-17T19:47:24", "url": "https://files.pythonhosted.org/packages/66/22/97a8bbbdf2820a60a90d4de30eac106e363adb49ef5b39e87f6450ef4337/hieroglyph-0.6.5.dev.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "b6f571273ad2e3442b23b0766ceab0c0", "sha256": "d7e3b599ceb61dd463042f513e7b1e7a169b9475e7bc1bb059508a236c4d8d14" }, "downloads": -1, "filename": "hieroglyph-0.7-py2.7.egg", "has_sig": false, "md5_digest": "b6f571273ad2e3442b23b0766ceab0c0", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1499405, "upload_time": "2015-03-16T21:57:48", "url": "https://files.pythonhosted.org/packages/02/65/c86cad9cbb20ef026ab6f14f55a5656e3c67b5af0ee0342c521540265590/hieroglyph-0.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "01c08b335d4468f54a185654343a657e", "sha256": "38f14e28bc3f15f6177dfa084e919ec4c9d6e6a3022356583dd7fd5addfe0879" }, "downloads": -1, "filename": "hieroglyph-0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "01c08b335d4468f54a185654343a657e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1475855, "upload_time": "2015-03-16T21:57:54", "url": "https://files.pythonhosted.org/packages/46/88/79ef0980c204f52e22b32a971df8974b90dfa26b47fe15bc3e0d270aa8b0/hieroglyph-0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d229971df3add0950f9f6cdb66ff5496", "sha256": "2eb31fa2c854ee5ea6b7a856f80c3e8c1c4085da284682b3e4a0c22e70278333" }, "downloads": -1, "filename": "hieroglyph-0.7.tar.gz", "has_sig": false, "md5_digest": "d229971df3add0950f9f6cdb66ff5496", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 859898, "upload_time": "2015-03-16T21:57:43", "url": "https://files.pythonhosted.org/packages/0d/e0/0d5d725fa28e3bdddec95cb7526aa6e92b856921295e1bb5cba0018f5a54/hieroglyph-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "bbb302aa5bbfea16941db34065bd2a42", "sha256": "8550569a8a0920525bc8405cd3da0889c6856cc9727552c02af367c3a52178c2" }, "downloads": -1, "filename": "hieroglyph-0.7.1-py2.7.egg", "has_sig": false, "md5_digest": "bbb302aa5bbfea16941db34065bd2a42", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1671964, "upload_time": "2015-03-28T17:07:46", "url": "https://files.pythonhosted.org/packages/0c/f4/9009509cd62a559eafe65431bdf6903781a879035c417270d474078ddf88/hieroglyph-0.7.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3412314e5547be75bf28ec103e51c10f", "sha256": "74971eb3ded1e313b7d8af72dcfec232d4bfeb40e0e9672aebb3810bfb6e46ea" }, "downloads": -1, "filename": "hieroglyph-0.7.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3412314e5547be75bf28ec103e51c10f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1649329, "upload_time": "2015-03-28T17:07:51", "url": "https://files.pythonhosted.org/packages/b0/ac/23a0fe81ff76a33a9988da345151cf9493e40b481cdcd80eafafdd5ef4c2/hieroglyph-0.7.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a994d8e5b1cfe730ecc2e01e5475ca7c", "sha256": "8bd128f553781e7b4fb9662558a62850d83fe628c12134d00f927ed3cf745c67" }, "downloads": -1, "filename": "hieroglyph-0.7.1.tar.gz", "has_sig": false, "md5_digest": "a994d8e5b1cfe730ecc2e01e5475ca7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1013726, "upload_time": "2015-03-28T17:07:42", "url": "https://files.pythonhosted.org/packages/dc/ea/2d1a66cf95b3904f3cf88aae5ab556d01fbf41cd09a66ff2e30d6d7a199b/hieroglyph-0.7.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "376a36eb6f0db211de0747641d140295", "sha256": "912cb59829de22f270828c771266b9968613534d6e0a16d8b46be307d272c3ca" }, "downloads": -1, "filename": "hieroglyph-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "376a36eb6f0db211de0747641d140295", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1481484, "upload_time": "2017-09-07T23:58:44", "url": "https://files.pythonhosted.org/packages/e8/dc/d782dd5645a02e81f85e7dd43a18fca9d61680792b317b729226e9b5edc5/hieroglyph-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f550dbd484cbd59c668f36280516f56", "sha256": "8e137f0b1cd60c47b870011089790d3c8ddb74fcf409a75ddf2c7f2516ff337c" }, "downloads": -1, "filename": "hieroglyph-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7f550dbd484cbd59c668f36280516f56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1483920, "upload_time": "2017-09-07T23:58:48", "url": "https://files.pythonhosted.org/packages/e5/40/bfc3c71dce61dcbc8b455ad7a17fd6229b77b3d14629bb942ed68df1cb51/hieroglyph-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "376a36eb6f0db211de0747641d140295", "sha256": "912cb59829de22f270828c771266b9968613534d6e0a16d8b46be307d272c3ca" }, "downloads": -1, "filename": "hieroglyph-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "376a36eb6f0db211de0747641d140295", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1481484, "upload_time": "2017-09-07T23:58:44", "url": "https://files.pythonhosted.org/packages/e8/dc/d782dd5645a02e81f85e7dd43a18fca9d61680792b317b729226e9b5edc5/hieroglyph-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f550dbd484cbd59c668f36280516f56", "sha256": "8e137f0b1cd60c47b870011089790d3c8ddb74fcf409a75ddf2c7f2516ff337c" }, "downloads": -1, "filename": "hieroglyph-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7f550dbd484cbd59c668f36280516f56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1483920, "upload_time": "2017-09-07T23:58:48", "url": "https://files.pythonhosted.org/packages/e5/40/bfc3c71dce61dcbc8b455ad7a17fd6229b77b3d14629bb942ed68df1cb51/hieroglyph-1.0.0.tar.gz" } ] }