gypt_matplotlib 0.2.2__tar.gz → 0.2.3__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.
- {gypt_matplotlib-0.2.2 → gypt_matplotlib-0.2.3}/PKG-INFO +19 -7
- {gypt_matplotlib-0.2.2 → gypt_matplotlib-0.2.3}/README.md +18 -6
- {gypt_matplotlib-0.2.2 → gypt_matplotlib-0.2.3}/gypt_matplotlib/__init__.py +1 -1
- {gypt_matplotlib-0.2.2 → gypt_matplotlib-0.2.3}/pyproject.toml +1 -1
- {gypt_matplotlib-0.2.2 → gypt_matplotlib-0.2.3}/LICENSE +0 -0
- {gypt_matplotlib-0.2.2 → gypt_matplotlib-0.2.3}/gypt_matplotlib/constants.py +0 -0
- {gypt_matplotlib-0.2.2 → gypt_matplotlib-0.2.3}/gypt_matplotlib/context_managers.py +0 -0
- {gypt_matplotlib-0.2.2 → gypt_matplotlib-0.2.3}/gypt_matplotlib/gypt.mplstyle +0 -0
- {gypt_matplotlib-0.2.2 → gypt_matplotlib-0.2.3}/gypt_matplotlib/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: gypt_matplotlib
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: A small addon for matplotlib that can be used for the GYPT.
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: Albert Unruh,GYPT,German Young Physicists' Tournament,matplotlib,addon
|
|
@@ -30,19 +30,20 @@ Project-URL: soucecode, https://github.com/AlbertUnruh/gypt-matplotlib
|
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
|
|
32
32
|
[](https://github.com/AlbertUnruh/gypt-matplotlib/blob/develop/LICENSE)
|
|
33
|
-
[](https://python.org)
|
|
34
|
+
[](https://pypi.org/project/gypt_matplotlib/)
|
|
35
|
+
[](https://pepy.tech/project/gypt_matplotlib)
|
|
36
|
+
[](https://github.com/psf/black)
|
|
36
37
|
</br>
|
|
37
|
-
[](https://results.pre-commit.ci/latest/github/AlbertUnruh/gypt-matplotlib/develop)
|
|
38
39
|
[](https://github.com/AlbertUnruh/gypt-matplotlib/actions/workflows/codeql.yml)
|
|
39
|
-
[](https://github.com/AlbertUnruh/gypt-matplotlib/actions/workflows/pytest.yml)
|
|
40
41
|
</br>
|
|
41
42
|
[](https://github.com/AlbertUnruh/gypt-matplotlib/issues)
|
|
42
43
|
[](https://github.com/AlbertUnruh/gypt-matplotlib/pulls)
|
|
43
44
|
|
|
44
45
|
|
|
45
|
-
#
|
|
46
|
+
# gypt_matplotlib
|
|
46
47
|
A small addon for matplotlib that can be used for the GYPT.
|
|
47
48
|
|
|
48
49
|
|
|
@@ -54,6 +55,17 @@ GYPT stands for **G**erman **Y**oung **P**hysicists’ **T**ournament.
|
|
|
54
55
|
Further information can be found at [gypt.org][].
|
|
55
56
|
|
|
56
57
|
|
|
58
|
+
### I'm a participant of the GYPT. Can I contribute?
|
|
59
|
+
Of course, you can.
|
|
60
|
+
Even if you are just a former participant, you are welcome.
|
|
61
|
+
In fact, everyone is welcome to contribute or ask for features!
|
|
62
|
+
|
|
63
|
+
Simply open an [issue][] and say what you would like to do so that details can be clarified directly.
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
[issue]: https://github.com/AlbertUnruh/gypt-matplotlib/issues
|
|
67
|
+
|
|
68
|
+
|
|
57
69
|
### Where did you get the stylesheet?
|
|
58
70
|
It's available over [here][stylesheet] at the [GYPT wiki][wiki].
|
|
59
71
|
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
[](https://github.com/AlbertUnruh/gypt-matplotlib/blob/develop/LICENSE)
|
|
2
|
-
[](https://python.org)
|
|
3
|
+
[](https://pypi.org/project/gypt_matplotlib/)
|
|
4
|
+
[](https://pepy.tech/project/gypt_matplotlib)
|
|
5
|
+
[](https://github.com/psf/black)
|
|
5
6
|
</br>
|
|
6
|
-
[](https://results.pre-commit.ci/latest/github/AlbertUnruh/gypt-matplotlib/develop)
|
|
7
8
|
[](https://github.com/AlbertUnruh/gypt-matplotlib/actions/workflows/codeql.yml)
|
|
8
|
-
[](https://github.com/AlbertUnruh/gypt-matplotlib/actions/workflows/pytest.yml)
|
|
9
10
|
</br>
|
|
10
11
|
[](https://github.com/AlbertUnruh/gypt-matplotlib/issues)
|
|
11
12
|
[](https://github.com/AlbertUnruh/gypt-matplotlib/pulls)
|
|
12
13
|
|
|
13
14
|
|
|
14
|
-
#
|
|
15
|
+
# gypt_matplotlib
|
|
15
16
|
A small addon for matplotlib that can be used for the GYPT.
|
|
16
17
|
|
|
17
18
|
|
|
@@ -23,6 +24,17 @@ GYPT stands for **G**erman **Y**oung **P**hysicists’ **T**ournament.
|
|
|
23
24
|
Further information can be found at [gypt.org][].
|
|
24
25
|
|
|
25
26
|
|
|
27
|
+
### I'm a participant of the GYPT. Can I contribute?
|
|
28
|
+
Of course, you can.
|
|
29
|
+
Even if you are just a former participant, you are welcome.
|
|
30
|
+
In fact, everyone is welcome to contribute or ask for features!
|
|
31
|
+
|
|
32
|
+
Simply open an [issue][] and say what you would like to do so that details can be clarified directly.
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
[issue]: https://github.com/AlbertUnruh/gypt-matplotlib/issues
|
|
36
|
+
|
|
37
|
+
|
|
26
38
|
### Where did you get the stylesheet?
|
|
27
39
|
It's available over [here][stylesheet] at the [GYPT wiki][wiki].
|
|
28
40
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|