Metadata-Version: 1.1
Name: sqlforerogamer
Version: 1.3.4
Summary: A library for http://erogamescape.dyndns.org/~ap2/ero/toukei_kaiseki/sql_for_erogamer_index.php
Home-page: http://github.com/roronya/sqlforerogamer
Author: roronya
Author-email: roronya628@gmail.com
License: MIT
Description: sqlforerogamer
        ==============
        
        |Build Status|
        
        installation
        ------------
        
        ::
        
            $ pip install sqlforerogamer
        
        usage
        -----
        
        ::
        
            >>> import sqlforerogamer
            >>> sqlforerogamer.read_sql("SELECT id  FROM brandlist WHERE id = '1'")
            id
            0  1
        
        .. |Build Status| image:: https://travis-ci.org/roronya/sqlforerogamer.svg?branch=master
           :target: https://travis-ci.org/roronya/sqlforerogamer
        
Keywords: erogame sql
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
