{ "info": { "author": "Christo Butcher", "author_email": "dist.dragonfly@twizzy.biz", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Win32 (MS Windows)", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: Microsoft :: Windows", "Programming Language :: Python" ], "description": "Dragonfly -- a speech recognition extension library\n============================================================================\n\nDragonfly offers a powerful Python interface to speech \nrecognition and a high-level language object model to easily \ncreate and use voice commands. Dragonfly supports following \nspeech recognition engines:\n\n - Dragon NaturallySpeaking (DNS), a product of *Nuance*\n - Windows Speech Recognition (WSR), included with Microsoft \n Windows Vista and freely available for Windows XP\n\n\nBasic example\n----------------------------------------------------------------------------\n\nA very simple example of Dragonfly usage is to create a static \nvoice command with a callback that will be called when the \ncommand is spoken. This is done as follows: ::\n\n from dragonfly.all import Grammar, CompoundRule\n\n # Voice command rule combining spoken form and recognition processing.\n class ExampleRule(CompoundRule):\n spec = \"do something computer\" # Spoken form of command.\n def _process_recognition(self, node, extras): # Callback when command is spoken.\n print \"Voice command spoken.\"\n\n # Create a grammar which contains and loads the command rule.\n grammar = Grammar(\"example grammar\") # Create a grammar to contain the command rule.\n grammar.add_rule(ExampleRule()) # Add the command rule to the grammar.\n grammar.load() # Load the grammar.\n\nThe example above is very basic and doesn't show any of \nDragonfly's exciting features, such as dynamic speech elements. \nTo learn more about these, please take a look at the project's \ndocumentation `here `_.", "description_content_type": null, "docs_url": "https://pythonhosted.org/dragonfly/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/dragonfly/", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "dragonfly", "package_url": "https://pypi.org/project/dragonfly/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dragonfly/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/dragonfly/" }, "release_url": "https://pypi.org/project/dragonfly/0.6.5/", "requires_dist": null, "requires_python": null, "summary": "Speech recognition extension library", "version": "0.6.5" }, "last_serial": 198935, "releases": { "0.6.4": [ { "comment_text": "", "digests": { "md5": "f780da9c08732d062aaae79128ac24f7", "sha256": "293cbe3b4cf74a11178e25492ad78f9da2c3d3ed4eb67716b5a1e4e38d03718b" }, "downloads": -1, "filename": "dragonfly-0.6.4-py2.5.egg", "has_sig": false, "md5_digest": "f780da9c08732d062aaae79128ac24f7", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 258310, "upload_time": "2009-02-01T15:18:18", "url": "https://files.pythonhosted.org/packages/d1/f9/981199825da06326ec1d699e2d203320b1eeef2ff152344f6f530442fe0e/dragonfly-0.6.4-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "6d8e7b20618e33fdefacc98cbb295804", "sha256": "fbb73b2747da8ac05796442bdfda03b38c4f3317d3a140f97689a268cb7802e6" }, "downloads": -1, "filename": "dragonfly-0.6.4.win32.exe", "has_sig": false, "md5_digest": "6d8e7b20618e33fdefacc98cbb295804", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 187659, "upload_time": "2009-02-01T15:18:12", "url": "https://files.pythonhosted.org/packages/55/62/43f7cf2c1228139d3c1c7786f62e656daba7927729ea4771c09600790248/dragonfly-0.6.4.win32.exe" }, { "comment_text": "", "digests": { "md5": "55296252e8dafb4966796c4aa7d0323e", "sha256": "cfcf99cefc14962e9413b546feb2bc1215217cb212dbc4d9f671d41eb7a2f1ac" }, "downloads": -1, "filename": "dragonfly-0.6.4.zip", "has_sig": false, "md5_digest": "55296252e8dafb4966796c4aa7d0323e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 498219, "upload_time": "2009-02-01T15:18:11", "url": "https://files.pythonhosted.org/packages/b5/24/3bdce0a639244ed4cf7e69414a365d043200dbb938091cc8c472d0cee6d6/dragonfly-0.6.4.zip" } ], "0.6.4-rc2": [ { "comment_text": "", "digests": { "md5": "bb41b99dc6bfecabd4669ac7c650df4e", "sha256": "1fa297decfea39c8ab97863495add83f28d730784365bbae03aa4e22019f46d3" }, "downloads": -1, "filename": "dragonfly-0.6.4_rc2-py2.5.egg", "has_sig": false, "md5_digest": "bb41b99dc6bfecabd4669ac7c650df4e", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 205413, "upload_time": "2008-12-04T09:20:55", "url": "https://files.pythonhosted.org/packages/dc/67/c3c2df61a66a1c605595b476257c50d33a213a401b386ab4556d14995db2/dragonfly-0.6.4_rc2-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "ccceac4072508b31959a4a33a2c79e09", "sha256": "f18e1cb79adf4fb006247fb2a6d964a4c675f2c012518acc07f1b531da37ec5b" }, "downloads": -1, "filename": "dragonfly-0.6.4-rc2.win32.exe", "has_sig": false, "md5_digest": "ccceac4072508b31959a4a33a2c79e09", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 161433, "upload_time": "2008-12-04T09:20:50", "url": "https://files.pythonhosted.org/packages/4e/b3/a7459e4f3f4dcf59109f2e539765cf20f83ff7411038c236873207226f60/dragonfly-0.6.4-rc2.win32.exe" }, { "comment_text": "", "digests": { "md5": "de00f7302e0a95c97d95573c670471a9", "sha256": "a883a9c48e432ff1955257635ea7fc5e907b590e08777e5ebef9f7037e65534a" }, "downloads": -1, "filename": "dragonfly-0.6.4-rc2.zip", "has_sig": false, "md5_digest": "de00f7302e0a95c97d95573c670471a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 415460, "upload_time": "2008-12-04T09:20:45", "url": "https://files.pythonhosted.org/packages/03/b2/eb734b30856b6d2fbb2863c50cb243e600f79026b486433bd4c6b8c0864f/dragonfly-0.6.4-rc2.zip" } ], "0.6.4rc3.dev-r57": [ { "comment_text": "", "digests": { "md5": "79bafdc45c583f7cc404932576d4b0ef", "sha256": "3b898a7e93011cd3ed91850aaa62fe99a36e58166e3edc2c8a8ae24f42978452" }, "downloads": -1, "filename": "dragonfly-0.6.4rc3.dev_r57-py2.5.egg", "has_sig": false, "md5_digest": "79bafdc45c583f7cc404932576d4b0ef", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 208629, "upload_time": "2008-12-08T17:04:49", "url": "https://files.pythonhosted.org/packages/14/f0/73d02d3feb8f841bfd6958ea14a5a326e6b7e9bac4127834bea7ae20fb3b/dragonfly-0.6.4rc3.dev_r57-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "2baefa90bcf809f8407c5167eb1b9899", "sha256": "374f84f24057a74508b99a29ff7f1651000e4557694aa514e46c7442dcbbf1f6" }, "downloads": -1, "filename": "dragonfly-0.6.4rc3.dev-r57.win32.exe", "has_sig": false, "md5_digest": "2baefa90bcf809f8407c5167eb1b9899", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 163950, "upload_time": "2008-12-08T17:04:41", "url": "https://files.pythonhosted.org/packages/08/d7/3b08e00db5cbe0f42578251bae2718e7710879e7b5ed09242cdd2f5d2f31/dragonfly-0.6.4rc3.dev-r57.win32.exe" }, { "comment_text": "", "digests": { "md5": "a59f1a65f0525d3fc2d0f668ad1ecf11", "sha256": "46aaf139422551fc4cb4d495d387e2e9f82deca51509ad6e45fe64c98ff9c512" }, "downloads": -1, "filename": "dragonfly-0.6.4rc3.dev-r57.zip", "has_sig": false, "md5_digest": "a59f1a65f0525d3fc2d0f668ad1ecf11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 309500, "upload_time": "2008-12-08T17:04:37", "url": "https://files.pythonhosted.org/packages/f6/03/38593ee21f554fa4e71df0dc8494d57f3d77aeaa04e0661ef6c7c72aecfa/dragonfly-0.6.4rc3.dev-r57.zip" } ], "0.6.4rc3.dev-r60": [ { "comment_text": "", "digests": { "md5": "e09a85d26f1310bd2a44b277d9ce85d3", "sha256": "16c46554c9e6b17c70c22fd570061666198412f1ca05ddc10691364b1d06cd04" }, "downloads": -1, "filename": "dragonfly-0.6.4rc3.dev_r60-py2.5.egg", "has_sig": false, "md5_digest": "e09a85d26f1310bd2a44b277d9ce85d3", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 213086, "upload_time": "2008-12-27T07:47:49", "url": "https://files.pythonhosted.org/packages/ad/ba/f8760f1cfd122082c1a4c6cd868e0e1543f49ace8180315e1391aca21ddd/dragonfly-0.6.4rc3.dev_r60-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "900dbcd38a899e5f74b436c40a4f7801", "sha256": "ad51d90b9c80653d3528d3413c21452f168f35b16c9a93c2838affdcc5da7d35" }, "downloads": -1, "filename": "dragonfly-0.6.4rc3.dev-r60.win32.exe", "has_sig": false, "md5_digest": "900dbcd38a899e5f74b436c40a4f7801", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 166283, "upload_time": "2008-12-27T07:47:33", "url": "https://files.pythonhosted.org/packages/e7/7e/0fc7eab8fe761d5db56637838765adc66164be7e818dd69030e61e03d19e/dragonfly-0.6.4rc3.dev-r60.win32.exe" }, { "comment_text": "", "digests": { "md5": "bffb5842aef66c35e6c0b6e008e463e1", "sha256": "7678687229c1ed2ce0ac47926e2d2a397c462c4e6d23fb6d39be02a705df0aaa" }, "downloads": -1, "filename": "dragonfly-0.6.4rc3.dev-r60.zip", "has_sig": false, "md5_digest": "bffb5842aef66c35e6c0b6e008e463e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 324952, "upload_time": "2008-12-27T07:47:25", "url": "https://files.pythonhosted.org/packages/95/97/cca86f4e2d1164da0ab6778bd27bcbb478a98f9ed167d0ec392688e16454/dragonfly-0.6.4rc3.dev-r60.zip" } ], "0.6.4rc3.dev-r68": [ { "comment_text": "", "digests": { "md5": "4233452402248f93c5bb63f572e27877", "sha256": "89b68d53c986f6dea86380ffcf2c81d1c65cf3e98c3220027ea48a9574882988" }, "downloads": -1, "filename": "dragonfly-0.6.4rc3.dev_r68-py2.5.egg", "has_sig": false, "md5_digest": "4233452402248f93c5bb63f572e27877", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 260654, "upload_time": "2009-01-31T19:03:09", "url": "https://files.pythonhosted.org/packages/4b/f8/d7d73eb017438b8904fb19bb6becd540424bcbbfef7620a6fab96a859157/dragonfly-0.6.4rc3.dev_r68-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "84de5103bb8ade58f17fa2560bd984b1", "sha256": "d40859c9e0fda701d7ae9c26776a6e7144cfccdfbae46bdda16c11a8240e059f" }, "downloads": -1, "filename": "dragonfly-0.6.4rc3.dev-r68.win32.exe", "has_sig": false, "md5_digest": "84de5103bb8ade58f17fa2560bd984b1", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 190184, "upload_time": "2009-01-31T19:03:06", "url": "https://files.pythonhosted.org/packages/d4/75/c9a8bd0257130c882a9fa9117644d4a70b8daf815f84d3146334c372eff5/dragonfly-0.6.4rc3.dev-r68.win32.exe" }, { "comment_text": "", "digests": { "md5": "625938d039185196f7bf1e8cfde60b2c", "sha256": "057c0583165b4bed5a2f3b2a88f33bd38c9724ac1211ba723e0e1ab16f8ff562" }, "downloads": -1, "filename": "dragonfly-0.6.4rc3.dev-r68.zip", "has_sig": false, "md5_digest": "625938d039185196f7bf1e8cfde60b2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 503058, "upload_time": "2009-01-31T19:03:05", "url": "https://files.pythonhosted.org/packages/ee/43/ddb7753287127d8027868c006cae00aab2b761927c12d2740d5342cac04e/dragonfly-0.6.4rc3.dev-r68.zip" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "dd88e2e10979d853091428bb7cc2c51a", "sha256": "d829f7ad1f9b0dbd62b0a306558edd7d8754a75f470fd00e16814442bd351caf" }, "downloads": -1, "filename": "dragonfly-0.6.5-py2.5.egg", "has_sig": false, "md5_digest": "dd88e2e10979d853091428bb7cc2c51a", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 328426, "upload_time": "2009-04-08T08:36:27", "url": "https://files.pythonhosted.org/packages/63/0c/acc622362a07af72b07e5fb82f08d0aa3ad9de4cca7e1710fc0a8cdae173/dragonfly-0.6.5-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "1df1f75cd48fa9234a11f53c314b1f10", "sha256": "9f75f92841eedc78214fff7d9edbaf09d8026046a968130ecee8ef6cbfe81203" }, "downloads": -1, "filename": "dragonfly-0.6.5.win32.exe", "has_sig": false, "md5_digest": "1df1f75cd48fa9234a11f53c314b1f10", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 221333, "upload_time": "2009-04-08T08:36:18", "url": "https://files.pythonhosted.org/packages/a0/01/cf4b086cfccf511a53e5c29670097376e30c8a9aa1cabd4f585f9ec9fd94/dragonfly-0.6.5.win32.exe" }, { "comment_text": "", "digests": { "md5": "9349f5634f98d8a2888522f00709fac4", "sha256": "1aac8ec8c69c331dcfa24744e81dbdf0ba1c618d0c60a4812fef9fa6db9404bb" }, "downloads": -1, "filename": "dragonfly-0.6.5.zip", "has_sig": false, "md5_digest": "9349f5634f98d8a2888522f00709fac4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 584811, "upload_time": "2009-04-08T08:36:14", "url": "https://files.pythonhosted.org/packages/cc/5c/004e5542a9c29f1c3bb3122e758474d75242b837b197ca1fd156a59a0814/dragonfly-0.6.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dd88e2e10979d853091428bb7cc2c51a", "sha256": "d829f7ad1f9b0dbd62b0a306558edd7d8754a75f470fd00e16814442bd351caf" }, "downloads": -1, "filename": "dragonfly-0.6.5-py2.5.egg", "has_sig": false, "md5_digest": "dd88e2e10979d853091428bb7cc2c51a", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 328426, "upload_time": "2009-04-08T08:36:27", "url": "https://files.pythonhosted.org/packages/63/0c/acc622362a07af72b07e5fb82f08d0aa3ad9de4cca7e1710fc0a8cdae173/dragonfly-0.6.5-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "1df1f75cd48fa9234a11f53c314b1f10", "sha256": "9f75f92841eedc78214fff7d9edbaf09d8026046a968130ecee8ef6cbfe81203" }, "downloads": -1, "filename": "dragonfly-0.6.5.win32.exe", "has_sig": false, "md5_digest": "1df1f75cd48fa9234a11f53c314b1f10", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 221333, "upload_time": "2009-04-08T08:36:18", "url": "https://files.pythonhosted.org/packages/a0/01/cf4b086cfccf511a53e5c29670097376e30c8a9aa1cabd4f585f9ec9fd94/dragonfly-0.6.5.win32.exe" }, { "comment_text": "", "digests": { "md5": "9349f5634f98d8a2888522f00709fac4", "sha256": "1aac8ec8c69c331dcfa24744e81dbdf0ba1c618d0c60a4812fef9fa6db9404bb" }, "downloads": -1, "filename": "dragonfly-0.6.5.zip", "has_sig": false, "md5_digest": "9349f5634f98d8a2888522f00709fac4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 584811, "upload_time": "2009-04-08T08:36:14", "url": "https://files.pythonhosted.org/packages/cc/5c/004e5542a9c29f1c3bb3122e758474d75242b837b197ca1fd156a59a0814/dragonfly-0.6.5.zip" } ] }