strawberry-django-extras


Namestrawberry-django-extras JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/m4riok/strawberry-django-extras
SummaryStrawberry GraphQL Django Extras
upload_time2023-11-23 18:37:03
maintainerGiorgos Gernas
docs_urlNone
authorGiorgos Gernas
requires_python>=3.8,<4.0
licenseMIT
keywords graphql api django strawberry-graphql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Extra Functionality for Strawberry Integration with Django 
[Docs](https://m4riok.github.io/strawberry-django-extras/)

This package provides some extension to the already available functionality provided by [Strawberry](https://github.com/strawberry-graphql) and [Strawberry GraphQL Django](https://github.com/strawberry-graphql/strawberry-graphql-django)

## Installation

```bash
pip install strawberry-django-extras
```

## Documentation
Documentation for this package can be found [here](https://m4riok.github.io/strawberry-django-extras/)

## Supported Features
- [x] JWT Authentication with build in mutations
- [x] Validations on input instantiation  
- [x] Permission checking on input instantiation
- [x] Pre-save/Post-save mutation hooks
- [x] Deeply nested mutations support
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/m4riok/strawberry-django-extras",
    "name": "strawberry-django-extras",
    "maintainer": "Giorgos Gernas",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "m4riok@gmail.com",
    "keywords": "graphql,api,django,strawberry-graphql",
    "author": "Giorgos Gernas",
    "author_email": "m4riok@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/86/09/82e875caba079d6336a76530f1f272a9c9be0348f5deb607df357f4339a6/strawberry_django_extras-0.1.10.tar.gz",
    "platform": null,
    "description": "# Extra Functionality for Strawberry Integration with Django \n[Docs](https://m4riok.github.io/strawberry-django-extras/)\n\nThis package provides some extension to the already available functionality provided by [Strawberry](https://github.com/strawberry-graphql) and [Strawberry GraphQL Django](https://github.com/strawberry-graphql/strawberry-graphql-django)\n\n## Installation\n\n```bash\npip install strawberry-django-extras\n```\n\n## Documentation\nDocumentation for this package can be found [here](https://m4riok.github.io/strawberry-django-extras/)\n\n## Supported Features\n- [x] JWT Authentication with build in mutations\n- [x] Validations on input instantiation  \n- [x] Permission checking on input instantiation\n- [x] Pre-save/Post-save mutation hooks\n- [x] Deeply nested mutations support",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Strawberry GraphQL Django Extras",
    "version": "0.1.10",
    "project_urls": {
        "Homepage": "https://github.com/m4riok/strawberry-django-extras",
        "Repository": "https://github.com/m4riok/strawberry-django-extras"
    },
    "split_keywords": [
        "graphql",
        "api",
        "django",
        "strawberry-graphql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd79d56ab3c23c0ea678a3c23ffe70c330585648cc9816d2f77999b75818fa6a",
                "md5": "189c4aaf9a525fe2be2f79c69bd45345",
                "sha256": "ebd514608c7bbe41ada8b6f72f8a40ddcbe7bb8b47a9919393ef790127466fa7"
            },
            "downloads": -1,
            "filename": "strawberry_django_extras-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "189c4aaf9a525fe2be2f79c69bd45345",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 34460,
            "upload_time": "2023-11-23T18:37:01",
            "upload_time_iso_8601": "2023-11-23T18:37:01.349618Z",
            "url": "https://files.pythonhosted.org/packages/bd/79/d56ab3c23c0ea678a3c23ffe70c330585648cc9816d2f77999b75818fa6a/strawberry_django_extras-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "860982e875caba079d6336a76530f1f272a9c9be0348f5deb607df357f4339a6",
                "md5": "ae8301fa1f9cec8ea94b2cd184a4794e",
                "sha256": "8e4b06aeb7ce3bb813f846443af4e52736ddcb439ba64bf4c0c9cfdd0708a611"
            },
            "downloads": -1,
            "filename": "strawberry_django_extras-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "ae8301fa1f9cec8ea94b2cd184a4794e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 20714,
            "upload_time": "2023-11-23T18:37:03",
            "upload_time_iso_8601": "2023-11-23T18:37:03.340470Z",
            "url": "https://files.pythonhosted.org/packages/86/09/82e875caba079d6336a76530f1f272a9c9be0348f5deb607df357f4339a6/strawberry_django_extras-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-23 18:37:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "m4riok",
    "github_project": "strawberry-django-extras",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "strawberry-django-extras"
}
        
Elapsed time: 0.17457s