noshot 0.1.5__py3-none-any.whl → 0.1.6__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.
- noshot/main.py +3 -3
- {noshot-0.1.5.dist-info → noshot-0.1.6.dist-info}/METADATA +2 -2
- {noshot-0.1.5.dist-info → noshot-0.1.6.dist-info}/RECORD +6 -6
- {noshot-0.1.5.dist-info → noshot-0.1.6.dist-info}/LICENSE.txt +0 -0
- {noshot-0.1.5.dist-info → noshot-0.1.6.dist-info}/WHEEL +0 -0
- {noshot-0.1.5.dist-info → noshot-0.1.6.dist-info}/top_level.txt +0 -0
noshot/main.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
from .utils.shell_utils import get_folder
|
2
|
-
from .utils.shell_utils import get_file
|
3
|
-
from .utils.shell_utils import remove_folder
|
1
|
+
from noshot.utils.shell_utils import get_folder
|
2
|
+
from noshot.utils.shell_utils import get_file
|
3
|
+
from noshot.utils.shell_utils import remove_folder
|
4
4
|
|
5
5
|
available = {'-1 ' : "ML TS XAI(Folder)",
|
6
6
|
'0 ' : "Remove Folder"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: noshot
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
4
4
|
Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
|
5
5
|
Author: Tim Stan S
|
6
6
|
License: MIT
|
@@ -52,4 +52,4 @@ Dynamic: summary
|
|
52
52
|
## 📦 **Installation**
|
53
53
|
Install latest version via `pip`:
|
54
54
|
```sh
|
55
|
-
pip install noshot==0.1.
|
55
|
+
pip install noshot==0.1.6
|
@@ -1,5 +1,5 @@
|
|
1
1
|
noshot/__init__.py,sha256=000R40tii8lDFU8C1fBaD3SOnxD0PWRNWZU-km49YrU,21
|
2
|
-
noshot/main.py,sha256=
|
2
|
+
noshot/main.py,sha256=zXegIqjJPARlPnQMS-B2dAENcvyaZkNwmue63Gm8lHU,663
|
3
3
|
noshot/data/ML TS XAI/Ubuntu CN Lab.iso,sha256=CkoX_H3nGO6EqfK3Qa62mt_vYNpmMOzKU0oCcBJQ41M,4589568
|
4
4
|
noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(A) Breadth First Search.ipynb,sha256=Xde_I0zbFZb4SmiAYDzH7ft6JBFBvGkpv48X2I_LGiQ,3548
|
5
5
|
noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(B) Depth First Search.ipynb,sha256=pfZ8D_bQiqxt_qLoWlQjwK8mbblh053AupAwxyyEhrM,3535
|
@@ -209,8 +209,8 @@ noshot/data/ML TS XAI/NLP/NLP 6/7. PCFG using CYK.ipynb,sha256=gOb9b8dUslegyuGVX
|
|
209
209
|
noshot/data/ML TS XAI/NLP/NLP 6/8. BOW and TF-IDF.ipynb,sha256=xgey9ML4zdVWOEg8wkEuWsM20Pz1-amMzcIt7IH9RFs,11133
|
210
210
|
noshot/utils/__init__.py,sha256=QVrN1ZpzPXxZqDOqot5-t_ulFjZXVx7Cvr-Is9AK0po,110
|
211
211
|
noshot/utils/shell_utils.py,sha256=-XfgYlNQlULa_rRJ3vsfTns4m_jiueGEj396J_y0Gus,2611
|
212
|
-
noshot-0.1.
|
213
|
-
noshot-0.1.
|
214
|
-
noshot-0.1.
|
215
|
-
noshot-0.1.
|
216
|
-
noshot-0.1.
|
212
|
+
noshot-0.1.6.dist-info/LICENSE.txt,sha256=fgCruaVm5cUjFGOeEoGIimT6nnUunBqcNZHpGzK8TSw,1086
|
213
|
+
noshot-0.1.6.dist-info/METADATA,sha256=ErAGbpdyQe4Fvw6kBkQ1C-jTaO8LCUgicPwbaaDUvIw,2453
|
214
|
+
noshot-0.1.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
215
|
+
noshot-0.1.6.dist-info/top_level.txt,sha256=UL-c0HffdRwohz-y9icY_rnY48pQDdxGcBsgyCKh2Q8,7
|
216
|
+
noshot-0.1.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|