Metadata-Version: 1.1
Name: SpreadsheetConverter
Version: 0.0.18
Summary: Spreadsheet Converter
Home-page: https://github.com/yamionp/spreadsheetconverter/
Author: yamionp
Author-email: yami@crimsondream.jp
License: MIT
Description: ====================
        SpreadsheetConverter
        ====================
        
        
        .. image:: https://app.wercker.com/status/95671e377f8c3da730c70f0cddd119a2/m
           :alt: wercker status
           :target: https://app.wercker.com/project/bykey/95671e377f8c3da730c70f0cddd119a2
        
        
        .. contents::
        ..
        
        ExcelファイルやCVSなどの表を別の形式に変換するためのものです。
        以下の特徴をもっています
        
        - 変換ルールはyamlで定義可能
        - 変換や出力のプラグインを書く事で独自フォーマットの出力が可能
        - 別の変換ルールを用いて値の変換が可能
        
        
        Requirements
        ------------
        
        * Python:
        
          - CPython >= 2.7 or >= 3.3
        
        Installation
        ------------
        
        The last stable release is available on PyPI and can be installed with ``pip``::
        
            $ pip install SpreadsheetConverter
        
        
        Example
        -------
        
        ::
        
            $ cd sample
            $ ssconvert user/user.yaml --yaml_search_path yaml --xls_search_path xls --json_base_path json
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
