Metadata-Version: 2.0
Name: crowd4py
Version: 0.1.0
Summary: Crowd4u library for python
Home-page: https://github.com/SShayashi
Author: Masafumi Hayashi
Author-email: sshayashi0208@gmail.com
License: Copyright (c) 2017, Masafumi Hayashi
Requires-Dist: ConfigParser
Requires-Dist: requests
Requires-Dist: lxml

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Description: Crowd4py: Crowd4u for Python!
        ============================
        API client for Crowd4u (http://crowd4u.org/ja/).
        
        ## Installation
        
        ```
        git clone https://github.com/crowd4u/crowd4py.git
        cd crowd4py
        python setup.py install
        python setup.py test
        ```
        
        ## Usage
        ```
        cd sample/
        # create config.ini
        python 01_Phase1-algorithm-sample.py
        ```
        
        ## Requirement
        Python >= 3.5
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD-2 License
Classifier: Programming Language :: Python :: 3.5
