Metadata-Version: 1.2
Name: simple-pastebin-parser
Version: 0.4.0
Summary: a small web crawler for the pastebin.com website
Home-page: https://github.com/shlomikushchi/simple_pastebin_parser
Author: Shlomi Kushchi
Author-email: shlomik@example.com
License: UNKNOWN
Description: .. image:: https://travis-ci.com/shlomikushchi/Simple-Pastebin-Parser.svg?branch=master
            :target: https://travis-ci.com/shlomikushchi/Simple-Pastebin-Parser
        
        **********************
        Simple-Pastebin-Parser
        **********************
        
        this is a simpler parser for the pastebin.com website.
        
        it will iterate posts and parse their elements using lxml
        
        installation:
        #############
        
        
        pip install simple-pastebin-parser
        
        
        Release notes:
        ################
        
        
        v0.1.0 - P.O.C
        *********************
        initial proof of concept. nothing special, just doing the dirty work of parsing the posts.
        
        how to execute:
        1. create a virtual env of python 3.6
        2. install requirements
        3. run python poc.py
        
        
        v0.2.5 (2020-03-07)
        *********************
        
        * integration with travis.ci
        
        
        v0.2.6 (2020-03-07)
        *********************
        
        * changing the POC code to work with installed pypi package
        
        v0.3.0 (2020-03-07)
        *********************
        
        * created the Post() object for pastebin posts
        * ability to stream data
        
        v0.3.3 (2020-03-07)
        *********************
        
        * small fixes
        
        v0.3.5 (2020-03-07)
        *********************
        
        * update README
        
        
        =======
        History
        =======
        
        0.1.0 (2020-03-07)
        ------------------
        
        * First release on PyPI.
        
        
        0.2.5 (2020-03-07)
        ------------------
        
        * integration with travis.ci
        
        0.2.6 (2020-03-07)
        ------------------
        
        * changing the POC code to work with installed pypi package
        
Keywords: simple_pastebin_parser
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
