valyte 0.1.0__tar.gz → 0.1.2__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,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.2
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
@@ -63,8 +63,8 @@ pip install -e .
63
63
  ## Examples
64
64
 
65
65
  <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%"/>
66
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/valyte_dos.png" alt="DOS Plot Example" width="47%"/>
67
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/valyte_band.png" alt="Band Structure Example" width="38%"/>
68
68
  </p>
69
69
 
70
70
  ## Updating Valyte
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="valyte/Logo.png" alt="Valyte Logo" width="100%"/>
2
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/Logo.png" alt="Valyte Logo" width="100%"/>
3
3
  </p>
4
4
 
5
5
  # Valyte
@@ -38,8 +38,8 @@ pip install -e .
38
38
  ## Examples
39
39
 
40
40
  <p align="center">
41
- <img src="valyte/valyte_dos.png" alt="DOS Plot Example" width="47%"/>
42
- <img src="valyte/valyte_band.png" alt="Band Structure Example" width="38%"/>
41
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/valyte_dos.png" alt="DOS Plot Example" width="47%"/>
42
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/valyte_band.png" alt="Band Structure Example" width="38%"/>
43
43
  </p>
44
44
 
45
45
  ## Updating Valyte
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="valyte",
5
- version="0.1.0",
5
+ version="0.1.2",
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  "numpy",
@@ -20,7 +20,7 @@ setup(
20
20
  },
21
21
  author="Nikhil",
22
22
  author_email="nikhil@example.com",
23
- description="A CLI tool for VASP post-processing (DOS plotting)",
23
+ description="A comprehensive CLI tool for VASP pre-processing (Supercells, K-points) and post-processing (DOS, Band Structure plotting)",
24
24
  long_description=open("README.md").read(),
25
25
  long_description_content_type="text/markdown",
26
26
  url="https://github.com/nikyadav002/Valyte-Project",
@@ -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.2
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
@@ -63,8 +63,8 @@ pip install -e .
63
63
  ## Examples
64
64
 
65
65
  <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%"/>
66
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/valyte_dos.png" alt="DOS Plot Example" width="47%"/>
67
+ <img src="https://raw.githubusercontent.com/nikyadav002/Valyte-Project/main/valyte/valyte_band.png" alt="Band Structure Example" width="38%"/>
68
68
  </p>
69
69
 
70
70
  ## Updating Valyte
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
File without changes