str-to-obj 2024.2__py3-none-any.whl → 2024.3__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.
- str_to_obj/__init__.py +2 -0
- str_to_obj/version.py +1 -1
- {str_to_obj-2024.2.dist-info → str_to_obj-2024.3.dist-info}/METADATA +1 -1
- {str_to_obj-2024.2.dist-info → str_to_obj-2024.3.dist-info}/RECORD +6 -6
- {str_to_obj-2024.2.dist-info → str_to_obj-2024.3.dist-info}/WHEEL +0 -0
- {str_to_obj-2024.2.dist-info → str_to_obj-2024.3.dist-info}/top_level.txt +0 -0
str_to_obj/__init__.py
CHANGED
@@ -30,6 +30,8 @@
|
|
30
30
|
# knowledge of the CeCILL license and that you accept its terms.
|
31
31
|
|
32
32
|
from str_to_obj.main import ObjectFromStr
|
33
|
+
from str_to_obj.runtime.value import INVALID_VALUE
|
33
34
|
from str_to_obj.task.casting import CastValue
|
34
35
|
from str_to_obj.type.annotation import annotation_t
|
36
|
+
from str_to_obj.type.type import type_t
|
35
37
|
from str_to_obj.version import __version__
|
str_to_obj/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
str_to_obj/__init__.py,sha256=
|
1
|
+
str_to_obj/__init__.py,sha256=Lmbi2FLFg5Tma54APGsz7NUPCLA3Zslq13SdluTqRyk,1826
|
2
2
|
str_to_obj/main.py,sha256=ZcH2KpO9AO6Ozoroin_KkY78P5kV625sALf-ffbIOkE,2481
|
3
|
-
str_to_obj/version.py,sha256=
|
3
|
+
str_to_obj/version.py,sha256=RHtzTU05mIGO6twdijPeFO7ZnW72tfwbHKpkbUhztEw,1609
|
4
4
|
str_to_obj/catalog/boolean.py,sha256=-1k39odWGgm42cotKxdV00i_M4UbKByK_V8gawgYmjY,2724
|
5
5
|
str_to_obj/catalog/callable.py,sha256=mYj-qNGY0ncvFBNzzbphb0hOF1YMqPaXX1iRr6rev1c,2985
|
6
6
|
str_to_obj/catalog/choices.py,sha256=CxBngQYiC7Pct-sLQHmtDaPr93gt_H_DreO9-s3Znv0,3176
|
@@ -18,7 +18,7 @@ str_to_obj/type/hint.py,sha256=jlQgGosqoszkreJYFS_pga5RpqrUiLYALoxtzrB5rPU,2180
|
|
18
18
|
str_to_obj/type/hint_tree.py,sha256=-24_WCPX94K5ryY6DZKV-_4vnTyaqPV3vJ-OVX-iuxQ,6052
|
19
19
|
str_to_obj/type/type.py,sha256=6KZgHRKZi1zzJ9KiW2LLvUXVr0EALUM4Yz8cwvgFeBg,3459
|
20
20
|
str_to_obj/type/value.py,sha256=9sXtYf0kVHVpcczS_ZtVZa9_M17pIlYSZjYYE33sS1Y,1904
|
21
|
-
str_to_obj-2024.
|
22
|
-
str_to_obj-2024.
|
23
|
-
str_to_obj-2024.
|
24
|
-
str_to_obj-2024.
|
21
|
+
str_to_obj-2024.3.dist-info/METADATA,sha256=0Tz93wp4VmDSrNNiHUTIK6C0jdtTPX-794C9--Sbzyg,5389
|
22
|
+
str_to_obj-2024.3.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
|
23
|
+
str_to_obj-2024.3.dist-info/top_level.txt,sha256=h-6bR_TAnXRGVSLTeNPlivlaG64xYM3E__Xg7sCgeug,11
|
24
|
+
str_to_obj-2024.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|