eqcctpro 0.4.2__py3-none-any.whl → 0.4.4__py3-none-any.whl

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: eqcctpro
3
- Version: 0.4.2
3
+ Version: 0.4.4
4
4
  Description-Content-Type: text/markdown
5
5
  Requires-Dist: numpy==1.26.4
6
6
  Requires-Dist: pandas==2.2.3
@@ -40,22 +40,26 @@ EQCCTPro is a high-performace seismic event detection and processing framework t
40
40
 
41
41
  ## Installation
42
42
  To install `EQCCTPro`, there are two installation approaches:
43
- 1. Install **EQCCTPro** out the box with no sample waveform data to test the application with
44
- 2. Install **EQCCTPro** with the sample waveform data as provided from the Github folder
43
+ 1. Install **EQCCTPro** out the box with no sample waveform data to test the application with (experts)
44
+ 2. Install **EQCCTPro** with the sample waveform data as provided from the Github folder (first-time users)
45
45
 
46
- It is **highly** recommended you pull the `EQCCTPro` folder to gain access to the sample waveform data to help you get acquainted with **EQCCTPro** and its capabilites.
46
+ It is **highly** recommended you pull the `EQCCTPro` folder to gain access to the sample waveform data and code to help you get acquainted with **EQCCTPro** and its capabilites.
47
47
 
48
- If you wish to install **only the EQCCTPro Python package and use it out of the box (method 1)**, run **`pip install eqcctpro`**. **You must have at least Python verison 3.10.14 for the application to run**.
49
- You can install Python 3.10.14 using either traditional methods or do the following commands:
48
+ However, if you wish to install **only the EQCCTPro Python package and use it out of the box** (method 1), run:
49
+ ```sh
50
+ pip install eqcctpro
51
+ ```
52
+ **You must have at least Python verison 3.10.14 for the application to run**.
50
53
 
54
+ You can install Python 3.10.14 using either traditional methods or do the following commands:
51
55
  ```sh
52
- [skevofilaxc] conda create --name yourname python=3.10.14 -y
53
- [skevofilaxc] conda activate yourname
56
+ [skevofilaxc] conda create --name yourenvironemntname python=3.10.14 -y
57
+ [skevofilaxc] conda activate yourenvironemntname
54
58
  [skevofilaxc] python3 --version
55
59
  Python 3.10.14 (it should return)
56
60
  [skevofilaxc] pip install eqcctpro
57
61
  ```
58
- You will have access to **EQCCTPro** and its capabilities, however, it is **highly** recommended you pull the `EQCCTPro` folder to gain access to the sample waveform data and to get acquainted with **EQCCTPro**.
62
+ You will have access to **EQCCTPro** and its capabilities, however, it is **highly** recommended you pull the `EQCCTPro` folder to gain access to the sample waveform data to help you get acquainted with **EQCCTPro's** functionality.
59
63
  You can pull the `EQCCTPro` folder by running the following commands:
60
64
 
61
65
  ```sh
@@ -66,11 +70,10 @@ You can pull the `EQCCTPro` folder by running the following commands:
66
70
  [skevofilaxc] git sparse-checkout set eqcctpro
67
71
  ```
68
72
 
69
-
70
- If you wish to install **EQCCTPro** with the sample waveform data as originally intended, and or are having trouble installing Python 3.10.14, there has been a precreated conda environment under the `EQCCTPro` folder that will install the necessary packages
73
+ If you wish to install **EQCCTPro** with the sample waveform data as **originally intended for first-time users**, and or are having trouble installing Python 3.10.14, there has been a precreated conda environment under the `EQCCTPro` folder that will install the necessary packages
71
74
  and dependencies needed for **EQCCTPro** to run (method 2).
72
- You can pull the `EQCCTPro` folder, create the precreated conda environment, and activate it using the following commands:
73
75
 
76
+ You can pull the `EQCCTPro` folder, create the precreated conda environment, and activate it as originally intended for first-time users using the following commands:
74
77
  ```sh
75
78
  [skevofilaxc] mkdir my_work_directory
76
79
  [skevofilaxc] cd my_work_directory
@@ -85,7 +88,7 @@ After creating and activating the conda environment, install the **EQCCTPro Pyth
85
88
  ```sh
86
89
  [skevofilaxc] pip install eqcctpro
87
90
  ```
88
- The pip package will install the remaining packages needed for **EQCCTPro** to work. More information on the package can be found at our PyPi project link [EQCCTPro](https://pypi.org/project/eqcctpro/).
91
+ The pip package will install the remaining packages needed for **EQCCTPro** to work. More information on the eqcctpro pip package can be found at our PyPi project link here [(EQCCTPro)](https://pypi.org/project/eqcctpro/).
89
92
 
90
93
  ## Creating a Test Workspace Environment
91
94
  It's highly suggested to create a workspace environment to first understand how eqcctpro works.
@@ -0,0 +1,5 @@
1
+ eqcctpro/__init__.py,sha256=JK27ZrLxVDNHsdorp7UAislI8haH23rZhnEivVM7hgA,141
2
+ eqcctpro-0.4.4.dist-info/METADATA,sha256=vB0Jw_EHOzWZybsdPq85VynuQ24vQyyarrsrPm0j3SU,20943
3
+ eqcctpro-0.4.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
+ eqcctpro-0.4.4.dist-info/top_level.txt,sha256=u0cu2JdF7Z0ob7y4XdUCLoSGp_xOudAYz-fbsQ-B1yY,9
5
+ eqcctpro-0.4.4.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- eqcctpro/__init__.py,sha256=JK27ZrLxVDNHsdorp7UAislI8haH23rZhnEivVM7hgA,141
2
- eqcctpro-0.4.2.dist-info/METADATA,sha256=DtXDzG1Wog6NokLnxK5qoFLI91bh7bwk0entrGqxb7I,20761
3
- eqcctpro-0.4.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
- eqcctpro-0.4.2.dist-info/top_level.txt,sha256=u0cu2JdF7Z0ob7y4XdUCLoSGp_xOudAYz-fbsQ-B1yY,9
5
- eqcctpro-0.4.2.dist-info/RECORD,,