Mathics3


NameMathics3 JSON
Version 6.0.4 PyPI version JSON
download
home_pagehttps://mathics.org/
SummaryA general-purpose computer algebra system.
upload_time2023-11-25 02:36:45
maintainerMathics Group
docs_urlNone
author
requires_python
licenseGPL
keywords mathematica wolfram interpreter shell math cas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            Welcome to Mathics Core!
========================

|Pypi Installs| |Latest Version| |Supported Python Versions| |SlackStatus|_

|Packaging status|


Mathics is a general-purpose computer algebra system (CAS).

However this repository contains just the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.

The home page for Mathics is https://mathics.org where you will find a list of screenshots and components making up the system.

Installing
----------

Installing locally, requires a number of dependencies and OS package dependencies.

See the `Installing Mathics <https://mathics-development-guide.readthedocs.io/en/latest/installing.html>`_ for instructions on installing Mathics3.

Running:
--------

Mathics3, the core library comes with a very simple command-line program called ``mathics``::

  $ mathics

  Mathics 5.0.3dev0
  on CPython 3.8.12 (heads/v2.3.4.1_release:4a6b4d3504, Jun  3 2022, 15:46:12)
  using SymPy 1.10.1, mpmath 1.2.1, numpy 1.23.1, cython 0.29.30

  Copyright (C) 2011-2022 The Mathics Team.
  This program comes with ABSOLUTELY NO WARRANTY.
  This is free software, and you are welcome to redistribute it
  under certain conditions.
  See the documentation for the full license.

  Quit by evaluating Quit[] or by pressing CONTROL-D.

  In[1]:=

Type ``mathics --help`` for options that can be provided.

For a more featureful frontend, see `mathicsscript
<https://pypi.org/project/mathicsscript/>`_.

For a Django front-end based web front-end see `<https://pypi.org/project/Mathics-Django/>`_.



Contributing
------------

Please feel encouraged to contribute to Mathics! Create your own fork, make the desired changes, commit, and make a pull request.


License
-------

Mathics is released under the GNU General Public License Version 3 (GPL3).

.. |SlackStatus| image:: https://mathics-slackin.herokuapp.com/badge.svg
.. _SlackStatus: https://mathics-slackin.herokuapp.com/
.. |Travis| image:: https://secure.travis-ci.org/Mathics3/mathics-core.svg?branch=master
.. _Travis: https://travis-ci.org/Mathics3/mathics-core
.. _PyPI: https://pypi.org/project/Mathics/
.. |mathicsscript| image:: https://github.com/Mathics3/mathicsscript/blob/master/screenshots/mathicsscript1.gif
.. |mathicssserver| image:: https://mathics.org/images/mathicsserver.png
.. |Latest Version| image:: https://badge.fury.io/py/Mathics3.svg
		 :target: https://badge.fury.io/py/Mathics3
.. |Pypi Installs| image:: https://pepy.tech/badge/Mathics3
.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/Mathics3.svg
.. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/mathics.svg
			    :target: https://repology.org/project/mathics/versions


            

Raw data

            {
    "_id": null,
    "home_page": "https://mathics.org/",
    "name": "Mathics3",
    "maintainer": "Mathics Group",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "mathics-devel@googlegroups.com",
    "keywords": "Mathematica,Wolfram,Interpreter,Shell,Math,CAS",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b3/b8/8c38a70934a7eb3ce04054281079fb95da7a8f59ec8c0b7a3f1efefef979/Mathics3-6.0.4.tar.gz",
    "platform": null,
    "description": "Welcome to Mathics Core!\n========================\n\n|Pypi Installs| |Latest Version| |Supported Python Versions| |SlackStatus|_\n\n|Packaging status|\n\n\nMathics is a general-purpose computer algebra system (CAS).\n\nHowever this repository contains just the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.\n\nThe home page for Mathics is https://mathics.org where you will find a list of screenshots and components making up the system.\n\nInstalling\n----------\n\nInstalling locally, requires a number of dependencies and OS package dependencies.\n\nSee the `Installing Mathics <https://mathics-development-guide.readthedocs.io/en/latest/installing.html>`_ for instructions on installing Mathics3.\n\nRunning:\n--------\n\nMathics3, the core library comes with a very simple command-line program called ``mathics``::\n\n  $ mathics\n\n  Mathics 5.0.3dev0\n  on CPython 3.8.12 (heads/v2.3.4.1_release:4a6b4d3504, Jun  3 2022, 15:46:12)\n  using SymPy 1.10.1, mpmath 1.2.1, numpy 1.23.1, cython 0.29.30\n\n  Copyright (C) 2011-2022 The Mathics Team.\n  This program comes with ABSOLUTELY NO WARRANTY.\n  This is free software, and you are welcome to redistribute it\n  under certain conditions.\n  See the documentation for the full license.\n\n  Quit by evaluating Quit[] or by pressing CONTROL-D.\n\n  In[1]:=\n\nType ``mathics --help`` for options that can be provided.\n\nFor a more featureful frontend, see `mathicsscript\n<https://pypi.org/project/mathicsscript/>`_.\n\nFor a Django front-end based web front-end see `<https://pypi.org/project/Mathics-Django/>`_.\n\n\n\nContributing\n------------\n\nPlease feel encouraged to contribute to Mathics! Create your own fork, make the desired changes, commit, and make a pull request.\n\n\nLicense\n-------\n\nMathics is released under the GNU General Public License Version 3 (GPL3).\n\n.. |SlackStatus| image:: https://mathics-slackin.herokuapp.com/badge.svg\n.. _SlackStatus: https://mathics-slackin.herokuapp.com/\n.. |Travis| image:: https://secure.travis-ci.org/Mathics3/mathics-core.svg?branch=master\n.. _Travis: https://travis-ci.org/Mathics3/mathics-core\n.. _PyPI: https://pypi.org/project/Mathics/\n.. |mathicsscript| image:: https://github.com/Mathics3/mathicsscript/blob/master/screenshots/mathicsscript1.gif\n.. |mathicssserver| image:: https://mathics.org/images/mathicsserver.png\n.. |Latest Version| image:: https://badge.fury.io/py/Mathics3.svg\n\t\t :target: https://badge.fury.io/py/Mathics3\n.. |Pypi Installs| image:: https://pepy.tech/badge/Mathics3\n.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/Mathics3.svg\n.. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/mathics.svg\n\t\t\t    :target: https://repology.org/project/mathics/versions\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A general-purpose computer algebra system.",
    "version": "6.0.4",
    "project_urls": {
        "Download": "https://github.com/Mathics3/mathics-core/releases",
        "Homepage": "https://mathics.org/"
    },
    "split_keywords": [
        "mathematica",
        "wolfram",
        "interpreter",
        "shell",
        "math",
        "cas"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f67fb9aa6d8da8fd4abb75a9d4f66e58939a602cc97833d46e638fc880587cdd",
                "md5": "e300cd11df2e8bf5bb1aab740941b799",
                "sha256": "28a71f30a5d91ef37e9f90a8cfeb9e28c103b64f5bfa611f23833c936bf824a6"
            },
            "downloads": -1,
            "filename": "Mathics3-6.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e300cd11df2e8bf5bb1aab740941b799",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2780947,
            "upload_time": "2023-11-25T02:36:43",
            "upload_time_iso_8601": "2023-11-25T02:36:43.163186Z",
            "url": "https://files.pythonhosted.org/packages/f6/7f/b9aa6d8da8fd4abb75a9d4f66e58939a602cc97833d46e638fc880587cdd/Mathics3-6.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3b88c38a70934a7eb3ce04054281079fb95da7a8f59ec8c0b7a3f1efefef979",
                "md5": "ac9781fcc5645386c511ee0cc970bd42",
                "sha256": "b2d4e41008fb92c6ca00cfb345bbeca14b2ac1b447ae592254f48aba56e91d70"
            },
            "downloads": -1,
            "filename": "Mathics3-6.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ac9781fcc5645386c511ee0cc970bd42",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2974339,
            "upload_time": "2023-11-25T02:36:45",
            "upload_time_iso_8601": "2023-11-25T02:36:45.663013Z",
            "url": "https://files.pythonhosted.org/packages/b3/b8/8c38a70934a7eb3ce04054281079fb95da7a8f59ec8c0b7a3f1efefef979/Mathics3-6.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-25 02:36:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mathics3",
    "github_project": "mathics-core",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "mathics3"
}
        
Elapsed time: 0.14168s