Metadata-Version: 2.1
Name: SpreadsheetConverter
Version: 0.2.0
Summary: Spreadsheet Converter
Home-page: https://github.com/gumi/spreadsheetconverter/
Author: Yugo Shimizu
Author-email: yugo.shimizu@gu3.co.jp
Maintainer: Yugo Shimizu
Maintainer-email: yugo.shimizu@gu3.co.jp
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Provides-Extra: testing
License-File: LICENSE.txt

====================
SpreadsheetConverter
====================

[![test](https://github.com/gumi/spreadsheetconverter/actions/workflows/pytest-all.yml/badge.svg)](https://github.com/gumi/spreadsheetconverter/actions/workflows/pytest-all.yml)

.. contents::
..

Excelファイル(.xls)やCVSなどの表を別の形式に変換するためのものです。
以下の特徴をもっています

- 変換ルールはyamlで定義可能
- 変換や出力のプラグインを書く事で独自フォーマットの出力が可能
- 別の変換ルールを用いて値の変換が可能


Requirements
============

* Python:

  - CPython >= 3.6

Installation
============

The last stable release is available on PyPI and can be installed with ``pip``::

    $ pip install SpreadsheetConverter


Example
=======

::

    $ cd sample
    $ ssconvert country/preference.yaml --yaml_search_path yaml --xls_search_path xls --json_base_path json

Release notes
=============

v0.2.0
------

* Python 2, 3.6 未満のサポート終了
* xlrd の xlsx 非対応の影響で xlsx に非対応


Copyright
=========

- Copyright
  - Copyright (C) 2015-2022 gumi Inc.


