Metadata-Version: 2.1
Name: laurentpolynomials
Version: 0.0.1
Summary: A pure-python implementation of Laurent polynomials
Author-email: Chad Peterson <cp44@illinois.edu>
Project-URL: Homepage, https://github.com/Chad-Peterson/LaurentPolynomials
Project-URL: Bug Tracker, https://github.com/Chad-Peterson/LaurentPolynomials/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (<=1.22.4)
Requires-Dist: pytest
Requires-Dist: sphinx

# LaurentPolynomials
A pure-python implmenetation of Laurent polynomials (Please note that this is a work-in-progress)
