wordhoard

View on PyPIReverse Dependencies (0)

1.5.5 wordhoard-1.5.5-py3-none-any.whl

Wheel Details

Project: wordhoard
Version: 1.5.5
Filename: wordhoard-1.5.5-py3-none-any.whl
Download: [link]
Size: 364296
MD5: c3d1dacc64e9a74d278ae90d9ffb34cf
SHA256: caf4e95498e52f17094289833897efa5ad6d633579a213003494bcfdda13ea59
Uploaded: 2024-05-29 11:18:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: wordhoard
Version: 1.5.5
Summary: A comprehensive lexical discovery application that is useful for finding semantic relationships such as, the antonyms, synonyms, hypernyms, hyponyms, homophones and definitions for a specific word.
Author: John Bumgarner
Author-Email: wordhoardproject[at]gmail.com
Home-Page: https://github.com/johnbumgarner/wordhoard
License: LICENSE.txt
Keywords: antonyms,bag of words,definitions,hypernyms,hyponyms,homophones,information retrieval,lexicon,semantic relationships,synonyms,natural language processing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: backoff (>=2.2.1)
Requires-Dist: beautifulsoup4 (>=4.12.3)
Requires-Dist: certifi (>=2024.2.2)
Requires-Dist: charset-normalizer (>=3.3.2)
Requires-Dist: cloudscraper (>=1.2.71)
Requires-Dist: deckar01-ratelimit (>=3.0.2)
Requires-Dist: deepl (>=1.18.0)
Requires-Dist: idna (>=3.7)
Requires-Dist: lxml (>=5.2.2)
Requires-Dist: pyparsing (>=3.1.2)
Requires-Dist: requests (>=2.32.2)
Requires-Dist: requests-toolbelt (>=1.0.0)
Requires-Dist: soupsieve (>=2.5)
Requires-Dist: urllib3 (>=2.2.1)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3941 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
wordhoard/.DS_Store sha256=YDMx9SIbnWpHs0K-B6nmzFcMMUhyhTcNGIdS_WGnNKE 10244
wordhoard/__init__.py sha256=UHgz_dLHQHlxMzQYC6JYlbA6oPEwStwAKfUiCL-5RUE 1256
wordhoard/antonyms.py sha256=FWF3GABkH7_l8snW7TVLaJsJ_DXbCEzLPua52PSh0G4 31299
wordhoard/dictionary.py sha256=DCC68uj1o6_-BxcHXstsox0N9MPthvQjDvbXCiJuh1A 38192
wordhoard/homophones.py sha256=8Pvj1EbwsiKbnkwBg5KCtGu9ad80UffsYqFAuiZdx34 6871
wordhoard/hypernyms.py sha256=psIiPqa4cgAgJ_yKYEj0UNJrX8ALWqD2gaKvooQVyIU 19418
wordhoard/hyponyms.py sha256=_9mugKUE-2mNmO0iGOtIgDlQlqQgoNd9PPvJOw2HDo8 18881
wordhoard/synonyms.py sha256=Itxwn4mwrxYazAQl_myeZuaZl3d-qPTOkRE-PwwW1g8 44299
wordhoard/__pycache__/__init__.cpython-39.pyc sha256=B2P9ZHjb0QLaRvKswSdnnzrOPnLGr0rhKUUY7l9l0BE 1484
wordhoard/__pycache__/antonyms.cpython-39.pyc sha256=pgBk2bcn037I0JNYA9_KgRFp_aLlvX439vtd_qdxSrA 25347
wordhoard/__pycache__/dictionary.cpython-39.pyc sha256=jYy4K0qS9KHr1gdXXrYKvdc6iAcPdSW85FUWTnttMHc 29919
wordhoard/__pycache__/homophones.cpython-39.pyc sha256=J3JQTDhtOW5Wv5vvxP12Z0E0wQd8DODmiLT0hN3ieEY 5966
wordhoard/__pycache__/hypernyms.cpython-39.pyc sha256=HCyo8NcDy4pPv0B9wNrXVn6dAbzAwItNgjzeyxVkU_A 15754
wordhoard/__pycache__/hyponyms.cpython-39.pyc sha256=LKXynqvA54ZAt7MpnWsbPrhlaeoUvfO0CwMe9BBaJ1Q 15866
wordhoard/__pycache__/synonyms.cpython-39.pyc sha256=G_Kz7WRgtXNV4NFMeWtok3ZO4SLbHBxyg3uoYsE3KDg 34612
wordhoard/files/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
wordhoard/files/common_english_homophones.pkl sha256=FIqPrGpFpIr7UWqebK49NohFN_fwamBFB8_HgkS-N-Y 29162
wordhoard/files/common_user_agents.pkl sha256=czj8q0T79cXsX075kke1XJka1C-r_PJwLmLtRB99zFM 35141
wordhoard/files/no_homophones_english.pkl sha256=pzdoSkgojTvZJDWrv5Px4MEqAvGPIzhmyZlIDUAPZAs 636545
wordhoard/utilities/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
wordhoard/utilities/caching.py sha256=20vxWu1j-zBI_wFDCfeopW1Up8DzVvjPLel4VA62ER8 10009
wordhoard/utilities/captcha_checker.py sha256=BTTz3UDGQMVtTHGi5FeUcxNoslyw0Tc6kIeZaB7qfrM 4061
wordhoard/utilities/cleansing.py sha256=ildGpFhPhgUrgfMHRww5NoYonRX4CxbzJFno5OplhQQ 2225
wordhoard/utilities/cloudflare_bypass.py sha256=MNQpu5I4yNtUL-lLgsfouC4SsV9t851GIEYLaPC7lk8 3907
wordhoard/utilities/cloudflare_checker.py sha256=Lbx3ozGms7nP2NcoqftnZrsnB9XtYVR2tP8hpvrrbaM 4181
wordhoard/utilities/colorized_text.py sha256=vuC1EzVVkMppnIhcr2Mvp6EvlfPXyWP33pPCT06CRqc 1630
wordhoard/utilities/deep_translator.py sha256=Q1QCDT12OF7zgSXEWKEsc-sZ5VQPlY5UYAtfkfl_v8Y 14669
wordhoard/utilities/email_address_verification.py sha256=4DnSCPV5ayEspAgX_BweSOm5DXvqja2zaYjFxQ4aggI 1681
wordhoard/utilities/exceptions.py sha256=LDZiXhyg_86zxArX7QtZ_ZtMJkRD7Oo7IGsQI4MIrVs 2438
wordhoard/utilities/google_translator.py sha256=b0ryNwrEXwGldwWIazQ03mj-1_300JkyzZBVJSSYFJ4 16870
wordhoard/utilities/mymemory_translator.py sha256=JpSGNYXlRZCrNTXJHX1NwWuPbIYlagHN2HaJvdurxi8 18469
wordhoard/utilities/request_html.py sha256=0W1kWFbIOaN9KhjzZV0Sf5lKeafgm_08dCMhHzylsSs 15767
wordhoard/utilities/translator_languages.py sha256=6oPKZDfK9rTpYNJzz84_IVApYLf1RwIFWzq7U71OdPA 18634
wordhoard/utilities/user_agents.py sha256=nw7ZKE_hl1JuDM9CMFzwVbofIlOvbInubBy-EnPOZqI 4963
wordhoard/utilities/word_verification.py sha256=7_KmArnzCR59h9FD7iPI-z-i0zKi02uUWjzGq2i_Ttg 1834
wordhoard/utilities/wordhoard_logger.py sha256=vw8roARzvYvyLKj6R_3jTsXiZhMis_Gfq0Zd7BdS3O8 1973
wordhoard/utilities/__pycache__/__init__.cpython-39.pyc sha256=aNOkFNfZMjU7JUXdo3tbdHwxZgBosie5Ar9kkcoTX_w 177
wordhoard/utilities/__pycache__/caching.cpython-39.pyc sha256=tUNbsuR-_UITXYhL2ZW6DO6BiLJspxs6ph_9aEYOauw 6670
wordhoard/utilities/__pycache__/captcha_checker.cpython-39.pyc sha256=A8Jhem7HGjp9Foua7e2zHv9uWT_OMNHremXc7VSp2Uw 3143
wordhoard/utilities/__pycache__/cleansing.cpython-39.pyc sha256=byrOemUAEvc8gxy9k0u8vpm4Mak27M4TG-kMcqxT_n4 2121
wordhoard/utilities/__pycache__/cloudflare_bypass.cpython-39.pyc sha256=P8bfNnuy8TXIWWjGeI4aIOOMedvSb01uUBRiA2HOe-8 2564
wordhoard/utilities/__pycache__/cloudflare_checker.cpython-39.pyc sha256=gAjeSTVxHMY5a93d4p_ljw4Ql10zqsBD5tg-JfZfzY0 3547
wordhoard/utilities/__pycache__/colorized_text.cpython-39.pyc sha256=N1faZe_SK79eCXZ3MLC1e_lWXC784274mdi2XaXnbII 985
wordhoard/utilities/__pycache__/deep_translator.cpython-39.pyc sha256=P6AQ79Ig0g-35lNT6d2bqIJ1vs1ZFz6i83mq7DsbQfs 7860
wordhoard/utilities/__pycache__/email_address_verification.cpython-39.pyc sha256=j3E87J59_y44xqSbm1g6lwhX9TdWJdFFJ3IB67zThvQ 879
wordhoard/utilities/__pycache__/exceptions.cpython-39.pyc sha256=Tql4h1mjfGzOR4nVeSrd3OwuOrSQSiIhrCPnwOshFeA 2519
wordhoard/utilities/__pycache__/google_translator.cpython-39.pyc sha256=MLC1N7YZhImcZknb8knAb4qmsIhF5oOoxh1oYtM7stU 7783
wordhoard/utilities/__pycache__/mymemory_translator.cpython-39.pyc sha256=LW0iR6zGof73DRmqUhX6kkWQn45vfTeysEvSfbr2y_g 11237
wordhoard/utilities/__pycache__/request_html.cpython-39.pyc sha256=bL5FbRXAj27YT6VXM4LK6ZWhTo09kyQxMo4HQLMGwAk 9486
wordhoard/utilities/__pycache__/translator_languages.cpython-39.pyc sha256=j6Uz1-wstNpBUlgeCBYk9pq5s6W1KPCjnzgYWqEZrms 7081
wordhoard/utilities/__pycache__/user_agents.cpython-39.pyc sha256=_RAaYKPfLIrGtwSVVJTM1FouxuubRoSce-2nGhLQS0A 3785
wordhoard/utilities/__pycache__/word_verification.cpython-39.pyc sha256=owwGs5rG7sj6lwhtutG1uYxjwYSBS5P7iG2lFxDgQjQ 1053
wordhoard/utilities/__pycache__/wordhoard_logger.cpython-39.pyc sha256=eVwAfSoivusTacWt-yoZx9gGsIB--fCkMACQ6waKAb8 1167
wordhoard-1.5.5.dist-info/LICENSE sha256=gmhwx5jf3c2g8X8-YXIf7-RLC6CRThmbsyX1Y-BUhYI 1071
wordhoard-1.5.5.dist-info/METADATA sha256=z44wsDMa-A1ZLZZbCS60qutI69IwgwA1bTADkTlMq70 5594
wordhoard-1.5.5.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
wordhoard-1.5.5.dist-info/top_level.txt sha256=s1zskHisRHsrsUQ0KnK2GZE9mhfH5MH9d0HHKxOcQpY 10
wordhoard-1.5.5.dist-info/RECORD

top_level.txt

wordhoard