revisit 0.0.20__py3-none-any.whl → 0.0.21__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.
- revisit/revisit.py +1 -1
- {revisit-0.0.20.dist-info → revisit-0.0.21.dist-info}/METADATA +7 -8
- revisit-0.0.21.dist-info/RECORD +8 -0
- {revisit-0.0.20.dist-info → revisit-0.0.21.dist-info}/WHEEL +2 -2
- revisit-0.0.21.dist-info/top_level.txt +1 -0
- revisit/StudyConfigSchema.json +0 -2130
- revisit/static/widget.css +0 -1
- revisit/static/widget.js +0 -55
- revisit-0.0.20.dist-info/RECORD +0 -10
revisit/revisit.py
CHANGED
@@ -176,7 +176,7 @@ class _WrappedComponentBlock(_JSONableBaseModel):
|
|
176
176
|
self = self + __component__(type='questionnaire', component_name__='place-holder-component')
|
177
177
|
# If there only exists one component (either existing one or placeholder),
|
178
178
|
# do not create the first component blocks.
|
179
|
-
if len(self.component_objects__)
|
179
|
+
if len(self.component_objects__) == 1:
|
180
180
|
make_comp_block = False
|
181
181
|
|
182
182
|
# Convert to JSON
|
@@ -1,14 +1,13 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: revisit
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.21
|
4
|
+
Description-Content-Type: text/markdown
|
4
5
|
Requires-Dist: anywidget
|
5
|
-
Requires-Dist: hatch>=1.14.0
|
6
|
-
Requires-Dist: pandas
|
7
6
|
Requires-Dist: pydantic>=2.10.5
|
7
|
+
Requires-Dist: ipykernel>=6.29.5
|
8
8
|
Provides-Extra: dev
|
9
|
-
Requires-Dist:
|
10
|
-
Requires-Dist:
|
11
|
-
Description-Content-Type: text/markdown
|
9
|
+
Requires-Dist: watchfiles; extra == "dev"
|
10
|
+
Requires-Dist: jupyterlab; extra == "dev"
|
12
11
|
|
13
12
|
# revisit
|
14
13
|
|
@@ -287,4 +286,4 @@ datamodel-codegen --input src/revisit/StudyConfigSchema.json --output src/revisi
|
|
287
286
|
```bash
|
288
287
|
cd revisit-py
|
289
288
|
python -m unittest tests.test_module_one
|
290
|
-
```
|
289
|
+
```
|
@@ -0,0 +1,8 @@
|
|
1
|
+
revisit/__init__.py,sha256=QCvYt8m9QwpjcK4dv6GlLMUDCzRXGy16cua1r2biNCg,255
|
2
|
+
revisit/models.py,sha256=FRy8IlUAtDS3gdmZwwvqR935lbViTPnnr7k0CAkDkzI,134084
|
3
|
+
revisit/revisit.py,sha256=FDf9Asth1q4iArnedgiswUVgXxWfLIqz60UPtoJbXb0,27707
|
4
|
+
revisit/widget.py,sha256=VvFqRvvvn86fW8ASe1pxaAvh5ZLvvSRThI5XtlCdgcg,915
|
5
|
+
revisit-0.0.21.dist-info/METADATA,sha256=VizHFvBHQpVYFzFu6ZQnRGEkMcDaHc7spK3R_DwnUW8,8852
|
6
|
+
revisit-0.0.21.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
+
revisit-0.0.21.dist-info/top_level.txt,sha256=PQ1gzjTT21jiZ6IA_IgRp20vf48kA2tmRx8ikNQ8qxE,8
|
8
|
+
revisit-0.0.21.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
revisit
|