{ "info": { "author": "Gerasev Kirill", "author_email": "gerasev.kirill@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Command for django that generates AngularJS services, compatible with ngResource.$resource, that provide client-side representation of the models and remote methods in angular-application.\r\n============================================================================================================================================================================================\r\nCommand for django that generates AngularJS services, compatible with ngResource.$resource, that provide client-side representation of the models and remote methods in angular-application. For more info: https://github.com/gerasev-kirill/django-rest-framework-angular-resource-generator\r\n\r\nQuick start\r\n-----------\r\n\r\n- install using pip:\r\n\r\n.. code:: bash\r\n\r\n pip install django-rest-framework-angular-resource-generator\r\n\r\n- add \u201cdrf\\_ng\\_generator\u201d to your INSTALLED\\_APPS setting like this:\r\n\r\n.. code:: python\r\n\r\n INSTALLED_APPS = (\r\n ...\r\n 'drf_ng_generator'\r\n )\r\n\r\n- run next command to create ngResource-file from drf views:\r\n\r\n.. code:: bash\r\n\r\n python ./manage.py drf_ng ./path-to-my-static-dir/resources.js\r\n\r\nor (to generate the coffee-script file):\r\n\r\n.. code:: bash\r\n\r\n python ./manage.py drf_ng ./path-to-my-static-dir/resources.coffee\r\n\r\nFor more info: https://github.com/gerasev-kirill/django-rest-framework-angular-resource-generator", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-rest-framework-angular-resource-generator", "package_url": "https://pypi.org/project/django-rest-framework-angular-resource-generator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-rest-framework-angular-resource-generator/", "project_urls": { "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-rest-framework-angular-resource-generator/0.7.0/", "requires_dist": null, "requires_python": null, "summary": "Angular resource generator for DRF", "version": "0.7.0" }, "last_serial": 2341876, "releases": { "0.7.0": [ { "comment_text": "", "digests": { "md5": "417bd35fcf458764b56675bddcc96c7f", "sha256": "5d4c4b0ea234e955950d955a600ea53db930245ced7133e637661cdb8b0a7292" }, "downloads": -1, "filename": "django_rest_framework_angular_resource_generator-0.7.0-py2-none-any.whl", "has_sig": false, "md5_digest": "417bd35fcf458764b56675bddcc96c7f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13759, "upload_time": "2016-09-14T09:36:20", "url": "https://files.pythonhosted.org/packages/a9/20/a346f5178c77b7b09b8cbaabf74ad5b9677085ad16d0551d219e82dc1de1/django_rest_framework_angular_resource_generator-0.7.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "030a5575f073bf0df99b627af3d48740", "sha256": "31eb76a8c7381977f14c7a220453645679d9f28bbca8ff1c2c0e5db50845c536" }, "downloads": -1, "filename": "django-rest-framework-angular-resource-generator-0.7.0.tar.gz", "has_sig": false, "md5_digest": "030a5575f073bf0df99b627af3d48740", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8223, "upload_time": "2016-09-14T09:36:16", "url": "https://files.pythonhosted.org/packages/20/db/8030261c013ef626de6c1b8767bea0519c6c2ab8a934abddd1b6ae4564fb/django-rest-framework-angular-resource-generator-0.7.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "417bd35fcf458764b56675bddcc96c7f", "sha256": "5d4c4b0ea234e955950d955a600ea53db930245ced7133e637661cdb8b0a7292" }, "downloads": -1, "filename": "django_rest_framework_angular_resource_generator-0.7.0-py2-none-any.whl", "has_sig": false, "md5_digest": "417bd35fcf458764b56675bddcc96c7f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13759, "upload_time": "2016-09-14T09:36:20", "url": "https://files.pythonhosted.org/packages/a9/20/a346f5178c77b7b09b8cbaabf74ad5b9677085ad16d0551d219e82dc1de1/django_rest_framework_angular_resource_generator-0.7.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "030a5575f073bf0df99b627af3d48740", "sha256": "31eb76a8c7381977f14c7a220453645679d9f28bbca8ff1c2c0e5db50845c536" }, "downloads": -1, "filename": "django-rest-framework-angular-resource-generator-0.7.0.tar.gz", "has_sig": false, "md5_digest": "030a5575f073bf0df99b627af3d48740", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8223, "upload_time": "2016-09-14T09:36:16", "url": "https://files.pythonhosted.org/packages/20/db/8030261c013ef626de6c1b8767bea0519c6c2ab8a934abddd1b6ae4564fb/django-rest-framework-angular-resource-generator-0.7.0.tar.gz" } ] }