Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BaseParser + more TLD parsers #18

Merged
merged 6 commits into from
Feb 12, 2021
Merged

Fix BaseParser + more TLD parsers #18

merged 6 commits into from
Feb 12, 2021

Conversation

pogzyb
Copy link
Owner

@pogzyb pogzyb commented Feb 12, 2021

  • Fixed bug that was causing BaseParser's reg_expressions to be updated to empty dict
  • Added more TLD parsers
  • Changed exception Class names / added base exception

The 'WhoIs' error classes were renamed for clarity.
The doc strings of the exposed package functions were updated.
Added a number of top level domain parsers.
Fixed a bug in BaseParser, which wasn't allowing
a non-supported TLD to be parsed anyway.
Ran PyCharm's code formatting to remove extra blankspaces.
@codecov
Copy link

codecov bot commented Feb 12, 2021

Codecov Report

Merging #18 (a024ec3) into master (f28bc13) will increase coverage by 1.98%.
The diff coverage is 87.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   77.06%   79.05%   +1.98%     
==========================================
  Files           6        6              
  Lines        1051     1160     +109     
==========================================
+ Hits          810      917     +107     
- Misses        241      243       +2     
Impacted Files Coverage Δ
asyncwhois/__init__.py 100.00% <ø> (ø)
asyncwhois/query.py 82.90% <41.66%> (ø)
asyncwhois/pywhois.py 90.40% <70.00%> (ø)
asyncwhois/parser.py 76.34% <92.80%> (+2.96%) ⬆️
asyncwhois/errors.py 100.00% <100.00%> (ø)

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 f28bc13...a024ec3. Read the comment docs.

@pogzyb pogzyb merged commit ec78885 into master Feb 12, 2021
@pogzyb pogzyb deleted the Increase-tld-support branch February 12, 2021 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant