No project description provided
Project description
Parser WooordHunt
This Python library allows you to fetch detailed descriptions of words from www.wooordhunt.ru.
Installation
To install the library, use pip:
pip install parser_wooordHunt
Usage
This library fetches the detailed description of a word by providing a URL or the word itself.
Example:
import asyncio
from word import get_word
# Word URL (e.g., www.wooordhunt.ru/word/get or just 'get')
WORD = "get"
async def main():
word_description = await get_word(WORD)
print(word_description)
asyncio.run(main())
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wooordhunt_parser-0.1.0.tar.gz.
File metadata
- Download URL: wooordhunt_parser-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.6 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3405c7506c5df50139e59e7f974e5db352dab792e3e0b6dce1f9939530b7f5f5
|
|
| MD5 |
f757e1e77174c007b4f0c73a1544ef68
|
|
| BLAKE2b-256 |
453ce087c236ceccdb75d99c08a7a248d3ab82c54b28eb41687361efa171926e
|
File details
Details for the file wooordhunt_parser-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wooordhunt_parser-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.6 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
223a79fecf5341e414d0657f9b131396d05c3d1795c15150f5240b4acbcfbce4
|
|
| MD5 |
e241c292a23a2a51ec59946b1518442a
|
|
| BLAKE2b-256 |
9c32afe8535a3acf8fd8a1684e3f5a03bf7a8bf7d44a9406ce37e284829f19cf
|