domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
986 stars 214 forks source link

Fix ModuleNotFoundError: add parsedmarc.mail to setup packages #308

Closed nathanthorpe closed 2 years ago

nathanthorpe commented 2 years ago

Upon starting it says: ModuleNotFoundError: No module named 'parsedmarc.mail'

codecov[bot] commented 2 years ago

Codecov Report

Merging #308 (514ca35) into master (23df163) will increase coverage by 61.55%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #308       +/-   ##
===========================================
+ Coverage        0   61.55%   +61.55%     
===========================================
  Files           0        8        +8     
  Lines           0     1238     +1238     
===========================================
+ Hits            0      762      +762     
- Misses          0      476      +476     
Impacted Files Coverage Δ
parsedmarc/__init__.py 63.10% <0.00%> (ø)
parsedmarc/mail/imap.py 44.44% <0.00%> (ø)
tests.py 100.00% <0.00%> (ø)
parsedmarc/mail/__init__.py 100.00% <0.00%> (ø)
parsedmarc/mail/gmail.py 35.71% <0.00%> (ø)
parsedmarc/mail/mailbox_connection.py 58.82% <0.00%> (ø)
parsedmarc/utils.py 71.86% <0.00%> (ø)
parsedmarc/mail/graph.py 24.69% <0.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 23df163...514ca35. Read the comment docs.

seanthegeek commented 2 years ago

D'oh! I'll release updated packages as soon as I get home from lunch.

seanthegeek commented 2 years ago

Fix pushed to PyPI in parsedmarc 8.0.1