{ "info": { "author": "Andrew Kirilenko", "author_email": "iced@gojuno.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Morton Pack/Unpack Library\n==========================\n\nBasics\n------\n\nCheck `wikipedia `_ for details.\n\nExample\n-------\n\n.. code-block:: python\n\n import morton\n\n m = morton.Morton(dimensions=2, bits=32)\n code = m.pack(13, 42) # pack two values\n values = m.unpack(code) # should get back 13 and 42", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gojuno/morton-py", "keywords": "z-order,morton coding,hashing", "license": "BSD", "maintainer": "Alexander Verbitsky", "maintainer_email": "averbitsky@gojuno.com", "name": "morton-py", "package_url": "https://pypi.org/project/morton-py/", "platform": "", "project_url": "https://pypi.org/project/morton-py/", "project_urls": { "Homepage": "https://github.com/gojuno/morton-py" }, "release_url": "https://pypi.org/project/morton-py/1.3/", "requires_dist": null, "requires_python": "", "summary": "Morton code pack/unpack library", "version": "1.3" }, "last_serial": 3934839, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "59a24b1d45c2d9ce8064c04da54902d7", "sha256": "99df18eef1b8b51e4df3f89f5fbf2b4d2075dad6b4750d50470ecaad1ce01aa6" }, "downloads": -1, "filename": "morton-py-1.0.tar.gz", "has_sig": false, "md5_digest": "59a24b1d45c2d9ce8064c04da54902d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3465, "upload_time": "2016-10-24T08:53:13", "url": "https://files.pythonhosted.org/packages/3f/e6/28a9278a2bdb94895fd3abe4da3eb7c65997e2ec8ae4a207d4c415696345/morton-py-1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "6078b733229a8cce3465ebc987440171", "sha256": "bcdc7b834cb4b87efa587ae54801739eae02d14425c6811016e7626ed4d48d73" }, "downloads": -1, "filename": "morton-py-1.1.tar.gz", "has_sig": false, "md5_digest": "6078b733229a8cce3465ebc987440171", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3741, "upload_time": "2016-10-27T07:35:04", "url": "https://files.pythonhosted.org/packages/4d/75/6c1cca6440b2b7615f6215a0137bbe19d8fadf575090f77cd10d1f8ed2e8/morton-py-1.1.tar.gz" } ], "1.1": [], "1.2": [ { "comment_text": "", "digests": { "md5": "2294fe373001acb5f780b41ac0e056cd", "sha256": "d437dcd810bdc81dfe133c62a60e882d457de9f56ffa3a99477995489f4bfcf6" }, "downloads": -1, "filename": "morton-py-1.2.tar.gz", "has_sig": false, "md5_digest": "2294fe373001acb5f780b41ac0e056cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3784, "upload_time": "2017-01-04T17:03:35", "url": "https://files.pythonhosted.org/packages/b8/f6/5e72ee56c31f1cc455bb2134b8b74b3168e202613c2429b4bc4af05b01ba/morton-py-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "b9d844ab13a1978623ffeb2a6a8d784c", "sha256": "d7c079b5248a6c6ba5a8b2be1ea2b1f63f86913f299ca8053c27801433dc4fe9" }, "downloads": -1, "filename": "morton-py-1.3.tar.gz", "has_sig": false, "md5_digest": "b9d844ab13a1978623ffeb2a6a8d784c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3943, "upload_time": "2018-06-06T06:08:11", "url": "https://files.pythonhosted.org/packages/77/63/32cae020fe3c173f28043777e8cee43406a52ba371ca91c1b63dad70b125/morton-py-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b9d844ab13a1978623ffeb2a6a8d784c", "sha256": "d7c079b5248a6c6ba5a8b2be1ea2b1f63f86913f299ca8053c27801433dc4fe9" }, "downloads": -1, "filename": "morton-py-1.3.tar.gz", "has_sig": false, "md5_digest": "b9d844ab13a1978623ffeb2a6a8d784c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3943, "upload_time": "2018-06-06T06:08:11", "url": "https://files.pythonhosted.org/packages/77/63/32cae020fe3c173f28043777e8cee43406a52ba371ca91c1b63dad70b125/morton-py-1.3.tar.gz" } ] }