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 parser support for .cc #7

Closed pogzyb closed 4 years ago

pogzyb commented 4 years ago

Added parser class and unit test.

codecov[bot] commented 4 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.25%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   69.77%   70.03%   +0.25%     
==========================================
  Files           6        6              
  Lines         953      961       +8     
==========================================
+ Hits          665      673       +8     
  Misses        288      288              
Impacted Files Coverage Δ
asyncwhois/tlds.py 100.00% <ø> (ø)
asyncwhois/parser.py 64.61% <100.00%> (+0.41%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 203e663...f087ad0. Read the comment docs.