diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2016-12-24 10:37:17 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-24 10:37:17 +0000 |
commit | 97e79c8c0888cfa35f77f7cfca3d6355120fdf85 (patch) | |
tree | f3c99231bf8e0cd350cc191bb70720827de73380 /python/obspy/slack-desc | |
parent | 08d312e9f18ec2e1ff1f862d949e9e809f7eaaba (diff) | |
download | slackbuilds-97e79c8c0888cfa35f77f7cfca3d6355120fdf85.tar.gz |
python/obspy: Added (A Python Framework for Seismology).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/obspy/slack-desc')
-rw-r--r-- | python/obspy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/obspy/slack-desc b/python/obspy/slack-desc new file mode 100644 index 0000000000..96b35cef7b --- /dev/null +++ b/python/obspy/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +obspy: ObsPy (A Python Framework for Seismology) +obspy: +obspy: ObsPy is an open-source project dedicated to provide a Python +obspy: framework for processing seismological data. It provides parsers +obspy: for common file formats, clients to access data centers and +obspy: seismological signal processing routines which allow the manipulation +obspy: of seismological time series. The goal of the ObsPy project is to +obspy: facilitate rapid application development for seismology. +obspy: +obspy: Homepage: https://github.com/obspy/obspy/wiki +obspy: |