kmclab 0.1.2__py3-none-any.whl → 0.1.4__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,11 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kmclab
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Hex and square lattice KMC classes.
|
|
5
5
|
Author: Shirin Asadi
|
|
6
6
|
License: MIT
|
|
7
7
|
Requires-Python: >=3.9
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
|
+
Requires-Dist: numpy>=1.21
|
|
10
|
+
Requires-Dist: matplotlib>=3.5
|
|
11
|
+
Requires-Dist: scipy>=1.8
|
|
9
12
|
|
|
10
13
|
# kmclab
|
|
11
14
|
|
|
@@ -14,7 +17,17 @@ Currently includes simple hexagonal and square lattice KMC classes.
|
|
|
14
17
|
|
|
15
18
|
## Installation
|
|
16
19
|
|
|
17
|
-
|
|
20
|
+
Install using pip
|
|
21
|
+
```
|
|
22
|
+
pip install kmclab
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
To upgrade to the latest version
|
|
26
|
+
```
|
|
27
|
+
pip install -U kmclab
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Or you may clone the repository and install in editable mode:
|
|
18
31
|
|
|
19
32
|
```bash
|
|
20
33
|
git clone https://github.com/shirinasadix/kmclab.git
|
|
@@ -47,3 +60,4 @@ kmclab/
|
|
|
47
60
|
```
|
|
48
61
|
XXX
|
|
49
62
|
```
|
|
63
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
kmclab/__init__.py,sha256=FFAJ4ujC8thjoNpf-wDJClxFpeSEtFiSe3wUeuP34JM,114
|
|
2
2
|
kmclab/hex.py,sha256=ZiHp9_O6agm6TPWDVDJ2epyqPEBtj405SMnJp9xY4bc,52406
|
|
3
3
|
kmclab/square.py,sha256=v9og_X7QLfMM3FKYDw27xnSwWGo9GJj2LW7cmhgzyZk,52182
|
|
4
|
-
kmclab-0.1.
|
|
5
|
-
kmclab-0.1.
|
|
6
|
-
kmclab-0.1.
|
|
7
|
-
kmclab-0.1.
|
|
4
|
+
kmclab-0.1.4.dist-info/METADATA,sha256=yxmsW9inFqASEfLqBII-6pVwEAqPvZoSZefCkJbzFCU,1082
|
|
5
|
+
kmclab-0.1.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
+
kmclab-0.1.4.dist-info/top_level.txt,sha256=y0neMRTLriRK2Sv_F3m9WUcs2JHEEVpCOC71fkrBrAY,7
|
|
7
|
+
kmclab-0.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|