Metadata-Version: 2.1
Name: python-bvk
Version: 0.1.0
Summary: Python library for tracking water consumption from BVK (Brnenske vodarny a kanalizace, bvk.cz)
Home-page: https://github.com/dankeder/python-bvk
Author: Dan Keder
Author-email: dan.keder@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: attrs (==19.3.0)
Requires-Dist: automat (==20.2.0)
Requires-Dist: cffi (==1.14.1)
Requires-Dist: constantly (==15.1.0)
Requires-Dist: cryptography (==3.0)
Requires-Dist: cssselect (==1.1.0)
Requires-Dist: hyperlink (==19.0.0)
Requires-Dist: idna (==2.10)
Requires-Dist: incremental (==17.5.0)
Requires-Dist: itemadapter (==0.1.0)
Requires-Dist: lxml (==4.5.2)
Requires-Dist: parsel (==1.6.0)
Requires-Dist: protego (==0.1.16)
Requires-Dist: pyasn1-modules (==0.2.8)
Requires-Dist: pyasn1 (==0.4.8)
Requires-Dist: pycparser (==2.20)
Requires-Dist: pydispatcher (==2.0.5)
Requires-Dist: pyhamcrest (==2.0.2)
Requires-Dist: pyopenssl (==19.1.0)
Requires-Dist: queuelib (==1.5.0)
Requires-Dist: scrapy (==2.2.1)
Requires-Dist: service-identity (==18.1.0)
Requires-Dist: six (==1.15.0)
Requires-Dist: twisted (==20.3.0)
Requires-Dist: w3lib (==1.22.0)
Requires-Dist: zope.interface (==5.1.0)

# python-bvk

Water conspmution scraper for BVK (Brnenské vodárny a kanalizace, bvk.cz)


## Run scraper:

```
scrapy crawl water_consumption
```


