Skip to main content

metrics.pylint is a plugin for the metrics package

Project description

[![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](MIT_LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/markfink/metrics.pylint.svg?maxAge=2592000)](https://github.com/markfink/metrics.pylint/issues)


# installation

to install:

``` bash
$ pip install metrics.pylint
```

to uninstall:

``` bash
$ pip uninstall metrics.pylint
```

for details please see the documentation of metrics.


# metrics.pylint

The **matrics.gitinfo** package is a plugin for the metrics package.

metrics.pylint adds a pylint_score to file metrics for all python files:

``` json
"tests/test_sloc_python.py": {
"comments": 8,
"language": "Python",
"mccabe": 0,
"positions": [],
"pylint_score": 6.67,
"ratio_comment_to_code": 0.24,
"sloc": 33
}
```

## License

Copyright (c) 2018 Mark Fink and others.
metrics is released under the MIT License (see MIT_LICENSE).

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

metrics.pylint-0.0.2.tar.gz (3.6 kB view hashes)

Uploaded Source

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