apsg 1.3.1__py3-none-any.whl → 1.3.2__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.
- apsg/__init__.py +1 -1
- {apsg-1.3.1.dist-info → apsg-1.3.2.dist-info}/METADATA +32 -31
- {apsg-1.3.1.dist-info → apsg-1.3.2.dist-info}/RECORD +7 -6
- {apsg-1.3.1.dist-info → apsg-1.3.2.dist-info}/WHEEL +2 -1
- apsg-1.3.2.dist-info/top_level.txt +1 -0
- {apsg-1.3.1.dist-info/licenses → apsg-1.3.2.dist-info}/LICENSE +0 -0
- {apsg-1.3.1.dist-info → apsg-1.3.2.dist-info}/entry_points.txt +0 -0
apsg/__init__.py
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: apsg
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: APSG - The package for structural geologists
|
|
5
|
-
Project-URL: Homepage, https://github.com/ondrolexa/apsg
|
|
6
|
-
Project-URL: Documentation, https://apsg.readthedocs.io
|
|
7
|
-
Project-URL: Repository, https://github.com/ondrolexa/apsg.git
|
|
8
|
-
Project-URL: Issues, https://github.com/ondrolexa/apsg/issues
|
|
9
|
-
Project-URL: Changelog, https://github.com/ondrolexa/apsg/blob/master/CHANGELOG.md
|
|
10
5
|
Author-email: Ondrej Lexa <lexa.ondrej@gmail.com>
|
|
11
6
|
Maintainer-email: Ondrej Lexa <lexa.ondrej@gmail.com>
|
|
12
7
|
License: MIT License
|
|
@@ -31,41 +26,47 @@ License: MIT License
|
|
|
31
26
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
32
27
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
33
28
|
SOFTWARE.
|
|
34
|
-
|
|
35
|
-
|
|
29
|
+
|
|
30
|
+
Project-URL: Homepage, https://github.com/ondrolexa/apsg
|
|
31
|
+
Project-URL: Documentation, https://apsg.readthedocs.io
|
|
32
|
+
Project-URL: Repository, https://github.com/ondrolexa/apsg.git
|
|
33
|
+
Project-URL: Issues, https://github.com/ondrolexa/apsg/issues
|
|
34
|
+
Project-URL: Changelog, https://github.com/ondrolexa/apsg/blob/master/CHANGELOG.md
|
|
35
|
+
Keywords: structural geology,stereonet,orientation data
|
|
36
36
|
Classifier: Development Status :: 4 - Beta
|
|
37
37
|
Classifier: Intended Audience :: Science/Research
|
|
38
38
|
Classifier: License :: OSI Approved :: MIT License
|
|
39
39
|
Classifier: Operating System :: OS Independent
|
|
40
40
|
Classifier: Programming Language :: Python :: 3
|
|
41
41
|
Requires-Python: >=3.10
|
|
42
|
-
|
|
42
|
+
Description-Content-Type: text/markdown
|
|
43
|
+
License-File: LICENSE
|
|
43
44
|
Requires-Dist: numpy
|
|
44
|
-
Requires-Dist:
|
|
45
|
+
Requires-Dist: matplotlib>=3.9
|
|
45
46
|
Requires-Dist: scipy
|
|
46
47
|
Requires-Dist: sqlalchemy
|
|
47
|
-
|
|
48
|
-
Requires-Dist: autodocsumm; extra == 'dev'
|
|
49
|
-
Requires-Dist: black; extra == 'dev'
|
|
50
|
-
Requires-Dist: ipykernel; extra == 'dev'
|
|
51
|
-
Requires-Dist: nbsphinx; extra == 'dev'
|
|
52
|
-
Requires-Dist: pytest; extra == 'dev'
|
|
53
|
-
Requires-Dist: readthedocs-sphinx-search; extra == 'dev'
|
|
54
|
-
Requires-Dist: sphinx; extra == 'dev'
|
|
55
|
-
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
|
|
56
|
-
Provides-Extra: docs
|
|
57
|
-
Requires-Dist: autodocsumm; extra == 'docs'
|
|
58
|
-
Requires-Dist: ipykernel; extra == 'docs'
|
|
59
|
-
Requires-Dist: nbsphinx; extra == 'docs'
|
|
60
|
-
Requires-Dist: readthedocs-sphinx-search; extra == 'docs'
|
|
61
|
-
Requires-Dist: sphinx; extra == 'docs'
|
|
62
|
-
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
|
|
48
|
+
Requires-Dist: pandas
|
|
63
49
|
Provides-Extra: extra
|
|
64
|
-
Requires-Dist: jupyterlab; extra ==
|
|
65
|
-
Requires-Dist: pyqt5; extra ==
|
|
50
|
+
Requires-Dist: jupyterlab; extra == "extra"
|
|
51
|
+
Requires-Dist: pyqt5; extra == "extra"
|
|
66
52
|
Provides-Extra: tests
|
|
67
|
-
Requires-Dist: pytest; extra ==
|
|
68
|
-
|
|
53
|
+
Requires-Dist: pytest; extra == "tests"
|
|
54
|
+
Provides-Extra: docs
|
|
55
|
+
Requires-Dist: sphinx; extra == "docs"
|
|
56
|
+
Requires-Dist: sphinx_rtd_theme; extra == "docs"
|
|
57
|
+
Requires-Dist: readthedocs-sphinx-search; extra == "docs"
|
|
58
|
+
Requires-Dist: ipykernel; extra == "docs"
|
|
59
|
+
Requires-Dist: nbsphinx; extra == "docs"
|
|
60
|
+
Requires-Dist: autodocsumm; extra == "docs"
|
|
61
|
+
Provides-Extra: dev
|
|
62
|
+
Requires-Dist: pytest; extra == "dev"
|
|
63
|
+
Requires-Dist: black; extra == "dev"
|
|
64
|
+
Requires-Dist: sphinx; extra == "dev"
|
|
65
|
+
Requires-Dist: sphinx_rtd_theme; extra == "dev"
|
|
66
|
+
Requires-Dist: readthedocs-sphinx-search; extra == "dev"
|
|
67
|
+
Requires-Dist: ipykernel; extra == "dev"
|
|
68
|
+
Requires-Dist: nbsphinx; extra == "dev"
|
|
69
|
+
Requires-Dist: autodocsumm; extra == "dev"
|
|
69
70
|
|
|
70
71
|
<img src="https://ondrolexa.github.io/apsg/apsg_banner.svg" alt="APSG logo" width="300px"/>
|
|
71
72
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
apsg/__init__.py,sha256=
|
|
1
|
+
apsg/__init__.py,sha256=0HF522QDBElQju1ab_cwS3U0p00ZRfvzITYnTBRNDa4,1966
|
|
2
2
|
apsg/config.py,sha256=X3_yXT96xXlVxFA94EfYFKJbrcGIHT0PvB9s8EKmYOg,4569
|
|
3
3
|
apsg/shell.py,sha256=UFIOy01KckLsOlqfB0UomyWZ1ITL36-lBUFhlxWdZLE,718
|
|
4
4
|
apsg/database/__init__.py,sha256=7Rvcf1KBBBNhoM28ZlvQ01CkScQTroFkoS4d1kD55Ws,315
|
|
@@ -30,8 +30,9 @@ apsg/plotting/_projection.py,sha256=qnJgTQaFW0v2Pu9ySAEPADHhLgpXmfJ6QIrydry8rXQ,
|
|
|
30
30
|
apsg/plotting/_roseplot.py,sha256=jbaUXSb3DIcXs0pWAQUTZfdlA2XcbquT0yHLYDjLirQ,12808
|
|
31
31
|
apsg/plotting/_stereogrid.py,sha256=awh7MwN1WgszhOlr6UgR20wHQJ8u778-Tf_w1uflrV4,11869
|
|
32
32
|
apsg/plotting/_stereonet.py,sha256=-BFM9RCInI-RYs1DKz-ymNFkMFJLTWuw3JcyUs7YiGM,36596
|
|
33
|
-
apsg-1.3.
|
|
34
|
-
apsg-1.3.
|
|
35
|
-
apsg-1.3.
|
|
36
|
-
apsg-1.3.
|
|
37
|
-
apsg-1.3.
|
|
33
|
+
apsg-1.3.2.dist-info/LICENSE,sha256=lY0kfpVRrzcgVZq7pI6rLK5WYiUMWe0bdKpDelN6hk8,1120
|
|
34
|
+
apsg-1.3.2.dist-info/METADATA,sha256=RtbuiUnWF0ArtuePgaLRg3Ve7kMPT3e6RJFHzZZKKhI,8276
|
|
35
|
+
apsg-1.3.2.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
36
|
+
apsg-1.3.2.dist-info/entry_points.txt,sha256=SowP7_uRI0NJuzznKBXyM9BJcSwBxbXo6Iz5LUo9mEQ,42
|
|
37
|
+
apsg-1.3.2.dist-info/top_level.txt,sha256=xWxwi0nqqOyKdmpsszfR-bmqnNpgVbhnLRuIKGJnaUM,5
|
|
38
|
+
apsg-1.3.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
apsg
|
|
File without changes
|
|
File without changes
|