BioLizardStylePython 0.2.0__py3-none-any.whl → 1.0.0__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.
- {biolizardstylepython-0.2.0.dist-info → biolizardstylepython-1.0.0.dist-info}/METADATA +6 -11
- {biolizardstylepython-0.2.0.dist-info → biolizardstylepython-1.0.0.dist-info}/RECORD +4 -4
- {biolizardstylepython-0.2.0.dist-info → biolizardstylepython-1.0.0.dist-info}/WHEEL +1 -1
- {biolizardstylepython-0.2.0.dist-info → biolizardstylepython-1.0.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: BioLizardStylePython
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: Enhance plots with the signature Biolizard aesthetic for matplotlib and seaborn.
|
|
5
5
|
Project-URL: Homepage, https://github.com/lizard-bio/nature-grade-visualization-playground/tree/main
|
|
6
6
|
Author: Robbe Neirynck
|
|
@@ -11,7 +11,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Requires-Python: >=3.9
|
|
14
|
-
Requires-Dist: font-lato>=0.0
|
|
14
|
+
Requires-Dist: font-lato>=0.1.0
|
|
15
15
|
Requires-Dist: fonts>=0.0.3
|
|
16
16
|
Requires-Dist: matplotlib>=3.7.1
|
|
17
17
|
Requires-Dist: pillow>=9.4.0
|
|
@@ -21,7 +21,7 @@ Description-Content-Type: text/markdown
|
|
|
21
21
|
|
|
22
22
|
Enhance plots with the signature Biolizard aesthetic for matplotlib and seaborn.
|
|
23
23
|
|
|
24
|
-
##
|
|
24
|
+
## Installation
|
|
25
25
|
|
|
26
26
|
### 1. Extra requirements
|
|
27
27
|
`BioLizardStylePython` relies on the colorspace package, which is not available on the Python Package Index (PyPI). However, it is hosted on GitHub and needs to be installed directly from there. To install the `colorspace` package, please run the following command in your terminal:
|
|
@@ -37,17 +37,12 @@ The BioLizardStylePython package is available on PyPI and can be easily installe
|
|
|
37
37
|
pip install BioLizardStylePython
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
### 3. Font
|
|
40
|
+
### 3. Font package
|
|
41
41
|
|
|
42
42
|
The BioLizardStyleR package makes use of the signature BioLizard font 'Lato'. This font can be found on Google Fonts under an open font license.
|
|
43
|
+
The font has been packaged using the [Python Fonts module](https://pypi.org/project/fonts/) and should be installed automatically when installing BioLizardStylePython. See [font-lato](https://pypi.org/project/font-lato/) for more information.
|
|
43
44
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
1. **Download Fonts**: Download the two font files from the GitHub repository [Nature Grade Visualization Playground](https://github.com/lizard-bio/nature-grade-visualization-playground/tree/main).
|
|
47
|
-
2. **Install Fonts**: Install the downloaded fonts on your system.
|
|
48
|
-
3. **Complete**: Once the installation is done, you're all set to use the font.
|
|
49
|
-
|
|
50
|
-
## usage
|
|
45
|
+
## Usage
|
|
51
46
|
|
|
52
47
|
### 1. Styling Function: `lizard_style()`
|
|
53
48
|
|
|
@@ -2,7 +2,7 @@ BioLizardStylePython/__init__.py,sha256=ZO7h1NIHXDVUFB_er0Pu-12HlQ6VlKm631TKe5Y1
|
|
|
2
2
|
BioLizardStylePython/lizard_style.mplstyle,sha256=i8FO4EhYVRxC7019oErPc47ohWOsauIbfzgaPeIitGU,2328
|
|
3
3
|
BioLizardStylePython/utils.py,sha256=DTR_b5EJ-WlO2x3ttH1BydSLByb8CPC0WOE-4PGVKm0,9065
|
|
4
4
|
BioLizardStylePython/logo/BiolizardLogo.png,sha256=DzWR2GMShARwLflS6KG7iXfULPRtLFvD1TbiNpKvuy0,18462
|
|
5
|
-
biolizardstylepython-0.
|
|
6
|
-
biolizardstylepython-0.
|
|
7
|
-
biolizardstylepython-0.
|
|
8
|
-
biolizardstylepython-0.
|
|
5
|
+
biolizardstylepython-1.0.0.dist-info/METADATA,sha256=OlKk7iHNVXVkrEZz4mqbXT-B8Yteju9jM6v4h789Alw,3094
|
|
6
|
+
biolizardstylepython-1.0.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
7
|
+
biolizardstylepython-1.0.0.dist-info/licenses/LICENSE,sha256=37SFUF7Rozb7qKppNSQ8fQbC2DYq9TSX0EqpvQ1iQLg,1071
|
|
8
|
+
biolizardstylepython-1.0.0.dist-info/RECORD,,
|
{biolizardstylepython-0.2.0.dist-info → biolizardstylepython-1.0.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|