Metadata-Version: 2.1
Name: openreview
Version: 0.0.2
Summary: Openreview web API client
Home-page: https://github.com/theblackcat102/openreview_api_py
Author: Zhi Rui Tam
Author-email: ray@currentsapi.services
License: MIT
Description: # OpenReview Python Client
        
        Unlike other openreview client this doesn't require any webdriver. This package obtain openreview submission through the web api addresses.
        
        
        ## Install
        
        ```
        pip install openreview
        ```
        
        ## Usage
        
        ```
        import openreview
        submission = openreview.extract_forum('NeurIPS.cc/2019/Reproducibility_Challenge/-/NeurIPS_Submission')
        print(len(submission))
        ```
        
        
        
Keywords: openreview,data-mining,
Platform: UNKNOWN
Description-Content-Type: text/markdown
