Metadata-Version: 2.1
Name: funk-lines
Version: 0.1.0.dev1
Summary: Funk Lines
Home-page: https://github.com/federicober/funk-lines
License: MIT
Author: Federico Oberndorfer
Author-email: federico.ober@hotmail.com
Requires-Python: >=3.10.2,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: rich (>=11.1.0,<12.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Changelog, https://github.com/federicober/funk-lines/releases
Project-URL: Documentation, https://funk-lines.readthedocs.io
Project-URL: Repository, https://github.com/federicober/funk-lines
Description-Content-Type: text/markdown

# Funk Lines

[//]: # "[![PyPI](https://img.shields.io/pypi/v/funk-lines.svg)](https://pypi.org/project/funk-lines)"
[//]: # "[![Python Version](https://img.shields.io/pypi/pyversions/funk-lines)](https://pypi.org/project/funk-lines)"
[//]: # "[![License](https://img.shields.io/pypi/l/funk-lines)](https://opensource.org/licenses/MIT)"

[![Build](https://github.com/federicober/funk-lines/actions/workflows/build.yml/badge.svg)](https://github.com/federicober/funk-lines/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/federicober/funk-lines/branch/main/graph/badge.svg?token=3I0fVVBTOG)](https://codecov.io/gh/federicober/funk-lines)

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

---

Calculate the average number of code lines per function or class definition.

## Installation

You can install _Funk Lines_ via `pip` from [PyPI](https://pypi.org/):

```shell
$ pip install funk-lines
```

## Usage

Use _Funk Lines_ via the console:

```shell
$ funk-lines /path/to/script.py
```

## License

Distributed under the terms of the MIT\_ license,
_Funk Lines_ is free and open source software.

