{"id":15674728,"url":"https://github.com/nekmo/angular-django","last_synced_at":"2026-03-03T07:44:24.317Z","repository":{"id":57410367,"uuid":"298419330","full_name":"Nekmo/angular-django","owner":"Nekmo","description":"Django Rest Framework API for Angular with self-building classes, forms, and listings","archived":false,"fork":false,"pushed_at":"2023-10-29T00:17:09.000Z","size":897,"stargazers_count":17,"open_issues_count":6,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T06:24:02.213Z","etag":null,"topics":["angular","api","django","djangorestframework","forms","rest"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Nekmo.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-24T23:36:01.000Z","updated_at":"2024-10-11T10:43:41.000Z","dependencies_parsed_at":"2024-10-23T12:09:21.099Z","dependency_job_id":null,"html_url":"https://github.com/Nekmo/angular-django","commit_stats":{"total_commits":140,"total_committers":1,"mean_commits":140.0,"dds":0.0,"last_synced_commit":"0464747806ce4e79571d3a72db0f04e15f0c6e5e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nekmo/angular-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fangular-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fangular-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fangular-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fangular-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nekmo","download_url":"https://codeload.github.com/Nekmo/angular-django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fangular-django/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268017357,"owners_count":24181669,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["angular","api","django","djangorestframework","forms","rest"],"created_at":"2024-10-03T15:49:37.321Z","updated_at":"2026-03-03T07:44:24.268Z","avatar_url":"https://github.com/Nekmo.png","language":"TypeScript","readme":"##############\nangular-django\n##############\n\n\n.. image:: https://raw.githubusercontent.com/Nekmo/angular-django/pip-rating-badge/pip-rating-badge.svg\n  :target: https://github.com/Nekmo/angular-django/actions/workflows/pip-rating.yml\n  :alt: pip-rating badge\n\n.. image:: https://img.shields.io/github/actions/workflow/status/Nekmo/angular-django/test.yml?style=flat-square\u0026maxAge=2592000\u0026branch=master\n  :target: https://github.com/Nekmo/angular-django/actions?query=workflow%3ATests\n  :alt: Latest Tests CI build status\n\n.. image:: https://img.shields.io/pypi/v/angular-django.svg?style=flat-square\n  :target: https://pypi.org/project/angular-django/\n  :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/pyversions/angular-django.svg?style=flat-square\n  :target: https://pypi.org/project/angular-django/\n  :alt: Python versions\n\n.. image:: https://img.shields.io/codeclimate/maintainability/Nekmo/angular-django.svg?style=flat-square\n  :target: https://codeclimate.com/github/Nekmo/angular-django\n  :alt: Code Climate\n\n.. image:: https://img.shields.io/codecov/c/github/Nekmo/angular-django/master.svg?style=flat-square\n  :target: https://codecov.io/github/Nekmo/angular-django\n  :alt: Test coverage\n\n\n.. raw:: html\n\n    \u003cp align=\"center\"\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/Nekmo/angular-django/master/angular_django.svg\"\n           width=\"256px\" height=\"256px\" alt=\"Angular Django\"/\u003e\n    \u003c/p\u003e\n    \u003cp align=\"center\"\u003e\u003cstrong\u003e\u003cem\u003eWork in Angular as in Django\u003c/em\u003e\u003c/strong\u003e\u003c/p\u003e\n\n\n**Angular Django** is a framework to work in *Angular* as in *Django*. Use the Django classes in Angular to build\n**forms** and **data** grids in minutes. `A demo is available on the website \u003chttps://angular-django.nekmo.org/\u003e`_.\n\nAngular-django consists of **two packages**: a package for *Angular* and an optional package for *Django*. To install\nthe Angular package:\n\n.. code-block:: shell\n\n    $ npm i angular-django\n\n\nTo install the Django package:\n\n.. code-block:: shell\n\n    $ pip install -U angular-django\n\nFull instructions are available `on the website \u003chttps://angular-django.nekmo.org/installation\u003e`_.\n\n\nFeatures\n========\nSome features available:\n\n* Use the methods and filters available in the Django Rest Framework to work with the API.\n* Build forms in minutes. Includes validation on frontend and backend. Selector choices are built with the server.\n* Easy-to-implement filtering, paging, and searching listings.\n* Use your Django classes and types in Angular. The library will transform the API values to the correct types.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekmo%2Fangular-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekmo%2Fangular-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekmo%2Fangular-django/lists"}