Metadata-Version: 2.1
Name: milwaukee-dpw-parser
Version: 0.1.0
Summary: Milwaukee Wisconsin Department of Public Works Parser
Home-page: https://github.com/jasonfry89/milwaukee-dpw-parser
Author: Jason Fry
License: MIT
Description: # Milwaukee, Wisconsin Department of Public Works Parser
        
        Gets the next upcoming trash and recycling date for an address in Milwaukee, WI. 
        
        ### Installation
        
        Setup a Python virtual environment
        
        `source myvenv/bin/activate`
        
        `pip install -r requirements.txt`
        
        
        ### Run
        
        `python parser.py 1011 E Brady St`
        
        ```
        2022-01-11
        2022-01-19
        ```
        
        
Keywords: Milwaukee,Wisconsin,Garbage,Recycling,DPW
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
