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

Registrar IANA ID parsing #54

Closed BlindingRadiance closed 1 year ago

BlindingRadiance commented 1 year ago

Some whois results contain this field, might be useful to include it in parser output

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (db9cd8c) 88.87% compared to head (2513d70) 88.88%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ======================================= Coverage 88.87% 88.88% ======================================= Files 8 8 Lines 2814 2815 +1 ======================================= + Hits 2501 2502 +1 Misses 313 313 ``` | [Impacted Files](https://codecov.io/gh/pogzyb/asyncwhois/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joe) | Coverage Δ | | |---|---|---| | [asyncwhois/parse\_tld.py](https://codecov.io/gh/pogzyb/asyncwhois/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joe#diff-YXN5bmN3aG9pcy9wYXJzZV90bGQucHk=) | `89.78% <ø> (ø)` | | | [asyncwhois/parse.py](https://codecov.io/gh/pogzyb/asyncwhois/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joe#diff-YXN5bmN3aG9pcy9wYXJzZS5weQ==) | `94.47% <100.00%> (+0.03%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joe). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joe)

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

pogzyb commented 1 year ago

Thanks for adding this. I agree this definitely could be useful.