File: __init__.py

package info (click to toggle)
html-text 0.7.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: python: 563; makefile: 6
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)