• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Mathics3.egg-info/H03-May-2022-8562

mathics/H03-May-2022-592,670461,720

test/H03-May-2022-4,3803,576

CHANGES.rstH A D15-May-202127.5 KiB785631

ChangeLogH A D15-May-2021880.4 KiB25,75117,294

FUTURE.rstH A D10-Oct-20204.3 KiB12188

MANIFEST.inH A D13-May-2021201 109

MakefileH A D13-May-20211.9 KiB8748

PKG-INFOH A D15-May-20213.6 KiB8562

README.rstH A D13-May-20212 KiB5736

setup.cfgH A D15-May-202180 85

setup.pyH A D03-May-20225.7 KiB194145

README.rst

1Welcome to Mathics!
2===================
3
4|Pypi Installs| |Latest Version| |Supported Python Versions| |Travis|_ |SlackStatus|_
5
6|Packaging status|
7
8
9Mathics 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".
10
11The home page of Mathics is https://mathics.org.
12
13
14ScreenShots
15-----------
16
17mathicsscript: a text interface
18+++++++++++++++++++++++++++++++
19
20|mathicsscript|
21
22mathicsserver: a Django-based Web interface
23+++++++++++++++++++++++++++++++++++++++++++
24
25|mathicssserver|
26
27
28Installing and Running
29----------------------
30
31See the `read the docs guide <https://mathics-development-guide.readthedocs.io/en/latest/>`_ for instructions on `installing <https://mathics-development-guide.readthedocs.io/en/latest/installing.html>`_ and `running <https://mathics-development-guide.readthedocs.io/en/latest/running.html>`_.
32
33Contributing
34------------
35
36Please feel encouraged to contribute to Mathics! Create your own fork, make the desired changes, commit, and make a pull request.
37
38
39License
40-------
41
42Mathics is released under the GNU General Public License Version 3 (GPL3).
43
44.. |SlackStatus| image:: https://mathics-slackin.herokuapp.com/badge.svg
45.. _SlackStatus: https://mathics-slackin.herokuapp.com/
46.. |Travis| image:: https://secure.travis-ci.org/mathics/Mathics.svg?branch=master
47.. _Travis: https://travis-ci.org/mathics/Mathics
48.. _PyPI: https://pypi.org/project/Mathics/
49.. |mathicsscript| image:: https://github.com/Mathics3/mathicsscript/blob/master/screenshots/mathicsscript1.gif
50.. |mathicssserver| image:: https://mathics.org/images/mathicsserver.png
51.. |Latest Version| image:: https://badge.fury.io/py/Mathics3.svg
52		 :target: https://badge.fury.io/py/Mathics3
53.. |Pypi Installs| image:: https://pepy.tech/badge/Mathics3
54.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/Mathics3.svg
55.. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/mathics.svg
56			    :target: https://repology.org/project/mathics/versions
57