polyany


Namepolyany JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryA Python package for algebraic manipulation of multivariate polynomials
upload_time2025-08-13 13:27:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords algebra multivariate polynomials
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "polyany",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "algebra, multivariate, polynomials",
    "author": null,
    "author_email": "Cristiano Agulhari <agulhari@utfpr.edu.br>, Esdras Battosti <esdras.2019@alunos.utfpr.edu.br>",
    "download_url": "https://files.pythonhosted.org/packages/a8/ed/e9caab5bf83a303816708c28e78d5bbce497c35f84dcd8e2a4dc84b74644/polyany-0.3.0.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n<img src=\"docs/assets/polyany_logo.png\" alt=\"PolyAny Logo\" height=\"200\">\n</h1><br>\n\n<p align=\"center\">\n<img src=\"https://img.shields.io/badge/status-pre--alpha-orange\" alt=\"Static Badge\">\n<a href=\"https://codecov.io/gh/rolmip/polyany\">\n  <img src=\"https://codecov.io/gh/rolmip/polyany/graph/badge.svg?token=XMNXDY6AZ7\" alt=\"codecov\">\n</a>\n<a href=\"https://github.com/rolmip/polyany/actions/workflows/tests.yml\">\n  <img src=\"https://github.com/rolmip/polyany/actions/workflows/tests.yml/badge.svg\" alt=\"Tests\">\n</a>\n<a href=\"https://github.com/pre-commit/pre-commit\">\n  <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\" alt=\"pre-commit\">\n</a>\n<a href=\"https://results.pre-commit.ci/latest/github/rolmip/polyany/main\">\n  <img src=\"https://results.pre-commit.ci/badge/github/rolmip/polyany/main.svg\" alt=\"pre-commit.ci status\">\n</a>\n\n<p align=\"center\">\n  <strong>A Python package for algebraic manipulation of multivariate polynomials.</strong>\n</p>\n\n> \ud83d\udea7 **This package is under active development.**\n>\n> It is not yet stable or ready for production use. **Expect breaking changes!**\n\n---\n\n## \u2728 Overview\n\nPolyAny provides a flexible framework for representing and manipulating multivariate polynomials using structured, non-symbolic representations.\n\nUnlike symbolic engines, PolyAny operates directly on the algebraic structure of polynomials (coefficients and exponents), enabling integration with numerical libraries and efficient structural transformations.\n\n---\n\n## \ud83d\udd27 Features (planned)\n\n- Polynomial creation from multiple formats (list, tuples, NumPy arrays, quadratic forms, ...)\n- Support for multivariate expressions\n- Algebraic operations: addition, multiplication, truncation, homogenization, ...\n- Polynomial exporting into LaTeX code\n\n---\n\n## \ud83d\udce6 Installation\n\n> \u26a0\ufe0f Not yet available in PyPI.\n\nFor local development, see the [instructions in the documentation](https://rolmip.github.io/polyany/installation/#how-to-contribute)\n\n## \ud83d\udcc4 License\n\nThis project is open-source and licensed under the BSD-3-Clause.\n\n## \ud83d\udc65 Contributors\n\nPolyAny is maintained by the **ROLMIP** developers:\n\n* [Cristiano Agulhari](mailto:agulhari@utfpr.edu.br)\n* [Esdras Battosti](mailto:esdras.2019@alunos.utfpr.edu.br)\n\n## \ud83e\uddea Status\n\nThis repository is part of the early foundation of **RolmiPy**, a Python implementation of ROLMIP.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for algebraic manipulation of multivariate polynomials",
    "version": "0.3.0",
    "project_urls": {
        "Documentation": "https://rolmip.github.io/polyany/",
        "Homepage": "https://rolmip.github.io/polyany/",
        "Issues": "https://github.com/rolmip/polyany/issues",
        "Repository": "https://github.com/rolmip/polyany"
    },
    "split_keywords": [
        "algebra",
        " multivariate",
        " polynomials"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c23d92c0c7914b8e8647859428c7f0d59e87f8c861f5eae83709744f1f8b1f7f",
                "md5": "282671111ee7c38e53d2ed964c2dd7b2",
                "sha256": "dd794f2ef9565e3b2854d8d01e2020a6e4f9d56293b7c2aecb98f23d769215f5"
            },
            "downloads": -1,
            "filename": "polyany-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "282671111ee7c38e53d2ed964c2dd7b2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 10678,
            "upload_time": "2025-08-13T13:27:42",
            "upload_time_iso_8601": "2025-08-13T13:27:42.696207Z",
            "url": "https://files.pythonhosted.org/packages/c2/3d/92c0c7914b8e8647859428c7f0d59e87f8c861f5eae83709744f1f8b1f7f/polyany-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a8ede9caab5bf83a303816708c28e78d5bbce497c35f84dcd8e2a4dc84b74644",
                "md5": "05f1be65c7605264a48234d6e503a053",
                "sha256": "edbae3736d6731da6ea43b43abf00827f462872f5a192a4e8e90e765ba36cc97"
            },
            "downloads": -1,
            "filename": "polyany-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "05f1be65c7605264a48234d6e503a053",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 81928,
            "upload_time": "2025-08-13T13:27:43",
            "upload_time_iso_8601": "2025-08-13T13:27:43.405588Z",
            "url": "https://files.pythonhosted.org/packages/a8/ed/e9caab5bf83a303816708c28e78d5bbce497c35f84dcd8e2a4dc84b74644/polyany-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 13:27:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rolmip",
    "github_project": "polyany",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "polyany"
}
        
Elapsed time: 1.13300s