realalg


Namerealalg JSON
Version 0.3.6 PyPI version JSON
download
home_pagehttps://github.com/MarkCBell/realalg
SummaryFor manipulating real algebraic numbers
upload_time2024-09-18 23:17:15
maintainerNone
docs_urlNone
authorMark Bell
requires_pythonNone
licenseMIT License
keywords algebraic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
RealAlg
=======

.. image:: https://img.shields.io/pypi/v/realalg.svg
    :target: https://pypi.org/project/realalg/
    :alt: PyPI version

.. image:: https://img.shields.io/pypi/l/realalg.svg
    :target: https://pypi.org/project/realalg/
    :alt: PyPI license

.. image:: https://img.shields.io/github/check-runs/MarkCBell/realalg/master
    :target: https://github.com/MarkCBell/realalg/actions
    :alt: Github build status

RealAlg provides real algebraic numbers (embedded into R).
This is achieved through a variety of interfaces.
For most performance ensure that `cypari`_ or `cypari2`_ is installed, or run it within `Sage`_.

It officially supports Python 3.8 -- 3.12.
It also runs on `PyPy`_ and `Sage`_.

External Links
--------------

* `PyPI`_
* `GitHub`_

.. _GitHub: https://github.com/MarkCBell/realalg
.. _PyPI: https://pypi.org/project/realalg
.. _ReadTheDocs: http://realalg.readthedocs.io
.. _Sage: http://www.sagemath.org
.. _PyPy: https://pypy.org/
.. _cypari: https://pypi.org/project/cypari
.. _cypari2: https://pypi.org/project/cypari2


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MarkCBell/realalg",
    "name": "realalg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "algebraic",
    "author": "Mark Bell",
    "author_email": "mcbell@illinois.edu",
    "download_url": "https://files.pythonhosted.org/packages/7e/95/042d848ce38e4f27761f311398950140889b1b75486aab3268af99974d36/realalg-0.3.6.tar.gz",
    "platform": null,
    "description": "\nRealAlg\n=======\n\n.. image:: https://img.shields.io/pypi/v/realalg.svg\n    :target: https://pypi.org/project/realalg/\n    :alt: PyPI version\n\n.. image:: https://img.shields.io/pypi/l/realalg.svg\n    :target: https://pypi.org/project/realalg/\n    :alt: PyPI license\n\n.. image:: https://img.shields.io/github/check-runs/MarkCBell/realalg/master\n    :target: https://github.com/MarkCBell/realalg/actions\n    :alt: Github build status\n\nRealAlg provides real algebraic numbers (embedded into R).\nThis is achieved through a variety of interfaces.\nFor most performance ensure that `cypari`_ or `cypari2`_ is installed, or run it within `Sage`_.\n\nIt officially supports Python 3.8 -- 3.12.\nIt also runs on `PyPy`_ and `Sage`_.\n\nExternal Links\n--------------\n\n* `PyPI`_\n* `GitHub`_\n\n.. _GitHub: https://github.com/MarkCBell/realalg\n.. _PyPI: https://pypi.org/project/realalg\n.. _ReadTheDocs: http://realalg.readthedocs.io\n.. _Sage: http://www.sagemath.org\n.. _PyPy: https://pypy.org/\n.. _cypari: https://pypi.org/project/cypari\n.. _cypari2: https://pypi.org/project/cypari2\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "For manipulating real algebraic numbers",
    "version": "0.3.6",
    "project_urls": {
        "Homepage": "https://github.com/MarkCBell/realalg"
    },
    "split_keywords": [
        "algebraic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e95042d848ce38e4f27761f311398950140889b1b75486aab3268af99974d36",
                "md5": "1023dc39ba87a2603bb43c21928397da",
                "sha256": "049b8ab342484fb596fadef7304dffac1322f43f1944130ca48d49c56b42144f"
            },
            "downloads": -1,
            "filename": "realalg-0.3.6.tar.gz",
            "has_sig": false,
            "md5_digest": "1023dc39ba87a2603bb43c21928397da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8978,
            "upload_time": "2024-09-18T23:17:15",
            "upload_time_iso_8601": "2024-09-18T23:17:15.606945Z",
            "url": "https://files.pythonhosted.org/packages/7e/95/042d848ce38e4f27761f311398950140889b1b75486aab3268af99974d36/realalg-0.3.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-18 23:17:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MarkCBell",
    "github_project": "realalg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "realalg"
}
        
Elapsed time: 1.39331s