django-cattrs-fields 0.0.1__py3-none-any.whl → 0.0.1.post1__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.
@@ -1 +1 @@
1
- __version__ = "0.0.1"
1
+ __version__ = "0.0.1.post1"
@@ -3,6 +3,7 @@ from typing import Union, get_args
3
3
  from attrs import has
4
4
  from cattrs._compat import is_annotated
5
5
  from cattrs.converters import Converter
6
+
6
7
  from django.conf import settings
7
8
 
8
9
  from django_cattrs_fields.fields import (
File without changes
@@ -1,7 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-cattrs-fields
3
- Version: 0.0.1
3
+ Version: 0.0.1.post1
4
4
  Summary: django data type support for cattrs
5
+ Project-URL: Homepage, https://github.com/amirreza8002/django-cattrs-fields
6
+ Project-URL: Source, https://github.com/amirreza8002/django-cattrs-fields
7
+ Project-URL: Issues, https://github.com/django-commons/django-cattrs-fields/issues
8
+ Project-URL: Documentation, https://github.com/amirreza8002/django-cattrs-fields
5
9
  Author-email: amirreza <amir.rsf1380@gmail.com>
6
10
  License-Expression: BSD-3-Clause
7
11
  License-File: LICENSE
@@ -20,6 +24,7 @@ Classifier: Programming Language :: Python :: 3.13
20
24
  Classifier: Programming Language :: Python :: 3.14
21
25
  Classifier: Topic :: Internet :: WWW/HTTP
22
26
  Classifier: Topic :: Software Development :: Libraries
27
+ Classifier: Typing :: Typed
23
28
  Requires-Python: >=3.12
24
29
  Requires-Dist: cattrs>=25.3.0
25
30
  Requires-Dist: django>=6.0
@@ -43,6 +48,8 @@ Description-Content-Type: text/markdown
43
48
 
44
49
  # django-cattrs-fields
45
50
 
51
+ [![Published on Django Packages](https://img.shields.io/badge/Published%20on-Django%20Packages-0c3c26)](https://djangopackages.org/packages/p/django-cattrs-fields/)
52
+
46
53
  **Note**: this is a very experimental project, I'm mostly navigating and discovering how this could work,
47
54
  as much as any help and feedback is appreciated, please do not use in a production environment.
48
55
 
@@ -1,4 +1,5 @@
1
- django_cattrs_fields/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
1
+ django_cattrs_fields/__init__.py,sha256=kBLMG2WZUGcfsN5po-4OyjkyndbcTcGgae_91l8-sFE,28
2
+ django_cattrs_fields/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
3
  django_cattrs_fields/converters/__init__.py,sha256=kSzelQS4DfVdKn5i6TD09gTF6YBoZiH4ETECo5UHNyE,223
3
4
  django_cattrs_fields/converters/bson.py,sha256=rxirQb7cAdWTndeSyCe8Q-w3qRNeejSLcMoGn0rvT9g,1947
4
5
  django_cattrs_fields/converters/cbor2.py,sha256=WWQ-JVOb8I78_wC8aqdx2xRxtWybvb28ILVrhp6Xqbg,1011
@@ -7,7 +8,7 @@ django_cattrs_fields/converters/msgpack.py,sha256=UfetbQj3uojiQb5V31QuHS9pdBwrOy
7
8
  django_cattrs_fields/converters/msgspec.py,sha256=5_to92Cn9z-M0RE6AoejwkwuqFC1NG9XNyOXb0WdYTs,288
8
9
  django_cattrs_fields/converters/orjson.py,sha256=bfk_jDJa7sPSH1yKBy2tx4Hhwt0gRikpgZsRT5LZJ7Q,1027
9
10
  django_cattrs_fields/converters/pyyaml.py,sha256=z_U3vujsGkFnsjcJJ2SzVGT4zqoCUDe9QzOE7B_vbpM,1370
10
- django_cattrs_fields/converters/register_hooks.py,sha256=IXXpYyVwtfW1UV-EaTL3XIWqn5v3EEyhceysT5I8IlU,13684
11
+ django_cattrs_fields/converters/register_hooks.py,sha256=SqJMnnXXK1o0rKiWqusqk8LG6WJrKhMXVXuMVuL1zOM,13685
11
12
  django_cattrs_fields/converters/tomlkit.py,sha256=sjju4zqu35Al63W6SDN1TgZQKpOV9lr0-YEuEpsbGSs,911
12
13
  django_cattrs_fields/converters/ujson.py,sha256=YtDFwrWxkRCHcBQQgypa-bLgBJ-UyHnAZHNZuckUgPU,1543
13
14
  django_cattrs_fields/fields/__init__.py,sha256=xiF7qoTAWwoDMkEo5EMEB0Sjo8PwtQQankc5u0r-Jlg,1163
@@ -22,7 +23,7 @@ django_cattrs_fields/hooks/number_hooks.py,sha256=Zr8HCjir7XNui5YcghV8YlJ7CmmP-1
22
23
  django_cattrs_fields/utils/decimal.py,sha256=51qv8d8CcizqwJfLtBp3ye6on_u4MUylajuphJsD0rU,424
23
24
  django_cattrs_fields/utils/timezone.py,sha256=XGoZI1lXrOLNOZ3Xnp-R5u3NkL_PJ_MFRropgtf8Hzs,2454
24
25
  django_cattrs_fields/validators/__init__.py,sha256=o9mFc0KEQDPOKKYeWLUXAVU9xJVdYu7KsRLvxQ3jc0s,753
25
- django_cattrs_fields-0.0.1.dist-info/METADATA,sha256=r6mz-cbTopsD5TRw7VNgZGd4CVt1gR7t-6maHqUUCPo,14300
26
- django_cattrs_fields-0.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
27
- django_cattrs_fields-0.0.1.dist-info/licenses/LICENSE,sha256=OJv73Zyh3KWMnnrNr2_VX7zyriuc5CCN132odPzbr8A,1528
28
- django_cattrs_fields-0.0.1.dist-info/RECORD,,
26
+ django_cattrs_fields-0.0.1.post1.dist-info/METADATA,sha256=1Lz-9HZFhAHD0Wal6IytUTZftDFPGx1zn2Ok9MZGp4E,14814
27
+ django_cattrs_fields-0.0.1.post1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
28
+ django_cattrs_fields-0.0.1.post1.dist-info/licenses/LICENSE,sha256=OJv73Zyh3KWMnnrNr2_VX7zyriuc5CCN132odPzbr8A,1528
29
+ django_cattrs_fields-0.0.1.post1.dist-info/RECORD,,