Metadata-Version: 2.4
Name: my-tail
Version: 0.2.0
Summary: A small implementation of Unix tail (supports -n and -f) implemented with Click
Author: Ваше Ім'я
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# my-tail

Simple tail implementation in Python.

## Usage

```bash
docker build -t my-tail .
docker run --rm -v $(pwd):/app my-tail example.txt
