summaryrefslogtreecommitdiffstats
path: root/academic/sympy/README
diff options
context:
space:
mode:
author grissiom2010-05-12 23:27:42 +0200
committer David Somero2010-05-12 23:27:42 +0200
commit354aea4aa1ca248c1eabc5e747c793d938918cf1 (patch)
treef99d606bae7319e016fe5ed6d4d59cead5766892 /academic/sympy/README
parent53a10a02a59196d1bc3e034374ab9548dbe67c9b (diff)
downloadslackbuilds-354aea4aa1ca248c1eabc5e747c793d938918cf1.tar.gz
academic/sympy: Added to 12.2 repository
Diffstat (limited to 'academic/sympy/README')
-rw-r--r--academic/sympy/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/academic/sympy/README b/academic/sympy/README
new file mode 100644
index 0000000000..c5f09e0c67
--- /dev/null
+++ b/academic/sympy/README
@@ -0,0 +1,6 @@
+SymPy is a Python library for symbolic mathematics. It aims to become a
+full-featured computer algebra system (CAS) while keeping the code as simple as
+possible in order to be comprehensible and easily extensible. SymPy is written
+entirely in Python and does not require any external libraries.
+
+If you install iPython on your machine, sympy could take advantage of it.