summaryrefslogtreecommitdiffstats
path: root/python/python3-obspy/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-obspy/README')
-rw-r--r--python/python3-obspy/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/python3-obspy/README b/python/python3-obspy/README
new file mode 100644
index 0000000000..9a1475384c
--- /dev/null
+++ b/python/python3-obspy/README
@@ -0,0 +1,14 @@
+ObsPy is an open-source project dedicated to provide a Python
+framework for processing seismological data. It provides parsers
+for common file formats, clients to access data centers and
+seismological signal processing routines which allow the manipulation
+of seismological time series. The goal of the ObsPy project is to
+facilitate rapid application development for seismology.
+
+
+NOTES:
+
+suds-jurko must be built with python3 support.
+
+Generally speaking, all the indirect dependencies must be built
+with python3 support, where possible.