plothist-utils 0.0.1__py3-none-any.whl → 0.0.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.
- plothist_utils/_version.py +16 -3
- {plothist_utils-0.0.1.dist-info → plothist_utils-0.0.2.dist-info}/METADATA +16 -15
- {plothist_utils-0.0.1.dist-info → plothist_utils-0.0.2.dist-info}/RECORD +6 -6
- {plothist_utils-0.0.1.dist-info → plothist_utils-0.0.2.dist-info}/WHEEL +1 -1
- {plothist_utils-0.0.1.dist-info → plothist_utils-0.0.2.dist-info}/licenses/AUTHORS.md +0 -0
- {plothist_utils-0.0.1.dist-info → plothist_utils-0.0.2.dist-info}/licenses/LICENSE +0 -0
plothist_utils/_version.py
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
3
|
|
|
4
|
-
__all__ = [
|
|
4
|
+
__all__ = [
|
|
5
|
+
"__version__",
|
|
6
|
+
"__version_tuple__",
|
|
7
|
+
"version",
|
|
8
|
+
"version_tuple",
|
|
9
|
+
"__commit_id__",
|
|
10
|
+
"commit_id",
|
|
11
|
+
]
|
|
5
12
|
|
|
6
13
|
TYPE_CHECKING = False
|
|
7
14
|
if TYPE_CHECKING:
|
|
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
|
|
|
9
16
|
from typing import Union
|
|
10
17
|
|
|
11
18
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
+
COMMIT_ID = Union[str, None]
|
|
12
20
|
else:
|
|
13
21
|
VERSION_TUPLE = object
|
|
22
|
+
COMMIT_ID = object
|
|
14
23
|
|
|
15
24
|
version: str
|
|
16
25
|
__version__: str
|
|
17
26
|
__version_tuple__: VERSION_TUPLE
|
|
18
27
|
version_tuple: VERSION_TUPLE
|
|
28
|
+
commit_id: COMMIT_ID
|
|
29
|
+
__commit_id__: COMMIT_ID
|
|
19
30
|
|
|
20
|
-
__version__ = version = '0.0.
|
|
21
|
-
__version_tuple__ = version_tuple = (0, 0,
|
|
31
|
+
__version__ = version = '0.0.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 2)
|
|
33
|
+
|
|
34
|
+
__commit_id__ = commit_id = None
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plothist_utils
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Utilities for the plothist package
|
|
5
|
-
Project-URL: Homepage, https://github.com/
|
|
5
|
+
Project-URL: Homepage, https://github.com/8-hat/plothist_utils
|
|
6
6
|
Project-URL: Documentation, https://plothist.readthedocs.io/
|
|
7
|
-
Project-URL: Bug Tracker, https://github.com/
|
|
7
|
+
Project-URL: Bug Tracker, https://github.com/8-hat/plothist_utils/issues
|
|
8
8
|
Author-email: Cyrille Praz <cyrraz.code@protonmail.com>, Tristan Fillinger <tristan.github@gmail.com>
|
|
9
9
|
License-File: AUTHORS.md
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.10
|
|
12
12
|
Requires-Dist: numpy>=1.14.5
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
@@ -16,17 +16,18 @@ Description-Content-Type: text/markdown
|
|
|
16
16
|
[![CI Status][ci-badge]][ci-link]
|
|
17
17
|
[![CD Status][cd-badge]][cd-link]
|
|
18
18
|
[![PyPI version][pypi-version]][pypi-link]
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Sub-package to hold the fonts and some data to make the examples of [plothist](https://github.com/
|
|
22
|
-
|
|
23
|
-
[ci-badge]: https://github.com/
|
|
24
|
-
[ci-link]: https://github.com/
|
|
25
|
-
[cd-badge]: https://github.com/
|
|
26
|
-
[cd-link]: https://github.com/
|
|
27
|
-
[pypi-link]: https://pypi.org/project/
|
|
28
|
-
[pypi-version]: https://badge.fury.io/py/
|
|
29
|
-
|
|
19
|
+
[![Conda-Forge][conda-badge]][conda-link]
|
|
20
|
+
|
|
21
|
+
Sub-package to hold the fonts and some data to make the examples of [plothist](https://github.com/8-hat/plothist).
|
|
22
|
+
|
|
23
|
+
[ci-badge]: https://github.com/8-hat/plothist_utils/actions/workflows/ci.yaml/badge.svg
|
|
24
|
+
[ci-link]: https://github.com/8-hat/plothist_utils/actions/workflows/ci.yaml?query=branch%3Amain
|
|
25
|
+
[cd-badge]: https://github.com/8-hat/plothist_utils/actions/workflows/cd.yaml/badge.svg
|
|
26
|
+
[cd-link]: https://github.com/8-hat/plothist_utils/actions/workflows/cd.yaml?query=branch%3Amain
|
|
27
|
+
[pypi-link]: https://pypi.org/project/plothist-utils/
|
|
28
|
+
[pypi-version]: https://badge.fury.io/py/plothist-utils.svg
|
|
29
|
+
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/plothist_utils?style=platic
|
|
30
|
+
[conda-link]: https://anaconda.org/conda-forge/plothist_utils
|
|
30
31
|
|
|
31
32
|
## Fonts
|
|
32
33
|
Fonts distributed in this package have open licenses and can be redistributed. While it would be preferable to download the files from their original repositories, there is no convenient way to do that due to varying repo structures. The following fonts are included:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
plothist_utils/__init__.py,sha256=fxwwqxdanrw9mHXKAvd0CwwMdWgzQ7IJUxLDsMRS7_k,169
|
|
2
|
-
plothist_utils/_version.py,sha256=
|
|
2
|
+
plothist_utils/_version.py,sha256=huLsL1iGeXWQKZ8bjwDdIWC7JOkj3wnzBh-HFMZl1PY,704
|
|
3
3
|
plothist_utils/_version.pyi,sha256=o7uNL6MhuJoiqpEnriU7rBT6TmkJZA-i2qMoNz9YcgQ,82
|
|
4
4
|
plothist_utils/get_dummy_data.py,sha256=qN4epeSv-We2gd0RbBYVBN2combY4mbcDUG8XE_amkU,439
|
|
5
5
|
plothist_utils/data/dummy_data.csv,sha256=sb4LCjYW4ZO2bLCJvrunrIses-0CHe7CNwd5-BgCme8,5936219
|
|
@@ -60,8 +60,8 @@ plothist_utils/fonts/latinmodernsans/lmsansquot8-boldoblique.otf,sha256=DKwKaQnB
|
|
|
60
60
|
plothist_utils/fonts/latinmodernsans/lmsansquot8-oblique.otf,sha256=2FjSN6adQyyg_2e5MNq_WmC_3mnKObxVX6t47LtfTk0,112648
|
|
61
61
|
plothist_utils/fonts/latinmodernsans/lmsansquot8-regular.otf,sha256=XaBB3vbReCW7my0dT-9mCZoehxAFwI_I8NKZdqkj9Mk,105172
|
|
62
62
|
plothist_utils/metadata/.svg_metadata.yaml,sha256=NLaVntJr5y159OVInEDALUnA0Du2zHTILMfwzZGZK_w,69
|
|
63
|
-
plothist_utils-0.0.
|
|
64
|
-
plothist_utils-0.0.
|
|
65
|
-
plothist_utils-0.0.
|
|
66
|
-
plothist_utils-0.0.
|
|
67
|
-
plothist_utils-0.0.
|
|
63
|
+
plothist_utils-0.0.2.dist-info/METADATA,sha256=u0wWibSZV6568Ml5h2ucTEYzrLeXe3IsuwbnV8NvFE4,1995
|
|
64
|
+
plothist_utils-0.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
65
|
+
plothist_utils-0.0.2.dist-info/licenses/AUTHORS.md,sha256=02x3_8PNyTsXcRs0IlJeCTOmpGNRqymcJ71-2QtR37E,111
|
|
66
|
+
plothist_utils-0.0.2.dist-info/licenses/LICENSE,sha256=bfaEdGehofQDaw-zDdVMHNUKo1FrOm6oGUEF-ltrp6w,1523
|
|
67
|
+
plothist_utils-0.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|