Metadata-Version: 2.1
Name: wddasylumclaims
Version: 0.0.15
Summary: An demonstration of how to create, document, and publish to the cheese shop a5 pypi.org.
Home-page: https://github.com/benknight135/wdd-asylum-claims
Author: Ben Knight
Author-email: benknight135@gmail.com
License: License :: OSI Approved :: GPL3
Keywords: example documentation tutorial
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: pandas
Requires-Dist: feather-format
Requires-Dist: numpy

# 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


