Metadata-Version: 2.1
Name: cymorton
Version: 0.0.2
Summary: A morton code codec in c++/cython
Home-page: https://github.com/decitre/python-cymorton
Author: Emmanuel Decitre
License: MIT
Project-URL: Issue Tracker, https://github.com/decitre/python-cymorton/issues
Keywords: morton,z-curve
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Provides-Extra: dev
License-File: LICENSE

========
Overview
========



A morton code codec in c++/cython

* Free software: MIT license

Installation
============

::

    pip install cymorton

You can also install the in-development version with::

    pip install https://github.com/decitre/python-cymorton/archive/master.zip



