Metadata-Version: 2.1
Name: Yamada
Version: 0.2.0
Summary: Calculate the Yamada polynomial of spatial topologies.
Author-email: Chad Peterson <cp44@illinois.edu>
Project-URL: Homepage, https://github.com/Chad-Peterson/Yamada
Project-URL: Bug Tracker, https://github.com/Chad-Peterson/Yamada/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: networkx (~=2.8.5)
Requires-Dist: matplotlib (==3.5.3)
Requires-Dist: numpy (<=1.22.4)
Requires-Dist: pytest
Requires-Dist: sphinx
Requires-Dist: nbsphinx
Requires-Dist: cypari (~=2.4.1)
Requires-Dist: sympy
Requires-Dist: jupyter
Requires-Dist: nbconvert

# Yamada: The Python Library for Calculating Yamada Polynomials

![Yamada Logo](./images/yamada_logo.png)

TODO: Add a description of the project.

## Publications

## Installation
Yamada is available on PyPI. To install Yamada, run the following command in your terminal:

>pip install yamada

Since this library is still early in development it has not been tested for compatibility across
a large range of environments. If you encounter any issues, please submit an issue on the GitHub.
With that said, it should work on any system that supports Python 3.10.0 or higher.

## Known Issues
1. Some of the input checks and validations are written conservatively. I've noticed the library will occasionally throw 
an error when calculating the Yamada polynomial of a very large spatial topology. The issue
seems to resolve itself when rerunning the program.
