Metadata-Version: 2.0
Name: datapackage-pipelines-spss
Version: 0.0.4a0
Summary: {{ DESCRIPTION }}
Home-page: https://github.com/frictionlessdata/datapackage_pipelines_spss
Author: Open Knowledge International
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Keywords: data
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: tableschema-spss (>=0.2.0)
Requires-Dist: datapackage-pipelines (<2.0,>=1.2.1)
Provides-Extra: develop
Requires-Dist: pylama; extra == 'develop'
Requires-Dist: tox; extra == 'develop'

SPSS Plugin for datapackage-pipelines
=====================================

| |Travis|
| |Coveralls|
| |PyPi|
| |SemVer|
| |Gitter|

Install
-------

::

    # clone the repo and install it with pip

    git clone https://github.com/frictionlessdata/datapackage-pipelines-spss.git
    pip install -e .

Usage
-----

datapackage-pipelines-spss uses
`tableschema-spss <https://github.com/frictionlessdata/tableschema-spss-py>`__
to read SPSS .sav files and add tableschema descriptors to a
datapackage. You can use datapackage-pipelines-spss as a plugin for
`dpp <https://github.com/frictionlessdata/datapackage-pipelines#datapackage-pipelines>`__.
In the pipeline-spec.yaml it will look like this:

.. code:: yaml

      ...
      - run: spss.add_spss
        parameters:
          source: data/my-file.sav

This will add the file defined at ``source`` as a tabular resource to
the pipeline. ``source`` can be either a file path, or a url starting
with ``http`` or ``https``.

.. |Travis| image:: https://img.shields.io/travis/frictionlessdata/datapackage-pipelines-spss/master.svg
   :target: https://travis-ci.org/frictionlessdata/datapackage-pipelines-spss
.. |Coveralls| image:: http://img.shields.io/coveralls/frictionlessdata/datapackage-pipelines-spss/master.svg
   :target: https://coveralls.io/r/frictionlessdata/datapackage-pipelines-spss?branch=master
.. |PyPi| image:: https://img.shields.io/pypi/v/datapackage-pipelines-spss.svg
   :target: https://pypi.python.org/pypi/datapackage-pipelines-spss
.. |SemVer| image:: https://img.shields.io/badge/versions-SemVer-brightgreen.svg
   :target: http://semver.org/
.. |Gitter| image:: https://img.shields.io/gitter/room/frictionlessdata/chat.svg
   :target: https://gitter.im/frictionlessdata/chat

