Generate knowledge graphs with interesting geometries, like lattices
Generate knowledge graphs with interesting geometries, like lattices.
Works on Python 3.9+ because it uses cool new features. Get out of that 2020
funk and install the most recent version of Python.
💪 Getting Started
See https://github.com/cthoyt/translational-toys for example usage to generate
charts like
🚀 Installation
The most recent release can be installed from
PyPI with:
$ pip install geometric_graphs
The most recent code and data can be installed directly from GitHub with:
$ pip install git+https://github.com/cthoyt/geometric-graphs.git
To install in development mode, use the following: