uwhoisd

View on PyPIReverse Dependencies (0)

0.1.0 uwhoisd-0.1.0-py3-none-any.whl

Wheel Details

Project: uwhoisd
Version: 0.1.0
Filename: uwhoisd-0.1.0-py3-none-any.whl
Download: [link]
Size: 12049
MD5: 3b66f5420c83ebcdf1fe716446c04d94
SHA256: 7ac758c14ddb052691d1c86cc2da511fed5eef036a5ba7464a09b6c3a95bc2d5
Uploaded: 2024-10-21 02:15:51 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: uwhoisd
Version: 0.1.0
Summary: Universal domain WHOIS proxy server
Author-Email: Keith Gaughan <k[at]stereochro.me>
Project-Url: Documentation, https://github.com/kgaughan/uwhoisd#readme
Project-Url: Issues, https://github.com/kgaughan/uwhoisd/issues
Project-Url: Source, https://github.com/kgaughan/uwhoisd
License: MIT License Copyright (c) Keith Gaughan, 2012 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Requires-Python: >=3.8
Requires-Dist: beautifulsoup4 (>=4.12.3)
Requires-Dist: requests (>=2.32.3)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 483 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
uwhoisd/__init__.py sha256=_lc9N66V7mqiRHHapk_TEMpbZ_ijiQHbvOcYHFl3i-k 4657
uwhoisd/_version.py sha256=IMl2Pr_Sy4LVRKy_Sm4CdwUl1Gryous6ncL96EMYsnM 411
uwhoisd/caching.py sha256=Eios1uWrPCLkCsmoIDuR9QOT172TVDcAnEovZZjt_y0 3927
uwhoisd/client.py sha256=HTan0m8fNECTvqUcRKqRX7WjXxwE3jCskLnhrpBTZx0 388
uwhoisd/defaults.ini sha256=ZuxQeRZooR9Dix5_oq5gDsYD6I7veWHpWgRXURGTWTY 161
uwhoisd/rl.py sha256=5f39flRHhNgH23ARXfErIkVjGeKyCWgPG7VOe5cmxPY 1668
uwhoisd/scraper.py sha256=NL4Fv6OihdwYNbURKJ-CNUd8gSUOk334qDMQomuGW2E 5297
uwhoisd/server.py sha256=A_e99GmXzYe-oKTIKQxGIUv_mBTSMqLZLoi-Cf1s3aI 1006
uwhoisd/utils.py sha256=KUC0zwkWQLmMVWYYWSHRVw_zJtRSHHKYEuHkG_OThyc 2481
uwhoisd-0.1.0.dist-info/METADATA sha256=aL1xM2iIKTXM1z6ajbQMkyavyrJXgEit1rGs6QajkVM 2924
uwhoisd-0.1.0.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
uwhoisd-0.1.0.dist-info/entry_points.txt sha256=SJ5SiLPfgxz_fOxUTh5LCFWbyrQOw0dxXFuDGYkAXkk 123
uwhoisd-0.1.0.dist-info/licenses/LICENSE sha256=Xnd3MmUU_UJ1UzolBC9xNiwYqkMWSPE8f_h5TtGkmJs 1071
uwhoisd-0.1.0.dist-info/RECORD

entry_points.txt

uwhoisd = uwhoisd:main
uwhoisd-scraper = uwhoisd.scraper:main
lfu = uwhoisd.caching:LFU