Metadata-Version: 1.1
Name: wddasylumclaims
Version: 0.0.20
Summary: ('Asylum Seekers Claims scrapping of data', 'from web and analysis of outcomes')
Home-page: https://github.com/benknight135/wdd-asylum-claims
Author: Ben Knight
Author-email: benknight135@gmail.com
License: License :: OSI Approved :: GPL3
Description: # Asulum Claims for WDD Hackathon
        
        ## Required modules
        
        - bs4
        - requests
        - pandas
        - feather-format
        - numpy
        
        Install via pip
        (Not currently released so using TestPyPi)
        
        ```bash
        python -m pip install --index-url https://test.pypi.org/simple/ --no-deps wddasylumclaims
        ```
        
        ## Run
        
        Run script using:
        
        ```bash
        python -m wddasylumclaims [optional arguments]
        ```
        
        Arguments:
        
        -f --filepath PATH_TO_CSV
        
        (PATH_TO_CSV can also be the public web url to a google sheet)
        
        -u --url URL_TO_SCRAPE
        
Keywords: wdd asylum seekers claims webscrape wddasylumclaims
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
