diff options
author | Fellype do Nascimento <fellype (at) gmail.com> | 2017-07-18 22:31:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:56:08 +0700 |
commit | 1289094ea739a9fd9ebe6195dc888cae0edbd341 (patch) | |
tree | 7aa76e39bb7c2656f808b50ff535d5e9f08a6e73 /python/pygsl/README | |
parent | 50f5c031fbc8d29d0e22434853c119fe03ea5b4c (diff) | |
download | slackbuilds-1289094ea739a9fd9ebe6195dc888cae0edbd341.tar.gz |
python/pygsl: Added (python interface for GSL).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pygsl/README')
-rw-r--r-- | python/pygsl/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pygsl/README b/python/pygsl/README new file mode 100644 index 0000000000..4d0c324a01 --- /dev/null +++ b/python/pygsl/README @@ -0,0 +1,4 @@ +PyGSL (python interface for GSL) + +PyGSL is a Python interface for the GNU scientific library (GSL). +The wrapper covers nearly everything GSL provides. |