python-hyper / python-hyper/rfc3986
Document how to create a pattern to match any IP address hostname
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- Python
- 星标
- 189
- 派生
- 38
- 平均合并
- 13 小时 36 分钟
- 30 天内合并 PR
- 1
描述
Put it within abnf_regex, useful for libraries that need to determine if a host is an IP address or not (For IDNA encoding, for example).
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在 Python 包中定位 abnf_regex,并检查其模式目前是如何记录或公开的。记录如何创建一个匹配任意 IP 地址主机名的模式,并说明它在 IDNA 编码等库中的使用方式;完成的标准是,该指南已在 abnf_regex 中提供,并且无需额外的 issue 上下文即可理解。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100