{"id":17030260,"url":"https://github.com/vsoch/django-oci","last_synced_at":"2025-04-12T12:11:50.469Z","repository":{"id":39826923,"uuid":"249836292","full_name":"vsoch/django-oci","owner":"vsoch","description":"Open Containers distribution spec module for Django (under development)","archived":false,"fork":false,"pushed_at":"2023-01-02T20:56:35.000Z","size":1076,"stargazers_count":16,"open_issues_count":11,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T06:51:14.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vsoch.github.io/django-oci/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vsoch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-24T22:57:38.000Z","updated_at":"2024-10-30T03:28:43.000Z","dependencies_parsed_at":"2023-02-01T04:00:33.492Z","dependency_job_id":null,"html_url":"https://github.com/vsoch/django-oci","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/vsoch%2Fdjango-oci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Fdjango-oci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Fdjango-oci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Fdjango-oci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsoch","download_url":"https://codeload.github.com/vsoch/django-oci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248348150,"owners_count":21088819,"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-10-14T08:05:32.263Z","updated_at":"2025-04-12T12:11:50.444Z","avatar_url":"https://github.com/vsoch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-oci\n\n[![PyPI version](https://badge.fury.io/py/django-oci.svg)](https://badge.fury.io/py/django-oci)\n![docs/assets/img/django-oci.png](docs/assets/img/django-oci.png)\n\nOpen Containers distribution API for Django.\n\nThis repository serves a Django app that can be used to provide an opencontainers\ndistribution (OCI) endpoint to push and pull containers. An [example](tests)\napplication is provided in `tests` that can be interacted with here.\n\n\n## Quickstart\n\nInstall django-oci::\n\n```bash\npip install django-oci\n```\n\nAdd it to your `INSTALLED_APPS` along with `rest_framework`\n\n```python\n\n    INSTALLED_APPS = (\n        ...\n        'django_oci',\n        'rest_framework',\n        ...\n    )\n```\n\nAdd django-oci's URL patterns:\n\n```python\n\n    from django_oci import urls as django_oci_urls\n    urlpatterns = [\n        ...\n        url(r'^', include(django_oci.urls)),\n        ...\n    ]\n```\n\nSee the [documentation](https://vsoch.github.io/django-oci/) or [getting started guide](https://vsoch.github.io/django-oci/docs/getting-started/) for more details about setup, and testing. An [example application](tests) is provided\nand described in the getting started guide as well. The latest [conformance testing](https://vsoch.github.io/django-oci/conformance/) is provided as well.\n\n## Many Thanks\n\n* [cookiecutter-djangopackage](https://github.com/pydanny/cookiecutter-djangopackage)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsoch%2Fdjango-oci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsoch%2Fdjango-oci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsoch%2Fdjango-oci/lists"}