Metadata-Version: 2.1
Name: Mathics3
Version: 1.1.0
Summary: A general-purpose computer algebra system.
Home-page: https://mathics.org/
Maintainer: Mathics Group
License: GPL
Download-URL: https://github.com/mathics/Mathics/tarball/v1.1dev
Keywords: Mathematica,Wolfram,Interpreter,Shell,Math,CAS
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Interpreters
Description-Content-Type: text/x-rst
Requires-Dist: cython (>=0.15.1)
Requires-Dist: sympy (<1.7,>=1.6)
Requires-Dist: django (<3.2,>=3.0)
Requires-Dist: mpmath (>=1.1.0)
Requires-Dist: numpy
Requires-Dist: palettable
Requires-Dist: pint
Requires-Dist: python-dateutil
Requires-Dist: llvmlite
Requires-Dist: requests

Welcome to Mathics!
===================

|Travis|_ |SlackStatus|_ |PyPI|_

Mathics is a general-purpose computer algebra system (CAS). It is an open-source alternative to Mathematica. It is free both as in "free beer" and as in "freedom".

The home page of Mathics is https://mathics.org.


ScreenShots
-----------

mathicsscript: a text interface
+++++++++++++++++++++++++++++++

|mathicsscript|

mathicsserver: a Django-based Web interface
+++++++++++++++++++++++++++++++++++++++++++

|mathicssserver|


Installing and Running
----------------------

See the `wiki page <https://github.com/mathics/Mathics/wiki/Installing-and-Running>`_ for how to install and run.

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

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

.. |SlackStatus| image:: https://mathics-slackin.herokuapp.com/badge.svg
.. _SlackStatus: https://mathics-slackin.herokuapp.com/
.. |Travis| image:: https://secure.travis-ci.org/mathics/Mathics.svg?branch=master
.. _Travis: https://travis-ci.org/mathics/Mathics
.. |PyPI| image:: https://img.shields.io/pypi/v/Mathics
.. _PyPI: https://pypi.org/project/Mathics/
.. |mathicsscript| image:: https://mathics.org/screenshots/mathicsscript.png
.. |mathicssserver| image:: https://mathics.org/screenshots/mathicsserver.png



License
-------

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



