Metadata-Version: 1.1
Name: wddasylumclaims
Version: 0.0.31
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 python package
        
        ## Required modules
        
        - bs4
        - requests
        - pandas
        - feather-format
        - numpy
        - argparse
        - pypiwin32
        - regex
        - pyodbc
        
        Install via pip
        
        ```bash
        python -m pip wddasylumclaims
        ```
        
        This will download all the required modules and install wddasylumclaims
        
        ## Run
        
        Run script using:
        
        ```bash
        python -m wddasylumclaims [optional arguments]
        ```
        
        For help with optional arguments:
        
        ```bash
        python -m wddasylumclaims -h
        ```
        ## Additional info
        
        Also included with this package is a command line utility for converting between csv and feather files.
        The is install automatically and is accessable from the command line.
        
        Convert from feather to csv
        ```bash
        convertfeather -i /path/to/input.feather -o /path/to/output.csv
        ```
        
        Convert from csv to feather
        ```bash
        converfeather -i /path/to/input.csv -o /path/to/output.feather
        ```
        
Keywords: wdd asylum seekers claims webscrape wddasylumclaims
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
