{ "info": { "author": "Dominik Seemann", "author_email": "dominik@seemann.rocks", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# A couchdb storage backend for Django\n\nFor each upload, a new document with the file attached is created.\n\n## Setup\n\nInstall this package with pip:\n\n`pip install -U django-couchdb-storage` \n\nAdd it to your INSTALLED_APPS in django settings:\n\n```python\nINSTALLED_APPS = [\n ...\n\n 'couch',\n]\n```\n\nAnd and configuration to point django to your couchdb:\n\n```python\nDEFAULT_FILE_STORAGE = 'couchdb_storage.CouchDBStorage'\nCOUCHDB_HOST = 'http://127.0.0.1:5984'\nCOUCHDB_DATABASE = 'django_storage'\nCOUCHDB_USER = ''\nCOUCHDB_PASSWORD = ''\n```\n\n## Constraints\n\nRight now, this package assumes that content from the storage database can be read anonymously. Writes are authenticated. It is also assumed, that the db host can be accessed publicly.\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/5in4/django-couchdb-storage", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-couchdb-storage", "package_url": "https://pypi.org/project/django-couchdb-storage/", "platform": "", "project_url": "https://pypi.org/project/django-couchdb-storage/", "project_urls": { "Homepage": "https://github.com/5in4/django-couchdb-storage" }, "release_url": "https://pypi.org/project/django-couchdb-storage/0.0.2/", "requires_dist": [ "requests (>=2.0)" ], "requires_python": "", "summary": "Django storage backend for CouchDB", "version": "0.0.2" }, "last_serial": 4402474, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "08e0b54ce0b25637b72a65149e9926ef", "sha256": "a1a0f402404b2f15e66566adde9bfbed2020158c24e7b7e4ef1049a5308024f2" }, "downloads": -1, "filename": "django_couchdb_storage-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "08e0b54ce0b25637b72a65149e9926ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3590, "upload_time": "2018-10-22T14:53:28", "url": "https://files.pythonhosted.org/packages/bb/2e/882a9ecde5f320ab982ae273cbac4f0e2ab367acc10be7171ba0838d32ab/django_couchdb_storage-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17108550878c95393b3e524279971d02", "sha256": "501225c7b12721c8b95012b8abda5ba06d4d737d78ec86a5bbfd09e9876105d9" }, "downloads": -1, "filename": "django_couchdb_storage-0.0.2.tar.gz", "has_sig": false, "md5_digest": "17108550878c95393b3e524279971d02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2140, "upload_time": "2018-10-22T14:53:29", "url": "https://files.pythonhosted.org/packages/38/1e/b21e327d80a3a8dd67d115144a8b5bfc37d3e4b0b79012a35710bdfb6101/django_couchdb_storage-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08e0b54ce0b25637b72a65149e9926ef", "sha256": "a1a0f402404b2f15e66566adde9bfbed2020158c24e7b7e4ef1049a5308024f2" }, "downloads": -1, "filename": "django_couchdb_storage-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "08e0b54ce0b25637b72a65149e9926ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3590, "upload_time": "2018-10-22T14:53:28", "url": "https://files.pythonhosted.org/packages/bb/2e/882a9ecde5f320ab982ae273cbac4f0e2ab367acc10be7171ba0838d32ab/django_couchdb_storage-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17108550878c95393b3e524279971d02", "sha256": "501225c7b12721c8b95012b8abda5ba06d4d737d78ec86a5bbfd09e9876105d9" }, "downloads": -1, "filename": "django_couchdb_storage-0.0.2.tar.gz", "has_sig": false, "md5_digest": "17108550878c95393b3e524279971d02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2140, "upload_time": "2018-10-22T14:53:29", "url": "https://files.pythonhosted.org/packages/38/1e/b21e327d80a3a8dd67d115144a8b5bfc37d3e4b0b79012a35710bdfb6101/django_couchdb_storage-0.0.2.tar.gz" } ] }