Pure-Python Japan Business Day Generator
Project description
word-counter
Count the number of words on the specified URL(s).
Requirements
python 3.4+
libicu-devel
Installation
In case of CentOS8, execute as follows:
# dnf -y install libicu-devel
# pip install word-counter
Usage (CLI)
Count words, list results.
$ word-counter --klass 'site-content' https://blogs.cisco.com/developer
{
",": 18,
"2020": 11,
.
.
.
"monitoringStealthwatch": 1,
"1234": 1
}
Just count words
$ word-counter --count-only --klass 'site-content' https://blogs.cisco.com/developer
377
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
word-counter-0.0.1.tar.gz
(4.1 kB
view details)
File details
Details for the file word-counter-0.0.1.tar.gz
.
File metadata
- Download URL: word-counter-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f3ce071c910988989b563fcc360dbfcc0eef18e9c608616c6fa1538a391647e |
|
MD5 | 8ed076e7eb86ec6750d7494e82572c53 |
|
BLAKE2b-256 | 19229e684f5f2634f29fcc8ec91d2e9d78eba0bc5f0b61e240830de9edafc8d9 |