Metadata-Version: 2.0
Name: wccls
Version: 0.5
Summary: WCCLS scraper
Home-page: https://github.com/rkhwaja/wccls
Author: Rehan Khwaja
Author-email: rehan@khwaja.name
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: BeautifulSoup4
Requires-Dist: requests

Overview
========
Scraper for the WCCLS account page

Usage
=====

.. code:: python

 wccls = Wccls(login=cardNumber, password=password)
 for item in wccls.items:
     print(item)


