{ "info": { "author": "Denis Sukhonin", "author_email": "panchenko.alexander@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Natural Language :: Russian", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "==================================================================\n A Python wrapper of the Yandex Mystem 3.1 morphological analyzer\n==================================================================\n\n.. image:: https://travis-ci.org/nlpub/pymystem3.png?branch=master\n :target: http://travis-ci.org/nlpub/pymystem3\n :alt: Build Status\n\nIntroduction\n============\n\nThis module contains a wrapper for an excellent morphological analyzer for Russian language `Yandex Mystem 3.1 `_ released in June 2014.\nA morphological analyzer can perform lemmatization of text and derive a set of morphological attributes for each token.\nFor more details about the algorithm see I. Segalovich `\u00abA fast morphological algorithm with unknown word guessing induced by a dictionary for a web search\nengine\u00bb `_, MLMTA-2003, Las Vegas, Nevada, USA.\n\nPython is the language of choice for many computational linguists, including those working with Russian language. The main motivation for this development was absence of any Python wrapper for the Mystem, a one of the most popular morphological analyzers for Russian language along with the `PyMorphy2 `_, the `TreeTagger `_ and `AOT `_.\n\nThe third version of Mystem introduces several importaint improvements, most importaintly part-of-speech disambiguation. Our wrapper runs the Mystem in the mode which performs POS disambiguation.\n\nThis wrapper is open sources under MIT license. However, please consider that the Yandex Mystem is not open source and licensed under conditions of the `Yandex License `_.\n\n\nSystem Requrements\n===================\n\nThe wrapper works with CPython 2.6+/3.3+ and PyPy 1.9+.\n\nThe wrapper was tested on Ubuntu Linux 12.04+, Mac OSX 10.9+ and Windows 7+.\n\nFor 32bit architectures and freebsd platform support use ver. 0.1.10.\n\n\nInstallation\n====================\n\n1. Stable version: https://pypi.python.org/pypi/pymystem3. You can install it using pip::\n\n pip install pymystem3\n\n.. * Documentation: http://pythonhosted.org/pymystem3\n\n\n2. Latest version (recommended): https://github.com/nlpub/pymystem3::\n\n pip install git+https://github.com/nlpub/pymystem3\n\nA Quick Example\n===============\n\n\nLemmatization\n\n::\n\n >>> from pymystem3 import Mystem\n >>> text = \"\u041a\u0440\u0430\u0441\u0438\u0432\u0430\u044f \u043c\u0430\u043c\u0430 \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443\"\n >>> m = Mystem()\n >>> lemmas = m.lemmatize(text)\n >>> print(''.join(lemmas))\n \u043a\u0440\u0430\u0441\u0438\u0432\u044b\u0439 \u043c\u0430\u043c\u0430 \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u043c\u044b\u0442\u044c \u0440\u0430\u043c\u0430\n\nGetting grammatical information and lemmas.\n\n:: \n\n >>> import json\n >>> from pymystem3 import Mystem\n \n >>> text = \"\u041a\u0440\u0430\u0441\u0438\u0432\u0430\u044f \u043c\u0430\u043c\u0430 \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443\"\n >>> m = Mystem()\n >>> lemmas = m.lemmatize(text)\n \n >>> print \"lemmas:\", ''.join(lemmas)\n >>> print \"full info:\", json.dumps(m.analyze(text), ensure_ascii=False, encoding='utf8')\n \n lemmas: \u043a\u0440\u0430\u0441\u0438\u0432\u044b\u0439 \u043c\u0430\u043c\u0430 \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u043c\u044b\u0442\u044c \u0440\u0430\u043c\u0430\n\n full info: [{\"text\": \"\u041a\u0440\u0430\u0441\u0438\u0432\u0430\u044f\", \"analysis\": [{\"lex\": \"\u043a\u0440\u0430\u0441\u0438\u0432\u044b\u0439\", \"gr\": \"A=\u0438\u043c,\u0435\u0434,\u043f\u043e\u043b\u043d,\u0436\u0435\u043d\"}]}, {\"text\": \" \"}, {\"text\": \"\u043c\u0430\u043c\u0430\", \"analysis\": [{\"lex\": \"\u043c\u0430\u043c\u0430\", \"gr\": \"S,\u0436\u0435\u043d,\u043e\u0434=\u0438\u043c,\u0435\u0434\"}]}, {\"text\": \" \"}, {\"text\": \"\u043a\u0440\u0430\u0441\u0438\u0432\u043e\", \"analysis\": [{\"lex\": \"\u043a\u0440\u0430\u0441\u0438\u0432\u043e\", \"gr\": \"ADV=\"}]}, {\"text\": \" \"}, {\"text\": \"\u043c\u044b\u043b\u0430\", \"analysis\": [{\"lex\": \"\u043c\u044b\u0442\u044c\", \"gr\": \"V,\u043d\u0435\u0441\u043e\u0432,\u043f\u0435=\u043f\u0440\u043e\u0448,\u0435\u0434,\u0438\u0437\u044a\u044f\u0432,\u0436\u0435\u043d\"}]}, {\"text\": \" \"}, {\"text\": \"\u0440\u0430\u043c\u0443\", \"analysis\": [{\"lex\": \"\u0440\u0430\u043c\u0430\", \"gr\": \"S,\u0436\u0435\u043d,\u043d\u0435\u043e\u0434=\u0432\u0438\u043d,\u0435\u0434\"}]}, {\"text\": \"\\n\"}]\n\nIssues\n======\n\nPlease report any bugs or requests that you have using the GitHub issue tracker (https://github.com/nlpub/pymystem3/issues)!\nWe have only very limited amount of resources to maintain this project: please propose a pull request directly if you see an obvious way of fixing the issue. We are very open to accepting bug fixes and your help is greatly appreciated.\n\nAuthors\n=======\n\nThe full list of contributors is listed by Github. You can also contact the original contributors of the project via email:\n\n* Denis Sukhonin (d.sukhonin): development\n* Alexander Panchenko (panchenko.alexander): conception\n\n@ gmail\n\nIf you are interested in further developments or becoming a maintainter of this project please drop us an email: your help is greatly appreciated.\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/pymystem3/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nlpub/pymystem3", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pymystem3", "package_url": "https://pypi.org/project/pymystem3/", "platform": "", "project_url": "https://pypi.org/project/pymystem3/", "project_urls": { "Homepage": "https://github.com/nlpub/pymystem3" }, "release_url": "https://pypi.org/project/pymystem3/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Python wrapper for the Yandex MyStem 3.1 morpholocial analyzer of the Russian language.", "version": "0.2.0" }, "last_serial": 4030502, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "14437d610e7b174f482869cb567609d8", "sha256": "864045321b77084590dc3c4ecb6c15a5f8a1b3b9c8ffd3b845a40b9db3876dd5" }, "downloads": -1, "filename": "pymystem3-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "14437d610e7b174f482869cb567609d8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19802, "upload_time": "2014-08-20T12:29:40", "url": "https://files.pythonhosted.org/packages/1f/2d/f0e4c909a70c2dd551bcdb57b48a65a5d2b206683eb25703b1deac2e75b3/pymystem3-0.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1dee57d8d230d6cee8f7d2c30197c1c0", "sha256": "0e4b71ba537d1cc82adb5836843b083e19035e049a0a59f53ff62c8138090550" }, "downloads": -1, "filename": "pymystem3-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1dee57d8d230d6cee8f7d2c30197c1c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18464, "upload_time": "2014-08-20T12:37:03", "url": "https://files.pythonhosted.org/packages/95/4a/e96136984d40ef4db56be953bba02c99f0265fc6c16594bffb4a61721a60/pymystem3-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "40972f1faf491712092155a201cef009", "sha256": "f35e262ef4600d24d2c7e054fedf05901ccf7d2e9cf7aad06be39c9d32d0097a" }, "downloads": -1, "filename": "pymystem3-0.1.1-py2.7.egg", "has_sig": false, "md5_digest": "40972f1faf491712092155a201cef009", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19889, "upload_time": "2014-09-11T15:52:01", "url": "https://files.pythonhosted.org/packages/ca/e0/aaf12239d0e5f7a7a551e822d611970840a849280568fd47d18c0f5e28ff/pymystem3-0.1.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1d7779902af1cf8585cc71864532058c", "sha256": "6e764b7ded44fbdc2b5ded61d88d478b990c826627108a0ccfa73284a71de218" }, "downloads": -1, "filename": "pymystem3-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1d7779902af1cf8585cc71864532058c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18618, "upload_time": "2014-09-11T15:51:58", "url": "https://files.pythonhosted.org/packages/62/46/6823584c3ec102da12b5ee00f36d2f46ae51c116557d5b359fb93fb3dd11/pymystem3-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "151b433e87941aae57a4dfb1ee452928", "sha256": "a170e1d238eb52e21034539e8273a4d4cff900e28796796cbfbd69d911140a35" }, "downloads": -1, "filename": "pymystem3-0.1.10-py3-none-any.whl", "has_sig": false, "md5_digest": "151b433e87941aae57a4dfb1ee452928", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 10896, "upload_time": "2018-07-03T18:29:17", "url": "https://files.pythonhosted.org/packages/51/56/57e550b53587719e92330a79c7c0f555402d953b00700efae6d5ca53cdef/pymystem3-0.1.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bdd3675fbf0336aab6ea51fc63ff71e4", "sha256": "dc11c9ddb9c294ad4b94e37c72b050bf83de063f2579600faf7883ebfdaa2c98" }, "downloads": -1, "filename": "pymystem3-0.1.10.tar.gz", "has_sig": false, "md5_digest": "bdd3675fbf0336aab6ea51fc63ff71e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21528, "upload_time": "2018-07-03T18:28:05", "url": "https://files.pythonhosted.org/packages/07/a2/72d6e6f0bc6e4a6bd69788f24434397aaf889388d502d484a2d041a231f7/pymystem3-0.1.10.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "184d327c8963157b8a312e458b6022e6", "sha256": "64514da8b2169971de341fc3e246b8b05ddb2f70ad24e3bc56717a342d639c03" }, "downloads": -1, "filename": "pymystem3-0.1.2-py2.7.egg", "has_sig": false, "md5_digest": "184d327c8963157b8a312e458b6022e6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 22322, "upload_time": "2015-01-15T12:14:07", "url": "https://files.pythonhosted.org/packages/ae/2b/ea37868b204b3caf0f3b89485357a4ccefdfb6269bf41eac28b5573d57f6/pymystem3-0.1.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "83d9a1d1586cfc028fc412050156bed1", "sha256": "24456c2d6f45a79b7bfb1e3b799d14de0f721c103b5fdd31f7c0e8b815d0cb1a" }, "downloads": -1, "filename": "pymystem3-0.1.2.tar.gz", "has_sig": false, "md5_digest": "83d9a1d1586cfc028fc412050156bed1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18670, "upload_time": "2015-01-15T12:14:03", "url": "https://files.pythonhosted.org/packages/19/60/c8e433c3b71b7c83eba1c280afcc288fa05daf1495e1aeed0e521927d081/pymystem3-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "4d58b1eafabf56d9e0f8d3bdb3dc38b3", "sha256": "cf17b562bf83b5a187b2e962330105123352dcd59721744050cec7753faff208" }, "downloads": -1, "filename": "pymystem3-0.1.3-py2.7.egg", "has_sig": false, "md5_digest": "4d58b1eafabf56d9e0f8d3bdb3dc38b3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 16808, "upload_time": "2015-04-20T12:46:40", "url": "https://files.pythonhosted.org/packages/4c/13/000129b36d00ea8b1a55d3988658844a2c4239fdb2dcd3a2a1550063aeee/pymystem3-0.1.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "20a2bf37ca17cdf2fafe830a4733a5e2", "sha256": "30dc05cb22a5f6c146461f369df6ae35c6660258f4896619833605b41b61b24b" }, "downloads": -1, "filename": "pymystem3-0.1.3.tar.gz", "has_sig": false, "md5_digest": "20a2bf37ca17cdf2fafe830a4733a5e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18688, "upload_time": "2015-04-20T12:46:36", "url": "https://files.pythonhosted.org/packages/e9/a8/52d74cdcb520bc524c9fa7ef588f7fea4478f3337ba3d6aea14f5c4427f4/pymystem3-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "6351ebaf710d59a6b93b9ea13bfaaf59", "sha256": "a223cbc1ea95a44cc76e59d0ddc13cbcbfc03e6adf0d2345b8a78629e40640f1" }, "downloads": -1, "filename": "pymystem3-0.1.4-py2.7.egg", "has_sig": false, "md5_digest": "6351ebaf710d59a6b93b9ea13bfaaf59", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 17016, "upload_time": "2015-04-20T14:05:19", "url": "https://files.pythonhosted.org/packages/44/91/4eba8152baf27ea4fd14c5346474a605c97b41bd00fd2bf77773842e7234/pymystem3-0.1.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3e7e6410723a7f9b1596e66ab2ebfd0b", "sha256": "274c838710d76746a1c0cb874a9e7c30d31f496d3b0118885ce3c16ef21befce" }, "downloads": -1, "filename": "pymystem3-0.1.4.tar.gz", "has_sig": false, "md5_digest": "3e7e6410723a7f9b1596e66ab2ebfd0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18746, "upload_time": "2015-04-20T14:05:04", "url": "https://files.pythonhosted.org/packages/3b/1d/afb86bd5ecee2e00374d172b37e95abe0525e4b37abc2b529fff726faf18/pymystem3-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "c01321be8e148d13f968aa19e77274a6", "sha256": "049525098eb2f3a7708229a21e23ff1a3e64f409eaa492769812df9afba0bdbe" }, "downloads": -1, "filename": "pymystem3-0.1.5-py2.7.egg", "has_sig": false, "md5_digest": "c01321be8e148d13f968aa19e77274a6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 17025, "upload_time": "2015-04-20T14:19:29", "url": "https://files.pythonhosted.org/packages/90/2d/e5804db3752b8f70804e3440554b300176d48f9ef295dcd4f0486ae8e09b/pymystem3-0.1.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2d9cecd5c8d716fe85741068f8a5300d", "sha256": "bb96676faecf3d2af6fc00628dac45614d4fb1066e80db29ad43d83fcc9d607d" }, "downloads": -1, "filename": "pymystem3-0.1.5.tar.gz", "has_sig": false, "md5_digest": "2d9cecd5c8d716fe85741068f8a5300d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18748, "upload_time": "2015-04-20T14:19:25", "url": "https://files.pythonhosted.org/packages/3f/76/fede02660217de34b40ac2381afc4daab5ad93b13d6704afc3a764256bae/pymystem3-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "3282ac86e93289d5c2bb2c38eed05e13", "sha256": "a14fa98b32ca55ae6ae8ed1d6b27b1e4be5f2571b963cdde51575131dd216e95" }, "downloads": -1, "filename": "pymystem3-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "3282ac86e93289d5c2bb2c38eed05e13", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 10738, "upload_time": "2017-11-03T10:12:59", "url": "https://files.pythonhosted.org/packages/8e/f3/1088a7fd5c87edd52a9a598ff6e7b197055907abbf8ee6570469411dc99b/pymystem3-0.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8833930a6eaadfebc8372953e3e8d97f", "sha256": "e8ea8a2a2b722516fda0d64c62784ba8bb345e7cc840707c2dbbcf74a57eda7f" }, "downloads": -1, "filename": "pymystem3-0.1.6.tar.gz", "has_sig": false, "md5_digest": "8833930a6eaadfebc8372953e3e8d97f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19363, "upload_time": "2017-11-03T10:12:04", "url": "https://files.pythonhosted.org/packages/ef/45/bf735f415efbbc40781286b7b699daa77bb52b4b27403f83fc29a044ad07/pymystem3-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "2bdc22280808823ca0fd4c72ab1a5814", "sha256": "c6d85bf35ff4ec1532da4b649f128bb9b4cd6dab3c632f26b07400ba80acd923" }, "downloads": -1, "filename": "pymystem3-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "2bdc22280808823ca0fd4c72ab1a5814", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 10801, "upload_time": "2017-11-06T09:29:35", "url": "https://files.pythonhosted.org/packages/56/a0/aa8a968c7737c98e82d332e6531ffd6286f4e9e23a63b31835f205acabc1/pymystem3-0.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19606e0f7e011795bfbc0d9e4bd69b14", "sha256": "6782b1318511879e6aec0ef98a062a7da4063e4bd5b63a000d60e484b3f3b161" }, "downloads": -1, "filename": "pymystem3-0.1.7.tar.gz", "has_sig": false, "md5_digest": "19606e0f7e011795bfbc0d9e4bd69b14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19390, "upload_time": "2017-11-06T09:29:23", "url": "https://files.pythonhosted.org/packages/d0/cf/140246c3ea7cb38bd88bd5451a776bf6e515c65ee95cdc3659ae515885a7/pymystem3-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "9e82ec8e51e7d10dea85185734208294", "sha256": "9075e6585267a44538295bdd4dcce6bbecb438ca84656ab9ad18e4f14b603b9d" }, "downloads": -1, "filename": "pymystem3-0.1.8-py2-none-any.whl", "has_sig": false, "md5_digest": "9e82ec8e51e7d10dea85185734208294", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10851, "upload_time": "2017-11-17T15:01:54", "url": "https://files.pythonhosted.org/packages/55/69/ddfc8fe74cb4b80a44a703d1d95f99c7a1db8ec683d0212cf26b50510331/pymystem3-0.1.8-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0dc7db8f3c63eb2b5afcf7ebf2f55252", "sha256": "6c2ffb1277f4f5c58f6582e5e040af5e2bd66a8bb657e18bc5abd928e0653596" }, "downloads": -1, "filename": "pymystem3-0.1.8.tar.gz", "has_sig": false, "md5_digest": "0dc7db8f3c63eb2b5afcf7ebf2f55252", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21435, "upload_time": "2017-11-17T15:01:37", "url": "https://files.pythonhosted.org/packages/d6/60/8bcbbdaace623aac5d1c690620702f34a4748b19829ef1c99039cadae6c6/pymystem3-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "3bccf95dafb8b5a8cfc2931790bd29a0", "sha256": "b42b6100e186cbc3e41aeecedfd46b89a5abf8a73aa65336a92675ae9318d399" }, "downloads": -1, "filename": "pymystem3-0.1.9-py2-none-any.whl", "has_sig": false, "md5_digest": "3bccf95dafb8b5a8cfc2931790bd29a0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10850, "upload_time": "2017-11-17T15:15:32", "url": "https://files.pythonhosted.org/packages/7f/bf/e6b0babfee98ac0a7c9986bc732f83e156231d5696f3ed83fb63ae4296eb/pymystem3-0.1.9-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fcca33e6146bd3e368c921e2a169813", "sha256": "e0d62effd93fc7abcd595243df064ea7104dc53ea7addd0453ad5186b6a6adbe" }, "downloads": -1, "filename": "pymystem3-0.1.9.tar.gz", "has_sig": false, "md5_digest": "2fcca33e6146bd3e368c921e2a169813", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21448, "upload_time": "2017-11-17T15:15:25", "url": "https://files.pythonhosted.org/packages/89/df/830317a0fc4baefd18bdb8294cb2e3eb1729afeeb983c90413019bbcc797/pymystem3-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2ff2d95a9c352cd8eb1e4697b88527aa", "sha256": "0bfdb0c2c57157f413c85f3e5f54a41f294880c3d6e8028066e71598ee6b52aa" }, "downloads": -1, "filename": "pymystem3-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2ff2d95a9c352cd8eb1e4697b88527aa", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 10916, "upload_time": "2018-07-04T15:42:24", "url": "https://files.pythonhosted.org/packages/00/8c/98b43c5822620458704e187a1666616c1e21a846ede8ffda493aabe11207/pymystem3-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98b293cc40a497543b3d3ce7c7c5a07a", "sha256": "1aaed6a15451cc73f5750bcda77559e681215e1e391b35dd4325bd132a3afb95" }, "downloads": -1, "filename": "pymystem3-0.2.0.tar.gz", "has_sig": false, "md5_digest": "98b293cc40a497543b3d3ce7c7c5a07a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21559, "upload_time": "2018-07-04T15:41:55", "url": "https://files.pythonhosted.org/packages/4e/c2/56486b7eb180d83363baa2e609fcc2d49280331ad67e348cf8fa456050bf/pymystem3-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2ff2d95a9c352cd8eb1e4697b88527aa", "sha256": "0bfdb0c2c57157f413c85f3e5f54a41f294880c3d6e8028066e71598ee6b52aa" }, "downloads": -1, "filename": "pymystem3-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2ff2d95a9c352cd8eb1e4697b88527aa", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 10916, "upload_time": "2018-07-04T15:42:24", "url": "https://files.pythonhosted.org/packages/00/8c/98b43c5822620458704e187a1666616c1e21a846ede8ffda493aabe11207/pymystem3-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98b293cc40a497543b3d3ce7c7c5a07a", "sha256": "1aaed6a15451cc73f5750bcda77559e681215e1e391b35dd4325bd132a3afb95" }, "downloads": -1, "filename": "pymystem3-0.2.0.tar.gz", "has_sig": false, "md5_digest": "98b293cc40a497543b3d3ce7c7c5a07a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21559, "upload_time": "2018-07-04T15:41:55", "url": "https://files.pythonhosted.org/packages/4e/c2/56486b7eb180d83363baa2e609fcc2d49280331ad67e348cf8fa456050bf/pymystem3-0.2.0.tar.gz" } ] }