django-modern-rest


Namedjango-modern-rest JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/wemake-services/django-modern-rest
SummaryModern REST framework for Django with types and async support
upload_time2025-10-09 09:20:51
maintainerNone
docs_urlNone
authorNikita Sobolev
requires_python<4.0,>=3.10
licenseMIT
keywords django django plugin djangorestframework api rest wemake-python-package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-modern-rest

[![test](https://github.com/wemake-services/django-modern-rest/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/wemake-services/django-modern-rest/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/wemake-services/django-modern-rest/branch/master/graph/badge.svg)](https://codecov.io/gh/wemake-services/django-modern-rest)
[![Python Version](https://img.shields.io/pypi/pyversions/django-modern-rest.svg)](https://pypi.org/project/django-modern-rest/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

Modern REST framework for Django with types and async support

## Features

- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
- Add yours!

## Installation

```bash
pip install django-modern-rest
```

## Example

Showcase how your project can be used:

```python
from django_modern_rest.example import some_function

print(some_function(3, 4))
# => 7
```

## License

[MIT](https://github.com/wemake-services/django-modern-rest/blob/master/LICENSE)

## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [e1fcf312d7f715323dcff0d376a40b7e3b47f9b7](https://github.com/wemake-services/wemake-python-package/tree/e1fcf312d7f715323dcff0d376a40b7e3b47f9b7). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/e1fcf312d7f715323dcff0d376a40b7e3b47f9b7...master) since then.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wemake-services/django-modern-rest",
    "name": "django-modern-rest",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "django, django plugin, djangorestframework, API, REST, wemake-python-package",
    "author": "Nikita Sobolev",
    "author_email": "mail@sobolevn.me",
    "download_url": "https://files.pythonhosted.org/packages/02/59/28accc73a53fa0a864152da79dbfe4e35f6e2c40d418d40742104b22f335/django_modern_rest-0.0.0.tar.gz",
    "platform": null,
    "description": "# django-modern-rest\n\n[![test](https://github.com/wemake-services/django-modern-rest/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/wemake-services/django-modern-rest/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/wemake-services/django-modern-rest/branch/master/graph/badge.svg)](https://codecov.io/gh/wemake-services/django-modern-rest)\n[![Python Version](https://img.shields.io/pypi/pyversions/django-modern-rest.svg)](https://pypi.org/project/django-modern-rest/)\n[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)\n\nModern REST framework for Django with types and async support\n\n## Features\n\n- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)\n- Add yours!\n\n## Installation\n\n```bash\npip install django-modern-rest\n```\n\n## Example\n\nShowcase how your project can be used:\n\n```python\nfrom django_modern_rest.example import some_function\n\nprint(some_function(3, 4))\n# => 7\n```\n\n## License\n\n[MIT](https://github.com/wemake-services/django-modern-rest/blob/master/LICENSE)\n\n## Credits\n\nThis project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [e1fcf312d7f715323dcff0d376a40b7e3b47f9b7](https://github.com/wemake-services/wemake-python-package/tree/e1fcf312d7f715323dcff0d376a40b7e3b47f9b7). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/e1fcf312d7f715323dcff0d376a40b7e3b47f9b7...master) since then.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Modern REST framework for Django with types and async support",
    "version": "0.0.0",
    "project_urls": {
        "Homepage": "https://github.com/wemake-services/django-modern-rest",
        "Repository": "https://github.com/wemake-services/django-modern-rest"
    },
    "split_keywords": [
        "django",
        " django plugin",
        " djangorestframework",
        " api",
        " rest",
        " wemake-python-package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65774ddedfc3dd3cba7691a4b7fe72adb099008a275066f25f588cf236261d23",
                "md5": "7db885bf6c1c421af706ac8a103ae35e",
                "sha256": "4b47d092a93575ff9e1f4bf3b3ca1ac0d0f75b71b7fd60c1760c921ffd1202c8"
            },
            "downloads": -1,
            "filename": "django_modern_rest-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7db885bf6c1c421af706ac8a103ae35e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 3346,
            "upload_time": "2025-10-09T09:20:48",
            "upload_time_iso_8601": "2025-10-09T09:20:48.680991Z",
            "url": "https://files.pythonhosted.org/packages/65/77/4ddedfc3dd3cba7691a4b7fe72adb099008a275066f25f588cf236261d23/django_modern_rest-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "025928accc73a53fa0a864152da79dbfe4e35f6e2c40d418d40742104b22f335",
                "md5": "d8dfe102376b2e1748bbecd16cd70863",
                "sha256": "0e6989bfbcabccbdccbf84f0305bb7d298ca210cbabb84b2ff4b89482d959a79"
            },
            "downloads": -1,
            "filename": "django_modern_rest-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d8dfe102376b2e1748bbecd16cd70863",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 3867,
            "upload_time": "2025-10-09T09:20:51",
            "upload_time_iso_8601": "2025-10-09T09:20:51.335483Z",
            "url": "https://files.pythonhosted.org/packages/02/59/28accc73a53fa0a864152da79dbfe4e35f6e2c40d418d40742104b22f335/django_modern_rest-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 09:20:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wemake-services",
    "github_project": "django-modern-rest",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-modern-rest"
}
        
Elapsed time: 3.10622s