Skip to content

Commit f3a290d

Browse files
committed
before adding to pypi
1 parent 70d238b commit f3a290d

19 files changed

+1578
-12
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# wonderpy: Use Python3 and Selenium to automatically complete the CDC WONDER Online Form
1+
# cdcwonderpy: Use Python3 and Selenium to automatically complete the CDC WONDER Online Form
22

33
## Disclaimer
44
This project is a work-in-progress. It works in some cases but may not work in many others (and may not be flexible enough for some users), and some extra code exists for functions that are not yet operational. This program has only been tested in Windows 10.
@@ -14,14 +14,14 @@ This package is intended to be used with the R package ["wondeR"](https://www.gi
1414
To use this package, you'll need to have Selenium set up for Chrome. This means you need to have Chrome, Chromedriver, and Selenium.
1515

1616
```
17-
$ pip install wonderpy
17+
$ pip install cdcwonderpy
1818
```
1919

2020

2121
## Usage
2222

2323
```python
24-
from wonderpy.pulldata import wonder
24+
from cdcwonderpy.pulldata import wonder
2525

2626
wonder(
2727
## wonderpy arguments
File renamed without changes.
File renamed without changes.

build/lib/wonderpy/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)