File: __init__.py

package info (click to toggle)
html-text 0.7.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: python: 536; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
__version__ = '0.5.2'

from .html_text import (etree_to_text, extract_text, selector_to_text,
                        parse_html, cleaned_selector, cleaner,
                        NEWLINE_TAGS, DOUBLE_NEWLINE_TAGS)