syngular


Namesyngular JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/GDeLaurentis/syngular
SummaryAn Object-Oriented Python Interface to Singular
upload_time2023-12-27 10:35:04
maintainer
docs_urlNone
authorGiuseppe De Laurentis
requires_python
licenseGNU General Public License v3.0
keywords syngular singular algebraic geometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # A Python Interface \& Extension to [Singular](https://www.singular.uni-kl.de/)

[![Continuous Integration Status](https://github.com/GDeLaurentis/syngular/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/GDeLaurentis/syngular/actions)
[![Coverage](https://img.shields.io/badge/Coverage-89%25-greenyellow?labelColor=2a2f35)](https://github.com/GDeLaurentis/syngular/actions)
[![PyPI Downloads](https://img.shields.io/pypi/dm/syngular.svg?label=PyPI%20downloads)](https://pypi.org/project/syngular/)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GDeLaurentis/syngular/HEAD)


## Extension

- Points on varieties over $\mathbb{F}_p$, $\mathbb{Q}_p$ and $\mathbb{C}$.
- Primality test (lighter than a primary decomposition).

## Interface

- Ideals, Rings, Quotient Rings functions


## Requirements
```
numpy, sympy, mutableint, Singular
```


## Installation
```
pip install -e path/to/repo
```

## Testing

```
pytest --cov syngular/ --cov-report html tests/ --verbose
```

## Quick Start

```
from syngular import Ideal, Ring
I = Ideal(Ring('0', ('x1', 'x2'), 'dp'), ['x1*x2'])
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GDeLaurentis/syngular",
    "name": "syngular",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "syngular,singular,algebraic geometry",
    "author": "Giuseppe De Laurentis",
    "author_email": "g.dl@hotmail.it",
    "download_url": "https://files.pythonhosted.org/packages/9c/af/c01702b03c84347b2b00120b65045cafc11fc07eadb410e023a6fc4e6eed/syngular-0.2.0.tar.gz",
    "platform": null,
    "description": "# A Python Interface \\& Extension to [Singular](https://www.singular.uni-kl.de/)\n\n[![Continuous Integration Status](https://github.com/GDeLaurentis/syngular/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/GDeLaurentis/syngular/actions)\n[![Coverage](https://img.shields.io/badge/Coverage-89%25-greenyellow?labelColor=2a2f35)](https://github.com/GDeLaurentis/syngular/actions)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/syngular.svg?label=PyPI%20downloads)](https://pypi.org/project/syngular/)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GDeLaurentis/syngular/HEAD)\n\n\n## Extension\n\n- Points on varieties over $\\mathbb{F}_p$, $\\mathbb{Q}_p$ and $\\mathbb{C}$.\n- Primality test (lighter than a primary decomposition).\n\n## Interface\n\n- Ideals, Rings, Quotient Rings functions\n\n\n## Requirements\n```\nnumpy, sympy, mutableint, Singular\n```\n\n\n## Installation\n```\npip install -e path/to/repo\n```\n\n## Testing\n\n```\npytest --cov syngular/ --cov-report html tests/ --verbose\n```\n\n## Quick Start\n\n```\nfrom syngular import Ideal, Ring\nI = Ideal(Ring('0', ('x1', 'x2'), 'dp'), ['x1*x2'])\n```\n\n\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "An Object-Oriented Python Interface to Singular",
    "version": "0.2.0",
    "project_urls": {
        "Download": "https://github.com/GDeLaurentis/syngular/archive/v0.2.0.tar.gz",
        "Homepage": "https://github.com/GDeLaurentis/syngular"
    },
    "split_keywords": [
        "syngular",
        "singular",
        "algebraic geometry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cafc01702b03c84347b2b00120b65045cafc11fc07eadb410e023a6fc4e6eed",
                "md5": "05c892e43e3247eada7b7aa78b0ad273",
                "sha256": "53a56c2bb0671d321ca992cc5a8a84965ead6f9c34ea0c1d60ecdfbdc870bae4"
            },
            "downloads": -1,
            "filename": "syngular-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "05c892e43e3247eada7b7aa78b0ad273",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30754,
            "upload_time": "2023-12-27T10:35:04",
            "upload_time_iso_8601": "2023-12-27T10:35:04.621065Z",
            "url": "https://files.pythonhosted.org/packages/9c/af/c01702b03c84347b2b00120b65045cafc11fc07eadb410e023a6fc4e6eed/syngular-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 10:35:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GDeLaurentis",
    "github_project": "syngular",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "syngular"
}
        
Elapsed time: 0.15523s