valyte 0.1.2__tar.gz → 0.1.3__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.3
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.3",
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  "numpy",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: valyte
3
- Version: 0.1.2
3
+ Version: 0.1.3
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
File without changes