python-qis 1.0.0__tar.gz → 1.0.1__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.3
2
2
  Name: python-qis
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: QIS Library for Python. (QIS is Quantum Information Science)
5
5
  Author: Vedansh Shetti
6
6
  Author-email: Vedansh Shetti <vedansh.shetti@gmail.com>
@@ -10,7 +10,12 @@ Description-Content-Type: text/markdown
10
10
  # python-qis
11
11
  QIS Library for Python. (QIS is Quantum Information Science)
12
12
 
13
- # What do I get?
13
+ ## What do I get?
14
14
  - Math Utilities
15
15
  - Cryptography Utilities (SHA, SHA_3, BLAKE, MD5 and such)
16
- - Basic Physics Utilities (I'm working on this, please don't get mad if I mess up something here, we just started 7th grade, Physics is new to me)
16
+ - Basic Physics Utilities (I'm working on this, please don't get mad if I mess up something here, we just started 7th grade, Physics is new to me)
17
+
18
+ ## Installation
19
+ `pip install python-qis`
20
+ OR if using `uv`:
21
+ `uv install python-qis`
@@ -1,7 +1,12 @@
1
1
  # python-qis
2
2
  QIS Library for Python. (QIS is Quantum Information Science)
3
3
 
4
- # What do I get?
4
+ ## What do I get?
5
5
  - Math Utilities
6
6
  - Cryptography Utilities (SHA, SHA_3, BLAKE, MD5 and such)
7
- - Basic Physics Utilities (I'm working on this, please don't get mad if I mess up something here, we just started 7th grade, Physics is new to me)
7
+ - Basic Physics Utilities (I'm working on this, please don't get mad if I mess up something here, we just started 7th grade, Physics is new to me)
8
+
9
+ ## Installation
10
+ `pip install python-qis`
11
+ OR if using `uv`:
12
+ `uv install python-qis`
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "python-qis"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "QIS Library for Python. (QIS is Quantum Information Science)"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "python-qis"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "QIS Library for Python. (QIS is Quantum Information Science)"
5
5
  readme = "README.md"
6
6
  authors = [