{ "info": { "author": "Mateusz 'novo' Klos", "author_email": "novopl@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Utilities" ], "description": "\nrestible-django\n###############\n\n.. readme_inclusion_marker\n\n**restible-django** is a library that provides **django** integration with\n`restible `_. It includes the base resource\nclass ``DjangoResource`` that can be used to define REST resources based on\ndjango model definitions along with ``DjangoEndpoint`` class that integrates\n`restible `_ with django routing.\n\n\n.. note::\n The CircleCI builds can be found\n `here `_\n\nInstallation\n============\n\n.. code-block:: shell\n\n $ pip install restible-django\n\n\nContributing\n============\n\nSetting up development repo\n---------------------------\n\n.. code-block:: shell\n\n $ git clone git@github.com:novopl/restible-django.git\n $ cd restible-django\n $ virtualenv env\n $ source ./env/bin/activate\n # python setup.py develop\n $ pip install -r ops/devrequirements.txt\n $ peltak git add-hooks\n\n\nRunning tests\n.............\n\n**Config**: The types of tests are defined in ``pelconf.py`` and the\npytest configuration is defined in ``ops/tools/pytest.ini``.\n\n.. code-block:: shell\n\n $ peltak test\n\nLinting\n.......\n\n**Config**: The list of locations to lint is defined in ``pelconf.py`` and the\nlinters configuration is defined in ``ops/tools/{pylint,pep8}.ini``.\n\n.. code-block:: shell\n\n $ peltak lint\n\nGenerating docs\n...............\n\n**Config**: The list of documented files and general configuration is in\n``pelconf.py`` and the Sphinx configuration is defined in ``docs/conf.py``.\n\n.. code-block:: shell\n\n $ peltak docs\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/novopl/restible-django", "keywords": "restible REST restapi rest server", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "restible-django", "package_url": "https://pypi.org/project/restible-django/", "platform": "", "project_url": "https://pypi.org/project/restible-django/", "project_urls": { "Homepage": "http://github.com/novopl/restible-django" }, "release_url": "https://pypi.org/project/restible-django/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Django integration for restible library", "version": "0.1.1" }, "last_serial": 5107502, "releases": { "0.0": [ { "comment_text": "", "digests": { "md5": "c4484ee32ad8b60708d1fe185f33d352", "sha256": "3cf3e98242d5e44076d00d8d00fcf4b7c4317c89ca038ed6bf2c432973aa507a" }, "downloads": -1, "filename": "restible-django-0.0.tar.gz", "has_sig": false, "md5_digest": "c4484ee32ad8b60708d1fe185f33d352", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10947, "upload_time": "2019-04-06T13:20:47", "url": "https://files.pythonhosted.org/packages/49/c8/17e9065f7827995574eaa67a3dcf94c63051c354e1a6aa4e7c43f3ef1a93/restible-django-0.0.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "72f747587fdbcd1fd0977bd1a0840957", "sha256": "b44ec0993ff3ad2500fc50ab413e9bf0983f6a9cca554593951e5acce7b1a9e1" }, "downloads": -1, "filename": "restible-django-0.1.tar.gz", "has_sig": false, "md5_digest": "72f747587fdbcd1fd0977bd1a0840957", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10807, "upload_time": "2019-04-06T13:40:19", "url": "https://files.pythonhosted.org/packages/f6/c3/7df65d06fe00e3ee6517af3dca87161efc3b0504ff1f5f6e320bbcf41e5a/restible-django-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "68d2ae87b2aa889f83bc1e17e0bacb62", "sha256": "00e2cf7013bc26c2b380cc349b0777868c09591d57d2e2bebe846528e613e9ff" }, "downloads": -1, "filename": "restible-django-0.1.1.tar.gz", "has_sig": false, "md5_digest": "68d2ae87b2aa889f83bc1e17e0bacb62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10327, "upload_time": "2019-04-06T15:32:38", "url": "https://files.pythonhosted.org/packages/3e/24/b0a4fcd52244f4d120a0a275deaec7c483f7d8f239c41ed4b74f87bfcfe6/restible-django-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68d2ae87b2aa889f83bc1e17e0bacb62", "sha256": "00e2cf7013bc26c2b380cc349b0777868c09591d57d2e2bebe846528e613e9ff" }, "downloads": -1, "filename": "restible-django-0.1.1.tar.gz", "has_sig": false, "md5_digest": "68d2ae87b2aa889f83bc1e17e0bacb62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10327, "upload_time": "2019-04-06T15:32:38", "url": "https://files.pythonhosted.org/packages/3e/24/b0a4fcd52244f4d120a0a275deaec7c483f7d8f239c41ed4b74f87bfcfe6/restible-django-0.1.1.tar.gz" } ] }