Metadata-Version: 2.4
Name: tally-cli
Version: 0.21.3
Summary: A fast, configurable linter for Dockerfiles and Containerfiles
Project-URL: Homepage, https://github.com/wharflab/tally
Author-email: Konstantin Vyatkin <tino@vtkn.io>
License-Expression: GPL-3.0-only
License-File: LICENSE
License-File: NOTICE
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# tally-cli

A fast, configurable linter for Dockerfiles and Containerfiles.

## Installation

```bash
pip install tally-cli
```

## Usage

```bash
tally lint Dockerfile
tally lint --max-lines 100 Dockerfile
```

## Documentation

See the [GitHub repository](https://github.com/wharflab/tally) for full documentation.
