{ "info": { "author": "Viatcheslav ilearnToday", "author_email": "goodeitime@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Code_parser\nCode parser is a first Otus homework.\nIt'll give some stats on your project: total number of unique words, most common word, functions and most common word in functions.\n##Installation\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install Code parser.\n\n```pip install code_parser```\n##Usage\n```python3 -m code_parser [-p PROJECT_PATH] [-e EXCLUDET_DIRS]```\n##Example\n```python3 -m code_parser -p /User/myproject/new_project -e venv,some_lib,other_lib```\n\n```\nFound 22 functions\nMost common is get, used 6 times\nFound 309 words, unique 55\nMost common is names, used 44 times\n```\n##Requirements\n```nltk==3.4.1```\n```six==1.12.0```\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ilearnToday/FirstOtusHomework", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "code-parser", "package_url": "https://pypi.org/project/code-parser/", "platform": "", "project_url": "https://pypi.org/project/code-parser/", "project_urls": { "Homepage": "https://github.com/ilearnToday/FirstOtusHomework" }, "release_url": "https://pypi.org/project/code-parser/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.0.2" }, "last_serial": 5290991, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a9425b64522c8c096b750274093500b4", "sha256": "966415ed81b8ed66e3ea54734a8290b0650e2ff8cf4d73c5a06c0b98e8461529" }, "downloads": -1, "filename": "code_parser-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a9425b64522c8c096b750274093500b4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4239, "upload_time": "2019-05-19T14:26:41", "url": "https://files.pythonhosted.org/packages/09/40/672eabd4844fb6f8696d7713791c2d647e8cfe3d41d1a2b83db232b0fd3f/code_parser-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "70559a08f7bb36670215a658aa53a98c", "sha256": "e7071ee0d0d634e975b249351ec11d0af3e59687b882e6f93d00da774e55ccd4" }, "downloads": -1, "filename": "code_parser-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "70559a08f7bb36670215a658aa53a98c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4587, "upload_time": "2019-05-20T08:31:13", "url": "https://files.pythonhosted.org/packages/c7/55/2e2ee34a4250a48b4392869933902daf918837d16fb57ba346f7ef80317a/code_parser-0.0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "70559a08f7bb36670215a658aa53a98c", "sha256": "e7071ee0d0d634e975b249351ec11d0af3e59687b882e6f93d00da774e55ccd4" }, "downloads": -1, "filename": "code_parser-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "70559a08f7bb36670215a658aa53a98c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4587, "upload_time": "2019-05-20T08:31:13", "url": "https://files.pythonhosted.org/packages/c7/55/2e2ee34a4250a48b4392869933902daf918837d16fb57ba346f7ef80317a/code_parser-0.0.2-py3-none-any.whl" } ] }