Metadata-Version: 1.1
Name: hyperbolic
Version: 1.0.0
Summary: This is a Python 3 library for generating hyperbolic geometry and drawing it with the drawSvg library.  Currently only the Poincaré disk model is supported.
Home-page: https://github.com/cduck/hyperbolic
Author: Casey Duckering
Author-email: UNKNOWN
License: UNKNOWN
Download-URL: https://github.com/cduck/hyperbolic/archive/1.0.0.tar.gz
Description: Install
        =======
        
        hyperbolic is available on PyPI:
        
        ::
        
            $ pip3 install hyperbolic
        
        Install drawSvg also to display the hyperbolic geometry:
        
        ::
        
            $ pip3 install drawSvg
        
        Examples
        ========
        
        See the iPython notebooks in
        `examples <https://github.com/cduck/hyperbolic/tree/master/examples>`__:
        
        -  `Euclidean
           geometry <https://github.com/cduck/hyperbolic/blob/master/examples/euclid.ipynb>`__
        -  `Poincaré disk
           model <https://github.com/cduck/hyperbolic/blob/master/examples/poincare.ipynb>`__
        -  `Tiling the Poincaré
           disk <https://github.com/cduck/hyperbolic/blob/master/examples/tiles.ipynb>`__
        
        Using this library, along with the drawSvg library, you can create art
        like this hyperbolic weave:
        
        .. image:: https://github.com/cduck/hyperbolic/raw/master/examples/images/weave.png
           :alt: Hyperbolic weave
        
        This weave is built from a tiling of isosceles triangles:
        
        .. image:: https://github.com/cduck/hyperbolic/raw/master/examples/images/weaveStructure.png
           :alt: Hyperbolic weave structure
        
        
Keywords: hyperbolic,geometry,draw
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires: numpy
