Metadata-Version: 2.1
Name: simple-pastebin-parser
Version: 0.3.3
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
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
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.9)
Requires-Dist: lxml (==4.5.0)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: requests (==2.23.0)
Requires-Dist: six (==1.14.0)
Requires-Dist: urllib3 (==1.25.8)

======================
simple pastebin parser
======================




.. image:: https://pyup.io/repos/github/shlomikushchi/simple_pastebin_parser/shield.svg
     :target: https://pyup.io/repos/github/shlomikushchi/simple_pastebin_parser/
     :alt: Updates



a small web crawler for the pastebin.com website



Features
--------

* TODO


=======
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


