Metadata-Version: 1.2
Name: chamd
Version: 0.3.8
Summary: Conversion and cleaning of CHILDES CHA files into PaQu Plaintext Metadata Format
Home-page: https://github.com/UUDigitalHumanitieslab/chamd
Author: Digital Humanities Lab, Utrecht University
Author-email: digitalhumanities@uu.nl
License: MIT
Description-Content-Type: UNKNOWN
Description: .. image:: https://travis-ci.org/UUDigitalHumanitieslab/chamd.svg?branch=master
            :target: https://travis-ci.org/UUDigitalHumanitieslab/chamd
        
        Conversion and cleaning of CHILDES CHA files into PaQu Plaintext
        Metadata Format (to convert to Alpino).
        
        .. code:: bash
        
           pip install chamd
           chamd --help
        
        Running from project:
        
        .. code:: bash
        
           python -m chamd --help
        
        Upload to PyPi
        ==============
        
        .. code:: bash
        
           python setup.py sdist
           twine upload dist/*
        
        Run tests
        =========
        
        .. code:: bash
        
            python -m unittest discover tests/
        
Platform: UNKNOWN
Requires-Python: >=3.4, <4
