anss-formats 0.0.1__tar.gz → 0.0.2__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.
- {anss_formats-0.0.1 → anss_formats-0.0.2}/PKG-INFO +27 -1
- anss_formats-0.0.2/README.md +23 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/pyproject.toml +2 -1
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/__init__.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/amplitude.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/association.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/beam.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/channel.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/eventType.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/filter.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/formatbasemodel.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/machineLearning.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/pick.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/quality.py +0 -0
- {anss_formats-0.0.1 → anss_formats-0.0.2}/anssformats/source.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: anss-formats
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Python implementation of the library used to communicate seismic event detection information between systems
|
|
5
5
|
License: CC0-1.0
|
|
6
6
|
Keywords: anss,earthquakes,formats,detection
|
|
@@ -21,3 +21,29 @@ Requires-Dist: requests (>=2.32.2,<3.0.0)
|
|
|
21
21
|
Requires-Dist: twine (>=5.1.1,<6.0.0)
|
|
22
22
|
Project-URL: Homepage, https://gitlab.com/anss-netops/anss-data-formats
|
|
23
23
|
Project-URL: Repository, https://gitlab.com/anss-netops/anss-data-formats
|
|
24
|
+
Description-Content-Type: text/markdown
|
|
25
|
+
|
|
26
|
+
# Python 3 ANSS Formats Library
|
|
27
|
+
|
|
28
|
+
This is the Python implementation of the library used to generate and parse the
|
|
29
|
+
ANSS Formats.
|
|
30
|
+
|
|
31
|
+
Dependencies
|
|
32
|
+
------
|
|
33
|
+
* ANSS Formats utilizes [JSON](www.json.org) for formatting.
|
|
34
|
+
* ANSS Formats was written in Python 3.6
|
|
35
|
+
* ANSS Formats uses [poetry](https://python-poetry.org/) for
|
|
36
|
+
Package, dependency and environment management.
|
|
37
|
+
|
|
38
|
+
Building
|
|
39
|
+
------
|
|
40
|
+
The steps to get and use the python ANSS-formats are as follows:
|
|
41
|
+
|
|
42
|
+
1. Clone ANSS-formats.
|
|
43
|
+
2. Open a command window and change directories to /python/
|
|
44
|
+
3. To run unit tests, run the command `poetry run pytest --cov=anssformats --junitxml junit.xml`
|
|
45
|
+
|
|
46
|
+
Using
|
|
47
|
+
-----S
|
|
48
|
+
Once you have the python distribution, simply import anssformats
|
|
49
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Python 3 ANSS Formats Library
|
|
2
|
+
|
|
3
|
+
This is the Python implementation of the library used to generate and parse the
|
|
4
|
+
ANSS Formats.
|
|
5
|
+
|
|
6
|
+
Dependencies
|
|
7
|
+
------
|
|
8
|
+
* ANSS Formats utilizes [JSON](www.json.org) for formatting.
|
|
9
|
+
* ANSS Formats was written in Python 3.6
|
|
10
|
+
* ANSS Formats uses [poetry](https://python-poetry.org/) for
|
|
11
|
+
Package, dependency and environment management.
|
|
12
|
+
|
|
13
|
+
Building
|
|
14
|
+
------
|
|
15
|
+
The steps to get and use the python ANSS-formats are as follows:
|
|
16
|
+
|
|
17
|
+
1. Clone ANSS-formats.
|
|
18
|
+
2. Open a command window and change directories to /python/
|
|
19
|
+
3. To run unit tests, run the command `poetry run pytest --cov=anssformats --junitxml junit.xml`
|
|
20
|
+
|
|
21
|
+
Using
|
|
22
|
+
-----S
|
|
23
|
+
Once you have the python distribution, simply import anssformats
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "anss-formats"
|
|
3
|
-
version = "0.0.1
|
|
3
|
+
version = "0.0.2" #prev 0.0.1
|
|
4
4
|
description = "Python implementation of the library used to communicate seismic event detection information between systems"
|
|
5
5
|
authors = ["John Patton <jpatton@usgs.gov>"]
|
|
6
|
+
readme = "README.md"
|
|
6
7
|
license = "CC0-1.0"
|
|
7
8
|
homepage ="https://gitlab.com/anss-netops/anss-data-formats"
|
|
8
9
|
include = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|