{ "info": { "author": "John Nieri", "author_email": "niericentral@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Artistic Software" ], "description": "\ufeff=================================================\r\nPolyMaze - Create mazes from a variety of sources\r\n=================================================\r\n\r\nThis utility converts several different kinds of inputs into mazes.\r\n\r\nAllowed Inputs:\r\n\r\n- Aspect ratio (height / width) of a rectangular maze\r\n- Text - convert the content of the string into a maze / mazes\r\n- Image - convert the dark parts of an image into a maze / mazes\r\n\r\nOptions:\r\n\r\n- Height / Width - adjust the difficulty (measured in polygon side lengths)\r\n- Complexity - adjust the difficulty (measured in polygon density)\r\n- Font - use your own font when making a String maze (especially for unicode strings)\r\n- Shape - explicitly choose the type of tesselation used in the maze\r\n\r\n.. image:: https://github.com/kobejohn/polymaze/raw/master/docs/Globe_Polycat_small.png\r\n\r\n.. image:: https://github.com/kobejohn/polymaze/raw/master/docs/String_small.png\r\n\r\nInstallation:\r\n=============\r\n\r\n``polymaze`` should work with Py2 or Py3.\r\n\r\n.. code:: sh\r\n\r\n pip install polymaze\r\n\r\nIf you get the error ``decoder zip not available`` when using it, then probably\r\n``PILLOW`` did not install completely. Try to upgrade or reinstall\r\n``PILLOW`` and make sure it says png support was installed.\r\n\r\nCommandline Usage:\r\n==================\r\n\r\nTo make a generic rectangular maze, at the command line:\r\n\r\n.. code:: sh\r\n\r\n polymaze\r\n\r\n.. image:: https://github.com/kobejohn/polymaze/raw/master/docs/rectangle_small.png\r\n\r\nTo see all options:\r\n\r\n.. code:: sh\r\n\r\n polymaze -h\r\n\r\nFor example, to make a string into a maze with some extra options (note the \\n\r\ngets converted to a real newline internally):\r\n\r\n.. code:: sh\r\n\r\n polymaze --text \"Happy\\nBirthday!\" --complexity 10 --shape Polycat\r\n polymaze -t \u8ff7\u8def -c 10 -s OctaDiamond --font meiryob.ttc\r\n\r\n.. image:: https://github.com/kobejohn/polymaze/raw/master/docs/birthday_small.png\r\n\r\n.. image:: https://github.com/kobejohn/polymaze/raw/master/docs/unicode_small.png\r\n\r\nEverything above assumes the command line entry point (named polymaze) works\r\nafter installation. If not, then you will need to navigate to the root package\r\ndirectory and use:\r\n\r\n.. code:: sh\r\n\r\n python cli_runner.py [--options...]\r\n\r\nLibrary Usage:\r\n==============\r\n\r\nPlease see demo.py for examples of how to use the components. You can also run\r\nit simply with:\r\n\r\n.. code:: sh\r\n\r\n python demo.py\r\n\r\nThe primary components are ``PolyGrid`` (the geometric core of the whole package),\r\nand ``PolyMaze`` which converts a ``PolyGrid`` into a maze.\r\n\r\nExtension:\r\n==========\r\n\r\nIf anyone is interested, I can document how to specify new tessellations.\r\n\r\nBackground and Feedback:\r\n========================\r\n\r\nI developed this to regain some basic trigonometry skills which I have\r\nlost over the years.\r\n\r\nIf you find this useful or have any feedback, please let me know! Specifically\r\nI have only tested this on Windows so please make an issue if it doesn't work\r\nin Linux, etc.\r\n\r\nLicense:\r\n========\r\n\r\nMIT. See LICENSE\r\n\r\nBundled Noto CJK Font:\r\n======================\r\n\r\nSIL Open Font License, Version 1.1. See polymaze/font/LICENSE_CJK.txt", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kobejohn/polymaze", "keywords": "mazes tesselation", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "polymaze", "package_url": "https://pypi.org/project/polymaze/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/polymaze/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kobejohn/polymaze" }, "release_url": "https://pypi.org/project/polymaze/0.7.0/", "requires_dist": null, "requires_python": null, "summary": "Create polygon-tesselation mazes from a variety of sources.", "version": "0.7.0" }, "last_serial": 1878401, "releases": { "0.5.1": [ { "comment_text": "", "digests": { "md5": "3aeddc5f0f3ecb50db2b48c836950559", "sha256": "65ca10ad422449065cfab45488170de3942d85ef2ab413d2a84adae6d6cf8750" }, "downloads": -1, "filename": "polymaze-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3aeddc5f0f3ecb50db2b48c836950559", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 141763, "upload_time": "2014-06-05T06:26:01", "url": "https://files.pythonhosted.org/packages/e1/f9/064fa7c171fb98d4447e689a3b5004944641c05e47696ce93f0c1dd48eca/polymaze-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98d9c64297a1eedae82a51f08354a046", "sha256": "b5ee75d769eead2bf540e8d6ebbba89896f7052815e297e8656fb10397b01dd6" }, "downloads": -1, "filename": "polymaze-0.5.1.zip", "has_sig": false, "md5_digest": "98d9c64297a1eedae82a51f08354a046", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144312, "upload_time": "2014-06-05T06:25:54", "url": "https://files.pythonhosted.org/packages/39/89/bf630d7fdedff1195c94cafe9aa4f98d3b92a49f359a60239c2b36f26ded/polymaze-0.5.1.zip" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "1554fc6b8fe5a32516c990017e12c997", "sha256": "52d6255d3c1bc88f5f0f457b5c110710282bf6a95161294dda93a6f8d0d5caaa" }, "downloads": -1, "filename": "polymaze-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1554fc6b8fe5a32516c990017e12c997", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 142057, "upload_time": "2014-06-05T06:55:35", "url": "https://files.pythonhosted.org/packages/5c/e6/e8212c10770de624b144acead6fa04da4f82ca2891f29eab4b7707a4bb54/polymaze-0.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1028c894d97e0843e5cbcd134e4b9284", "sha256": "989510e4eb73b2d34382c147aa0be355c4c613bfc0268d70ee8680ccaf19e7e1" }, "downloads": -1, "filename": "polymaze-0.5.2.zip", "has_sig": false, "md5_digest": "1028c894d97e0843e5cbcd134e4b9284", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144587, "upload_time": "2014-06-05T06:55:42", "url": "https://files.pythonhosted.org/packages/6b/69/8dbe817d70e1649cff1fbdca99e385c2210a0baef60ac7c6f249c83517e7/polymaze-0.5.2.zip" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "a94a77a2563d82de1fceea47b8fad6f7", "sha256": "95e7832923ba99507def73d4aa60c4b0964518ca465a4d0a66a6ec53c47b67c4" }, "downloads": -1, "filename": "polymaze-0.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a94a77a2563d82de1fceea47b8fad6f7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 143422, "upload_time": "2014-06-05T07:30:04", "url": "https://files.pythonhosted.org/packages/e9/f0/cb52f158d73a22b84d44a628ff15edf2f6d8b822badc74b349096f60f4aa/polymaze-0.5.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "afdf615d31780fd3be8627e206908b84", "sha256": "093da111a276af84ed7fe7e9521d83ebd071d2325b4180c40ff247fcb7d7ef3e" }, "downloads": -1, "filename": "polymaze-0.5.3.zip", "has_sig": false, "md5_digest": "afdf615d31780fd3be8627e206908b84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145940, "upload_time": "2014-06-05T07:29:58", "url": "https://files.pythonhosted.org/packages/fb/86/1a125c2066379b1db31bc3a8036d2aa7f0911f8be9ccbaa2e4255523e843/polymaze-0.5.3.zip" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "1dadc41fa65cc99afbf86d4d9a5ca35f", "sha256": "674b27e6d4b02b0de44044528f82abafb59f6a517989b986a32c7013c1f367af" }, "downloads": -1, "filename": "polymaze-0.5.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1dadc41fa65cc99afbf86d4d9a5ca35f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 143875, "upload_time": "2014-06-06T15:26:20", "url": "https://files.pythonhosted.org/packages/30/9b/1f4a3590ac01205021920df81a0844bbcef423f5e892d479dfa87a00ae17/polymaze-0.5.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c90d157face2f764af97c511094ef924", "sha256": "85ac8e316de816cf8ecbf7be882151d3b6be10c189671fdfb4ea65986907b1f5" }, "downloads": -1, "filename": "polymaze-0.5.4.zip", "has_sig": false, "md5_digest": "c90d157face2f764af97c511094ef924", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146549, "upload_time": "2014-06-06T15:26:03", "url": "https://files.pythonhosted.org/packages/89/81/3109ea56f9d66bd57a2d961fb95635091b59fcccd9ff339502519b1d2510/polymaze-0.5.4.zip" } ], "0.5b1": [ { "comment_text": "", "digests": { "md5": "f3a118bb1fc97b75a9ae8ce9e18f4e7c", "sha256": "275d01b6fb034e05cf0e5e6962b21c970d0459f49a562104efde25cec6baa04f" }, "downloads": -1, "filename": "polymaze-0.5b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f3a118bb1fc97b75a9ae8ce9e18f4e7c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 141763, "upload_time": "2014-06-05T06:19:39", "url": "https://files.pythonhosted.org/packages/f7/cb/b59614cf647478cfabf0245c2d4e83ddc9644cffd5385f2a80a2dbe6109a/polymaze-0.5b1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01be938a7f28a555eaea64c8991272b0", "sha256": "d2f8287f08eff5c49cde81f4d7c5ce0f4f5d5266461147e78268d90dd77c3e99" }, "downloads": -1, "filename": "polymaze-0.5b1.zip", "has_sig": false, "md5_digest": "01be938a7f28a555eaea64c8991272b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144314, "upload_time": "2014-06-05T06:19:24", "url": "https://files.pythonhosted.org/packages/ce/07/0dea32989d4c9b06d6d864e55e5ba992c5bf5c64a54bd7eee2d6051fef74/polymaze-0.5b1.zip" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "7e322a8efca747893a3935db36e07b35", "sha256": "9e8f89982cbdeebcbed0e2711a263e65a41e297dd78e359120836bc1cd810b1b" }, "downloads": -1, "filename": "polymaze-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7e322a8efca747893a3935db36e07b35", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 144471, "upload_time": "2014-06-11T12:51:05", "url": "https://files.pythonhosted.org/packages/e5/70/e1e1351a97285071cd85838049147e89e1115432edb8c923a42eaeb92051/polymaze-0.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1a4855bcfe7615185f5b86a8a30f4055", "sha256": "d40f4a8fe0022a835c08ac5256059c7a9f274a292fd941e0824f0847cbd4e148" }, "downloads": -1, "filename": "polymaze-0.6.4.zip", "has_sig": false, "md5_digest": "1a4855bcfe7615185f5b86a8a30f4055", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147184, "upload_time": "2014-06-11T12:50:49", "url": "https://files.pythonhosted.org/packages/5d/90/28d1e6ed7e1a1d0cd6541c67863755f037c249d7c9075ec236dc1b23c630/polymaze-0.6.4.zip" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "ec96f278cd2e68a2999655009b8ef452", "sha256": "be597b33ef5c18f4af3da831b57d32ab5ae542aa3bfc55e86bfdc697f49b6bbe" }, "downloads": -1, "filename": "polymaze-0.6.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec96f278cd2e68a2999655009b8ef452", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 144478, "upload_time": "2014-06-11T23:32:12", "url": "https://files.pythonhosted.org/packages/f9/81/fbf4317a4e21155bdf069370cf1f6ec4fc8462d487132c537eb225d9d67a/polymaze-0.6.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f3c9a3e9cd9f09e61841ef66b6871518", "sha256": "9db4f92fe53f930373bb3bd12757a26255bcf9d2e4f5a78546be19c985a0df11" }, "downloads": -1, "filename": "polymaze-0.6.5.zip", "has_sig": false, "md5_digest": "f3c9a3e9cd9f09e61841ef66b6871518", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147193, "upload_time": "2014-06-11T23:32:09", "url": "https://files.pythonhosted.org/packages/07/bd/dca27abf0894eb681201cbc776338d84202e8b87d6917a7dd8959bf66193/polymaze-0.6.5.zip" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "902afde339791c814e78c8b1189d2776", "sha256": "6ae0b9d764232d6f20664d707ed957cbae66cb79d841dfb6be813bfe9e74ae58" }, "downloads": -1, "filename": "polymaze-0.6.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "902afde339791c814e78c8b1189d2776", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 145112, "upload_time": "2014-06-12T15:09:03", "url": "https://files.pythonhosted.org/packages/28/46/5199e85a76001a8787f620029f52651b8c849b2a5e49c5e00037ecb6823e/polymaze-0.6.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45d4817d7f96c853c8109eeea7770fa5", "sha256": "db9979ded7757e34db0b3c805585ed581fc7fc6d90bb69dded27b1c7268f4765" }, "downloads": -1, "filename": "polymaze-0.6.6.zip", "has_sig": false, "md5_digest": "45d4817d7f96c853c8109eeea7770fa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147892, "upload_time": "2014-06-12T15:08:52", "url": "https://files.pythonhosted.org/packages/09/24/71ffa9984e73e124c75289d0a77a0140ea6b0d86494e8968cd8d56dea261/polymaze-0.6.6.zip" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "d5184feb473da7f0b3de4ae1214380b9", "sha256": "5bba6da776c3843c3f1fd744e48d4cd4d8dd0bd484e6b45ec2f9c4f2cb10f53e" }, "downloads": -1, "filename": "polymaze-0.6.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d5184feb473da7f0b3de4ae1214380b9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 20199, "upload_time": "2014-07-09T06:52:23", "url": "https://files.pythonhosted.org/packages/17/ea/3fa978288bc3e89e9730c33cabf7b23bd2e0728ff0f78f9a159120c99256/polymaze-0.6.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e350672e27c22c6248b94bdb5f8cf5d", "sha256": "fd85ca769d7d6f95fa82c23e09762407c14f0559e67d0782e48995629bbc1d80" }, "downloads": -1, "filename": "polymaze-0.6.7.zip", "has_sig": false, "md5_digest": "7e350672e27c22c6248b94bdb5f8cf5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23043, "upload_time": "2014-07-09T06:52:34", "url": "https://files.pythonhosted.org/packages/88/2a/b469470537169490d3492510a6c90868c9f0962c931d4004308253d934e4/polymaze-0.6.7.zip" } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "a0938af8aa73cdc2036c2288bf427507", "sha256": "ecd8e919033c9a7bcf6b0d3a2109e1e37ad7a7976d60a6b6a00c06fb41197850" }, "downloads": -1, "filename": "polymaze-0.6.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0938af8aa73cdc2036c2288bf427507", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 20222, "upload_time": "2015-03-25T14:01:21", "url": "https://files.pythonhosted.org/packages/e8/d9/069bc3c99fd560b07ff2c0910333b036db74feee60b9a878bc69f8e95a5c/polymaze-0.6.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "53e5a3a8b9cb882cc210717c34a6f5cc", "sha256": "66a6b43c337836d862e4f8689fe2b3e07b56bcde800ad9194749ee0b6346227c" }, "downloads": -1, "filename": "polymaze-0.6.8.zip", "has_sig": false, "md5_digest": "53e5a3a8b9cb882cc210717c34a6f5cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23067, "upload_time": "2015-03-25T14:01:33", "url": "https://files.pythonhosted.org/packages/bb/a3/d5f8ee5e64abf2bba24e491eef65589b41def6e74b8dd4ff748383eef7d4/polymaze-0.6.8.zip" } ], "0.6.9": [ { "comment_text": "", "digests": { "md5": "40c6285c44f48463fc5ade9ea2bd901f", "sha256": "825cf03a910c290b5e4ef8cb1dd4e996de09923ff11a22c44b3063f9c553953f" }, "downloads": -1, "filename": "polymaze-0.6.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "40c6285c44f48463fc5ade9ea2bd901f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15787909, "upload_time": "2015-08-29T17:34:27", "url": "https://files.pythonhosted.org/packages/c7/0f/6ed23867ccd4d674e88dbb557513ca668a32336d59b6c534bbc0c220acbb/polymaze-0.6.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c042bbe0740d047c93d4a162347f53f7", "sha256": "c7716584b9311bd090f8fbd77a36d6049bd6bbabb35164f2405ee1b510f792f1" }, "downloads": -1, "filename": "polymaze-0.6.9.zip", "has_sig": false, "md5_digest": "c042bbe0740d047c93d4a162347f53f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15915019, "upload_time": "2015-08-29T17:33:45", "url": "https://files.pythonhosted.org/packages/71/14/dd0a44b3bdb4200e1a561ae91e41ac6d54b692a9849730619325631ea4a6/polymaze-0.6.9.zip" } ], "0.6.91": [ { "comment_text": "", "digests": { "md5": "2e3ecea99e12ccf9a41f1df4259fcb58", "sha256": "7337ec7fbf32a048dfec3ecf5b8d12878da0aa9444b6045b2a4ce4e09ac3d09f" }, "downloads": -1, "filename": "polymaze-0.6.91-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2e3ecea99e12ccf9a41f1df4259fcb58", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15787627, "upload_time": "2015-10-18T08:05:27", "url": "https://files.pythonhosted.org/packages/75/0b/2fa71fa98708eccdb9ec10e1cd98bd74c14a80b2ec05aeb4c6cda981e49d/polymaze-0.6.91-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e4321770661d2212c425f5a278edfd00", "sha256": "7b79cdcb143caca688c66e6468613d55206e52432ef49d919ab42b676af97f0b" }, "downloads": -1, "filename": "polymaze-0.6.91.tar.gz", "has_sig": false, "md5_digest": "e4321770661d2212c425f5a278edfd00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15899949, "upload_time": "2015-10-18T08:05:13", "url": "https://files.pythonhosted.org/packages/d5/63/0d3451b96087015a2ae7a8b7cbcc0a7b73a9759ed77c17a8ebf3193f7f2e/polymaze-0.6.91.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "97e0889c6afb7454a5975158d65ba0a2", "sha256": "5446ef6212a54cc5ac403c05db8ee70211c44d699cde4c0de33f03596efa08f1" }, "downloads": -1, "filename": "polymaze-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "97e0889c6afb7454a5975158d65ba0a2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15788245, "upload_time": "2015-12-27T00:49:49", "url": "https://files.pythonhosted.org/packages/f4/39/1bbb6507d81d1b9c2612de75ca3517f00dfae04790ecfebfbc2eec00c414/polymaze-0.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ea20fdd6a955010d372aea05cf95762", "sha256": "4723ddfa1cf80d65884ebb7c47755e69aab9da31a0aac313f9328f75895ac1ca" }, "downloads": -1, "filename": "polymaze-0.7.0.zip", "has_sig": false, "md5_digest": "8ea20fdd6a955010d372aea05cf95762", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15915409, "upload_time": "2015-12-27T00:47:38", "url": "https://files.pythonhosted.org/packages/5b/f3/ca5c113a31e658f3bc1b43138f0b8b9e4fb10ce1d2b93f9081301d4963dd/polymaze-0.7.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97e0889c6afb7454a5975158d65ba0a2", "sha256": "5446ef6212a54cc5ac403c05db8ee70211c44d699cde4c0de33f03596efa08f1" }, "downloads": -1, "filename": "polymaze-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "97e0889c6afb7454a5975158d65ba0a2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15788245, "upload_time": "2015-12-27T00:49:49", "url": "https://files.pythonhosted.org/packages/f4/39/1bbb6507d81d1b9c2612de75ca3517f00dfae04790ecfebfbc2eec00c414/polymaze-0.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ea20fdd6a955010d372aea05cf95762", "sha256": "4723ddfa1cf80d65884ebb7c47755e69aab9da31a0aac313f9328f75895ac1ca" }, "downloads": -1, "filename": "polymaze-0.7.0.zip", "has_sig": false, "md5_digest": "8ea20fdd6a955010d372aea05cf95762", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15915409, "upload_time": "2015-12-27T00:47:38", "url": "https://files.pythonhosted.org/packages/5b/f3/ca5c113a31e658f3bc1b43138f0b8b9e4fb10ce1d2b93f9081301d4963dd/polymaze-0.7.0.zip" } ] }