{ "info": { "author": "Andrew Straw", "author_email": "strawman@astraw.com", "bugtrack_url": null, "classifiers": [], "description": "**************************************************************************\n:mod:`fview` - Extensible realtime image viewing, saving, and analysis app\n**************************************************************************\n\n.. module:: fview\n :synopsis: Extensible realtime image viewing, saving, and analysis app\n.. index::\n module: fview\n single: fview\n\n\nOverview and Usage Guide\n========================\n\n:command:`fview` is an application to view and record data from\nuncompressed digital video cameras. The name ''fview'' derives from\n\"fly viewer\" -- the software was developed within the `Dickinson\nLab`__ at Caltech__ to record movies of flies.\n\nSee the :ref:`Gallery ` for some screenshots.\n\n__ http://dickinson.caltech.edu/\n__ http://www.caltech.edu/\n\nFeatures\n========\n\n* **Plugins for realtime image analysis** -- Plugins to perform\n realimage image analysis are straightforward to write, with\n templates included to get you started quickly. Plugins have been\n written, for example, to perform background subtraction very quickly\n by making use of Intel's Integrated Performance Primatives (IPP)\n library. See :ref:`writing FView plugins `.\n\n* **camera trigger device with precise timing and analog input** --\n see :ref:`this page `\n\n* **Many supported cameras** -- fview uses :ref:`libcamiface` to\n interact with cameras. This means that if you use fview, your code\n is independent from the particular camera hardware you're using.\n\n* **Written in Python** -- Python__ is used as the \"glue\" that hold the\n application together -- the underlying image processing and saving\n is performed by high performance C code. Flexible memory allocation\n is possible for easy integration with other languages and libraries.\n\n__ http://python.org/\n\nRunning fview\n=============\n\nFview has options which can be set via environment variables. These\nare:\n\n.. program:: fview\n\n.. envvar:: FVIEW_NO_REDIRECT\n\nSet to non-zero to direct all output to the console (linux) or to a\npop-up window (Windows, Mac OS X). Otherwise, the default behavior of\nsaving to fview.log.\n\n.. envvar:: FVIEW_RAISE_ERRORS\n\nIf this is non-zero, it will cause FView to raise an exception and\nthus close noisily, if any of its plugins raise exceptions. Otherwise,\nthe default behavior of warning about the exception and continuing\nwithout the plugin will be used.\n\n.. envvar:: FVIEW_NO_OPENGL\n\nSet to non-zero to disable use of OpenGL for image display. This will\nbe slower and take more CPU time, but will avoid any potential bugs\nwith the OpenGL side of things.\n\n.. envvar:: FVIEW_SAVE_PATH\n\nSet to the directory name in which to record movies. (This can also be\nset with the Menu option \"File->set record Directory...\".)\n\nCurrent limitations\n===================\n\nfview currently only supports a single camera. Although the plugin\nstructure and the camera interface are inherently multi-camera ready,\nfview itself has not been written to support capturing from multiple\ncameras simultaneously. Flydra__, for example, makes use of multiple\ncameras using motmot.\n\n__ http://dickinson.caltech.edu/Research/MultiTrack\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.astraw.com/projects/motmot/fview.html", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "motmot.fview", "package_url": "https://pypi.org/project/motmot.fview/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/motmot.fview/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.astraw.com/projects/motmot/fview.html" }, "release_url": "https://pypi.org/project/motmot.fview/0.6.8/", "requires_dist": null, "requires_python": null, "summary": "extensible camera viewer program (part of the motmot camera packages)", "version": "0.6.8" }, "last_serial": 794995, "releases": { "0.5.4": [ { "comment_text": "", "digests": { "md5": "a56993ac19db79aa653677203f50546b", "sha256": "ba1fb3fd40d6b6b11e2b4bf526649c9b22cb7eabf231da20828832ce27adfb7f" }, "downloads": -1, "filename": "motmot.fview-0.5.4.tar.gz", "has_sig": true, "md5_digest": "a56993ac19db79aa653677203f50546b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3746169, "upload_time": "2009-05-07T00:22:45", "url": "https://files.pythonhosted.org/packages/75/0e/ee5cb7b8175b1aeaad0750527d0fc50176140ea25f8c1f1b1e2cc0303dc6/motmot.fview-0.5.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "125be0eccbf9aa60fef4c27d1971a842", "sha256": "5b2b7f4fcb139d7bea91529c342e2faf7cdb3591c724037b395414fd6598bee9" }, "downloads": -1, "filename": "motmot.fview-0.5.4.zip", "has_sig": true, "md5_digest": "125be0eccbf9aa60fef4c27d1971a842", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3754354, "upload_time": "2009-05-07T00:23:09", "url": "https://files.pythonhosted.org/packages/aa/69/604d735a4809d16d0e878dece25c9f4e44b65d913ff80e67dc03c67d0e3f/motmot.fview-0.5.4.zip" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "5cc74e941317bce2bdc3c9c592c1b4b5", "sha256": "256820c325591223c450c7073c7642461b3e97a7e82bce78073bbc07fbb468a3" }, "downloads": -1, "filename": "motmot.fview-0.5.5-py2.5.egg", "has_sig": false, "md5_digest": "5cc74e941317bce2bdc3c9c592c1b4b5", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 118854, "upload_time": "2009-06-12T01:58:08", "url": "https://files.pythonhosted.org/packages/31/c9/533f8a25cb38d34d7f29d415547dbccc55da0accad4bead66edce95326d4/motmot.fview-0.5.5-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "75523d2d539aa866b6825c42f6de56a6", "sha256": "2017329e0a2c35e995f2567b6c33b64abec38c3664e55a1d55e8413fd8805abb" }, "downloads": -1, "filename": "motmot.fview-0.5.5-py2.6.egg", "has_sig": false, "md5_digest": "75523d2d539aa866b6825c42f6de56a6", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 118832, "upload_time": "2009-06-12T00:33:18", "url": "https://files.pythonhosted.org/packages/70/ab/d518c7627fdbd17d52bb477fdebcdfe6adbe6d789c9cb9b0806ebd731141/motmot.fview-0.5.5-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "63d55e6db0eac4ea933110de9812660d", "sha256": "565d1b405f760097a50d4e639394beedef98601aa44ba5f09e61046ee7574e67" }, "downloads": -1, "filename": "motmot.fview-0.5.5.tar.gz", "has_sig": false, "md5_digest": "63d55e6db0eac4ea933110de9812660d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3747013, "upload_time": "2009-06-12T00:31:12", "url": "https://files.pythonhosted.org/packages/d2/83/493876980825a304548adc6a43658f57d926d711fcdbf1c523a66ac89e1c/motmot.fview-0.5.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "9a477cfe45e9972bc325923bf18a816a", "sha256": "b3a5b214773fae78a06986eedefc9585d1576780b7d60c485bbfa6ebae15e006" }, "downloads": -1, "filename": "motmot.fview-0.5.5.win32.exe", "has_sig": false, "md5_digest": "9a477cfe45e9972bc325923bf18a816a", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 158760, "upload_time": "2009-06-12T00:33:54", "url": "https://files.pythonhosted.org/packages/ca/d5/6593904d6fa08ce0ca9bc22d7e4a17cc729f072cfb4c602c02c58a62520f/motmot.fview-0.5.5.win32.exe" }, { "comment_text": "", "digests": { "md5": "a87e3066cf223d7f447c4bd4292246fe", "sha256": "9b8adfea0ddcb942260613c3338e864661f7ebec2235bd4e886fd9166265124f" }, "downloads": -1, "filename": "motmot.fview-0.5.5.zip", "has_sig": false, "md5_digest": "a87e3066cf223d7f447c4bd4292246fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3755378, "upload_time": "2009-06-12T00:31:17", "url": "https://files.pythonhosted.org/packages/4c/60/cea59cfa50905e37955cb4d0eb09f25a6c0b471f8b80c7df9c6554b4dba7/motmot.fview-0.5.5.zip" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "5dd45bfcd8c17500e9aacfc8bf6f2187", "sha256": "55bb3f5e4178fa31003d5926bf1647e7f3a1760dfb1b991384ccfe3121051843" }, "downloads": -1, "filename": "motmot.fview-0.5.6-py2.5.egg", "has_sig": false, "md5_digest": "5dd45bfcd8c17500e9aacfc8bf6f2187", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 119264, "upload_time": "2009-06-16T18:13:46", "url": "https://files.pythonhosted.org/packages/be/fa/e16b6afca915a225a971073f45dc709a229b248da18f11f642216517501c/motmot.fview-0.5.6-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "8876ccd4aa48e1a9528fd711656eab36", "sha256": "136188a0d8dd5c1b1e753a23b565944b849ce8521755846e02aa9959e499b9d8" }, "downloads": -1, "filename": "motmot.fview-0.5.6-py2.6.egg", "has_sig": false, "md5_digest": "8876ccd4aa48e1a9528fd711656eab36", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 119238, "upload_time": "2009-06-16T18:14:10", "url": "https://files.pythonhosted.org/packages/45/0d/1b7bb7a4599c7411cd8866532ffd23bbf9d35bde70d04064b17192c4898d/motmot.fview-0.5.6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "68a11c6994ed694fdd39a9e41d0d1eb6", "sha256": "bac10620b4e00b7cd15e74949767ef83476920c6bc5a5507ebc09f60b64d8075" }, "downloads": -1, "filename": "motmot.fview-0.5.6.tar.gz", "has_sig": false, "md5_digest": "68a11c6994ed694fdd39a9e41d0d1eb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3747769, "upload_time": "2009-06-16T18:10:28", "url": "https://files.pythonhosted.org/packages/e5/7a/72ac5606ad4629156e27a5ed66df2f37c8f83140a5769c9463e34ea9d4f1/motmot.fview-0.5.6.tar.gz" }, { "comment_text": "", "digests": { "md5": "be2cf8b96c050247bf925ea314953250", "sha256": "a6eef5d35ffa85a4de537163f9a3a6e4c3979ff0342821389d37a4cf1f5cf1b9" }, "downloads": -1, "filename": "motmot.fview-0.5.6.win32.exe", "has_sig": false, "md5_digest": "be2cf8b96c050247bf925ea314953250", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 158940, "upload_time": "2009-06-16T18:14:24", "url": "https://files.pythonhosted.org/packages/53/1f/217e18fd0ced3278eb1add1d4fd34752f16b74c27901a8ca93fbdb502e7e/motmot.fview-0.5.6.win32.exe" }, { "comment_text": "", "digests": { "md5": "70c76755f9c950d57848019b57bfc26e", "sha256": "4648f851ad5fa2f715345ecb0fdf211fb5c5da147f21039ab7fd0ec5bfa0826c" }, "downloads": -1, "filename": "motmot.fview-0.5.6.zip", "has_sig": false, "md5_digest": "70c76755f9c950d57848019b57bfc26e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3756440, "upload_time": "2009-06-16T18:10:34", "url": "https://files.pythonhosted.org/packages/53/9f/5f411790c8c4d821da30561ac1dfc86a0b3bf4f6ede6879a0035cc045f9e/motmot.fview-0.5.6.zip" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "3285c79cd8d4951df55369a783d6156b", "sha256": "d879332be24cc1fb917fbb0f83a7490b804e0892eb2a422402f85e366f9e8ee4" }, "downloads": -1, "filename": "motmot.fview-0.5.7-py2.5.egg", "has_sig": false, "md5_digest": "3285c79cd8d4951df55369a783d6156b", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 121065, "upload_time": "2009-07-05T22:51:21", "url": "https://files.pythonhosted.org/packages/25/99/dda365aa6765c94dbe3a6ae25045e1d7f090235cd24ec01b9b66c2084449/motmot.fview-0.5.7-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "a8f6865ba00d21c58a39d39c2cfe6116", "sha256": "c208df7273b5e1958062af9be7dadaa64da30eea6fbfaef5ae1307ee27e16a69" }, "downloads": -1, "filename": "motmot.fview-0.5.7-py2.6.egg", "has_sig": false, "md5_digest": "a8f6865ba00d21c58a39d39c2cfe6116", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 121036, "upload_time": "2009-07-05T22:51:32", "url": "https://files.pythonhosted.org/packages/52/4e/ad7ea0f0c2df969b90805176e824e6c8b6c65e8baeab6392e935ca5ff9ba/motmot.fview-0.5.7-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "f8723b9d3e0f7794d64c321c201c0a19", "sha256": "20e96e1eb319536b494ae2409f226db81d0c259f611b679f2fd70dd939f09c1a" }, "downloads": -1, "filename": "motmot.fview-0.5.7.tar.gz", "has_sig": false, "md5_digest": "f8723b9d3e0f7794d64c321c201c0a19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3748023, "upload_time": "2009-07-05T22:33:19", "url": "https://files.pythonhosted.org/packages/ca/93/bc6c22c90084765eda1a5be2819b15125161e5d20f7076bc4137ee8481ab/motmot.fview-0.5.7.tar.gz" }, { "comment_text": "", "digests": { "md5": "ffed6ba983110cea718a12bfab1467a2", "sha256": "ba851123a4522f6399e293a301ab3760bef4ca172aadefa7183db144000e0d7f" }, "downloads": -1, "filename": "motmot.fview-0.5.7.win32.exe", "has_sig": false, "md5_digest": "ffed6ba983110cea718a12bfab1467a2", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 159587, "upload_time": "2009-07-05T22:51:10", "url": "https://files.pythonhosted.org/packages/c0/eb/633be743dae780502c69412fde49ec34eac3d7d2a933e19d5118ddd44046/motmot.fview-0.5.7.win32.exe" }, { "comment_text": "", "digests": { "md5": "52efc1eff9562df1e1e80b71f09371cc", "sha256": "d85d312ae651f98864bf703775839bbcba944cbf3196bae36aa22203b34685bf" }, "downloads": -1, "filename": "motmot.fview-0.5.7.zip", "has_sig": false, "md5_digest": "52efc1eff9562df1e1e80b71f09371cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3756563, "upload_time": "2009-07-05T22:33:24", "url": "https://files.pythonhosted.org/packages/55/88/a787ae9d7ee1bc65b4cddde7f9abfa084f281ddffa7a1a88eb72b95404ad/motmot.fview-0.5.7.zip" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "e94623fdc4558b865a70414fa3c32223", "sha256": "14caeb1a8eca7d2dbf3307e4178de6821ad7c11d485fa8a3b48bc98899ea9397" }, "downloads": -1, "filename": "motmot.fview-0.5.8-py2.5.egg", "has_sig": false, "md5_digest": "e94623fdc4558b865a70414fa3c32223", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 121993, "upload_time": "2009-07-16T18:02:57", "url": "https://files.pythonhosted.org/packages/06/d5/811d885568d09b528250d83206dfd43038fec02546e4b4c5f43faa1c0aaf/motmot.fview-0.5.8-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "b67a6890470fd03838afc592d0f5880b", "sha256": "c0f236fd17f90b44d7c1a69e7018584545371809c3359d0bb5bf67383596d875" }, "downloads": -1, "filename": "motmot.fview-0.5.8-py2.6.egg", "has_sig": false, "md5_digest": "b67a6890470fd03838afc592d0f5880b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 121959, "upload_time": "2009-07-16T18:03:16", "url": "https://files.pythonhosted.org/packages/7d/13/1877d019eee50de2a8abe6c97291bd9967ffd53e03503318abc32f767a0e/motmot.fview-0.5.8-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "0713c3f3e03949781ead4812635348ce", "sha256": "6abe99f242a1cc96b83723d661205f7c587e1d8e8a9e8347fa2c7b471ab42c33" }, "downloads": -1, "filename": "motmot.fview-0.5.8.tar.gz", "has_sig": false, "md5_digest": "0713c3f3e03949781ead4812635348ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3748422, "upload_time": "2009-07-16T17:58:00", "url": "https://files.pythonhosted.org/packages/5d/8f/5dcd6e32cff62a27ffca9cc2aa98535cd0159eca289d4e88e54d5a9461f1/motmot.fview-0.5.8.tar.gz" }, { "comment_text": "", "digests": { "md5": "1a78b35f37795e186481e59506bd7a2d", "sha256": "e496eac2c07800c4af60c4a810f73fe64a269820c5bd0f513eac5de9874754b4" }, "downloads": -1, "filename": "motmot.fview-0.5.8.win32.exe", "has_sig": false, "md5_digest": "1a78b35f37795e186481e59506bd7a2d", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 160025, "upload_time": "2009-07-16T18:03:31", "url": "https://files.pythonhosted.org/packages/13/67/dc1bfaab1558db05e0bc93fdce7d74d6f0217e37cc50e6baf1828e20a15e/motmot.fview-0.5.8.win32.exe" }, { "comment_text": "", "digests": { "md5": "2e2d43b5055a0f076ce4ced1a8d0ed24", "sha256": "30031969dd9ffc89e6c885e6ca44bc6c951b00b88edbaec43e96aa1813c91c3c" }, "downloads": -1, "filename": "motmot.fview-0.5.8.zip", "has_sig": false, "md5_digest": "2e2d43b5055a0f076ce4ced1a8d0ed24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3757001, "upload_time": "2009-07-16T17:58:05", "url": "https://files.pythonhosted.org/packages/e9/4b/335b19f40cb45f54a56e5a01e00cc879fad5af1177faee5158eb19710fc8/motmot.fview-0.5.8.zip" } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "e7d0cac8a8bf29270eabf22e485cffa6", "sha256": "53c273968a00c063d0c047edb2ffe0efcd467822e0d11762ce5cfe3d7637231b" }, "downloads": -1, "filename": "motmot.fview-0.5.9-py2.5.egg", "has_sig": false, "md5_digest": "e7d0cac8a8bf29270eabf22e485cffa6", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 122427, "upload_time": "2009-08-18T18:25:17", "url": "https://files.pythonhosted.org/packages/34/ca/335ebc8b54252cae7da31c5219f7ec38f1133367b3bac83b0dc45d819234/motmot.fview-0.5.9-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "ed58f52557c85f283d6c294b059276de", "sha256": "4157a218e466d07bde5256c8051bd21fc0bd29a31901848f10c9762339322761" }, "downloads": -1, "filename": "motmot.fview-0.5.9-py2.6.egg", "has_sig": false, "md5_digest": "ed58f52557c85f283d6c294b059276de", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 122396, "upload_time": "2009-08-18T18:25:29", "url": "https://files.pythonhosted.org/packages/08/37/bf4996ba94f7c71b90a035d8df0fbc407d893772aae266f8a0ddf14e32d9/motmot.fview-0.5.9-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "49da74dc804df2e31084feb28eec0c84", "sha256": "c65c68dc682c77c7d9af7c9311ef7c41ee0a60b8c17cf9c20b1cb03214cb613c" }, "downloads": -1, "filename": "motmot.fview-0.5.9.tar.gz", "has_sig": false, "md5_digest": "49da74dc804df2e31084feb28eec0c84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 320076, "upload_time": "2009-08-18T18:23:50", "url": "https://files.pythonhosted.org/packages/66/8f/5cf6a372f7fda80a3f333eda94c89632ba7719b44e075212e4cfd758b0e7/motmot.fview-0.5.9.tar.gz" }, { "comment_text": "", "digests": { "md5": "47bed697d27d2876f3f16ccd502d081a", "sha256": "1ea771b1eee0d0875bf7039927706b06c2f50e7768f0ce89636352a1fed49254" }, "downloads": -1, "filename": "motmot.fview-0.5.9.win32.exe", "has_sig": false, "md5_digest": "47bed697d27d2876f3f16ccd502d081a", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 160155, "upload_time": "2009-08-18T18:25:40", "url": "https://files.pythonhosted.org/packages/6f/2e/e5d2575116dbb0f46221ae4cb46f7c6c9eeb60c10f5e25780efeba6e2bf9/motmot.fview-0.5.9.win32.exe" }, { "comment_text": "", "digests": { "md5": "0ddd3fc9efc3b10e0703edbc54339ed5", "sha256": "eec42fd84b0a715b42d5ab14fc30a594611ddd6f14575a6c95aa364ded0f5670" }, "downloads": -1, "filename": "motmot.fview-0.5.9.zip", "has_sig": false, "md5_digest": "0ddd3fc9efc3b10e0703edbc54339ed5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 324999, "upload_time": "2009-08-18T18:23:51", "url": "https://files.pythonhosted.org/packages/6a/58/20f1fa9b66bae4bfc9a61ef7510e69275cfe474dd4aa20e1a08c1943f4a0/motmot.fview-0.5.9.zip" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "5732ba1f34c2eef38e477ff60241c20f", "sha256": "f26b4b1f61da6eaf9c10cc2bf001d587afcf6f11d57b455a7d783c1464c45b26" }, "downloads": -1, "filename": "motmot.fview-0.6.0-py2.5.egg", "has_sig": false, "md5_digest": "5732ba1f34c2eef38e477ff60241c20f", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 122195, "upload_time": "2009-11-02T21:20:37", "url": "https://files.pythonhosted.org/packages/b9/35/2a464594becb380d61a72e9b0981ed62e3834852f1f25b8eb028001b4ca7/motmot.fview-0.6.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "a73ae94ad6e397449add61ca775bee91", "sha256": "40f437293bfe74afb674a272595ed464db888fa1b5edac360eb30c3889531722" }, "downloads": -1, "filename": "motmot.fview-0.6.0-py2.6.egg", "has_sig": false, "md5_digest": "a73ae94ad6e397449add61ca775bee91", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 122168, "upload_time": "2009-11-02T21:20:43", "url": "https://files.pythonhosted.org/packages/89/b4/526e6eb96f5c53ed301293b129c1fb9569eee02a93a4e78369506d0343bc/motmot.fview-0.6.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "6e40d112698c332c00a3aef4fdd92a01", "sha256": "e968dc77d5841e9c2e6591b574501c2383ecdeac3770cf9e4d67d0152236e8db" }, "downloads": -1, "filename": "motmot.fview-0.6.0.tar.gz", "has_sig": false, "md5_digest": "6e40d112698c332c00a3aef4fdd92a01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 321134, "upload_time": "2009-11-02T21:20:26", "url": "https://files.pythonhosted.org/packages/e1/01/519bf7b6e54944e6f9b34c70a722eac460145234cddd66418bce323dfaf8/motmot.fview-0.6.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "e2f9e64b710bbdb4ccfd0b5e55b4e5bb", "sha256": "6a1dff5746b144191cb44fa7d17540b9ea18383695cc9a2d858554db660b2534" }, "downloads": -1, "filename": "motmot.fview-0.6.0.win32.exe", "has_sig": false, "md5_digest": "e2f9e64b710bbdb4ccfd0b5e55b4e5bb", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 159784, "upload_time": "2009-11-02T21:20:50", "url": "https://files.pythonhosted.org/packages/d0/9b/1a2a79442b775c400f97e90ae836b3c161048bfbb1ddc1f4d0db5f0f8f29/motmot.fview-0.6.0.win32.exe" }, { "comment_text": "", "digests": { "md5": "c2f486171b8bd14ca9ef304f7091c16e", "sha256": "72cf73402710bd6ae4e5c37c33f568954446cb7c09859ee969f1451a4b85d276" }, "downloads": -1, "filename": "motmot.fview-0.6.0.zip", "has_sig": false, "md5_digest": "c2f486171b8bd14ca9ef304f7091c16e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325120, "upload_time": "2009-11-02T21:20:30", "url": "https://files.pythonhosted.org/packages/01/1f/ee06d13a9b55b6c8e4fe25b6de69b077ac08fb6e2ae729d61ac146154442/motmot.fview-0.6.0.zip" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "d48abde3480eaa34279c06e4fbb918b8", "sha256": "3feb901f6a455d9713b4fc9d5f643c6ea8d846544dc7eeeb608d7471ade70a99" }, "downloads": -1, "filename": "motmot.fview-0.6.1-py2.5.egg", "has_sig": false, "md5_digest": "d48abde3480eaa34279c06e4fbb918b8", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 122371, "upload_time": "2009-11-05T19:33:43", "url": "https://files.pythonhosted.org/packages/a0/d9/be5a2899279c0dfc44f380b1f51077579d4bf02928d3cadd1d4f28a28224/motmot.fview-0.6.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "78056e64ed265b7bbb08509abc4b648a", "sha256": "ce21a17baa44fe51390fe8764c41335bd96519df4fa4be8bc3e06db186cf04b5" }, "downloads": -1, "filename": "motmot.fview-0.6.1-py2.6.egg", "has_sig": false, "md5_digest": "78056e64ed265b7bbb08509abc4b648a", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 122340, "upload_time": "2009-11-05T19:33:39", "url": "https://files.pythonhosted.org/packages/44/f9/cf5a9db710cbe02356693acf06e5c08df87146f90e0611200256175b40d9/motmot.fview-0.6.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "5fea9fc13396c9fe6de27dad2ced8429", "sha256": "833ab8c07bdfb6128100cb61fe23af4570cbc695f16705d708b4d5701df8ec2d" }, "downloads": -1, "filename": "motmot.fview-0.6.1.tar.gz", "has_sig": false, "md5_digest": "5fea9fc13396c9fe6de27dad2ced8429", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 320288, "upload_time": "2009-11-05T19:33:27", "url": "https://files.pythonhosted.org/packages/db/b5/6759d8bd2ed6e9e890a23133a164740076f3ad49c7c38802d0849b4ee30e/motmot.fview-0.6.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "4ae660e7aa91b8209f480b9ecec45345", "sha256": "b779ee2d5a36423a87269e3ed6afcba8480c7252c49d529a37cddaec4815fb64" }, "downloads": -1, "filename": "motmot.fview-0.6.1.win32.exe", "has_sig": false, "md5_digest": "4ae660e7aa91b8209f480b9ecec45345", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 159939, "upload_time": "2009-11-05T19:33:49", "url": "https://files.pythonhosted.org/packages/69/9f/eb41e75ce14a643170e3435f4e4bb4c97ba7f401746acd5d99bd48c94fca/motmot.fview-0.6.1.win32.exe" }, { "comment_text": "", "digests": { "md5": "b78cb3c6f2ada414b46adf6f4bdeebca", "sha256": "f2d895d60504ce454d3d06086575fdd3c260555b55b5302decfce35d21fc1043" }, "downloads": -1, "filename": "motmot.fview-0.6.1.zip", "has_sig": false, "md5_digest": "b78cb3c6f2ada414b46adf6f4bdeebca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325275, "upload_time": "2009-11-05T19:33:29", "url": "https://files.pythonhosted.org/packages/c5/71/20e68cb1cf4bd86240908f7efbe8ac69fb1830426fda6187b5da25d2223b/motmot.fview-0.6.1.zip" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "6b00d3daf269291710d0ada93f6a9e7c", "sha256": "3608594d0526834b63272c2843ea8994e7e7d9418aeaca38be59a669c6a8cd65" }, "downloads": -1, "filename": "motmot.fview-0.6.2-py2.5.egg", "has_sig": false, "md5_digest": "6b00d3daf269291710d0ada93f6a9e7c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 122369, "upload_time": "2009-11-05T19:53:39", "url": "https://files.pythonhosted.org/packages/e1/56/ed59ffc130a7466bc39e3b7c674be6dbab182d719f9cb869e0c8ecb870fe/motmot.fview-0.6.2-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "55d965bc6c46946b211f6baf118f8f93", "sha256": "4cfcc66605b90bdd0fb5261e827bf5eab285d908df9bca5784e5f17595a7fc92" }, "downloads": -1, "filename": "motmot.fview-0.6.2-py2.6.egg", "has_sig": false, "md5_digest": "55d965bc6c46946b211f6baf118f8f93", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 122343, "upload_time": "2009-11-05T19:53:35", "url": "https://files.pythonhosted.org/packages/b1/db/e8a0b9182a41a3cb08e1a26365f1ae273e8864b534f657ee4eabe488992e/motmot.fview-0.6.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "4a02d0a2d25d7c235ca2c58a79dfdd9e", "sha256": "978b12bb8f02b3ed18c4af11b4b95757bb00fc67aa82d3a3639b523a224f57a7" }, "downloads": -1, "filename": "motmot.fview-0.6.2.tar.gz", "has_sig": false, "md5_digest": "4a02d0a2d25d7c235ca2c58a79dfdd9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 320293, "upload_time": "2009-11-05T19:53:26", "url": "https://files.pythonhosted.org/packages/9c/11/05373758bb7e074d5eaafea66c8a5e54ec533151f37300db7cf060cd4ead/motmot.fview-0.6.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "6c4b1a7d787c9f0f9d72cee3b2e254df", "sha256": "6e610b9951eec3d1972db88fe608e10ef6d92dfe52f383f6a08c54ce308dea62" }, "downloads": -1, "filename": "motmot.fview-0.6.2.win32.exe", "has_sig": false, "md5_digest": "6c4b1a7d787c9f0f9d72cee3b2e254df", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 159942, "upload_time": "2009-11-05T19:53:51", "url": "https://files.pythonhosted.org/packages/af/7b/dc9c3a3483131725c80ccdf6309c30210baaa3b4d02ff2a6919239b2c78f/motmot.fview-0.6.2.win32.exe" }, { "comment_text": "", "digests": { "md5": "deaf824b903d8b393768e778f6f3af6f", "sha256": "2fe41f048d8809eee06a0bf1db664837e9cdad181e288725b3b85b3718e6770d" }, "downloads": -1, "filename": "motmot.fview-0.6.2.zip", "has_sig": false, "md5_digest": "deaf824b903d8b393768e778f6f3af6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325277, "upload_time": "2009-11-05T19:53:27", "url": "https://files.pythonhosted.org/packages/86/16/a3bff53047824b657e0b3f534035a3ac19a7ad27e4c39f724b6d68386fdb/motmot.fview-0.6.2.zip" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "23d94133e1d32dd4e990be8a96d1c298", "sha256": "5a5b1c984dafd3f9061fc6943b1e6cde87b5bbec4d3de73ef531c08c27c569b6" }, "downloads": -1, "filename": "motmot.fview-0.6.3.tar.gz", "has_sig": false, "md5_digest": "23d94133e1d32dd4e990be8a96d1c298", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 321016, "upload_time": "2009-12-02T05:25:10", "url": "https://files.pythonhosted.org/packages/08/19/dccf5fc5d650b0c48741691fdd6ff35850f447d8c92e6f31d2960562c478/motmot.fview-0.6.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "7838b428e02d10d14433d06b3e2a6250", "sha256": "411790a3bc0659485329b3ce10421d5ec3a3cb544fca090b01e9667cba2536f1" }, "downloads": -1, "filename": "motmot.fview-0.6.3.zip", "has_sig": false, "md5_digest": "7838b428e02d10d14433d06b3e2a6250", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325871, "upload_time": "2009-12-02T05:25:11", "url": "https://files.pythonhosted.org/packages/7b/4b/f49a2295433d41da9423c7db1def84bd98ddf3b9682c6cfec373f64682a7/motmot.fview-0.6.3.zip" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "bb0c0fddc293dc19c5630b54f6827f3f", "sha256": "9d8d11b561bdaf4e22693eb48947bcb482fcb5ac7559c660046c05537bca5044" }, "downloads": -1, "filename": "motmot.fview-0.6.4.tar.gz", "has_sig": false, "md5_digest": "bb0c0fddc293dc19c5630b54f6827f3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 312674, "upload_time": "2010-04-06T16:37:25", "url": "https://files.pythonhosted.org/packages/8e/5d/0a6ad0b1e4bcd291779d77231d84823778c22694c72b56477a90eb4bf19c/motmot.fview-0.6.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "376fb19a51ab980ad49c24cc269908d0", "sha256": "a7afecf0bb48ba4f38e11bd26f7ff51a1eacb0604ef94ac116a1f1cc1b8b8d34" }, "downloads": -1, "filename": "motmot.fview-0.6.4.win32.exe", "has_sig": false, "md5_digest": "376fb19a51ab980ad49c24cc269908d0", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 160526, "upload_time": "2010-04-06T16:38:15", "url": "https://files.pythonhosted.org/packages/d7/21/8620bb8d2e9511039f9e7d22fe77087368b9abea8cfcb24a835f3fa640b9/motmot.fview-0.6.4.win32.exe" }, { "comment_text": "", "digests": { "md5": "31a1ccce54fc4372603e1f521f19d65e", "sha256": "70d30226095ceb1a41163c05623bdf4a98d583dc4cd8c1c620f37a7a7f7c235f" }, "downloads": -1, "filename": "motmot.fview-0.6.4.zip", "has_sig": false, "md5_digest": "31a1ccce54fc4372603e1f521f19d65e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 316447, "upload_time": "2010-04-06T16:37:26", "url": "https://files.pythonhosted.org/packages/bb/f2/da65bf3088f76f75e11434391ede864b158217550561b92e151b58bf4117/motmot.fview-0.6.4.zip" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "bdad322fecf661bd4308a493ef84a0e7", "sha256": "56d6e0bb5948ee366e51a42e5c6fef483fea79bfdc5f8c6163c21e5c6fe3140e" }, "downloads": -1, "filename": "motmot.fview-0.6.5.tar.gz", "has_sig": false, "md5_digest": "bdad322fecf661bd4308a493ef84a0e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 312730, "upload_time": "2010-04-06T16:42:41", "url": "https://files.pythonhosted.org/packages/37/68/f411088fe7e612c39ddaad50ae3b40fa6ac8987d1a12eb47173dab6be373/motmot.fview-0.6.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "d22f876578b4abb3621ea57229bff1dd", "sha256": "5886c88f8516f5b6a601e5107dd984cfdcc9c3a2c9b680df668ec357be0a2643" }, "downloads": -1, "filename": "motmot.fview-0.6.5.win32.exe", "has_sig": false, "md5_digest": "d22f876578b4abb3621ea57229bff1dd", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 160565, "upload_time": "2010-04-06T16:42:48", "url": "https://files.pythonhosted.org/packages/4b/4e/484d901112fb4d292d80ff70962612852758f2a75d2afb03cd9157d05486/motmot.fview-0.6.5.win32.exe" }, { "comment_text": "", "digests": { "md5": "5ed5b3ad7b35a9ba5522a44d2dbb0477", "sha256": "a9838309ec2becd3f5c1c3ee72609d8405c7982c352da893f61a86d45b49fdb4" }, "downloads": -1, "filename": "motmot.fview-0.6.5.zip", "has_sig": false, "md5_digest": "5ed5b3ad7b35a9ba5522a44d2dbb0477", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 316486, "upload_time": "2010-04-06T16:42:43", "url": "https://files.pythonhosted.org/packages/bb/a0/0a2383c848aee000b077cf5ced734539d4c0d92e448acea35e8c9bb98946/motmot.fview-0.6.5.zip" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "dcfd4957d3aaaa05cfa1486755f259e9", "sha256": "85cb2d51de6a6bac3737863b5e88ef23d4b0a57cdbd2b243ac1079eaafbefbea" }, "downloads": -1, "filename": "motmot.fview-0.6.6-py2.5.egg", "has_sig": false, "md5_digest": "dcfd4957d3aaaa05cfa1486755f259e9", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 115832, "upload_time": "2010-07-16T23:40:55", "url": "https://files.pythonhosted.org/packages/f4/79/816688e987bdda83b5e57016fa9603cb064b16031a21294a0d90d2e47d6b/motmot.fview-0.6.6-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "05cbf17617d883b807b810b811c1bd86", "sha256": "56a107c13dede13bc7c951e233795644c52e449692d44c02adfcab8f11c199bf" }, "downloads": -1, "filename": "motmot.fview-0.6.6-py2.6.egg", "has_sig": false, "md5_digest": "05cbf17617d883b807b810b811c1bd86", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 115806, "upload_time": "2010-07-16T23:41:08", "url": "https://files.pythonhosted.org/packages/3c/37/13ac9be647a63f964a977f219ddf673776f634d79d94f07b1b402faae475/motmot.fview-0.6.6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "dcf08a5909996d63d2a9653b24a6f5bd", "sha256": "b37f142f1048a4bfe60ff81c2c02693aee355db9d5ad19a88d8d92266cf7df71" }, "downloads": -1, "filename": "motmot.fview-0.6.6.tar.gz", "has_sig": false, "md5_digest": "dcf08a5909996d63d2a9653b24a6f5bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 313128, "upload_time": "2010-07-16T22:40:02", "url": "https://files.pythonhosted.org/packages/af/ec/e948226b0121bdbcd614af274b289c60cb8b39915697ca6d433ffbf338c8/motmot.fview-0.6.6.tar.gz" }, { "comment_text": "", "digests": { "md5": "986f482ea990d34d2988f18d70c6d058", "sha256": "a41011f723b14dd7f8234a1c54c4062630f90ae824b11ef1219e59e4b4e457f9" }, "downloads": -1, "filename": "motmot.fview-0.6.6.win32.exe", "has_sig": false, "md5_digest": "986f482ea990d34d2988f18d70c6d058", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 151901, "upload_time": "2010-07-16T23:40:43", "url": "https://files.pythonhosted.org/packages/ae/eb/928cedfcea6aa47baeddcf525b55c50eba9be096a28520cc423e9ba47c2d/motmot.fview-0.6.6.win32.exe" }, { "comment_text": "", "digests": { "md5": "9ae4ada246fab15874cd8ad0d446daca", "sha256": "d533b95aeb5fa85b2be6c5eb7922983224b22ce860c1bd62e58fbe28d4651453" }, "downloads": -1, "filename": "motmot.fview-0.6.6.zip", "has_sig": false, "md5_digest": "9ae4ada246fab15874cd8ad0d446daca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 316911, "upload_time": "2010-07-16T22:40:04", "url": "https://files.pythonhosted.org/packages/45/22/501b820c529e6c71f647fb1b5de9a017353450a846190982e84982f94112/motmot.fview-0.6.6.zip" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "6d5a7a71b495db3522c7a74fd4eb61ad", "sha256": "87d2b37962a96abe41d4c3f9e81d1829419c18ef758eb2c1fd87f56615a1f502" }, "downloads": -1, "filename": "motmot.fview-0.6.7.tar.gz", "has_sig": false, "md5_digest": "6d5a7a71b495db3522c7a74fd4eb61ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 313108, "upload_time": "2010-07-17T23:40:39", "url": "https://files.pythonhosted.org/packages/c0/9c/f1176915b00c70ba8f637a96af7a503523757f8b8846bce38dc669cbe245/motmot.fview-0.6.7.tar.gz" }, { "comment_text": "", "digests": { "md5": "ca5c5298eb0f14d61a79d1d901ca2ea0", "sha256": "29256f93566bec74f6be26aadb2bf2c5bb2597132557b37f5fff9a2de223f9ec" }, "downloads": -1, "filename": "motmot.fview-0.6.7.zip", "has_sig": false, "md5_digest": "ca5c5298eb0f14d61a79d1d901ca2ea0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 316671, "upload_time": "2010-07-17T23:40:40", "url": "https://files.pythonhosted.org/packages/a1/62/6002e2925f4f024e2c6f513eedb141f4d6659e6a5bd771f5fb87bd6a9aa6/motmot.fview-0.6.7.zip" } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "d56e198cc7e8b53de6f24956b69507ad", "sha256": "dedde4919f31aea37a3f0cb7d1b682ecba4a3b29d4df9353f51b1ed0c31c2449" }, "downloads": -1, "filename": "motmot.fview-0.6.8.tar.gz", "has_sig": false, "md5_digest": "d56e198cc7e8b53de6f24956b69507ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 311720, "upload_time": "2012-05-30T18:08:17", "url": "https://files.pythonhosted.org/packages/16/a5/9ab596fb5bc3ec3c73cd6fb416f91dd47d29343f773416a4ff8de0500323/motmot.fview-0.6.8.tar.gz" }, { "comment_text": "", "digests": { "md5": "51f0c7fd835a9adcdc7d1ae7b50e65ee", "sha256": "2a9ac5804e343c5d3b05c86702f8c59a9bbc60c49619e13709a41628d0d805a5" }, "downloads": -1, "filename": "motmot.fview-0.6.8.zip", "has_sig": false, "md5_digest": "51f0c7fd835a9adcdc7d1ae7b50e65ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 316651, "upload_time": "2012-05-30T18:08:18", "url": "https://files.pythonhosted.org/packages/e1/cb/641b42a8fc324d74dffdf8856354c9341980f2105a18edc9f5ce10ab764a/motmot.fview-0.6.8.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d56e198cc7e8b53de6f24956b69507ad", "sha256": "dedde4919f31aea37a3f0cb7d1b682ecba4a3b29d4df9353f51b1ed0c31c2449" }, "downloads": -1, "filename": "motmot.fview-0.6.8.tar.gz", "has_sig": false, "md5_digest": "d56e198cc7e8b53de6f24956b69507ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 311720, "upload_time": "2012-05-30T18:08:17", "url": "https://files.pythonhosted.org/packages/16/a5/9ab596fb5bc3ec3c73cd6fb416f91dd47d29343f773416a4ff8de0500323/motmot.fview-0.6.8.tar.gz" }, { "comment_text": "", "digests": { "md5": "51f0c7fd835a9adcdc7d1ae7b50e65ee", "sha256": "2a9ac5804e343c5d3b05c86702f8c59a9bbc60c49619e13709a41628d0d805a5" }, "downloads": -1, "filename": "motmot.fview-0.6.8.zip", "has_sig": false, "md5_digest": "51f0c7fd835a9adcdc7d1ae7b50e65ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 316651, "upload_time": "2012-05-30T18:08:18", "url": "https://files.pythonhosted.org/packages/e1/cb/641b42a8fc324d74dffdf8856354c9341980f2105a18edc9f5ce10ab764a/motmot.fview-0.6.8.zip" } ] }