valyte 0.1.2__tar.gz → 0.1.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: valyte
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: A comprehensive CLI tool for VASP pre-processing (Supercells, K-points) and post-processing (DOS, Band Structure plotting)
5
5
  Home-page: https://github.com/nikyadav002/Valyte-Project
6
6
  Author: Nikhil
@@ -52,7 +52,13 @@ Dynamic: summary
52
52
 
53
53
  ## Installation
54
54
 
55
- Clone the repository and install in editable mode:
55
+ Install Valyte directly from PyPI:
56
+
57
+ ```bash
58
+ pip install valyte
59
+ ```
60
+
61
+ Or install from source:
56
62
 
57
63
  ```bash
58
64
  git clone https://github.com/nikyadav002/Valyte-Project
@@ -72,9 +78,7 @@ pip install -e .
72
78
  To update to the latest version:
73
79
 
74
80
  ```bash
75
- cd Valyte-Project
76
- git pull
77
- pip install -e .
81
+ pip install --upgrade valyte
78
82
  ```
79
83
 
80
84
  ## Usage
@@ -27,7 +27,13 @@
27
27
 
28
28
  ## Installation
29
29
 
30
- Clone the repository and install in editable mode:
30
+ Install Valyte directly from PyPI:
31
+
32
+ ```bash
33
+ pip install valyte
34
+ ```
35
+
36
+ Or install from source:
31
37
 
32
38
  ```bash
33
39
  git clone https://github.com/nikyadav002/Valyte-Project
@@ -47,9 +53,7 @@ pip install -e .
47
53
  To update to the latest version:
48
54
 
49
55
  ```bash
50
- cd Valyte-Project
51
- git pull
52
- pip install -e .
56
+ pip install --upgrade valyte
53
57
  ```
54
58
 
55
59
  ## Usage
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="valyte",
5
- version="0.1.2",
5
+ version="0.1.4",
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  "numpy",
@@ -298,24 +298,24 @@ def plot_dos(dos, pdos, out="valyte_dos.png",
298
298
  # Expanded color palette for better distinction
299
299
  # Reordered to maximize contrast between consecutive items
300
300
  palette = [
301
- "#4b0082", # Indigo
302
- "#e63946", # Red
303
- "#2a9d8f", # Teal
304
- "#ffb703", # Yellow
305
- "#0077b6", # Blue
306
- "#8e44ad", # Purple
307
- "#d62828", # Dark Red
308
- "#118ab2", # Light Blue
309
- "#f4a261", # Orange
310
- "#003049", # Dark Blue
311
- "#6a994e", # Green
312
- "#023e8a", # Royal Blue
313
- "#0096c7", # Cyan
314
- "#00b4d8", # Sky Blue
315
- "#48cae4", # Light Cyan
316
- "#90e0ef", # Pale Blue
317
- "#ade8f4", # Very Pale Blue
318
- "#caf0f8" # White Blue
301
+ "#E63946", # Red (Warm)
302
+ "#023E8A", # Royal Blue (Cool)
303
+ "#FB8500", # Orange (Warm)
304
+ "#007F5F", # Deep Green (Cool)
305
+ "#D00000", # Crimson (Warm)
306
+ "#4CC9F0", # Sky Blue (Cool)
307
+ "#7209B7", # Purple (Warm-ish)
308
+ "#80B918", # Lime Green (Cool)
309
+ "#F72585", # Pink (Warm)
310
+ "#4895EF", # Light Blue (Cool)
311
+ "#9D0208", # Dark Red (Warm)
312
+ "#480CA8", # Indigo (Cool)
313
+ "#FFB703", # Yellow/Gold (Warm)
314
+ "#3A0CA3", # Dark Blue (Cool)
315
+ "#641220", # Maroon (Warm)
316
+ "#560BAD", # Violet (Cool)
317
+ "#F15BB5", # Rose (Warm)
318
+ "#3F37C9" # Blue Violet (Cool)
319
319
  ]
320
320
  lines, labels = [], []
321
321
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: valyte
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: A comprehensive CLI tool for VASP pre-processing (Supercells, K-points) and post-processing (DOS, Band Structure plotting)
5
5
  Home-page: https://github.com/nikyadav002/Valyte-Project
6
6
  Author: Nikhil
@@ -52,7 +52,13 @@ Dynamic: summary
52
52
 
53
53
  ## Installation
54
54
 
55
- Clone the repository and install in editable mode:
55
+ Install Valyte directly from PyPI:
56
+
57
+ ```bash
58
+ pip install valyte
59
+ ```
60
+
61
+ Or install from source:
56
62
 
57
63
  ```bash
58
64
  git clone https://github.com/nikyadav002/Valyte-Project
@@ -72,9 +78,7 @@ pip install -e .
72
78
  To update to the latest version:
73
79
 
74
80
  ```bash
75
- cd Valyte-Project
76
- git pull
77
- pip install -e .
81
+ pip install --upgrade valyte
78
82
  ```
79
83
 
80
84
  ## Usage
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