{ "info": { "author": "Andreas Jung", "author_email": "info@zopyx.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pylons", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "zopyx_gridfs \n============\n\nThis is a tiny GridFS (MongoDB) to web gateway based on the Pyramid \nweb framework.\n\nInstallation\n============\n\n* requires Python 2.6\n* create a virtualized environment using virtualenv\n* inside the virtualenv environment::\n\n bin/easy_install zopyx_gridfs\n\n\n* Create a ``server.ini`` configuration file containing::\n\n [app:zopyx_gridfs]\n use = egg:zopyx_gridfs\n reload_templates = true\n debug_authorization = false\n debug_notfound = false\n debug_routematch = false\n debug_templates = true\n default_locale_name = en\n # MongoDB specific configurations\n mongo_host = localhost\n mongo_port = 27017\n database = test\n\n [pipeline:main]\n pipeline =\n egg:WebError#evalerror\n zopyx_gridfs\n\n [server:main]\n use = egg:Paste#http\n host = 0.0.0.0\n port = 6543\n\n # Begin logging configuration\n\n [loggers]\n keys = root\n\n [handlers]\n keys = console\n\n [formatters]\n keys = generic\n\n [logger_root]\n level = INFO\n handlers = console\n\n [handler_console]\n class = StreamHandler\n args = (sys.stderr,)\n level = NOTSET\n formatter = generic\n\n [formatter_generic]\n format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s\n\n\n* Start the GridFS server using (this will start a HTTP\n server on localhost:6543)::\n\n bin/paster serve server.ini\n\n\nUsage:\n======\n\nDownloading files\n-----------------\n\nYou can access files stored inside GridFS through HTTP::\n\n http://localhost:6543//\n\nwhere ``collection`` refers to collection used by GridFS\nand ``filename`` is the ``_id`` used to store the file\ninside GridFS.\n\nThe server will return a 404 response if the requested file could not be found.\n\nUploading files\n---------------\n\nFor uploading files into a collection you need to use the \nbuild-in upload form:\n\n http://localhost:6543//upload_form\n\n \n\nAuthor\n======\n\n| ZOPYX Limited\n| c/o Andreas Jung\n| Charlottenstr. 37/1\n| D-72070 Tuebingen, Germany\n| www.zopyx.com\n| info@zopyx.com\n\n\n0.3.0\n-----\n- added upload support \n\n0.2.2\n-----\n- using proper routing mechanism of Pyramid\n\n0.2.0\n-----\n- switching to traversal instead of using URL parameters\n\n0.1.2\n-----\n- better header handling\n\n0.1.0\n-----\n\n- Initial version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/zopyx_gridfs", "keywords": "web pyramid pylons mongodb", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "zopyx_gridfs", "package_url": "https://pypi.org/project/zopyx_gridfs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zopyx_gridfs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/zopyx_gridfs" }, "release_url": "https://pypi.org/project/zopyx_gridfs/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "A MongoDB-to-Web gateway based on the Pyramid web framework", "version": "0.3.0" }, "last_serial": 802438, "releases": { "0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "f7c3f3d0e61a937f33f2e5ca867d63d1", "sha256": "98be6e9e3cf32263de900f03665db7610c6aca6736c1c8d2b29c7b01165d4b6b" }, "downloads": -1, "filename": "zopyx_gridfs-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f7c3f3d0e61a937f33f2e5ca867d63d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14033, "upload_time": "2010-12-20T19:25:17", "url": "https://files.pythonhosted.org/packages/0c/c6/ac672650ac532036bdbf5ca110da7a2ca7e129e18d11439da7c2188b61e3/zopyx_gridfs-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "799e5313c9eccae63b0a9a5a92f93393", "sha256": "ca69bcc990f7685bbbdb9e2d2a9fa119190cda1158690cea34f9882dc09c940b" }, "downloads": -1, "filename": "zopyx_gridfs-0.1.1.tar.gz", "has_sig": false, "md5_digest": "799e5313c9eccae63b0a9a5a92f93393", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14020, "upload_time": "2010-12-20T19:31:20", "url": "https://files.pythonhosted.org/packages/f6/30/339c28f61a22aa43fddb413fe4babafba7d84d747e2b7dc7d668dd7cfac1/zopyx_gridfs-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "dba298c84b9b0f0a25a7d60f43da6b29", "sha256": "9e41ceac306415a58e10bc797b9b722e9e0105bb279f5b3bd44baf59f6837f93" }, "downloads": -1, "filename": "zopyx_gridfs-0.1.2.tar.gz", "has_sig": false, "md5_digest": "dba298c84b9b0f0a25a7d60f43da6b29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14114, "upload_time": "2010-12-20T20:10:22", "url": "https://files.pythonhosted.org/packages/2b/34/8a3893dc1318053b6a124189642160deaf8c9fa35a25890e2ce36f593483/zopyx_gridfs-0.1.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "46fc1f8b549720eef0efc97f8b4d29b6", "sha256": "7ba7725793634aa66b3487dd3577294e027c17a8de7dd4040bf369e54df5988d" }, "downloads": -1, "filename": "zopyx_gridfs-0.2.1.tar.gz", "has_sig": false, "md5_digest": "46fc1f8b549720eef0efc97f8b4d29b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14186, "upload_time": "2010-12-20T21:20:17", "url": "https://files.pythonhosted.org/packages/ec/ad/38f410a50d232cd07de05b0b2bd7b50a72109bd7341c795e7b909203ac93/zopyx_gridfs-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "d8a7bb99298976068799a6b374c4a068", "sha256": "3d904907ab657f588c57fa400efc808b381a7258e017f385c540853c64fba203" }, "downloads": -1, "filename": "zopyx_gridfs-0.2.2.tar.gz", "has_sig": false, "md5_digest": "d8a7bb99298976068799a6b374c4a068", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14361, "upload_time": "2010-12-21T18:44:41", "url": "https://files.pythonhosted.org/packages/44/b5/d2f2c47690f7bec0fabce275b055e67c4fe28407f18b8863b8b6ab66a9a6/zopyx_gridfs-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "c8da5745b7764c1e95034d920358f6f6", "sha256": "752d1b57a23897ae7fda21d2360816d5d05554dc6c15dda855842111a9ff8d66" }, "downloads": -1, "filename": "zopyx_gridfs-0.3.0.tar.gz", "has_sig": false, "md5_digest": "c8da5745b7764c1e95034d920358f6f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14811, "upload_time": "2010-12-30T14:28:06", "url": "https://files.pythonhosted.org/packages/76/8e/b7685d1902b9e400068b3e1ca46bb9f4ac0f148b575f6ad0b9a41add6d87/zopyx_gridfs-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c8da5745b7764c1e95034d920358f6f6", "sha256": "752d1b57a23897ae7fda21d2360816d5d05554dc6c15dda855842111a9ff8d66" }, "downloads": -1, "filename": "zopyx_gridfs-0.3.0.tar.gz", "has_sig": false, "md5_digest": "c8da5745b7764c1e95034d920358f6f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14811, "upload_time": "2010-12-30T14:28:06", "url": "https://files.pythonhosted.org/packages/76/8e/b7685d1902b9e400068b3e1ca46bb9f4ac0f148b575f6ad0b9a41add6d87/zopyx_gridfs-0.3.0.tar.gz" } ] }