Skip to main content

A pluggable Django app with ReST endpoints for the SDE

Project description

armada-sde-rest

Build Status Coverage Status

armada-sde-rest is a pluggable app for Django which provides Django REST framework endpoints for the models generated by armada-sde.

Usage

Install the latest version of armada-sde-rest from PyPI:

pip install armada-sde-rest

Follow the installation instructions for armada-sde, then add armada-sde-rest and its dependencies to Django's settings.py:

INSTALLED_APPS = [
    # ...
    'rest_framework',
    'armada_sde',
    'armada_sde_rest',
]

Add the routes to your urls.py:

from django.urls import path, include


urlpatterns = [
    path('sde/', include('armada_sde_rest.urls')),
]

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

armada-sde-rest-0.1.2.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

armada_sde_rest-0.1.2-py2.py3-none-any.whl (15.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file armada-sde-rest-0.1.2.tar.gz.

File metadata

  • Download URL: armada-sde-rest-0.1.2.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.2

File hashes

Hashes for armada-sde-rest-0.1.2.tar.gz
Algorithm Hash digest
SHA256 3aa64dae0d43bd89da40fad82e497e522d295ab3e935acb7d5ea1aa135e69655
MD5 152fcc50912e01dd5d9b368ffeab87d2
BLAKE2b-256 5fe061ad074e2fb9d6f3a52889c391f142d30e5c3320e7f1b255d2b02e9b112f

See more details on using hashes here.

File details

Details for the file armada_sde_rest-0.1.2-py2.py3-none-any.whl.

File metadata

  • Download URL: armada_sde_rest-0.1.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.2

File hashes

Hashes for armada_sde_rest-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2c773ada2b25bf8112a8e522a401f64817d69290ea2d1267743e18f7c5394024
MD5 2e84ff16f92df8c10d204cbd136571e7
BLAKE2b-256 875f3a2a7a4ece13c77ee9722f282d614840b209121a6096be826b94e4156aa7

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