TeamHG-Memex / html-text

Extract text from HTML
MIT License
130 stars 24 forks source link

Use .//text() to extract text from selector #8

Closed lopuhin closed 7 years ago

lopuhin commented 7 years ago

And expose functions that operate on selectors. Fixes #7

codecov-io commented 7 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #8   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          42     42           
  Branches        6      6           
=====================================
  Hits           42     42
Impacted Files Coverage Δ
html_text/html_text.py 100% <100%> (ø) :arrow_up:
html_text/__init__.py 100% <100%> (ø) :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 f56c0ba...494abe0. Read the comment docs.

lopuhin commented 7 years ago

This is in 0.3.0 now, somehow I forgot to make a release