valyte 0.1.0__py3-none-any.whl → 0.1.3__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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: valyte
3
- Version: 0.1.0
4
- Summary: A CLI tool for VASP post-processing (DOS plotting)
3
+ Version: 0.1.3
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
7
7
  Author-email: nikhil@example.com
@@ -24,7 +24,7 @@ Dynamic: requires-python
24
24
  Dynamic: summary
25
25
 
26
26
  <p align="center">
27
- <img src="valyte/Logo.png" alt="Valyte Logo" width="100%"/>
27
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/Logo.png" alt="Valyte Logo" width="100%"/>
28
28
  </p>
29
29
 
30
30
  # Valyte
@@ -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
@@ -63,8 +69,8 @@ pip install -e .
63
69
  ## Examples
64
70
 
65
71
  <p align="center">
66
- <img src="valyte/valyte_dos.png" alt="DOS Plot Example" width="47%"/>
67
- <img src="valyte/valyte_band.png" alt="Band Structure Example" width="38%"/>
72
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/valyte_dos.png" alt="DOS Plot Example" width="47%"/>
73
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/valyte_band.png" alt="Band Structure Example" width="38%"/>
68
74
  </p>
69
75
 
70
76
  ## Updating Valyte
@@ -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
@@ -8,8 +8,8 @@ valyte/kpoints.py,sha256=_LISADqe11NBlv8LMjMkF5rWrREHB3aU5-nHvqxj3jk,3055
8
8
  valyte/supercell.py,sha256=w6Ik_krXoshgliJDiyjoIZXuifzN0ydi6VSmpzutm9Y,996
9
9
  valyte/valyte_band.png,sha256=1Bh-x7qvl1j4D9HGGbQK8OlMUrTU1mhU_kMILUsNiD8,246677
10
10
  valyte/valyte_dos.png,sha256=ViE4CycCSqFi_ZtUhA7oGI1nTyt0mHoYI6yg5-Et35k,182523
11
- valyte-0.1.0.dist-info/METADATA,sha256=0wSkS7JBoPQd2Rcm0SfC_I45pfxuV_TDFyixkfrc4JQ,5539
12
- valyte-0.1.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
13
- valyte-0.1.0.dist-info/entry_points.txt,sha256=Ny3Z5rh3Ia7lEKoMDDZOm4_jS-Zde3qFHv8f1GLUdxk,43
14
- valyte-0.1.0.dist-info/top_level.txt,sha256=72-UqyU15JSWDjtBQf6cY0_UBqz0EU2FoVeXjd1JZ5M,7
15
- valyte-0.1.0.dist-info/RECORD,,
11
+ valyte-0.1.3.dist-info/METADATA,sha256=AlQYMSW22xaLHWZ4jty2PXts8gid-qEgMPXDNR3IeqE,5835
12
+ valyte-0.1.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
13
+ valyte-0.1.3.dist-info/entry_points.txt,sha256=Ny3Z5rh3Ia7lEKoMDDZOm4_jS-Zde3qFHv8f1GLUdxk,43
14
+ valyte-0.1.3.dist-info/top_level.txt,sha256=72-UqyU15JSWDjtBQf6cY0_UBqz0EU2FoVeXjd1JZ5M,7
15
+ valyte-0.1.3.dist-info/RECORD,,
File without changes