简单whois解析器

whoisp的Python项目详细描述


#世界卫生组织

[![特拉维斯](https://api.travis-ci.org/amureki/whoisp.svg?branch=master)](https://travis-ci.org/amureki/whoisp) [![版本](https://img.shields.io/pypi/v/whoisp.svg)](https://pypi.python.org/pypi/whoisp/) [![github许可证](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/amureki/whoisp/master/LICENSE

bashwhois命令的python包装器。 支持Python3.5、3.6

###安装

pip install whoisp

###用法

from whoisp import whois

whois_data = whois(‘yandex.ru’).parsed whois_data.get(‘domain_name’) > [‘YANDEX.RU’] whois_data.get(‘expiration_date’) > [‘2017-09-30T21:00:00Z’]

###测试

pip install -r requirements_test.txt pytest

pip install tox tox

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java三角测距   java Spring异步任务返回未来   java如何显示数据库中的下一条记录   java这些读取用户输入的方法有什么不同?   java Spring+Spring安全请求只接受contenttype xwwwformurlencoded   checkName()和将用户输入存储到ArrayList和boolean[]的java问题   java如何使用JPA和Facade?   java Neo4j类型不匹配   java如何依赖Maven的系统包?   通过FileChooser保存pdf格式会提示在java中出现第二个对话框   java如何将通量链接到另一个通量/单声道并应用另一个背压?   java如何修复安卓 studio中的权限错误?   尝试清除JavaFX ObservableMap时出现java ConcurrentException   java编辑文本。GetText,返回关于null引用的异常,但已声明该异常   mysql组织。乔达。时间LocalDate在Redhat(Linux)java上显示少一天   在java中通过序列化获取多个对象   有人有java注释“java.lang.Synthetic”的背景吗?