{"id":13813555,"url":"https://github.com/allisson/django-rest-framework-rapidjson","last_synced_at":"2025-05-15T00:33:35.270Z","repository":{"id":57421646,"uuid":"109066443","full_name":"allisson/django-rest-framework-rapidjson","owner":"allisson","description":"Provides rapidjson support with parser and renderer","archived":false,"fork":false,"pushed_at":"2023-10-07T16:42:17.000Z","size":24,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-11T13:11:48.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/allisson.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-01T00:21:11.000Z","updated_at":"2023-10-07T16:36:39.000Z","dependencies_parsed_at":"2024-08-04T04:04:26.203Z","dependency_job_id":"93aa8cbd-f22d-4b59-9a85-5b6b0c97b6db","html_url":"https://github.com/allisson/django-rest-framework-rapidjson","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.3125,"last_synced_commit":"f13c54d1991ffa1b02e590c2bee208771747e39a"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allisson%2Fdjango-rest-framework-rapidjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allisson%2Fdjango-rest-framework-rapidjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allisson%2Fdjango-rest-framework-rapidjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allisson%2Fdjango-rest-framework-rapidjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allisson","download_url":"https://codeload.github.com/allisson/django-rest-framework-rapidjson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225319266,"owners_count":17455737,"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":[],"created_at":"2024-08-04T04:01:21.238Z","updated_at":"2024-11-19T08:30:45.042Z","avatar_url":"https://github.com/allisson.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"djangorestframework-rapidjson\n=============================\n\nProvides `rapidjson \u003chttps://github.com/python-rapidjson/python-rapidjson\u003e`_\nsupport with parser and renderer.\n\n.. image:: https://github.com/allisson/django-rest-framework-rapidjson/workflows/tests/badge.svg\n    :target: https://github.com/allisson/django-rest-framework-rapidjson/actions\n\n.. image:: https://img.shields.io/pypi/v/djangorestframework-rapidjson.svg\n        :target: https://pypi.python.org/pypi/djangorestframework-rapidjson\n        :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/pyversions/djangorestframework-rapidjson.svg\n        :target: https://pypi.python.org/pypi/djangorestframework-rapidjson\n        :alt: Supported Python versions\n\nHow to install\n--------------\n\n.. code:: shell\n\n    pip install djangorestframework-rapidjson\n\n\nHow to use\n----------\n\nUpdate django rest framework config\n\n.. code:: python\n\n    REST_FRAMEWORK = {\n        'DEFAULT_RENDERER_CLASSES': (\n            'rest_framework_rapidjson.renderers.RapidJSONRenderer',\n        ),\n        'DEFAULT_PARSER_CLASSES': (\n            'rest_framework_rapidjson.parsers.RapidJSONParser',\n        )\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallisson%2Fdjango-rest-framework-rapidjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallisson%2Fdjango-rest-framework-rapidjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallisson%2Fdjango-rest-framework-rapidjson/lists"}