Metadata-Version: 2.1
Name: kneading-orbital-graph
Version: 1.0.2
Home-page: https://gitlab.com/dmartinez05/kneading_orbital_graph
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Kneading Orbital Graph

This pacakge provides an implementation for computing and vizualizing Kneading Orbital Graph

## Installation

This package works with Python 3.6-3.8

You can install latest stable version from [PyPI](https://pypi.org/):

```
$ pip3 install kneading_orbital_graph
```

To install the latest development version:

```
$ pip3 install -e git+https://gitlab.com/dmartinez05/kneading_orbital_graph.git@master#egg=kneading_orbital_graph
```

## Documentation

The documentation for the package is available at [Manual](https://gitlab.com/dmartinez05/kneading_orbital_graph/-/blob/master/manual.pdf)
