Metadata-Version: 2.1
Name: wddasylumclaims
Version: 0.0.24
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
Keywords: wdd asylum seekers claims webscrape wddasylumclaims
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: pandas
Requires-Dist: feather-format
Requires-Dist: numpy
Requires-Dist: argparse
Requires-Dist: pypiwin32
Requires-Dist: regex
Requires-Dist: pyodbc

# 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
```


