eqcctpro 0.4.3__tar.gz → 0.4.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of eqcctpro might be problematic. Click here for more details.
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/PKG-INFO +9 -5
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/README.md +1 -1
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/eqcctpro.egg-info/PKG-INFO +9 -5
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/eqcctpro.egg-info/SOURCES.txt +1 -0
- eqcctpro-0.4.5/pyproject.toml +48 -0
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/setup.py +2 -2
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/eqcctpro/__init__.py +0 -0
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/eqcctpro.egg-info/dependency_links.txt +0 -0
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/eqcctpro.egg-info/requires.txt +0 -0
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/eqcctpro.egg-info/top_level.txt +0 -0
- {eqcctpro-0.4.3 → eqcctpro-0.4.5}/setup.cfg +0 -0
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: eqcctpro
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.5
|
|
4
|
+
Summary: EQCCTPro: A powerful seismic event detection toolkit
|
|
5
|
+
Author-email: Constantinos Skevofilax <constantinos.skevofilax@austin.utexas.edu>, Victor Salles <victor.salles@beg.utexas.edu>
|
|
6
|
+
Project-URL: Homepage, https://pypi.org/project/eqcctpro/
|
|
7
|
+
Project-URL: Repository, https://github.com/ut-beg-texnet/eqcctpro
|
|
8
|
+
Project-URL: Issues, https://github.com/ut-beg-texnet/eqcctpro/issues
|
|
9
|
+
Project-URL: Documentation, https://github.com/ut-beg-texnet/eqcct/blob/main/eqcctpro/README.md
|
|
10
|
+
Requires-Python: >=3.10.14
|
|
4
11
|
Description-Content-Type: text/markdown
|
|
5
12
|
Requires-Dist: numpy==1.26.4
|
|
6
13
|
Requires-Dist: pandas==2.2.3
|
|
@@ -23,9 +30,6 @@ Requires-Dist: grpcio==1.70.0
|
|
|
23
30
|
Requires-Dist: absl-py==2.1.0
|
|
24
31
|
Requires-Dist: h5py==3.12.1
|
|
25
32
|
Requires-Dist: pynvml==12.0.0
|
|
26
|
-
Dynamic: description
|
|
27
|
-
Dynamic: description-content-type
|
|
28
|
-
Dynamic: requires-dist
|
|
29
33
|
|
|
30
34
|
# EQCCTPro: powerful seismic event detection toolkit
|
|
31
35
|
|
|
@@ -47,7 +51,7 @@ It is **highly** recommended you pull the `EQCCTPro` folder to gain access to th
|
|
|
47
51
|
|
|
48
52
|
However, if you wish to install **only the EQCCTPro Python package and use it out of the box** (method 1), run:
|
|
49
53
|
```sh
|
|
50
|
-
|
|
54
|
+
pip install eqcctpro
|
|
51
55
|
```
|
|
52
56
|
**You must have at least Python verison 3.10.14 for the application to run**.
|
|
53
57
|
|
|
@@ -18,7 +18,7 @@ It is **highly** recommended you pull the `EQCCTPro` folder to gain access to th
|
|
|
18
18
|
|
|
19
19
|
However, if you wish to install **only the EQCCTPro Python package and use it out of the box** (method 1), run:
|
|
20
20
|
```sh
|
|
21
|
-
|
|
21
|
+
pip install eqcctpro
|
|
22
22
|
```
|
|
23
23
|
**You must have at least Python verison 3.10.14 for the application to run**.
|
|
24
24
|
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: eqcctpro
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.5
|
|
4
|
+
Summary: EQCCTPro: A powerful seismic event detection toolkit
|
|
5
|
+
Author-email: Constantinos Skevofilax <constantinos.skevofilax@austin.utexas.edu>, Victor Salles <victor.salles@beg.utexas.edu>
|
|
6
|
+
Project-URL: Homepage, https://pypi.org/project/eqcctpro/
|
|
7
|
+
Project-URL: Repository, https://github.com/ut-beg-texnet/eqcctpro
|
|
8
|
+
Project-URL: Issues, https://github.com/ut-beg-texnet/eqcctpro/issues
|
|
9
|
+
Project-URL: Documentation, https://github.com/ut-beg-texnet/eqcct/blob/main/eqcctpro/README.md
|
|
10
|
+
Requires-Python: >=3.10.14
|
|
4
11
|
Description-Content-Type: text/markdown
|
|
5
12
|
Requires-Dist: numpy==1.26.4
|
|
6
13
|
Requires-Dist: pandas==2.2.3
|
|
@@ -23,9 +30,6 @@ Requires-Dist: grpcio==1.70.0
|
|
|
23
30
|
Requires-Dist: absl-py==2.1.0
|
|
24
31
|
Requires-Dist: h5py==3.12.1
|
|
25
32
|
Requires-Dist: pynvml==12.0.0
|
|
26
|
-
Dynamic: description
|
|
27
|
-
Dynamic: description-content-type
|
|
28
|
-
Dynamic: requires-dist
|
|
29
33
|
|
|
30
34
|
# EQCCTPro: powerful seismic event detection toolkit
|
|
31
35
|
|
|
@@ -47,7 +51,7 @@ It is **highly** recommended you pull the `EQCCTPro` folder to gain access to th
|
|
|
47
51
|
|
|
48
52
|
However, if you wish to install **only the EQCCTPro Python package and use it out of the box** (method 1), run:
|
|
49
53
|
```sh
|
|
50
|
-
|
|
54
|
+
pip install eqcctpro
|
|
51
55
|
```
|
|
52
56
|
**You must have at least Python verison 3.10.14 for the application to run**.
|
|
53
57
|
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "eqcctpro"
|
|
7
|
+
version = "0.4.5"
|
|
8
|
+
description = "EQCCTPro: A powerful seismic event detection toolkit"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.10.14"
|
|
11
|
+
authors = [
|
|
12
|
+
{ name = "Constantinos Skevofilax", email = "constantinos.skevofilax@austin.utexas.edu" },
|
|
13
|
+
{ name = "Victor Salles", email = "victor.salles@beg.utexas.edu"}
|
|
14
|
+
]
|
|
15
|
+
license = { file = "LICENSE" }
|
|
16
|
+
dependencies = [
|
|
17
|
+
"numpy==1.26.4",
|
|
18
|
+
"pandas==2.2.3",
|
|
19
|
+
"matplotlib==3.10.0",
|
|
20
|
+
"obspy==1.4.1",
|
|
21
|
+
"progress==1.6",
|
|
22
|
+
"psutil==6.1.1",
|
|
23
|
+
"ray==2.42.1",
|
|
24
|
+
"schedule==1.2.2",
|
|
25
|
+
"sdnotify==0.3.2",
|
|
26
|
+
"tensorflow>=2.15,<2.19",
|
|
27
|
+
"tensorflow-estimator>=2.15,<2.19",
|
|
28
|
+
"tensorflow-io-gcs-filesystem==0.37.1",
|
|
29
|
+
"tensorboard==2.15.2",
|
|
30
|
+
"tensorboard-data-server==0.7.2",
|
|
31
|
+
"silence-tensorflow==1.2.3",
|
|
32
|
+
"scipy==1.15.1",
|
|
33
|
+
"protobuf==4.25.6",
|
|
34
|
+
"grpcio==1.70.0",
|
|
35
|
+
"absl-py==2.1.0",
|
|
36
|
+
"h5py==3.12.1",
|
|
37
|
+
"pynvml==12.0.0"
|
|
38
|
+
]
|
|
39
|
+
|
|
40
|
+
[project.urls]
|
|
41
|
+
Homepage = "https://pypi.org/project/eqcctpro/"
|
|
42
|
+
Repository = "https://github.com/ut-beg-texnet/eqcctpro"
|
|
43
|
+
Issues = "https://github.com/ut-beg-texnet/eqcctpro/issues"
|
|
44
|
+
Documentation = "https://github.com/ut-beg-texnet/eqcct/blob/main/eqcctpro/README.md"
|
|
45
|
+
|
|
46
|
+
[tool.setuptools.packages.find]
|
|
47
|
+
where = ["."]
|
|
48
|
+
include = ["eqcctpro*"]
|
|
@@ -30,7 +30,7 @@ with open("README.md", "r") as f:
|
|
|
30
30
|
|
|
31
31
|
setup(
|
|
32
32
|
name="eqcctpro",
|
|
33
|
-
version="0.4.
|
|
33
|
+
version="0.4.4",
|
|
34
34
|
packages=find_packages(),
|
|
35
35
|
install_requires=[
|
|
36
36
|
"numpy==1.26.4",
|
|
@@ -57,4 +57,4 @@ setup(
|
|
|
57
57
|
],
|
|
58
58
|
long_description=description,
|
|
59
59
|
long_description_content_type="text/markdown"
|
|
60
|
-
)
|
|
60
|
+
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|