Metadata-Version: 1.2
Name: chamd
Version: 0.3.5
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: 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/*
        
Platform: UNKNOWN
Requires-Python: >=3.4, <4
