{"id":16920855,"url":"https://github.com/elpaso/django-dag","last_synced_at":"2025-03-17T07:31:36.495Z","repository":{"id":57419642,"uuid":"1359807","full_name":"elpaso/django-dag","owner":"elpaso","description":"Basic portable Directed Acyclic Graph application for Django","archived":false,"fork":false,"pushed_at":"2019-11-19T17:01:02.000Z","size":42,"stargazers_count":66,"open_issues_count":3,"forks_count":19,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-14T19:49:48.892Z","etag":null,"topics":["dag","django"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elpaso.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-12T20:48:15.000Z","updated_at":"2024-09-10T12:24:08.000Z","dependencies_parsed_at":"2022-08-28T04:11:15.054Z","dependency_job_id":null,"html_url":"https://github.com/elpaso/django-dag","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elpaso%2Fdjango-dag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elpaso%2Fdjango-dag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elpaso%2Fdjango-dag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elpaso%2Fdjango-dag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elpaso","download_url":"https://codeload.github.com/elpaso/django-dag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221673983,"owners_count":16861754,"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":["dag","django"],"created_at":"2024-10-13T19:49:47.595Z","updated_at":"2024-10-27T12:14:27.329Z","avatar_url":"https://github.com/elpaso.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django DAG\n----------\n\nDjango-dag is a small reusable app which implements a Directed Acyclic Graph.\n\nUsage\n.....\n\nDjango-dag uses abstract base classes, to use it you must create your own\nconcrete classes that inherit from Django-dag classes.\n\nThe `dag_test` app contains a simple example and a unit test to show\nyou its usage.\n\nExample::\n\n    class ConcreteNode(node_factory('ConcreteEdge')):\n        \"\"\"\n        Test node, adds just one field\n        \"\"\"\n        name = models.CharField(max_length = 32)\n\n    class ConcreteEdge(edge_factory(ConcreteNode, concrete = False)):\n        \"\"\"\n        Test edge, adds just one field\n        \"\"\"\n        name = models.CharField(max_length = 32, blank = True, null = True)\n\n\nTests\n.....\n\nUnit tests can be run with just django installed at the base directory by running\n   `python manage.py test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felpaso%2Fdjango-dag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felpaso%2Fdjango-dag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felpaso%2Fdjango-dag/lists"}