Metadata-Version: 2.1
Name: ddhi-aggregator
Version: 0.0.9
Summary: Aggregator for DDHI
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Cliff Wulfman
Author-email: cwulfman@gmail.com
License: mit
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: lxml
Requires-Dist: ddhi-encoder
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

===============
ddhi-aggregator
===============


A command-line tool for aggregating various bits of data from
DDHI-encoded Interviews into a set of files that can be ingested by
the DDHI's Drupal application.


Description
===========

There is a single command, *ddhi_aggregate*, which takes two arguments: a directory of TEI-encoded interviews to be processed, and a directory for the output:

ddhi_aggregate -i interviews/ -o aggregated_data/


Note
====

This project has been set up using PyScaffold 3.2.3. For details and usage
information on PyScaffold see https://pyscaffold.org/.


