weavingspace

See this notebook for some preliminary usage notes.

 1#!/usr/bin/env python
 2# coding: utf-8
 3
 4"""
 5See [this notebook](https://github.com/DOSull/weaving-space/blob/main/using-the-library.ipynb) for some preliminary usage notes.
 6"""
 7
 8from .tiling_utils import *
 9from ._loom import *
10from ._weave_grid import *
11from .tileable import *
12from .tiling_geometries import *
13from .tile_unit import *
14from .weave_matrices import *
15from .weave_unit import *
16from .tile_map import *
17from .symmetry import *
18from .topology_elements import *
19from .topology import *