{ "info": { "author": "Devin Carlen", "author_email": "devin.carlen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "OpenStack Django-Nova\n---------------------\n\nThe Django-Nova project is a Django module that is used to provide web based\ninteractions with the OpenStack Nova cloud controller.\n\nThere is a reference implementation that uses this module located at:\n\n http://launchpad.net/openstack-dashboard\n\nIt is highly recommended that you make use of this reference implementation\nso that changes you make can be visualized effectively and are consistent.\nUsing this reference implementation as a development environment will greatly\nsimplify development of the django-nova module.\n\nOf course, if you are developing your own Django site using django-nova, then\nyou can disregard this advice.\n\n\n\nGetting Started\n---------------\n\nDjango-Nova uses Buildout (http://www.buildout.org/) to manage local\ndevelopment. To configure your local Buildout environment first install the following\nsystem-level dependencies:\n * python-dev\n * git\n * bzr\n\nThen instantiate buildout with\n\n $ python bootstrap.py\n $ bin/buildout\n\nThis will install all the dependencies of django-nova and provide some useful\nscripts in the bin/ directory:\n\n bin/python provides a python shell for the current buildout.\n bin/django provides django functions for the current buildout.\n\n\nYou should now be able to run unit tests as follows:\n\n $ bin/django test\nor\n $ bin/test\n\nYou can run unit tests with code coverage on django_openstack by setting\nNOSE_WITH_COVERAGE:\n\n $ NOSE_WITH_COVERAGE=true bin/test\n\nGet even better coverage info by running coverage directly:\n\n $ coverage run --branch --source django_openstack bin/django test django_openstack && coverage html", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://launchpad.net/django-openstack/", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "django-openstack", "package_url": "https://pypi.org/project/django-openstack/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-openstack/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://launchpad.net/django-openstack/" }, "release_url": "https://pypi.org/project/django-openstack/0.4/", "requires_dist": null, "requires_python": null, "summary": "A Django interface for OpenStack.", "version": "0.4" }, "last_serial": 790216, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "cccf1ed9fbea22ee66f1c3a3a24700ac", "sha256": "2e1ffa9e7fba8c21526a28234305746d4e48416d98a6b68aeffae57f2ea6ff48" }, "downloads": -1, "filename": "django-openstack-0.4.tar.gz", "has_sig": false, "md5_digest": "cccf1ed9fbea22ee66f1c3a3a24700ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53903, "upload_time": "2011-10-03T06:21:52", "url": "https://files.pythonhosted.org/packages/9b/2e/e21d2d4b0d49ef802e1e7e8b80c8f1765caf1b5af62e480420be2992b4c9/django-openstack-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cccf1ed9fbea22ee66f1c3a3a24700ac", "sha256": "2e1ffa9e7fba8c21526a28234305746d4e48416d98a6b68aeffae57f2ea6ff48" }, "downloads": -1, "filename": "django-openstack-0.4.tar.gz", "has_sig": false, "md5_digest": "cccf1ed9fbea22ee66f1c3a3a24700ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53903, "upload_time": "2011-10-03T06:21:52", "url": "https://files.pythonhosted.org/packages/9b/2e/e21d2d4b0d49ef802e1e7e8b80c8f1765caf1b5af62e480420be2992b4c9/django-openstack-0.4.tar.gz" } ] }