obsplus

View on PyPIReverse Dependencies (1)

0.3.0 obsplus-0.3.0-py3-none-any.whl

Wheel Details

Project: obsplus
Version: 0.3.0
Filename: obsplus-0.3.0-py3-none-any.whl
Download: [link]
Size: 343471
MD5: 05c5f8afe53f330bcced8e25e3c6f39f
SHA256: d6ea89353a3ca855492e2807d050f47807c24c20cd642c6a3f45e2735838b87b
Uploaded: 2024-02-28 22:18:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: obsplus
Version: 0.3.0
Summary: An ObsPy exapanson pack
Author-Email: Derrick Chambers <d-chambers[at]users.noreply.github.com>, Shawn Boltz <sboltz[at]users.noreply.github.com>
Project-Url: Bug Tracker, https://github.com/niosh-mining/obsplus/issues
Project-Url: Documentation, https://github.com/niosh-mining/obsplus
Project-Url: Homepage, https://github.com/niosh-mining/obsplus
License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Keywords: geophysics,Seismology
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: obspy (>=1.3.0)
Requires-Dist: pandas (>=1.0)
Requires-Dist: progressbar2
Requires-Dist: pydantic (<3.0,>=2.0)
Requires-Dist: scipy
Requires-Dist: tables
Requires-Dist: typing-extensions
Requires-Dist: obsplus[test]; extra == "dev"
Requires-Dist: obsplus[docs]; extra == "dev"
Requires-Dist: sphinx (>=1.5.1); extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: jinja2; extra == "docs"
Requires-Dist: typer; extra == "docs"
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage (<5.0); extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coveralls; extra == "test"
Requires-Dist: nbval; extra == "test"
Requires-Dist: twine; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 1949 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
obsplus/__init__.py sha256=JLRRU4mQi8C4R5l-bBMVmyansig8mB8Z4byhBR5-exo 1744
obsplus/constants.py sha256=JLkEW93b5EIcXHWqMcWbb3s0zzOxu3tmYZg5w2XdaWU 20299
obsplus/exceptions.py sha256=mNMxwYwPDvh96_9gMBcDbDgXDBKYlK7DFiej1XKHhcQ 1292
obsplus/interfaces.py sha256=TA1z_-sZ6MjZXxuNHST0bhdSPhfP862lEo1LkZeH1CA 4048
obsplus/version.py sha256=iZ0rEKZ-MkxBHiGCV8mMswEYFh_Hls6OhI9zytWYuDI 379
obsplus/bank/__init__.py sha256=V04blCUUkAJXzHJdCKiB8qPdUTdssGwV-0D91YdTYV4 153
obsplus/bank/core.py sha256=tcK24BFlR-UZN0PX8tC5dkuFTWroJXPIVYEy-wcdLTE 11414
obsplus/bank/eventbank.py sha256=Q2jsoBetx2wzJKDEbLI5icKsFC4fc01cZABZwy0v2Q8 19611
obsplus/bank/stationbank.py sha256=u2uOd6rkCLKbnEooQB7sLpD95a-Kl2aW4tWzOliYdEs 181
obsplus/bank/wavebank.py sha256=1ShDxkSVhwvSzJ_CGazHJq8uWn_raw3BkxGAynJ8-T4 29462
obsplus/datasets/__init__.py sha256=_wDRZd_u5AxAZR-BcNmij8Kqx1reQTBSx7c5F-0-gnk 90
obsplus/datasets/bingham_test.py sha256=oV-TSGWyZWNM2shKMqkfj15jbpv8PJDEgTffiNCsdpQ 2917
obsplus/datasets/crandall_test.py sha256=pIR1IkbpNI9AEc5Sbh4_eUavVoSSPTzmmVcOJz4APwA 3065
obsplus/datasets/dataset.py sha256=ij3Q1wnfHwryK-apUKplyxKLlzJ9hmRWWUPjCzRz9p0 23990
obsplus/datasets/default_test.py sha256=jJ-OQuTnyBRj6fdrmpBp8h_j2PIc2BiYltjqnlRzT7w 1122
obsplus/datasets/ta_test.py sha256=PrdiqCtaBUtjH4mrUNMs-tlL5YZo5KNzzwSYEPkO6Yk 2196
obsplus/datasets/bingham_test/dataset_hash.json sha256=WLwdoWcAWZrimImXzinymlKElDeo1riNilriuTK70Pg 67025
obsplus/datasets/bingham_test/dataset_version.txt sha256=6d2FB_S_DG9CRY5BrqgzrQvT9hJycjNe7pv01YVB7Wc 6
obsplus/datasets/bingham_test/events.xml sha256=F9S1Y6Awd28E3uCket03r0vB2pCl_eWJ2BJ0lh-76Ag 368051
obsplus/datasets/bingham_test/inventory.xml sha256=9rHEj_Mj7k4TkDQEnsDva4ZPmCtnHLbrxgOCHsZ-buY 312131
obsplus/datasets/crandall_test/dataset_hash.json sha256=aoXMAh0-6EEjQ4IeUGHBhKNQDUZwvUL6vQJkwoRdz8U 57590
obsplus/datasets/crandall_test/dataset_version.txt sha256=5mNQReHSR47EynEtjA4d_O-Lt7Wx6OO7Vg03_jmannI 6
obsplus/datasets/crandall_test/events.xml sha256=ZSSqpa1qTFll_l00AI-QlHmcTdJ096gusTQ7SkjSM3Y 644138
obsplus/datasets/default_test/dataset_hash.json sha256=_nvAZb9lmW2V-o9X8dx4y-h2ZOj_srEn2ypi5qKqPMc 888
obsplus/datasets/default_test/dataset_version.txt sha256=5mNQReHSR47EynEtjA4d_O-Lt7Wx6OO7Vg03_jmannI 6
obsplus/datasets/ta_test/dataset_hash.json sha256=bIGKIxzSn2EXku0FunSqDiZaMsuQXGSPAsriljaRmAE 87305
obsplus/datasets/ta_test/dataset_version.txt sha256=5mNQReHSR47EynEtjA4d_O-Lt7Wx6OO7Vg03_jmannI 6
obsplus/datasets/ta_test/inventory.xml sha256=EZqdjRCW4PiE86r6ZrNW6Hzn1udu2gU4ytr2aO0ZZ-g 377749
obsplus/events/__init__.py sha256=o52ptqlbD7ugCmXE5fp1coPR605BocEzs4-o_qEfdt8 85
obsplus/events/get_events.py sha256=oEmYAdghUbP_QvyZ516sDU0usSlOYFnbKwz3BaL4EXg 8049
obsplus/events/json.py sha256=jbnpUSJtSEvwi9Jbj27kfUWj9YTkKVmHlDFPfMcNoIM 1555
obsplus/events/merge.py sha256=Cg7y_mySYUa51Mjhc-NI3kU6bzZWw_W6Hnq3tpF3ztM 9923
obsplus/events/pd.py sha256=Ws3-GkZ_N0dKnkjgn91SrRsZBsZfHt1YpyuyskqRTmw 21763
obsplus/events/schema.py sha256=kSOSt5RN0xvbbS0Km-0VIqsVMiU30D1Mock2BPwIP20 18410
obsplus/events/validate.py sha256=LQJ1Z2T4NlM5EXp2jC_d73WAJ9TYJzDc1AjyqiHvMtM 10773
obsplus/stations/__init__.py sha256=pqXhKvwkhM_CHAwYH7S1N49vdpfLm4lxqc3fPeoMUhk 39
obsplus/stations/get_stations.py sha256=RfQM3_XucNvMtbhTFIz1_g8dqAD5vFEhftxONJePb7c 4538
obsplus/stations/pd.py sha256=K3KgZfC4hdq7SMCxxSLjnNJzRT7eqjJwG_N6qGQ6mWM 4353
obsplus/structures/__init__.py sha256=8iuQ7ytZeMg492rdyAC103TuqKT3_XVeqK9n8jebJSQ 71
obsplus/structures/dfextractor.py sha256=bcRTN8oLyvuheuN3xkvTCMfNHcACJ6qPuL_Ntti6kKI 7732
obsplus/structures/fetcher.py sha256=YdvQi3vXTkBN1M0X86rwwOPRsafIvMYEMOrdKSJRsA8 23301
obsplus/utils/__init__.py sha256=WbE-yk-dTOpC6U0cTJ4g4t43AyPt5o2G_QRooDOE2_k 356
obsplus/utils/bank.py sha256=_OUzgNrjg_jQ5kzolPSBHCkqb9nnXxkBqrzHFwL-MKI 14821
obsplus/utils/dataset.py sha256=ZZZDRWUqmsNDoF0GyGCPIOSXh6Ps1sQ4NMCOIeC5Iuk 2320
obsplus/utils/docs.py sha256=mdxiV1E4_UXqaMkA6uhKkMvyI_VyWowdipK1ITAU1WA 2527
obsplus/utils/events.py sha256=Dt6kxUbcWHu1OUrLwJmrw053XlKYw1IsMV7rbOhn9a8 17667
obsplus/utils/geodetics.py sha256=1r2hFPFDnnFq6MjIbIOL4Gz0C29SHdy_5_51fy8iVaQ 9105
obsplus/utils/misc.py sha256=Cu0AFhW7Ef1g90201E8IljAsBRvqIMsjB-ecFqxANho 18330
obsplus/utils/mseed.py sha256=Pv8kcCx-q0QOBydXlAiCg0MuZB66N41RIqVJCR9K00Q 3310
obsplus/utils/pd.py sha256=8SpfXLM9XWlmJ-lywvHZDAm_lP2zgTS30SHhGBHtqVQ 17114
obsplus/utils/stations.py sha256=Vgv0dBSURPDOZva2petg0jNtgBoqqu7BRm_A2dvnZW4 16181
obsplus/utils/testing.py sha256=7Cy5hMVNAMGxxbtoSIB3xMC2Pv9BUxKj-XxfY6A8iB0 10380
obsplus/utils/time.py sha256=VBPLNBb7yRpVA2oG7lkWnZm7uZuoYrNk9ScM0UW4GFo 13068
obsplus/utils/validate.py sha256=Do_ggx1KGOlar83E9tBEeC4o6IZgqjb0_6T-rlYFMM4 6859
obsplus/utils/waveforms.py sha256=INGLhr72yFM7SMS4egoeHKfTQe4u0UT59ED4Odmektg 21508
obsplus/waveforms/__init__.py sha256=zecxR_jWwl34YCqs_VAfC0uG-wDensiafFyrw7i2A7o 92
obsplus/waveforms/get_waveforms.py sha256=K6kWVVuKBmDOY_ZoJmq8gTWsZB5LjX9YgRV7kdtpNEc 2710
obsplus-0.3.0.dist-info/LICENSE sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg 7652
obsplus-0.3.0.dist-info/METADATA sha256=V0cknrwzpTSF20hw1TDOpJaCOXCr9dWnFdjK-X5Ly68 12854
obsplus-0.3.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
obsplus-0.3.0.dist-info/entry_points.txt sha256=RyDufBY9ZK3v3zjZFERLW0_92wQThrxWQIU-d_7gagI 191
obsplus-0.3.0.dist-info/top_level.txt sha256=ZxToJ8SRT_3fv9wFAX-XhYJinRoMBkempZQ5NSFU-68 8
obsplus-0.3.0.dist-info/RECORD

top_level.txt

obsplus

entry_points.txt

bingham_test = obsplus.datasets.bingham_test
crandall_test = obsplus.datasets.crandall_test
default_test = obsplus.datasets.default_test
ta_test = obsplus.datasets.ta_test