{ "info": { "author": "Jakub Roztocil", "author_email": "jakub@roztocil.co", "bugtrack_url": null, "classifiers": [], "description": "``grfs``\n########\n\nThis app allows you to mount your `Ricoh GR II `_\nwith FUSE over WiFi. It implements a read-only filesystem for accessing\nphotos on a Ricoh GR II camera over the built-in WiFi feature and the HTTP API\nthe camera exposes.\n\n\n.. image:: https://raw.githubusercontent.com/jkbrzt/grfs/master/grii.jpg\n\n\n\nWhy?\n====\n\nThis library was created to experiment with the REST-ish API the Ricoh GR II\nexposes for the\n`GR Remote `_ web-based app.\n\n\nStatus\n======\n\nIt works but it's really slow. Reasons for the slow speed being:\n\n1. Slow WiFi by which the camera is equipped.\n2. The necessity to make a ``GET`` request for each file individually to read the\n HTTP headers to determine file size.\n\nWhen you mount the camera, you get three different folders ``thumb``, ``view``,\nand ``full`` which correspond to the different image sizes available through\nthe camera's HTTP API. Note that ``view`` might no contain all the images\navailable.\n\n\nInstallation\n============\n\n1. Install FUSE on your system (e.g. ``$ brew install osxfuse``)\n2. Install this package ``$ pip install grfs``\n\n\nUsage\n=====\n\n1. Turn on your Ricoh GR II\n2. Turn on the WiFi feature on the camera\n3. Connect your computer to the WiFi network from the camera\n4. Mount the camera ``$ mkdir ~/GR; grfs ~/GR`` (create the mountpoint directory first)\n5. Access your files ``$ ls -l ~/GR`` (or from you system file browser)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/jkbrzt/grfs", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jkbrzt/grfs", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "grfs", "package_url": "https://pypi.org/project/grfs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/grfs/", "project_urls": { "Download": "https://github.com/jkbrzt/grfs", "Homepage": "https://github.com/jkbrzt/grfs" }, "release_url": "https://pypi.org/project/grfs/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Ricoh GR II file system", "version": "0.1.1" }, "last_serial": 2160648, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b7ec9b66557bbdd282a79c7646f412d9", "sha256": "10c46df9dcdf9c57ee3f9f26bebcd61db0d419f0231f67291da696852829b9b1" }, "downloads": -1, "filename": "grfs-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b7ec9b66557bbdd282a79c7646f412d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2023, "upload_time": "2016-06-10T13:00:44", "url": "https://files.pythonhosted.org/packages/04/5b/a474ddfbdaba4f3aa5fc8289117aadf1981301f036248a62551a59aad35f/grfs-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b7ec9b66557bbdd282a79c7646f412d9", "sha256": "10c46df9dcdf9c57ee3f9f26bebcd61db0d419f0231f67291da696852829b9b1" }, "downloads": -1, "filename": "grfs-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b7ec9b66557bbdd282a79c7646f412d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2023, "upload_time": "2016-06-10T13:00:44", "url": "https://files.pythonhosted.org/packages/04/5b/a474ddfbdaba4f3aa5fc8289117aadf1981301f036248a62551a59aad35f/grfs-0.1.1.tar.gz" } ] }