026b32e64c
Updates the requirements on [rayon](https://github.com/rayon-rs/rayon) to permit the latest version. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/commits/v1.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
word_count_cls | ||
Cargo.toml | ||
README.md | ||
setup.py |
word-count
Build
python setup.py install
Usage
from word_count_cls import WordCounter
WordCounter('path/to/file').search('word')