shepherdjay / ipfromwebpage

Simple script that scrapes a web page for IP addresses and prints aggregate result.
MIT License
2 stars 6 forks source link

Register an entry point when installing package #13

Closed Tenzer closed 7 years ago

Tenzer commented 7 years ago

This means ipfromwebpage will be registered inside $PATH when installed.

Fixes #9.

codecov[bot] commented 7 years ago

Codecov Report

Merging #13 into master will decrease coverage by 3.5%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage     100%   96.49%   -3.51%     
==========================================
  Files           2        2              
  Lines          54       57       +3     
  Branches        8        8              
==========================================
+ Hits           54       55       +1     
- Misses          0        2       +2
Impacted Files Coverage Δ
ipfromwebpage/ipfromwebpage.py 96.22% <100%> (-3.78%) :arrow_down:

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 38c3a9e...b6c67cd. Read the comment docs.

shepherdjay commented 7 years ago

Looks good, thanks for the help!