nbdevAuto 0.0.44__tar.gz → 0.0.52__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.
- {nbdevAuto-0.0.44/nbdevAuto.egg-info → nbdevAuto-0.0.52}/PKG-INFO +2 -2
- nbdevAuto-0.0.52/nbdevAuto/__init__.py +1 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto/automate.py +2 -2
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52/nbdevAuto.egg-info}/PKG-INFO +2 -2
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/settings.ini +1 -1
- nbdevAuto-0.0.44/nbdevAuto/__init__.py +0 -1
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/LICENSE +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/MANIFEST.in +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/README.md +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto/_modidx.py +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto/core.py +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto/functions.py +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto.egg-info/SOURCES.txt +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto.egg-info/dependency_links.txt +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto.egg-info/entry_points.txt +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto.egg-info/not-zip-safe +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto.egg-info/requires.txt +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/nbdevAuto.egg-info/top_level.txt +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/setup.cfg +0 -0
- {nbdevAuto-0.0.44 → nbdevAuto-0.0.52}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nbdevAuto
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.52
|
|
4
4
|
Summary: automating nbdev
|
|
5
5
|
Home-page: https://github.com/bthek1/nbdevAuto
|
|
6
6
|
Author: Benedict Thekkel
|
|
@@ -17,8 +17,8 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Requires-Python: >=3.7
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
|
-
License-File: LICENSE
|
|
21
20
|
Provides-Extra: dev
|
|
21
|
+
License-File: LICENSE
|
|
22
22
|
|
|
23
23
|
# nbdevAuto
|
|
24
24
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.52"
|
|
@@ -98,8 +98,8 @@ def fast():
|
|
|
98
98
|
|
|
99
99
|
# %% ../nbs/910_Automate.ipynb 21
|
|
100
100
|
def create_cfast():
|
|
101
|
-
"create
|
|
101
|
+
"create mamba env cfast"
|
|
102
102
|
import subprocess
|
|
103
103
|
subprocess.run(["wget", "https://github.com/bthek1/fastAIcourse/blob/main/cfast.yml"])
|
|
104
|
-
subprocess.run(["mamba", "create", "-n", "cfast", "-f", "cfast.yml"])
|
|
104
|
+
subprocess.run(["mamba", "env", "create", "-n", "cfast", "-f", "cfast.yml"])
|
|
105
105
|
print(f'### cfast activated ###')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nbdevAuto
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.52
|
|
4
4
|
Summary: automating nbdev
|
|
5
5
|
Home-page: https://github.com/bthek1/nbdevAuto
|
|
6
6
|
Author: Benedict Thekkel
|
|
@@ -17,8 +17,8 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Requires-Python: >=3.7
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
|
-
License-File: LICENSE
|
|
21
20
|
Provides-Extra: dev
|
|
21
|
+
License-File: LICENSE
|
|
22
22
|
|
|
23
23
|
# nbdevAuto
|
|
24
24
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.44"
|
|
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
|
|
File without changes
|
|
File without changes
|