{"id":21852721,"url":"https://github.com/thelabbingproject/django_analyses","last_synced_at":"2025-04-14T16:25:03.614Z","repository":{"id":36464315,"uuid":"225623958","full_name":"TheLabbingProject/django_analyses","owner":"TheLabbingProject","description":"A reusable Django app to manage analyses.","archived":false,"fork":false,"pushed_at":"2024-03-20T15:33:20.000Z","size":667,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T05:11:18.299Z","etag":null,"topics":["django-app","research-data-management","workflow-engine"],"latest_commit_sha":null,"homepage":"https://django-analyses.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ZviBaratz/django_analysis","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheLabbingProject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-12-03T13:15:29.000Z","updated_at":"2023-02-16T16:23:57.000Z","dependencies_parsed_at":"2022-08-18T20:10:15.694Z","dependency_job_id":null,"html_url":"https://github.com/TheLabbingProject/django_analyses","commit_stats":{"total_commits":245,"total_committers":3,"mean_commits":81.66666666666667,"dds":0.03265306122448974,"last_synced_commit":"5642579660fd09dde4a23bf02ec98a7ec264bceb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_analyses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_analyses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_analyses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_analyses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheLabbingProject","download_url":"https://codeload.github.com/TheLabbingProject/django_analyses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248915297,"owners_count":21182601,"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":["django-app","research-data-management","workflow-engine"],"created_at":"2024-11-28T01:18:19.390Z","updated_at":"2025-04-14T16:25:03.574Z","avatar_url":"https://github.com/TheLabbingProject.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://img.shields.io/pypi/v/django-analyses.svg)](https://pypi.python.org/pypi/django-analyses/)\n[![PyPI status](https://img.shields.io/pypi/status/django-analyses.svg)](https://pypi.python.org/pypi/django-analyses/)\n[![TheLabbingProject](https://circleci.com/gh/TheLabbingProject/django_analyses.svg?style=shield)](https://app.circleci.com/pipelines/github/TheLabbingProject/django-analyses)\n[![Documentation Status](https://readthedocs.org/projects/django-analyses/badge/?version=latest)](http://django-analyses.readthedocs.io/?badge=latest)\n[![codecov.io](https://codecov.io/gh/TheLabbingProject/django_analyses/coverage.svg?branch=master)](https://codecov.io/github/TheLabbingProject/django_analyses?branch=master)\n\n# django-analyses\n\nA reusable Django app to manage analyses.\n\n## Quick start\n\n1. Add \"django_analyses\" to your INSTALLED_APPS setting:\n\n\u003cpre\u003e\n    INSTALLED_APPS = [\n        ...\n        'django_analyses',\n    ]\n\u003c/pre\u003e\n\n2. Include the `analyses` URLconf in your prject urls.py:\n\n\u003cpre\u003e\n    path(\"api/\", include(\"django_analyses.urls\", namespace=\"analyses\")),\n\u003c/pre\u003e\n\n3. Run `python manage.py migrate` to create the analyses models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/.\n\n5. Visit http://127.0.0.1:8000/api/analyses/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelabbingproject%2Fdjango_analyses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthelabbingproject%2Fdjango_analyses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelabbingproject%2Fdjango_analyses/lists"}