folder-classifier 0.1.0__py3-none-any.whl → 0.1.1__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.
folder_classifier/dto.py CHANGED
@@ -25,21 +25,21 @@ class Folder(BaseModel):
25
25
  type: Literal["folder"]
26
26
  # Discriminated union: 'type' field is used to select between File and Folder
27
27
  items: List[Union[File, Folder]] = Field(default_factory=list)
28
- model_config = {
29
- "json_schema_extra": {
30
- # Override the OpenAPI example to avoid the default 'string' entry
31
- "example": dedent("""{
32
- "name": "string",
33
- "type": "folder",
34
- "items": [
35
- {
36
- "name": "string",
37
- "type": "file"
38
- }
39
- ]
40
- }""")
41
- }
42
- }
28
+ # model_config = {
29
+ # "json_schema_extra": {
30
+ # # Override the OpenAPI example to avoid the default 'string' entry
31
+ # "example": dedent("""{
32
+ # "name": "string",
33
+ # "type": "folder",
34
+ # "items": [
35
+ # {
36
+ # "name": "string",
37
+ # "type": "file"
38
+ # }
39
+ # ]
40
+ # }""")
41
+ # }
42
+ # }
43
43
 
44
44
 
45
45
  Folder.model_rebuild()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: folder-classifier
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Deploy folder classifier API to a Ray cluster
5
5
  Author: Crispin Almodovar
6
6
  Author-email:
@@ -0,0 +1,8 @@
1
+ folder_classifier/__init__.py,sha256=k0YWZyUNe7myJiKeX0OaXtJ30_3EGE-vsZiAUbqa-3E,46
2
+ folder_classifier/app.py,sha256=wMFvoPvk6coxX7t097h0EbdI4SHlT8hNS69gRZUAK-k,1212
3
+ folder_classifier/deploy.py,sha256=UQTbQjR_JX92Xo8L5EbK4nPg_VJmwWDmzMQSjP3-7iQ,412
4
+ folder_classifier/dto.py,sha256=CpFoQtiOP8-ZILkChBFRmNvP4oQZMI98Q5sgxldICLM,1220
5
+ folder_classifier-0.1.1.dist-info/METADATA,sha256=lzNI0LRjdx4SZxIioRtBngWvu40kO401WIrnRx-Sdwg,392
6
+ folder_classifier-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ folder_classifier-0.1.1.dist-info/top_level.txt,sha256=36ugc9pEbNQ-mnzz4Ot2WVjY3t_LzAN6XOCjDFP4p4k,18
8
+ folder_classifier-0.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- folder_classifier/__init__.py,sha256=k0YWZyUNe7myJiKeX0OaXtJ30_3EGE-vsZiAUbqa-3E,46
2
- folder_classifier/app.py,sha256=wMFvoPvk6coxX7t097h0EbdI4SHlT8hNS69gRZUAK-k,1212
3
- folder_classifier/deploy.py,sha256=UQTbQjR_JX92Xo8L5EbK4nPg_VJmwWDmzMQSjP3-7iQ,412
4
- folder_classifier/dto.py,sha256=Tl7svpLMGzCAP1aemC88ODPHz0NN1FTLwJJkO33eByQ,1190
5
- folder_classifier-0.1.0.dist-info/METADATA,sha256=lwgMBI67CHLxbSuubQihLqVusHtJGPSO3EfrvHHapg4,392
6
- folder_classifier-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- folder_classifier-0.1.0.dist-info/top_level.txt,sha256=36ugc9pEbNQ-mnzz4Ot2WVjY3t_LzAN6XOCjDFP4p4k,18
8
- folder_classifier-0.1.0.dist-info/RECORD,,