{ "info": { "author": "Kristian Berg", "author_email": "eve.vittoros@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Games/Entertainment" ], "description": "# armada-sde-rest\n\n[![Build Status](https://travis-ci.org/kriberg/armada-sde-rest.svg?branch=master)](https://travis-ci.org/kriberg/armada-sde-rest)\n[![Coverage Status](https://coveralls.io/repos/github/kriberg/armada-sde-rest/badge.svg?branch=master)](https://coveralls.io/github/kriberg/armada-sde-rest?branch=master)\n\n\narmada-sde-rest is a pluggable app for Django which provides [Django REST framework](https://www.django-rest-framework.org/) \nendpoints for the models generated by [armada-sde](https://github.com/kriberg/armada-sde.git).\n\n## Usage\n\nInstall the latest version of armada-sde-rest from PyPI:\n\n```commandline\npip install armada-sde-rest\n```\n\nFollow the installation instructions for [armada-sde](https://github.com/kriberg/armada-sde.git), then \nadd armada-sde-rest and its dependencies to Django's settings.py:\n\n```python\nINSTALLED_APPS = [\n # ...\n 'rest_framework',\n 'armada_sde',\n 'armada_sde_rest',\n]\n```\n\nAdd the routes to your urls.py:\n\n```python\nfrom django.urls import path, include\n\n\nurlpatterns = [\n path('sde/', include('armada_sde_rest.urls')),\n]\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kriberg/armada-sde.git", "keywords": "", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "armada-sde-rest", "package_url": "https://pypi.org/project/armada-sde-rest/", "platform": "", "project_url": "https://pypi.org/project/armada-sde-rest/", "project_urls": { "Homepage": "https://github.com/kriberg/armada-sde.git" }, "release_url": "https://pypi.org/project/armada-sde-rest/0.1.2/", "requires_dist": [ "Django", "autopep8", "djangorestframework", "armada-sde" ], "requires_python": ">=3.5.0", "summary": "A pluggable Django app with ReST endpoints for the SDE", "version": "0.1.2" }, "last_serial": 4370249, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "e11ab0c45c161f3fd3b1565a251d0ab0", "sha256": "95543c8d737a1b88667c844b27ccd13c699294398ae31b8d0789a1ce7f1474c8" }, "downloads": -1, "filename": "armada_sde_rest-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e11ab0c45c161f3fd3b1565a251d0ab0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5.0", "size": 15665, "upload_time": "2018-10-07T19:55:57", "url": "https://files.pythonhosted.org/packages/0a/b1/e714f44465a3f5f01b61e91eb9594b5fe12308177771278dbadeb4761c61/armada_sde_rest-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c5b12681b3d00a5722651a73b0c0d47", "sha256": "89d302758085130760133e33027938def80e7ab3f74aa0ededd9527785a75ca3" }, "downloads": -1, "filename": "armada-sde-rest-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3c5b12681b3d00a5722651a73b0c0d47", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 12930, "upload_time": "2018-10-07T19:55:58", "url": "https://files.pythonhosted.org/packages/c4/f7/2b059e5da1589f718b1b5c07d35a8cd51d51197445de1a2e9f69a0d94ce9/armada-sde-rest-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2e84ff16f92df8c10d204cbd136571e7", "sha256": "2c773ada2b25bf8112a8e522a401f64817d69290ea2d1267743e18f7c5394024" }, "downloads": -1, "filename": "armada_sde_rest-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2e84ff16f92df8c10d204cbd136571e7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5.0", "size": 15729, "upload_time": "2018-10-12T21:51:41", "url": "https://files.pythonhosted.org/packages/87/5f/3a2a7a4ece13c77ee9722f282d614840b209121a6096be826b94e4156aa7/armada_sde_rest-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "152fcc50912e01dd5d9b368ffeab87d2", "sha256": "3aa64dae0d43bd89da40fad82e497e522d295ab3e935acb7d5ea1aa135e69655" }, "downloads": -1, "filename": "armada-sde-rest-0.1.2.tar.gz", "has_sig": false, "md5_digest": "152fcc50912e01dd5d9b368ffeab87d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 12975, "upload_time": "2018-10-12T21:51:42", "url": "https://files.pythonhosted.org/packages/5f/e0/61ad074e2fb9d6f3a52889c391f142d30e5c3320e7f1b255d2b02e9b112f/armada-sde-rest-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e84ff16f92df8c10d204cbd136571e7", "sha256": "2c773ada2b25bf8112a8e522a401f64817d69290ea2d1267743e18f7c5394024" }, "downloads": -1, "filename": "armada_sde_rest-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2e84ff16f92df8c10d204cbd136571e7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5.0", "size": 15729, "upload_time": "2018-10-12T21:51:41", "url": "https://files.pythonhosted.org/packages/87/5f/3a2a7a4ece13c77ee9722f282d614840b209121a6096be826b94e4156aa7/armada_sde_rest-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "152fcc50912e01dd5d9b368ffeab87d2", "sha256": "3aa64dae0d43bd89da40fad82e497e522d295ab3e935acb7d5ea1aa135e69655" }, "downloads": -1, "filename": "armada-sde-rest-0.1.2.tar.gz", "has_sig": false, "md5_digest": "152fcc50912e01dd5d9b368ffeab87d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 12975, "upload_time": "2018-10-12T21:51:42", "url": "https://files.pythonhosted.org/packages/5f/e0/61ad074e2fb9d6f3a52889c391f142d30e5c3320e7f1b255d2b02e9b112f/armada-sde-rest-0.1.2.tar.gz" } ] }