No project description provided
Project description
Code_parser
Code parser is a first Otus homework. It'll give some stats on your project: total number of unique words, most common word, functions and most common word in functions. ##Installation Use the package manager pip to install Code parser.
pip install code_parser
##Usage
python3 -m code_parser [-p PROJECT_PATH] [-e EXCLUDET_DIRS]
##Example
python3 -m code_parser -p /User/myproject/new_project -e venv,some_lib,other_lib
Found 22 functions
Most common is get, used 6 times
Found 309 words, unique 55
Most common is names, used 44 times
##Requirements
nltk==3.4.1
six==1.12.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file code_parser-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: code_parser-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7071ee0d0d634e975b249351ec11d0af3e59687b882e6f93d00da774e55ccd4 |
|
MD5 | 70559a08f7bb36670215a658aa53a98c |
|
BLAKE2b-256 | c7552e2ee34a4250a48b4392869933902daf918837d16fb57ba346f7ef80317a |