sindripy 0.1.3__py3-none-any.whl → 0.1.4__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.

Potentially problematic release.


This version of sindripy might be problematic. Click here for more details.

sindripy/__init__.py CHANGED
@@ -8,4 +8,4 @@ installed as a dependency.
8
8
  from sindripy import mothers, value_objects
9
9
 
10
10
  __all__ = ["mothers", "value_objects"]
11
- __version__ = "0.1.3"
11
+ __version__ = "0.1.4"
@@ -1,48 +1,48 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: sindripy
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Value Object and Object Mother patterns implementation for Python
5
- Author: dimanu-py
5
+ Project-URL: documentation, https://dimanu-py.github.io/sindri/home/
6
+ Project-URL: repository, https://github.com/dimanu-py/sindri/
6
7
  Author-email: dimanu-py <dimanu.py@gmail.com>
7
8
  License: MIT License
8
-
9
- Copyright (c) 2025 dimanu-py
10
-
11
- Permission is hereby granted, free of charge, to any person obtaining a copy
12
- of this software and associated documentation files (the "Software"), to deal
13
- in the Software without restriction, including without limitation the rights
14
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
- copies of the Software, and to permit persons to whom the Software is
16
- furnished to do so, subject to the following conditions:
17
-
18
- The above copyright notice and this permission notice shall be included in all
19
- copies or substantial portions of the Software.
20
-
21
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- SOFTWARE.
28
-
29
- Classifier: Typing :: Typed
9
+
10
+ Copyright (c) 2025 dimanu-py
11
+
12
+ Permission is hereby granted, free of charge, to any person obtaining a copy
13
+ of this software and associated documentation files (the "Software"), to deal
14
+ in the Software without restriction, including without limitation the rights
15
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
+ copies of the Software, and to permit persons to whom the Software is
17
+ furnished to do so, subject to the following conditions:
18
+
19
+ The above copyright notice and this permission notice shall be included in all
20
+ copies or substantial portions of the Software.
21
+
22
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
+ SOFTWARE.
29
+
30
+ License-File: LICENSE
31
+ Classifier: Framework :: FastAPI
32
+ Classifier: Intended Audience :: Developers
33
+ Classifier: Operating System :: OS Independent
30
34
  Classifier: Programming Language :: Python
31
35
  Classifier: Programming Language :: Python :: 3
32
36
  Classifier: Programming Language :: Python :: 3.10
33
37
  Classifier: Programming Language :: Python :: 3.11
34
38
  Classifier: Programming Language :: Python :: 3.12
35
39
  Classifier: Programming Language :: Python :: 3.13
36
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
37
40
  Classifier: Topic :: Software Development :: Libraries
38
- Classifier: Intended Audience :: Developers
39
- Classifier: Operating System :: OS Independent
40
- Classifier: Topic :: Software Development :: Testing :: Unit
41
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
41
42
  Classifier: Topic :: Software Development :: Testing :: BDD
42
- Classifier: Framework :: FastAPI
43
- Requires-Python: >=3.10, <3.14
44
- Project-URL: documentation, https://dimanu-py.github.io/sindri/home/
45
- Project-URL: repository, https://github.com/dimanu-py/sindri/
43
+ Classifier: Topic :: Software Development :: Testing :: Unit
44
+ Classifier: Typing :: Typed
45
+ Requires-Python: <3.14,>=3.10
46
46
  Description-Content-Type: text/markdown
47
47
 
48
48
  <div align="center">
@@ -1,18 +1,19 @@
1
- sindripy/__init__.py,sha256=lbzAwLH4UZ4joXOaXsDcLd2kQzjsBXa8_t_ZYQhwLd4,326
1
+ sindripy/__init__.py,sha256=FOg3mNA_bmOq-YzwvPJ49I7M7hRTEYkIghZ3zbxli8Y,326
2
2
  sindripy/_compat.py,sha256=_IWn8-egEjTmH30eWC4RK0uzQAwCirBhbNFegg1-iwo,334
3
+ sindripy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
4
  sindripy/mothers/__init__.py,sha256=8HdYPxht69Z-FcqpJsE6qMhePgGRR9UsMp_kh8bcG4Y,1015
5
+ sindripy/mothers/object_mother.py,sha256=mKJh9ilL0G07icZUJ1JxfmJPzSKde0fcbWJ8wTLOwlk,194
4
6
  sindripy/mothers/identifiers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
7
  sindripy/mothers/identifiers/string_uuid_primitives_mother.py,sha256=FqimG26hYH1UHNj9guDr2344O-LxDCW01q5l9KOTvfU,455
6
- sindripy/mothers/object_mother.py,sha256=mKJh9ilL0G07icZUJ1JxfmJPzSKde0fcbWJ8wTLOwlk,194
7
8
  sindripy/mothers/primitives/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
9
  sindripy/mothers/primitives/boolean_primitives_mother.py,sha256=AORqdvXl1oQ6PT7a73aPFrRGvdU-OLShK3875EaiDxk,490
9
10
  sindripy/mothers/primitives/float_primitives_mother.py,sha256=AOvNR21XMD5GLrjPDsyEHIeavFE3jbmA0PSQDUCfhJg,1052
10
11
  sindripy/mothers/primitives/integer_primitives_mother.py,sha256=Z7HbJ8AbzaAx1T5PvSGNlWjI_QC328KHQD2Xxnj84YQ,1170
11
12
  sindripy/mothers/primitives/list_primitives_mother.py,sha256=ksKegeSmEwRRHrqbihwIEIic2eGIb3hcq8ffmhRMozg,254
12
13
  sindripy/mothers/primitives/string_primitives_mother.py,sha256=9IDVeIvd67hoFD3QzAEVDnKaVfuszWqno9kzRcLsDvg,1685
13
- sindripy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  sindripy/value_objects/__init__.py,sha256=-GkXxyuZPBCxdZyCoGGWu4P03wLgys-uCWpy00kiHEI,998
15
15
  sindripy/value_objects/aggregate.py,sha256=MJwBMs_-gUY_qSjCAM04LkitH5U6LSMm9SP5cYAcIJA,12508
16
+ sindripy/value_objects/value_object.py,sha256=x1GjIbZ4lgyIwPuhbeRH24qxGhzteebfb_iC0ohQw2Q,8163
16
17
  sindripy/value_objects/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
18
  sindripy/value_objects/decorators/validation.py,sha256=yDOtgOkdQmCFTGosVAj3P2aok5-FpNMWmGZc6PfnzNU,903
18
19
  sindripy/value_objects/errors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -28,7 +29,7 @@ sindripy/value_objects/primitives/float.py,sha256=fBAUOf1SaKuKHYdOw3RugJefRJOza0
28
29
  sindripy/value_objects/primitives/integer.py,sha256=BQVkX0mcXee8i92XoCC63-ogpmfFt9tqHBRmePh42zE,1484
29
30
  sindripy/value_objects/primitives/list.py,sha256=vsq9JmnW-rVMGvJ3dHMQtKhnprpSZ9YKZxJjsk5fWGY,9545
30
31
  sindripy/value_objects/primitives/string.py,sha256=VPzU8IbtBBDsomMecUCIosG7EluJ71G3tVnLuHIONh0,1494
31
- sindripy/value_objects/value_object.py,sha256=x1GjIbZ4lgyIwPuhbeRH24qxGhzteebfb_iC0ohQw2Q,8163
32
- sindripy-0.1.3.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
33
- sindripy-0.1.3.dist-info/METADATA,sha256=tAr1Yw8qO_sz3uT-5rpRyA5zkGVr4obIj4gx4IBXEQU,6105
34
- sindripy-0.1.3.dist-info/RECORD,,
32
+ sindripy-0.1.4.dist-info/METADATA,sha256=zlLHEPQ6R_NBbbZGkbRSEsO8nRzhZK82-KDD-mlo1bY,6087
33
+ sindripy-0.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
34
+ sindripy-0.1.4.dist-info/licenses/LICENSE,sha256=78vjRsXAkFlnilc7UN62KhUE5At51Hz9JMoUEnFtI34,1067
35
+ sindripy-0.1.4.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,22 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 dimanu-py
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
@@ -1,4 +0,0 @@
1
- Wheel-Version: 1.0
2
- Generator: uv 0.8.24
3
- Root-Is-Purelib: true
4
- Tag: py3-none-any