Metadata-Version: 2.4
Name: polyany
Version: 0.3.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 :: 2 - Pre-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 :: 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-pre--alpha-orange" 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>

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

> 🚧 **This package is under active development.**
>
> It is not yet stable or ready for production use. **Expect breaking changes!**

---

## ✨ 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

> ⚠️ Not yet available in PyPI.

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)

## 🧪 Status

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