A simple python client that requests dictionary definitions from a server that implements Dictionary Server Protocol
Project description
Wordly
A python client to communicate with servers implementing the Dictionary Server Protocol
Getting Started
pip install wordly
Usage
Once installed you may use wordly from the command line:
$ wordly programming
"programming" wn "WordNet (r) 3.0 (2006)"
programming
n 1: setting an order and time for planned events [syn:
{scheduling}, {programming}, {programing}]
2: creating a sequence of instructions to enable the computer to
do something [syn: {programming}, {programing}, {computer
programming}, {computer programing}]
.
Or you may import Word
from wordly
in your scripts.
from wordly import Word
w = Word("curious")
print(w.definition)
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
wordly-0.0.2.tar.gz
(7.1 kB
view details)
Built Distribution
File details
Details for the file wordly-0.0.2.tar.gz
.
File metadata
- Download URL: wordly-0.0.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abead25e3f26a2060822c9967f1e4c2ab5b79954f85b158895e1b7a0eaa7f6be |
|
MD5 | 8d900357ebf452f05c45ce311947dca1 |
|
BLAKE2b-256 | 235c9e8d0d1ea72db9b3c26fa8e248b4d65f01e9bffee83c84c2987b333baaf9 |
File details
Details for the file wordly-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: wordly-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56c0088bd4d5007c5c97ebe238ff3b200849d14ed56cedd1f047eebe42bb30a1 |
|
MD5 | 83004ce9b468c7a2921cffd8c7e4ddc5 |
|
BLAKE2b-256 | ab8b2d50d39cc3dcee31c64735d382dfb025a1bf019e96ba34d32d1768c36bef |