jazzband / icalevents

Python module for iCal URL/file parsing and querying.
MIT License
160 stars 72 forks source link

Drop datetime dep #76

Closed Scriptkiddi closed 2 years ago

Scriptkiddi commented 3 years ago

Having datetime listed as a dependency leads to errors during install, since its a python lib it does not have to be listed in the requirements.txt or der the setup.py

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (458e634) into master (ce0581e) will increase coverage by 2.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
+ Coverage   82.82%   84.86%   +2.04%     
==========================================
  Files           4        4              
  Lines         326      337      +11     
  Branches       77       79       +2     
==========================================
+ Hits          270      286      +16     
+ Misses         31       27       -4     
+ Partials       25       24       -1     
Impacted Files Coverage Δ
icalevents/icalparser.py 84.89% <0.00%> (+1.77%) :arrow_up:
icalevents/icaldownload.py 78.57% <0.00%> (+6.77%) :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 ce0581e...458e634. Read the comment docs.