natural-agi-common 0.1.35__py3-none-any.whl → 0.1.36__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.
common/model/enums.py CHANGED
@@ -1,4 +1,4 @@
1
- from enum import Enum, auto
1
+ from enum import Enum
2
2
 
3
3
 
4
4
  class ContourType(Enum):
@@ -13,12 +13,12 @@ class ContourDevelopment(Enum):
13
13
 
14
14
 
15
15
  class HorizontalDirection(Enum):
16
- LEFT = auto()
17
- RIGHT = auto()
18
- NONE = auto()
16
+ LEFT = "Left"
17
+ RIGHT = "Right"
18
+ NONE = "None"
19
19
 
20
20
 
21
21
  class VerticalDirection(Enum):
22
- TOP = auto()
23
- BOTTOM = auto()
24
- NONE = auto()
22
+ TOP = "Top"
23
+ BOTTOM = "Bottom"
24
+ NONE = "None"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: natural-agi-common
3
- Version: 0.1.35
3
+ Version: 0.1.36
4
4
  Requires-Dist: pydantic
5
5
  Requires-Dist: networkx
6
6
  Requires-Dist: neo4j
@@ -8,7 +8,7 @@ common/models.py,sha256=7zMzl46M1MCEG00dZV9jS2_MpHHeZQO17OfLk7VfGb8,324
8
8
  common/params.py,sha256=GjT0ZlF99D0Sn35c_cTZax0wxlKXVKSi3lMz8Y1zW04,562
9
9
  common/model/__init__.py,sha256=7wNxQtYv-JuKMP2PhoyxZT46BscxT-j8uVZlxmThSAs,644
10
10
  common/model/dlq.py,sha256=kzHcddbeOkj_YqBghldJOe9CjtO43xxC9Df3Tr5pKD4,111
11
- common/model/enums.py,sha256=rTJLjJ1AhLkUYRL8ZQvrMuCt46bZ24_tdGMoTgUjF5w,395
11
+ common/model/enums.py,sha256=NLQmgz2ruJfbJxb9S26C4Y1k3IpUcvDwDS8SqUypuyg,391
12
12
  common/model/half_plane.py,sha256=AEeY79Uot-mzwe-DgSKn39K-jCJPstXatxT9zN-IUXw,146
13
13
  common/model/length_comparison_result.py,sha256=PEU5QyqpAb9sO0K42cLHILhE_VUMEsNczYhwrFB6UeA,140
14
14
  common/model/point.py,sha256=GlGTfku0K1Wfs4db7kYe6cHXyx8P9TNx0FoKZqfkspA,703
@@ -25,7 +25,7 @@ common/traversal/visitors/quadrant_visitor.py,sha256=N8Vb91FqtRYoQ2G9cK91KAfDaC7
25
25
  common/traversal/visitors/relative_position_visitor.py,sha256=3VfJWiuyvC9kc4C9F65LCJ7V4ecmbdz68KMahN2cOxc,7058
26
26
  common/traversal/visitors/visitor.py,sha256=30J0GEqzgeQrOng-rjPncXlcLE16WE7sqLlJ7-8SuwU,775
27
27
  common/traversal/visitors/visitor_result_persistence_service.py,sha256=lpr6KzZt22tjTpBnepbTMZ2gi9eLLNrojEv9ABTbvhE,760
28
- natural_agi_common-0.1.35.dist-info/METADATA,sha256=xQD5uBCX4sqV5FmFJEMFBccebMWIuu3xYNbE47gPQbY,133
29
- natural_agi_common-0.1.35.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
30
- natural_agi_common-0.1.35.dist-info/top_level.txt,sha256=LOtYx8KZTmnxM_zLK4rwrcI3PRc40Ihwp5rgaQ-ceaI,7
31
- natural_agi_common-0.1.35.dist-info/RECORD,,
28
+ natural_agi_common-0.1.36.dist-info/METADATA,sha256=9UThu3TvZPwMF6aQ0trzeGgx_T0v5FWSKgRyKcQIDf0,133
29
+ natural_agi_common-0.1.36.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
30
+ natural_agi_common-0.1.36.dist-info/top_level.txt,sha256=LOtYx8KZTmnxM_zLK4rwrcI3PRc40Ihwp5rgaQ-ceaI,7
31
+ natural_agi_common-0.1.36.dist-info/RECORD,,