verify the domain and operate it
Project description
domainhelper -- 域名助手
支持 python2,python3
功能:
-
verify_domain(domain)
验证域名是否正确in: verify_domain('a.b.c.www.baidu.com.cn') out: True
-
get_domain_suffix(domain)
获取域名后缀
示例:in: get_domain_suffix('a.b.c.www.baidu.com.cn') out: '.com.cn'
-
get_top_domain(domain)
获取顶级域名
示例:in: get_top_domain('a.b.c.www.baidu.com.cn') out: 'baidu.com.cn'
-
get_multi_domain(domain)
获取次级域名
示例:in: get_multi_domain('a.b.c.www.baidu.com.cn') out: ['baidu.com.cn', 'www.baidu.com.cn', 'c.www.baidu.com.cn', 'b.c.www.baidu.com.cn', 'a.b.c.www.baidu.com.cn']
注意: 参数domain 必须是 str 类型
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
domainhelper-1.0.0.tar.gz
(18.7 kB
view details)
Built Distribution
File details
Details for the file domainhelper-1.0.0.tar.gz
.
File metadata
- Download URL: domainhelper-1.0.0.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82904458652767fdbf6de74a912d87f50ade8452534df9dc5885a4dccadbf987 |
|
MD5 | 3be218f52c3a23dac3c0fb5899755176 |
|
BLAKE2b-256 | 81c0020d535524a81e6b50a217718abf15e88599db633b0d602f6bde590e5ec4 |
File details
Details for the file domainhelper-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: domainhelper-1.0.0-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bd639a79b276bf4f2592c2b551803fb54a0233224e8cea7e9f1f68f28941cea |
|
MD5 | a14714fe459c35870ec0704a0c79c25c |
|
BLAKE2b-256 | 8c0e891eb1fd3055e474fb29b90610e87cfc963d1291e201894f1bc9aec843c6 |