Metadata-Version: 2.1
Name: is_this_journal_predatory
Version: 0.0.2
Summary: Check whether a journal is listed in Beall's List from within Python.
Home-page: https://github.com/bganglia/is_this_journal_predatory/blob/master/check_predatory.py
Author: bganglia
Author-email: bganglia892@gmail.com
License: UNKNOWN
Description: # is_this_journal_predatory
        Check whether a journal is predatory from within Python.
        
        
        # usage example:
        ```python
        import is_this_journal_predatory 
        
        journalURL = "http://www.academeresearchjournals.org/"
        
        is_this_journal_predatory.is_predatory(journalURL)      #outputs message about whether the input URL is predatory
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
