dialoghelper 0.0.33__tar.gz → 0.0.34__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.
Potentially problematic release.
This version of dialoghelper might be problematic. Click here for more details.
- {dialoghelper-0.0.33/dialoghelper.egg-info → dialoghelper-0.0.34}/PKG-INFO +2 -2
- dialoghelper-0.0.34/dialoghelper/__init__.py +2 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34/dialoghelper.egg-info}/PKG-INFO +2 -2
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper.egg-info/requires.txt +1 -1
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/settings.ini +2 -2
- dialoghelper-0.0.33/dialoghelper/__init__.py +0 -2
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/LICENSE +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/MANIFEST.in +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/README.md +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper/_modidx.py +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper/core.py +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper/db_dc.py +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper/experimental.py +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper/screenshot.js +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper.egg-info/SOURCES.txt +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper.egg-info/dependency_links.txt +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper.egg-info/entry_points.txt +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper.egg-info/not-zip-safe +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/dialoghelper.egg-info/top_level.txt +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/pyproject.toml +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/setup.cfg +0 -0
- {dialoghelper-0.0.33 → dialoghelper-0.0.34}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dialoghelper
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.34
|
|
4
4
|
Summary: Helper functions for solveit dialogs
|
|
5
5
|
Home-page: https://github.com/AnswerDotAI/dialoghelper
|
|
6
6
|
Author: Jeremy Howard
|
|
@@ -18,7 +18,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
18
18
|
Requires-Python: >=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: fastcore>=1.8.
|
|
21
|
+
Requires-Dist: fastcore>=1.8.10
|
|
22
22
|
Requires-Dist: fastlite
|
|
23
23
|
Requires-Dist: ghapi
|
|
24
24
|
Requires-Dist: ipykernel-helper
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dialoghelper
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.34
|
|
4
4
|
Summary: Helper functions for solveit dialogs
|
|
5
5
|
Home-page: https://github.com/AnswerDotAI/dialoghelper
|
|
6
6
|
Author: Jeremy Howard
|
|
@@ -18,7 +18,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
18
18
|
Requires-Python: >=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: fastcore>=1.8.
|
|
21
|
+
Requires-Dist: fastcore>=1.8.10
|
|
22
22
|
Requires-Dist: fastlite
|
|
23
23
|
Requires-Dist: ghapi
|
|
24
24
|
Requires-Dist: ipykernel-helper
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[DEFAULT]
|
|
2
2
|
repo = dialoghelper
|
|
3
3
|
lib_name = dialoghelper
|
|
4
|
-
version = 0.0.
|
|
4
|
+
version = 0.0.34
|
|
5
5
|
min_python = 3.9
|
|
6
6
|
license = apache2
|
|
7
7
|
black_formatting = False
|
|
8
|
-
requirements = fastcore>=1.8.
|
|
8
|
+
requirements = fastcore>=1.8.10 fastlite ghapi ipykernel-helper claudette ast-grep-cli ast-grep-py
|
|
9
9
|
dev_requirements = python-fasthtml
|
|
10
10
|
doc_path = _docs
|
|
11
11
|
lib_path = dialoghelper
|
|
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
|
|
File without changes
|
|
File without changes
|