Metadata-Version: 2.3
Name: cool-word-count
Version: 1.0.1
Summary: A fast Unix-like CLI tool to count lines, words, and bytes in text files.
Keywords: cli,wc,word-count,text-processing,unix-tools
Author: vikaspoddar
Author-email: vikaspoddar <poddarvikas685@gmail.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Dist: click>=8.1.7,<9
Requires-Python: >=3.9
Project-URL: Homepage, https://github.com/vikaspoddar/cool-word-count
Project-URL: Repository, https://github.com/vikaspoddar/cool-word-count
Project-URL: Issues, https://github.com/vikaspoddar/cool-word-count/issues
Description-Content-Type: text/markdown

# cool-word-count

This is the CLI application for counting words in a file.