Metadata-Version: 1.1
Name: getdoi
Version: 0.1.1
Summary: Get journal's DOI from article citation text.
Home-page: https://github.com/YutoMizutani/getdoi
Author: Yuto Mizutani
Author-email: yuto.mizutani.dev@gmail.com
License: MIT License

Copyright (c) 2017 Yuto Mizutani

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Description-Content-Type: UNKNOWN
Description: # getdoi
        
        Get journal's DOI from article citation text.<br><br>
        論文引用形式を貼り付けると，ジャーナルサイトを検索し，DOIを出力します。
        
        
        # NOTICE
        
        This software is pre-alpha version now.<br>
        You can enter APA style format only at the moment.<br>
        This software can search from only Google Scholar at the moment.<br><br>
        本プログラムはまだプレアルファバージョンです。<br>
        入力可能な論文情報は現在APA styleのみで，論文情報の取得は現在Google Scholarのみから行います。
        
        
        # ATTENTIONS
        
        This software searches article URL from Google Scholar.<br>
        Google Scholar search request limit several dozen in short time. It could be an error if you try many times.<br><br>
        本プログラムはGoogle Scholarを利用して検索します。<br>
        Google Scholarでの検索には上限があり，何度も検索した場合エラーが生じる可能性があります。
        
        
        # How to install
        
        $ pip install git+https://github.com/YutoMizutani/getdoi
        
        
        # How to work
        
        $ getdoi
        
        
        # Screenshot
        
        ![ss1](https://github.com/YutoMizutani/getdoi/blob/master/docs/Screen%20Shot%202017-12-15%20ver_0_1_0.png "ss1")
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
