{ "info": { "author": "Eagle Liut", "author_email": "liutao@liut.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Communications :: File Sharing", "Topic :: Internet", "Topic :: Multimedia :: Graphics", "Topic :: Utilities" ], "description": "#imsto-go client in python\n\n## installation\n\n`sudo pip-2.7 install -e .` (recommend)\nor\n`sudo python setup.py install`\n\n## django settings\n\n`settings.py`:\n\n~~~\nDEFAULT_FILE_STORAGE = 'imsto_client.django.ImageStorage'\nIMSTO_HOST = 'localhost:8964'\nIMSTO_ROOF = 'demo'\nIMSTO_URL_PREFIX = '/'\nIMSTO_THUMB_PATH = '/thumb'\n~~~\n\n`admins`\n\n~~~\nfrom django.contrib import admin\nfrom imsto_client.django.widgets import AdminImageWidget\n\nclass GoodsAdmin(admin.ModelAdmin):\n\n\tdef formfield_for_dbfield(self, db_field, **kwargs):\n\t\tif db_field.name == 'image_path':\n\t\t\trequest = kwargs.pop(\"request\", None)\n\t\t\tkwargs['widget'] = AdminImageWidget\n\t\t\treturn db_field.formfield(**kwargs)\n\t\treturn super(GoodsAdmin,self).formfield_for_dbfield(db_field, **kwargs)\n\n\t\"\"\"more other methods\"\"\n\n~~~\n\n## nginx configuration\n\nsee also: imsto-go/INSTALL.md", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/liut/imsto_py", "keywords": "imsto image storage", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "imsto_client", "package_url": "https://pypi.org/project/imsto_client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/imsto_client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/liut/imsto_py" }, "release_url": "https://pypi.org/project/imsto_client/1.0.4/", "requires_dist": null, "requires_python": null, "summary": "imsto-go client in python, include wrapper of django storage", "version": "1.0.4" }, "last_serial": 1100884, "releases": { "1.0.4": [ { "comment_text": "built for Darwin-13.2.0", "digests": { "md5": "02765d92c837c6a0658c8095339726a7", "sha256": "e5edccccd07f516888078d2dbe74f400bcf88ac52cd27e2dbef044b177541d31" }, "downloads": -1, "filename": "imsto_client-1.0.4.macosx-10.9-x86_64.tar.gz", "has_sig": false, "md5_digest": "02765d92c837c6a0658c8095339726a7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 10465, "upload_time": "2014-05-22T11:04:12", "url": "https://files.pythonhosted.org/packages/a4/81/3b39d27ea5c4f0753a5a61ddd75e4d7a78ae0e27c55d7ee61ddd8671b08b/imsto_client-1.0.4.macosx-10.9-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "31f9e7402d0566b0851726cec37d0d92", "sha256": "9144c3d188baea22c277275ee66f9a456e622a79bfa2ee7a56d9ba9dd565555a" }, "downloads": -1, "filename": "imsto_client-1.0.4-py2.7.egg", "has_sig": false, "md5_digest": "31f9e7402d0566b0851726cec37d0d92", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13854, "upload_time": "2014-05-22T11:04:42", "url": "https://files.pythonhosted.org/packages/37/66/a8f92d8d64db2e8813593809bbeb3b0c6d3917eb53813dff042d98dfe451/imsto_client-1.0.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "57b207fef9ddfbee09199e01ae6de2c3", "sha256": "78a5e24aac866c04e38688e53b43fab5eab220e50a053e7cb3cd6451889b2c60" }, "downloads": -1, "filename": "imsto_client-1.0.4.tar.gz", "has_sig": false, "md5_digest": "57b207fef9ddfbee09199e01ae6de2c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5493, "upload_time": "2014-05-22T11:02:53", "url": "https://files.pythonhosted.org/packages/ff/81/8c7cf2b5e66ca06d99627b6eaa274ecee43dfc64bd7daee5ba2ec66b5d88/imsto_client-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "built for Darwin-13.2.0", "digests": { "md5": "02765d92c837c6a0658c8095339726a7", "sha256": "e5edccccd07f516888078d2dbe74f400bcf88ac52cd27e2dbef044b177541d31" }, "downloads": -1, "filename": "imsto_client-1.0.4.macosx-10.9-x86_64.tar.gz", "has_sig": false, "md5_digest": "02765d92c837c6a0658c8095339726a7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 10465, "upload_time": "2014-05-22T11:04:12", "url": "https://files.pythonhosted.org/packages/a4/81/3b39d27ea5c4f0753a5a61ddd75e4d7a78ae0e27c55d7ee61ddd8671b08b/imsto_client-1.0.4.macosx-10.9-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "31f9e7402d0566b0851726cec37d0d92", "sha256": "9144c3d188baea22c277275ee66f9a456e622a79bfa2ee7a56d9ba9dd565555a" }, "downloads": -1, "filename": "imsto_client-1.0.4-py2.7.egg", "has_sig": false, "md5_digest": "31f9e7402d0566b0851726cec37d0d92", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13854, "upload_time": "2014-05-22T11:04:42", "url": "https://files.pythonhosted.org/packages/37/66/a8f92d8d64db2e8813593809bbeb3b0c6d3917eb53813dff042d98dfe451/imsto_client-1.0.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "57b207fef9ddfbee09199e01ae6de2c3", "sha256": "78a5e24aac866c04e38688e53b43fab5eab220e50a053e7cb3cd6451889b2c60" }, "downloads": -1, "filename": "imsto_client-1.0.4.tar.gz", "has_sig": false, "md5_digest": "57b207fef9ddfbee09199e01ae6de2c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5493, "upload_time": "2014-05-22T11:02:53", "url": "https://files.pythonhosted.org/packages/ff/81/8c7cf2b5e66ca06d99627b6eaa274ecee43dfc64bd7daee5ba2ec66b5d88/imsto_client-1.0.4.tar.gz" } ] }