Metadata-Version: 2.0
Name: cutplace
Version: 0.8.2
Summary: validated reading of tabular files (CVS, Excel, ODS, PRN)
Home-page: https://pypi.python.org/pypi/cutplace
Author: Thomas Aglassinger
Author-email: roskakori@users.sourceforge.net
License: lgpl3
Keywords: validate check read csv ods excel prn fixed format
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Dist: argparse (>=1.1)
Requires-Dist: setuptools (>=6.0)
Requires-Dist: six (>=1.8)
Requires-Dist: xlrd (>=0.9.3)

.. image:: https://pypip.in/py_versions/cutplace/badge.svg
    :target: https://pypi.python.org/pypi/cutplace/
    :alt: Supported Python versions

.. image:: https://pypip.in/format/cutplace/badge.svg
    :target: https://pypi.python.org/pypi/cutplace/
    :alt: Download format

.. image:: https://pypip.in/license/cutplace/badge.svg
    :target: https://pypi.python.org/pypi/cutplace/
    :alt: License

.. image:: https://travis-ci.org/roskakori/cutplace.svg?branch=master
    :target: https://travis-ci.org/roskakori/cutplace
    :alt: Build Status

.. image:: https://coveralls.io/repos/roskakori/cutplace/badge.png?branch=master
    :target: https://coveralls.io/r/roskakori/cutplace?branch=master
    :alt: Test coverage

.. image:: https://landscape.io/github/roskakori/cutplace/master/landscape.svg
    :target: https://landscape.io/github/roskakori/cutplace/master
    :alt: Code Health

Cutplace is a tool to validate that tabular data stored in CSV, Excel, ODS
and PRN files conform to an interface definition (CID).

Additionally, `cutplace` provides an easy to use API to read and write
tabular data files using a common interface without having to deal with
the intrinsic of data format specific modules.

For more information, read the documentation at
http://cutplace.readthedocs.org/ or visit the project at
http://roskakori.github.com/cutplace/.


