Metadata-Version: 1.1
Name: hap
Version: 1.2.4
Summary: A simple HTML scraping tool
Home-page: https://github.com/lexndru/hap
Author: Alexandru Catrina
Author-email: alex@codeissues.net
License: MIT
Download-URL: https://github.com/lexndru/hap
Description: 
        Hap! is an HTML parser and scraping tool written in Python.
        
        The purpose of Hap! is to have a simple and fast way to retrieve certain data from the internet. It uses JSON formatted data as input and output. Input can be either from a local file or from stdin from another process. Output is either printed to stdout or saved to file. If input is provided by file, Hap! names it dataplan ("data planning") and the same file is used when the output is saved.
        
Keywords: html,scraping,crawler,tool,hap
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
