Metadata-Version: 2.4
Name: polyany
Version: 0.4.0
Summary: A Python package for algebraic manipulation of multivariate polynomials
Project-URL: Homepage, https://rolmip.github.io/polyany/
Project-URL: Documentation, https://rolmip.github.io/polyany/
Project-URL: Repository, https://github.com/rolmip/polyany
Project-URL: Issues, https://github.com/rolmip/polyany/issues
Author-email: Cristiano Agulhari <agulhari@utfpr.edu.br>, Esdras Battosti <esdras.2019@alunos.utfpr.edu.br>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: algebra,multivariate,polynomials
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.11
Requires-Dist: numpy>=2.3.1
Description-Content-Type: text/markdown

<h1 align="center">
<img src="docs/assets/polyany_logo.png" alt="PolyAny Logo" height="200">
</h1><br>

<p align="center">
<img src="https://img.shields.io/badge/status-alpha-orchid?logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1pbmZvIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PGxpbmUgeDE9IjEyIiB5MT0iMTYiIHgyPSIxMiIgeTI9IjEyIj48L2xpbmU+PGxpbmUgeDE9IjEyIiB5MT0iOCIgeDI9IjEyLjAxIiB5Mj0iOCI+PC9saW5lPjwvc3ZnPg==" alt="Static Badge">
<a href="https://codecov.io/gh/rolmip/polyany">
  <img src="https://codecov.io/gh/rolmip/polyany/graph/badge.svg?token=XMNXDY6AZ7" alt="codecov">
</a>
<a href="https://github.com/rolmip/polyany/actions/workflows/tests.yml">
  <img src="https://github.com/rolmip/polyany/actions/workflows/tests.yml/badge.svg" alt="Tests">
</a>
<a href="https://github.com/pre-commit/pre-commit">
  <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit" alt="pre-commit">
</a>
<a href="https://results.pre-commit.ci/latest/github/rolmip/polyany/main">
  <img src="https://results.pre-commit.ci/badge/github/rolmip/polyany/main.svg" alt="pre-commit.ci status">
</a>
<a href="https://pypi.org/project/polyany/">
  <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/polyany?logo=pypi&logoColor=white&logoSize=auto&labelColor=blue&color=limegreen">
</a>

<p align="center">
  <strong>A Python package for algebraic manipulation of multivariate polynomials.</strong>
</p>

> 🚧 **This package is in alpha stage.**
>
> Some **breaking changes** may occur.

---

## ✨ Overview

PolyAny provides a flexible framework for representing and manipulating multivariate polynomials using structured, non-symbolic representations.

Unlike symbolic engines, PolyAny operates directly on the algebraic structure of polynomials (coefficients and exponents), enabling integration with numerical libraries and efficient structural transformations.

---

## 🔧 Features (planned)

- Polynomial creation from multiple formats (list, tuples, NumPy arrays, quadratic forms, ...)
- Support for multivariate expressions
- Algebraic operations: addition, multiplication, truncation, homogenization, ...
- Polynomial exporting into LaTeX code

---

## 📦 Installation

```bash
pip install polyany
```

For local development, see the [instructions in the documentation](https://rolmip.github.io/polyany/installation/#how-to-contribute)

## 📄 License

This project is open-source and licensed under the BSD-3-Clause.

## 👥 Contributors

PolyAny is maintained by the **ROLMIP** developers:

* [Cristiano Agulhari](mailto:agulhari@utfpr.edu.br)
* [Esdras Battosti](mailto:esdras.2019@alunos.utfpr.edu.br)

## 🧪 About

This repository is part of the early foundation of **RolmiPy**, a Python implementation of ROLMIP.
