Skip to content

Commit f9bb519

Browse files
committed
organize scripts
1 parent e5a8df5 commit f9bb519

11 files changed

+476
-70
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ using BeautifulSoup
2222
- CaseList: Returns an iterator for retrieving cases for a county and year.
2323

2424
### oscn.parse
25+
Parsers accept the html of an OSCN case page and return python objects.
2526

26-
- counts: Returns of list of counts found in a case
27+
- counts: returns of list of counts found in a case
28+
- judge: returns a string of the judges name
29+
- parties: returns a list of objects that look like this: {'name': 'Some Name', 'type': 'Description'}
2730

2831
## Install
2932

30-
1. Create a Python 3.7 virtual env
33+
1. Create a Python 3.6 virtual env
3134
1. `git clone [email protected]:codefortulsa/oscn-query.git`
3235
1. `cd oscn-query`
3336
1. `pip install -r requirements.txt`
37+
1. `pip install -e oscn`

0 commit comments

Comments
 (0)