Library to search domain names in text data
Project description
find_domains Documentation
This library is for searching domain names in raw text data. First it searches domain-like strings
using simple regexp. Then it uses list of top level domain names to remove names which could be a
domain name i.e. last segment is not top level domain name. TLD list is provided by
tldextract library, technicall that means that
when you will use find_domains
in first time it will download top level domains list (this is
tldextract behaviour).
Installation
pip install -U find_domains
Usage
from find_domains import find_domains
data = """
foo bar google.com foo.bar.com domain.info
превед-медвед.рф
"""
for domain in find_domains(data):
print(domain)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
find_domains-0.0.4.tar.gz
(3.0 kB
view details)
File details
Details for the file find_domains-0.0.4.tar.gz
.
File metadata
- Download URL: find_domains-0.0.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be10d77b4b9d9178817c2d9e1bfdb82d184a17e6ce5a7ad5c1ac444f56ea9f9b |
|
MD5 | e0adc0e3f5d93a370f5d1b07d072e09d |
|
BLAKE2b-256 | 38be1c815fc7d3bfc28182897e15ffe92ac105dc2e7dfa7236ec18a4d993cc79 |