"Fossies" - the Fresh Open Source Software Archive

Contents of html2text-2020.1.16.tar.gz (16 Jan 15:18, 51265 Bytes)

About: html2txt converts a page of HTML into clean, easy-to-read plain ASCII text (Python).



Fossies downloads: /linux/wwwhtml2text-2020.1.16.tar.gz  (tar.bz2|tar.xz|zip)
Fossies services: Doxygen docs | Diffs report | CLOC analysis
Original URL: https://github.com/Alir3z4/html2text/archive/2020.1.16.tar.gz
Home page: https://alir3z4.github.io/html2text/
VirusTotal check: Ok
Member paths+URLs:  Shortened | full
Member sort order:  docs related | original | size | date | path | name | ext | top-path files

drwxrwxr-x         0 2020-01-16 15:18 
-rw-rw-r--       111 2020-01-16 15:18 .gitignore
-rw-rw-r--       541 2020-01-16 15:18 .travis.yml
-rw-rw-r--      1093 2020-01-16 15:18 AUTHORS.rst
-rw-rw-r--     35147 2020-01-16 15:18 COPYING
-rw-rw-r--      7460 2020-01-16 15:18 ChangeLog.rst
-rw-rw-r--        87 2020-01-16 15:18 ISSUE_TEMPLATE
-rw-rw-r--       132 2020-01-16 15:18 MANIFEST.in
-rw-rw-r--      3177 2020-01-16 15:18 README.md
drwxrwxr-x         0 2020-01-16 15:18 docs/
-rw-rw-r--       410 2020-01-16 15:18 docs/about.md
lrwxrwxrwx         0 2020-01-16 15:18 docs/authors.md -> ../AUTHORS.rst
-rw-rw-r--       335 2020-01-16 15:18 docs/contributing.md
-rw-rw-r--      6528 2020-01-16 15:18 docs/how_it_works.md
-rw-rw-r--       251 2020-01-16 15:18 docs/index.md
-rw-rw-r--       294 2020-01-16 15:18 docs/test.md
-rw-rw-r--      7976 2020-01-16 15:18 docs/usage.md
drwxrwxr-x         0 2020-01-16 15:18 html2text/
-rw-rw-r--     33889 2020-01-16 15:18 html2text/__init__.py
-rw-rw-r--        30 2020-01-16 15:18 html2text/__main__.py
-rw-rw-r--      9248 2020-01-16 15:18 html2text/cli.py
-rw-rw-r--      3841 2020-01-16 15:18 html2text/config.py
-rw-rw-r--       423 2020-01-16 15:18 html2text/elements.py
-rw-rw-r--         0 2020-01-16 15:18 html2text/py.typed
-rw-rw-r--        71 2020-01-16 15:18 html2text/typing.py
-rw-rw-r--      8036 2020-01-16 15:18 html2text/utils.py
-rw-rw-r--      1430 2020-01-16 15:18 setup.cfg
-rw-rw-r--        38 2020-01-16 15:18 setup.py
drwxrwxr-x         0 2020-01-16 15:18 test/
-rw-rw-r--      5969 2020-01-16 15:18 test/GoogleDocMassDownload.html
-rw-rw-r--       419 2020-01-16 15:18 test/GoogleDocMassDownload.md
-rw-rw-r--      3864 2020-01-16 15:18 test/GoogleDocSaved.html
-rw-rw-r--       419 2020-01-16 15:18 test/GoogleDocSaved.md
-rw-rw-r--      3893 2020-01-16 15:18 test/GoogleDocSaved_two.html
-rw-rw-r--         0 2020-01-16 15:18 test/GoogleDocSaved_two.md
-rw-rw-r--         0 2020-01-16 15:18 test/__init__.py
-rw-rw-r--        63 2020-01-16 15:18 test/abbr_tag.html
-rw-rw-r--        41 2020-01-16 15:18 test/abbr_tag.md
-rw-rw-r--       279 2020-01-16 15:18 test/anchors.html
-rw-rw-r--       208 2020-01-16 15:18 test/anchors.md
-rw-rw-r--        53 2020-01-16 15:18 test/apos_element.html
-rw-rw-r--         3 2020-01-16 15:18 test/apos_element.md
-rw-rw-r--       219 2020-01-16 15:18 test/blockquote_example.html
-rw-rw-r--       199 2020-01-16 15:18 test/blockquote_example.md
-rw-rw-r--       367 2020-01-16 15:18 test/bodywidth_newline.html
-rw-rw-r--       284 2020-01-16 15:18 test/bodywidth_newline.md
-rw-rw-r--        73 2020-01-16 15:18 test/bold_inside_link.html
-rw-rw-r--        46 2020-01-16 15:18 test/bold_inside_link.md
-rw-rw-r--       137 2020-01-16 15:18 test/bold_long_line.html
-rw-rw-r--       126 2020-01-16 15:18 test/bold_long_line.md
-rw-rw-r--        33 2020-01-16 15:18 test/break_preserved_in_blockquote.html
-rw-rw-r--        14 2020-01-16 15:18 test/break_preserved_in_blockquote.md
-rw-rw-r--       434 2020-01-16 15:18 test/css_import_no_semicolon.html
-rw-rw-r--       183 2020-01-16 15:18 test/css_import_no_semicolon.md
-rw-rw-r--        65 2020-01-16 15:18 test/decript_tage.html
-rw-rw-r--        43 2020-01-16 15:18 test/decript_tage.md
-rw-rw-r--        62 2020-01-16 15:18 test/default_image_alt.html
-rw-rw-r--        50 2020-01-16 15:18 test/default_image_alt.md
-rw-rw-r--       715 2020-01-16 15:18 test/doc_with_table.html
-rw-rw-r--       309 2020-01-16 15:18 test/doc_with_table.md
-rw-rw-r--       566 2020-01-16 15:18 test/doc_with_table_bypass.html
-rw-rw-r--       351 2020-01-16 15:18 test/doc_with_table_bypass.md
-rw-rw-r--       799 2020-01-16 15:18 test/emdash-para.html
-rw-rw-r--       771 2020-01-16 15:18 test/emdash-para.md
-rw-rw-r--       492 2020-01-16 15:18 test/emphasis_preserved_whitespace.html
-rw-rw-r--       244 2020-01-16 15:18 test/emphasis_preserved_whitespace.md
-rw-rw-r--       195 2020-01-16 15:18 test/empty-link.html
-rw-rw-r--       155 2020-01-16 15:18 test/empty-link.md
-rw-rw-r--        75 2020-01-16 15:18 test/empty-title-tag.html
-rw-rw-r--        60 2020-01-16 15:18 test/empty-title-tag.md
-rw-rw-r--        29 2020-01-16 15:18 test/flip_emphasis.html
-rw-rw-r--        22 2020-01-16 15:18 test/flip_emphasis.md
-rw-rw-r--       985 2020-01-16 15:18 test/google-like_font-properties.html
-rw-rw-r--       332 2020-01-16 15:18 test/google-like_font-properties.md
-rw-rw-r--       260 2020-01-16 15:18 test/header_tags.html
-rw-rw-r--       113 2020-01-16 15:18 test/header_tags.md
-rw-rw-r--        47 2020-01-16 15:18 test/horizontal_rule.html
-rw-rw-r--         7 2020-01-16 15:18 test/horizontal_rule.md
-rw-rw-r--       185 2020-01-16 15:18 test/html-escaping.html
-rw-rw-r--       152 2020-01-16 15:18 test/html-escaping.md
-rw-rw-r--        59 2020-01-16 15:18 test/html_entities_out_of_text.html
-rw-rw-r--        39 2020-01-16 15:18 test/html_entities_out_of_text.md
-rw-rw-r--       623 2020-01-16 15:18 test/images_as_html.html
-rw-rw-r--       431 2020-01-16 15:18 test/images_as_html.md
-rw-rw-r--       288 2020-01-16 15:18 test/images_to_alt.html
-rw-rw-r--        90 2020-01-16 15:18 test/images_to_alt.md
-rw-rw-r--        84 2020-01-16 15:18 test/images_with_div_wrap.html
-rw-rw-r--        55 2020-01-16 15:18 test/images_with_div_wrap.md
-rw-rw-r--       617 2020-01-16 15:18 test/images_with_size.html
-rw-rw-r--       440 2020-01-16 15:18 test/images_with_size.md
-rw-rw-r--       676 2020-01-16 15:18 test/img-tag-with-link.html
-rw-rw-r--       437 2020-01-16 15:18 test/img-tag-with-link.md
-rw-rw-r--       209 2020-01-16 15:18 test/inplace_baseurl_substitution.html
-rw-rw-r--       136 2020-01-16 15:18 test/inplace_baseurl_substitution.md
-rw-rw-r--       168 2020-01-16 15:18 test/invalid_start.html
-rw-rw-r--        69 2020-01-16 15:18 test/invalid_start.md
-rw-rw-r--        13 2020-01-16 15:18 test/invalid_unicode.html
-rw-rw-r--         4 2020-01-16 15:18 test/invalid_unicode.md
-rw-rw-r--        35 2020-01-16 15:18 test/kbd_tag.html
-rw-rw-r--        27 2020-01-16 15:18 test/kbd_tag.md
-rw-rw-r--       119 2020-01-16 15:18 test/link_titles.html
-rw-rw-r--        88 2020-01-16 15:18 test/link_titles.md
-rw-rw-r--       667 2020-01-16 15:18 test/list_tags_example.html
-rw-rw-r--       439 2020-01-16 15:18 test/list_tags_example.md
-rw-rw-r--       939 2020-01-16 15:18 test/long_lines.html
-rw-rw-r--       933 2020-01-16 15:18 test/long_lines.md
-rw-rw-r--        16 2020-01-16 15:18 test/lrm_after_b.html
-rw-rw-r--         7 2020-01-16 15:18 test/lrm_after_b.md
-rw-rw-r--        15 2020-01-16 15:18 test/lrm_after_i.html
-rw-rw-r--         7 2020-01-16 15:18 test/lrm_after_i.md
-rw-rw-r--        18 2020-01-16 15:18 test/lrm_inside_i.html
-rw-rw-r--        11 2020-01-16 15:18 test/lrm_inside_i.md
-rw-rw-r--       154 2020-01-16 15:18 test/mark_code.html
-rw-rw-r--       135 2020-01-16 15:18 test/mark_code.md
-rw-rw-r--       778 2020-01-16 15:18 test/nbsp.html
-rw-rw-r--       560 2020-01-16 15:18 test/nbsp.md
-rw-rw-r--       788 2020-01-16 15:18 test/nbsp_unicode.html
-rw-rw-r--       583 2020-01-16 15:18 test/nbsp_unicode.md
-rw-rw-r--       324 2020-01-16 15:18 test/no_inline_links_example.html
-rw-rw-r--       198 2020-01-16 15:18 test/no_inline_links_example.md
-rw-rw-r--       289 2020-01-16 15:18 test/no_inline_links_images_to_alt.html
-rw-rw-r--       141 2020-01-16 15:18 test/no_inline_links_images_to_alt.md
-rw-rw-r--        63 2020-01-16 15:18 test/no_inline_links_nested.html
-rw-rw-r--        64 2020-01-16 15:18 test/no_inline_links_nested.md
-rw-rw-r--       151 2020-01-16 15:18 test/no_wrap_links.html
-rw-rw-r--       137 2020-01-16 15:18 test/no_wrap_links.md
-rw-rw-r--       147 2020-01-16 15:18 test/no_wrap_links_no_inline_links.html
-rw-rw-r--       138 2020-01-16 15:18 test/no_wrap_links_no_inline_links.md
-rw-rw-r--      2269 2020-01-16 15:18 test/normal.html
-rw-rw-r--       645 2020-01-16 15:18 test/normal.md
-rw-rw-r--      2328 2020-01-16 15:18 test/normal_escape_snob.html
-rw-rw-r--       695 2020-01-16 15:18 test/normal_escape_snob.md
-rw-rw-r--      2029 2020-01-16 15:18 test/pad_table.html
-rw-rw-r--      1247 2020-01-16 15:18 test/pad_table.md
-rw-rw-r--       248 2020-01-16 15:18 test/pre.html
-rw-rw-r--       110 2020-01-16 15:18 test/pre.md
-rw-rw-r--       120 2020-01-16 15:18 test/preformatted_in_list.html
-rw-rw-r--        69 2020-01-16 15:18 test/preformatted_in_list.md
-rw-rw-r--        94 2020-01-16 15:18 test/protect_links.html
-rw-rw-r--        88 2020-01-16 15:18 test/protect_links.md
-rw-rw-r--        63 2020-01-16 15:18 test/q_tag.html
-rw-rw-r--        54 2020-01-16 15:18 test/q_tag.md
-rw-rw-r--        28 2020-01-16 15:18 test/rlm_inside_strong.html
-rw-rw-r--        13 2020-01-16 15:18 test/rlm_inside_strong.md
-rw-rw-r--       198 2020-01-16 15:18 test/single_line_break.html
-rw-rw-r--        34 2020-01-16 15:18 test/single_line_break.md
-rw-rw-r--        45 2020-01-16 15:18 test/stressed_with_html_entities.html
-rw-rw-r--        20 2020-01-16 15:18 test/stressed_with_html_entities.md
-rw-rw-r--      1348 2020-01-16 15:18 test/table_ignore.html
-rw-rw-r--       577 2020-01-16 15:18 test/table_ignore.md
-rw-rw-r--      6884 2020-01-16 15:18 test/test_html2text.py
-rw-rw-r--       719 2020-01-16 15:18 test/test_memleak.py
-rw-rw-r--        28 2020-01-16 15:18 test/text_after_list.html
-rw-rw-r--        16 2020-01-16 15:18 test/text_after_list.md
-rw-rw-r--      1369 2020-01-16 15:18 test/url-escaping.html
-rw-rw-r--      1048 2020-01-16 15:18 test/url-escaping.md
-rw-rw-r--       630 2020-01-16 15:18 test/wrap_list_items_example.html
-rw-rw-r--       605 2020-01-16 15:18 test/wrap_list_items_example.md
-rw-rw-r--       622 2020-01-16 15:18 tox.ini

   MD5 (html2text-2020.1.16.tar.gz): 1581148a70b6963216c2a3deaa3c3870
  SHA1 (html2text-2020.1.16.tar.gz): bc757ce75ff3dca81295ac5ab78723bd21720fb4
SHA256 (html2text-2020.1.16.tar.gz): 209a2c4d7897e83a6999160ef51ae71bdb8c3eede99e103f12edb25199d4d11e

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  Codespell  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)