revisit 0.0.20__py3-none-any.whl → 0.0.22__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
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__) == 1:
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.4
1
+ Metadata-Version: 2.2
2
2
  Name: revisit
3
- Version: 0.0.20
3
+ Version: 0.0.22
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: pandas
8
8
  Provides-Extra: dev
9
- Requires-Dist: jupyterlab; extra == 'dev'
10
- Requires-Dist: watchfiles; extra == 'dev'
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.22.dist-info/METADATA,sha256=xWNFugNGrBsteTygjg04etDg5r6vFysz88AyKr2gBug,8841
6
+ revisit-0.0.22.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
+ revisit-0.0.22.dist-info/top_level.txt,sha256=PQ1gzjTT21jiZ6IA_IgRp20vf48kA2tmRx8ikNQ8qxE,8
8
+ revisit-0.0.22.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
- Tag: py2-none-any
5
4
  Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ revisit