{"id":17929681,"url":"https://github.com/ojford/marshmallow-dataclass-djangofield","last_synced_at":"2025-04-03T10:16:02.562Z","repository":{"id":57439818,"uuid":"211370957","full_name":"OJFord/marshmallow-dataclass-djangofield","owner":"OJFord","description":"Use a marshmallow dataclass as a Django Field","archived":false,"fork":false,"pushed_at":"2023-02-04T11:22:41.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T06:40:48.333Z","etag":null,"topics":["dataclass","django","field","marshmallow","orm"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/marshmallow-dataclass-djangofield/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OJFord.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-27T17:34:16.000Z","updated_at":"2022-12-15T13:36:50.000Z","dependencies_parsed_at":"2023-02-18T15:55:15.033Z","dependency_job_id":null,"html_url":"https://github.com/OJFord/marshmallow-dataclass-djangofield","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OJFord%2Fmarshmallow-dataclass-djangofield","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OJFord%2Fmarshmallow-dataclass-djangofield/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OJFord%2Fmarshmallow-dataclass-djangofield/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OJFord%2Fmarshmallow-dataclass-djangofield/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OJFord","download_url":"https://codeload.github.com/OJFord/marshmallow-dataclass-djangofield/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246981166,"owners_count":20863828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataclass","django","field","marshmallow","orm"],"created_at":"2024-10-28T21:10:03.901Z","updated_at":"2025-04-03T10:16:02.341Z","avatar_url":"https://github.com/OJFord.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Use [marshmallow-dataclass](https://github.com/lovasoa/marshmallow_dataclass)es as [Django](https://github.com/django/django) Fields.\n\n## Usage\n```python\nfrom marshmallow_dataclass_djangofield import MarshmallowField\nfrom marshmallow_dataclass_djangofield import marshmallow_dataclass_djangofield\n\n\n\nclass MyModel(Model):\n\n    @marshmallow_dataclass_djangofield(model_name='MyModel')\n    @marshmallow_dataclass.dataclass\n    class MyDataClass:\n        foo: str\n        bar: int\n\n    foobars = MarshmallowField(many=True, schema=MyDataClass)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojford%2Fmarshmallow-dataclass-djangofield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fojford%2Fmarshmallow-dataclass-djangofield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojford%2Fmarshmallow-dataclass-djangofield/lists"}