p2pp
A light weight library that can help you to convert a word from present tense to present participle tense.
Install
pip install p2pp
Example
from p2pp import p2pp
words = ['go', 'give', 'be', 'lie', 'hit']
for word in words:
print(p2pp(word))
Output:
going
giving
being
lying
hitting
Requirements
Support both Python2 and Python3.
License
MIT.
Release files for p2pp 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| p2pp-0.0.6.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| p2pp-0.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.1 kB
Release files / p2pp-0.0.6.tar.gz
| Download URL | p2pp-0.0.6.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5332bc69e8a7d2a20c399ab4c42aba50717e96d8a79c174f5c55b11a67cb4f38
|
|
BLAKE2b-256 checksum How to use checksums |
fc1e04cc8c15d266a79da07bcb7452c7f10643b93fe1c1039b405ad3295694a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
|
Release files / p2pp-0.0.6-py3-none-any.whl
| Download URL | p2pp-0.0.6-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9a13e59c24a0b689922eff9db9ac82a5bc2129c09260ef530b4e64e8ce7ecd0e
|
|
BLAKE2b-256 checksum How to use checksums |
3b52b3ab019f1a3beba60152e41565ea8467329229c4d5a75622f409c20f316b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
|