Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove parsel dependency #15

Merged
merged 8 commits into from
Nov 19, 2018
Merged

Remove parsel dependency #15

merged 8 commits into from
Nov 19, 2018

Commits on Nov 17, 2018

  1. remove parsel dependency

    * _html_to_text is promoted to a public html_text.etree_to_text
    * html_text.cleaner object is exposed
    * parsel is imported only when needed
    * create_root_node implementation is copy-pasted to parse_html,
      to remove dependency
    * parsel is removed from install_requiers
    * README is updated
    
    The goal is to allow using html_text in parsel.
    kmike committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    93aea7a View commit details
    Browse the repository at this point in the history
  2. TST add missing test case

    this is to cover all branches in parse_html function
    kmike committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    2bfcf2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b6c8ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef979dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ac7349 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6879cf8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    028d2e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8fa17a View commit details
    Browse the repository at this point in the history