Metadata-Version: 2.4
Name: my-tail-Yura-Maksym
Version: 0.1.0
Summary: A custom implementation of the tail utility in Python. Supports -n and -f.
Home-page: https://github.com/Yura-Maksym/my-tail
Author: Yura Maksym
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# my-tail
A Python-based clone of the tail command, built with the Click library. Supports showing the last n lines and monitoring files for new changes with -f.
