{ "info": { "author": "Suresh V", "author_email": "suresh@grafware.com", "bugtrack_url": null, "classifiers": [], "description": "django-googlecloud-storage\n===========================\n\nGoogle Cloud Storage file backend for Django\n\nBased on an django-google-cloud-storage but now made simpler because it uses the python\ngoogle-cloud package.\n\nIf you run your projects on Google's appengine and you are using the django framework you might need this\nfile backend since there is no way to upload files, images, etc on appengine. The other solution is using\ndjango-storages and apache libcloud but that soon descended into a debugging rabbit hole.\n\n\nPrerequisites\n-------------\n\nThis version works with the google-cloud package from google. It is listed as a dependency.\n\n\nInstallation\n-------------\n\n pip install django-googlecloud-storage\n\n\nConfiguration\n-------------\n\nOn your django settings.py file you need to add the following settings:\n\n GOOGLE_CLOUD_STORAGE_PROJECT = ''\n GOOGLE_CLOUD_STORAGE_BUCKET = ''\n DEFAULT_FILE_STORAGE = 'django.googlecloud.storage.GoogleCloudStorage'\n MEDIA_URL = \"https://storage.googleapis.com//\"\n\n\n\nCredits\n-------\n\nIn historical order:\n\n Christos Kopanos (@ckopanos) - original work using an older version of the google client libs\n Richard Caceres (@rchrd2) - packaged the original into python module\n Suresh V(@sureshvv) - used the new google-cloud package and namespace packages\n\nChangelog\n=========\n\n0.0.1 (2016-11-07)\n------------------\n\n- Initial version", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sureshvv/django-google-cloud-storage/", "keywords": "django,appengine,google,cloud storage", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "django-googlecloud-storage", "package_url": "https://pypi.org/project/django-googlecloud-storage/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-googlecloud-storage/", "project_urls": { "Homepage": "https://github.com/sureshvv/django-google-cloud-storage/" }, "release_url": "https://pypi.org/project/django-googlecloud-storage/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Google Cloud Storage file backend for Django based on google-cloud", "version": "0.0.1" }, "last_serial": 2446821, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "76f4ea4532b09c0ae17b80cdd6e42cc9", "sha256": "203057f216a9ad17431ca467a31df67025899752a1417530a56fe7c01ab3db09" }, "downloads": -1, "filename": "django_googlecloud_storage-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "76f4ea4532b09c0ae17b80cdd6e42cc9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5239, "upload_time": "2016-11-07T12:29:44", "url": "https://files.pythonhosted.org/packages/63/ad/aabe7a1a79b7e917710a10fca7d03fbb57465b974efb2642eaf11069b8fa/django_googlecloud_storage-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1a0970479691a96c10349d8be7155a1f", "sha256": "2b57072750ad3fe3fd498e1839ea21eff5129c72e539192d2c104819d7b32434" }, "downloads": -1, "filename": "django-googlecloud-storage-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1a0970479691a96c10349d8be7155a1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9483, "upload_time": "2016-11-07T12:29:41", "url": "https://files.pythonhosted.org/packages/b9/9e/cc55a95e3340b4e87a68131ea47b36c0ebbb90f2f81269412d3f8a2ab3e0/django-googlecloud-storage-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76f4ea4532b09c0ae17b80cdd6e42cc9", "sha256": "203057f216a9ad17431ca467a31df67025899752a1417530a56fe7c01ab3db09" }, "downloads": -1, "filename": "django_googlecloud_storage-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "76f4ea4532b09c0ae17b80cdd6e42cc9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5239, "upload_time": "2016-11-07T12:29:44", "url": "https://files.pythonhosted.org/packages/63/ad/aabe7a1a79b7e917710a10fca7d03fbb57465b974efb2642eaf11069b8fa/django_googlecloud_storage-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1a0970479691a96c10349d8be7155a1f", "sha256": "2b57072750ad3fe3fd498e1839ea21eff5129c72e539192d2c104819d7b32434" }, "downloads": -1, "filename": "django-googlecloud-storage-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1a0970479691a96c10349d8be7155a1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9483, "upload_time": "2016-11-07T12:29:41", "url": "https://files.pythonhosted.org/packages/b9/9e/cc55a95e3340b4e87a68131ea47b36c0ebbb90f2f81269412d3f8a2ab3e0/django-googlecloud-storage-0.0.1.tar.gz" } ] }