initial
For testing ws python package.
Installation
$ pip install initial
Usage
initial can be used to count words in a text file and plot results as follows:
from initial.initial import count_words
from initial.plotting import plot_words
import matplotlib.pyplot as plt
file_path = "text" # path to your file
counts = count_words(file_path)
fig = plot_words(counts, n=10)
plt.shoq()
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
initial was created by Ming. It is licensed under the terms of the MIT license.
Credits
initial was created with cookiecutter and the py-pkgs-cookiecutter template.
Release files for initial 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| initial-0.2.2.tar.gz | 88.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| initial-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 178.7 kB
Release files / initial-0.2.2.tar.gz
| Download URL | initial-0.2.2.tar.gz |
|---|---|
| Size | 88.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73134e29a5048942887b5de596e86016e4d749436b998d9ca1318da81bcc145d
|
|
BLAKE2b-256 checksum How to use checksums |
170f232627b5082d82ed0011ad753c123bdcbd5c5ede33e1c70824812dfd7d07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / initial-0.2.2-py3-none-any.whl
| Download URL | initial-0.2.2-py3-none-any.whl |
|---|---|
| Size | 89.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6144c73b6ded3b3e9d3a563f6a4f414844e83cc84b728ac070a52bd516e0396b
|
|
BLAKE2b-256 checksum How to use checksums |
882c5948b14f327b44f2902a62ad2318b36146771c46a81d304831f2dd0811d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|