Last updated:
0 purchases
beautifulsoup4slurp 0.0.2
Slurp the beautiful soup===============BeautifulSoup4 packaged into a command line tool.Installation---------From the Python package index (Pypi_): (sudo) pip install beautifulsoup4-slurpor from Github_: git clone https://github.com/peterhil/slurp.git cd slurp (sudo) python setyp.py installUsage-----Show help: slurp -hParse with html5lib and pretty print into stdout: slurp -i bookmarks.html -p 'html5lib' -yParse with lxml and pretty print into stdout: slurp -i bookmarks.html -p 'lxml' -yWrite pretty-printed to output to file: slurp -y -i bookmarks.html -o bookmarks_soup.htmlPipe into slurp: echo '<title>Slurp!</title><p><a href="https://github.com/peterhil/slurp/">Github</a>' | slurp -y.. _Github: https://github.com/peterhil/slurp/.. _Pypi: http://pypi.python.org/pypi/beautifulsoup4-slurpLicense------Copyright (c) 2015, Peter Hillerström <[email protected]> All rights reserved. This software is licensed under MIT license.For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.