Skip to main content

Dlen checks the length of the functions.

Project description

dlen

dlen for a world with less code.

Check the length of the method (maximum 20 lines) and the class (maximum 500 lines). To keep your code clean and clear you should always try to avoid having too many lines of code. Also recommended to use pep8, isort, pydocstyle pack.

Getting Started

Supports Python 2.7+

Installing

` git clone git@github.com:Endika/dlen.git cd dlen python setup.py install `

Or

` pip install dlen `

Using dlen

` dlen my_script.py `

Output

` [ERROR] 'my_script.py' big_function function too long (25 > 20 lines) [WARN] 'my_script.py' my_function function too long (13 > 12 lines) `

Or

` dlen . dlen /path/project `

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dlen-0.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

dlen-0.0.2-py2.py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 2 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