Skip to content

ourresearch/parseland-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Usage

from parseland_lib.parse import parse_page
from parseland_lib.s3 import get_landing_page_from_s3
    
url = 'https://doi.org/10.1002/andp.19033150414'
lp = get_landing_page_from_s3(url)
response = parse_page(lp)
print(response)

About

Library version of Parseland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages