Skip to main content

Open Containers distribution API for Django

Project description

django-oci

PyPI version docs/assets/img/django-oci.png

Open Containers distribution API for Django.

This repository serves a Django app that can be used to provide an opencontainers distribution (OCI) endpoint to push and pull containers. An example application is provided in tests that can be interacted with here.

Quickstart

Install django-oci::

pip install django-oci

Add it to your INSTALLED_APPS along with rest_framework

    INSTALLED_APPS = (
        ...
        'django_oci',
        'rest_framework',
        ...
    )

Add django-oci's URL patterns:

    from django_oci import urls as django_oci_urls
    urlpatterns = [
        ...
        url(r'^', include(django_oci.urls)),
        ...
    ]

See the documentation or getting started guide for more details about setup, and testing. An example application is provided and described in the getting started guide as well. The latest conformance testing is provided as well.

Many Thanks

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-oci-0.0.17.tar.gz (22.9 kB view details)

Uploaded Source

File details

Details for the file django-oci-0.0.17.tar.gz.

File metadata

  • Download URL: django-oci-0.0.17.tar.gz
  • Upload date:
  • Size: 22.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for django-oci-0.0.17.tar.gz
Algorithm Hash digest
SHA256 2148691d9f2f564e0a2f4e57cec5fb963b572d9ffd81a5a58263ba06f111cc9f
MD5 5a5dad5d388e9bab5bec46eb15baac50
BLAKE2b-256 9ab4f206726b40e1ec2a5f26b825c3881228deb3da8f8af3d8ac3fedc51a99d5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page