Skip to main content

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


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

code_parser-0.0.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page