{ "info": { "author": "Leo Zhu", "author_email": "leiping.zhu@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Overview\n========\n\nSome methods are necessary for `filebrowser_safe` to browse the file storage\n(e.g. `isfile`, `isdir`). Which can be achived by defining a `Mixin` class.\n\nfilebrowser_safe contains `Mixin` classes for famous storage providers like Amazon or Google.\n\nQiniu is a file service provider in China and of course not in the list.\n\nThis project defines an extension for filebrowser_safe to make it work with QiniuStorage (django-qiniu-storage).\n\n# Usage\n\n\n`pip install filebrowser-safe-mixin-qiniu`\n\nThen, add the following lines at your django application's entry point.\n\n\n```python\nfrom qiniustorage.backends import QiniuStorage\nfrom filebrowser_safe_mixin_qiniu.storage import QiniuStorageMixin\n\nif QiniuStorageMixin not in QiniuStorage.__bases__:\n QiniuStorage.__bases__ += (QiniuStorageMixin,)\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/leoleozhu/filebrowser-safe-mixin-qiniu", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "filebrowser_safe_mixin_qiniu", "package_url": "https://pypi.org/project/filebrowser_safe_mixin_qiniu/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/filebrowser_safe_mixin_qiniu/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/leoleozhu/filebrowser-safe-mixin-qiniu" }, "release_url": "https://pypi.org/project/filebrowser_safe_mixin_qiniu/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Contain QiniuStorageMixin, which makes filebrowser_safe compatible with Qiniu", "version": "0.1.1" }, "last_serial": 2162937, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "450c98e035b8fb8d23ba65af061f8e0b", "sha256": "de1128a527833035964ae041e8632e134d004a5b95fb36f3c2c38c0c872c47eb" }, "downloads": -1, "filename": "filebrowser_safe_mixin_qiniu-0.1.1.tar.gz", "has_sig": false, "md5_digest": "450c98e035b8fb8d23ba65af061f8e0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2082, "upload_time": "2016-06-12T05:31:15", "url": "https://files.pythonhosted.org/packages/ab/e9/74bae20a1dabd49474a7461e290b0c1d94f15a3e0aa77e3b110928cc8784/filebrowser_safe_mixin_qiniu-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "450c98e035b8fb8d23ba65af061f8e0b", "sha256": "de1128a527833035964ae041e8632e134d004a5b95fb36f3c2c38c0c872c47eb" }, "downloads": -1, "filename": "filebrowser_safe_mixin_qiniu-0.1.1.tar.gz", "has_sig": false, "md5_digest": "450c98e035b8fb8d23ba65af061f8e0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2082, "upload_time": "2016-06-12T05:31:15", "url": "https://files.pythonhosted.org/packages/ab/e9/74bae20a1dabd49474a7461e290b0c1d94f15a3e0aa77e3b110928cc8784/filebrowser_safe_mixin_qiniu-0.1.1.tar.gz" } ] }