Metadata-Version: 2.4
Name: vwc
Version: 0.0.1
Summary: wc with a preview
Author-email: Random Hacker <no@dev.null>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: coverage ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: build ; extra == "dev"
Requires-Dist: twine ; extra == "dev"
Requires-Dist: ruff ; extra == "dev"
Requires-Dist: pydoc-markdown ; extra == "dev"
Provides-Extra: dev

# 🚻👀 `vwc`

Like `wc`, but with a live preview output to stderr if it's a tty.

## ▶️ installing

```bash
$ pip install vwc
$ echo "hey" | wc -l
1
```

## ✅ To Do

[x] Release something
[ ] Integration tests
[ ] Detect platform and mirror it
[ ] Compile with Cython if available

## ⚖️ License

WTFP with one additional clause:

* ⛔ Don't blame me

## Links

* [🏠 home](https://bitplane.net/dev/python/vwc)
* [🐱 github](https://github.com/bitplane/vwc)
* [🐍 pypi](https://pypi.org/project/vwc)
* [📖 pydoc](https://bitplane.net/dev/python/vwc/pydoc)

