pogzyb / asyncwhois

Python WHOIS and RDAP utility for querying and parsing information about Domains, IPv4s, IPv6s, and AS numbers
MIT License
63 stars 18 forks source link

Add additional Registrar fields #60

Closed pogzyb closed 1 year ago

pogzyb commented 1 year ago

Added these base keys:

And, tried to update the various ccTLD parsers who had the necessary registrar info to parse this information.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 50.00% and project coverage change: -0.14 :warning:

Comparison is base (96635ea) 88.75% compared to head (ae7f224) 88.62%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #60 +/- ## ========================================== - Coverage 88.75% 88.62% -0.14% ========================================== Files 8 8 Lines 2819 2821 +2 ========================================== - Hits 2502 2500 -2 - Misses 317 321 +4 ``` | [Impacted Files](https://app.codecov.io/gh/pogzyb/asyncwhois/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joe) | Coverage Δ | | |---|---|---| | [asyncwhois/pywhois.py](https://app.codecov.io/gh/pogzyb/asyncwhois/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joe#diff-YXN5bmN3aG9pcy9weXdob2lzLnB5) | `42.72% <0.00%> (-0.82%)` | :arrow_down: | | [asyncwhois/parse.py](https://app.codecov.io/gh/pogzyb/asyncwhois/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joe#diff-YXN5bmN3aG9pcy9wYXJzZS5weQ==) | `94.57% <100.00%> (+0.09%)` | :arrow_up: | | [asyncwhois/parse\_tld.py](https://app.codecov.io/gh/pogzyb/asyncwhois/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joe#diff-YXN5bmN3aG9pcy9wYXJzZV90bGQucHk=) | `89.69% <100.00%> (-0.10%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.