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 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
@@ -29,6 +29,6 @@
29
29
  # The fact that you are presently reading this means that you have had
30
30
  # knowledge of the CeCILL license and that you accept its terms.
31
31
 
32
- __version__ = "2024.2"
32
+ __version__ = "2024.3"
33
33
 
34
34
  # TODO: Switch to issue-manager.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: str-to-obj
3
- Version: 2024.2
3
+ Version: 2024.3
4
4
  Summary: Convert strings to Python objects guided by (potentially annotated) type hints
5
5
  Home-page: https://src.koda.cnrs.fr/eric.debreuve/str-to-obj/
6
6
  Author: Eric Debreuve
@@ -1,6 +1,6 @@
1
- str_to_obj/__init__.py,sha256=odgBU079fpQMu9GXhY0Lc19Rris-8Oa60Dd4F5SxGpQ,1735
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=d_xwIXU-KduqN957zZV4jgOF0cvsoXCMoiHAWH2TF68,1609
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.2.dist-info/METADATA,sha256=ujALfzQppSFkyY2oPL2AdazmE1TvWHGpNVbkR6zCVhk,5389
22
- str_to_obj-2024.2.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
23
- str_to_obj-2024.2.dist-info/top_level.txt,sha256=h-6bR_TAnXRGVSLTeNPlivlaG64xYM3E__Xg7sCgeug,11
24
- str_to_obj-2024.2.dist-info/RECORD,,
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,,