{ "info": { "author": "Digital Humanities Lab, Utrecht University", "author_email": "digitalhumanities@uu.nl", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://travis-ci.org/UUDigitalHumanitieslab/chamd.svg?branch=master\n :target: https://travis-ci.org/UUDigitalHumanitieslab/chamd\n\nConversion and cleaning of CHILDES CHA files into PaQu Plaintext\nMetadata Format (to convert to Alpino).\n\n.. code:: bash\n\n pip install chamd\n chamd --help\n\nRunning from project:\n\n.. code:: bash\n\n python -m chamd --help\n\nImport as Library\n=================\n\nThis way the library can be used to read CHAT file (contents) from an external application.\n\n.. code:: python\n\n from chamd import ChatReader\n reader = ChatReader()\n chat = reader.read_file('example.cha') # or read_string\n \n for item in chat.metadata:\n print(item)\n for line in chat.lines:\n for item in line.metadata:\n print(item)\n print(line.text)\n\n\nUpload to PyPi\n==============\n\n.. code:: bash\n\n python setup.py sdist\n twine upload dist/*\n\nRun Tests\n=========\n\n.. code:: bash\n\n python -m unittest discover tests/", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/UUDigitalHumanitieslab/chamd", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "chamd", "package_url": "https://pypi.org/project/chamd/", "platform": "", "project_url": "https://pypi.org/project/chamd/", "project_urls": { "Homepage": "https://github.com/UUDigitalHumanitieslab/chamd" }, "release_url": "https://pypi.org/project/chamd/0.4.5/", "requires_dist": null, "requires_python": ">=3.5, <4", "summary": "Conversion and cleaning of CHILDES CHA files into PaQu Plaintext Metadata Format", "version": "0.4.5" }, "last_serial": 5440616, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "e16f7a6d69fdb8bdfa3e46af2e8985e0", "sha256": "e99eafb6de6f4412c328f2a2e77c990cde4aec62b348d6c418551fe6b0b4915a" }, "downloads": -1, "filename": "chamd-0.3.0.tar.gz", "has_sig": false, "md5_digest": "e16f7a6d69fdb8bdfa3e46af2e8985e0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 10479, "upload_time": "2018-03-07T09:23:22", "url": "https://files.pythonhosted.org/packages/9a/50/37e4782a7e9c0ab2962f9d655d0e56c696608ffe948602b784a9143370bc/chamd-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "b57e388d99297a38976da4a81f788471", "sha256": "81a4f6aec40b7dfc318e11e3f8150db4ab2882712985da6df446300bef437709" }, "downloads": -1, "filename": "chamd-0.3.1.tar.gz", "has_sig": false, "md5_digest": "b57e388d99297a38976da4a81f788471", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 10591, "upload_time": "2018-03-07T10:37:36", "url": "https://files.pythonhosted.org/packages/d7/e9/96e0a59d932192c44491bfc7f731f1bc556b46861d4d1b15eb59da892614/chamd-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "ee9f52e66737307b0c30dbda2806a93a", "sha256": "c67090b8c488099a484bda76853736750d8dc1fcc37d6de54676fa73705f106a" }, "downloads": -1, "filename": "chamd-0.3.2.tar.gz", "has_sig": false, "md5_digest": "ee9f52e66737307b0c30dbda2806a93a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 10640, "upload_time": "2018-03-07T10:49:57", "url": "https://files.pythonhosted.org/packages/df/c2/ede4d255ac17c6e2d9d33cf8ca1ca2fc48bf4215e31dee14bb56fe893aed/chamd-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "9826cf902174700275f5175f61436aa9", "sha256": "02679912c955b13223bde288625109c16cd84eb821b2b5451e6b970abed73011" }, "downloads": -1, "filename": "chamd-0.3.3.tar.gz", "has_sig": false, "md5_digest": "9826cf902174700275f5175f61436aa9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 10738, "upload_time": "2018-03-07T11:23:49", "url": "https://files.pythonhosted.org/packages/4d/3a/4fc0a78ce59b6cb06d18a467fb6f5b3009df5be6ba8968784441bbe232a5/chamd-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "ae479eaf1110db9d37dd41097a6de159", "sha256": "86cfae432f8815aab7adb4628265eb6b74e17cf11d4b52e9d1f8e97b37655ba1" }, "downloads": -1, "filename": "chamd-0.3.4.tar.gz", "has_sig": false, "md5_digest": "ae479eaf1110db9d37dd41097a6de159", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 11102, "upload_time": "2018-06-29T09:59:39", "url": "https://files.pythonhosted.org/packages/cb/86/6a4029af9a3cb44f68103a380ba3c0cea9bb628425a630eba39f1952d901/chamd-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "221ffaf2c8a42061dc2a6b24e2c63398", "sha256": "0511574fe0852a4af91955c4b33abf5e07268846371a340af519ca7b165fb301" }, "downloads": -1, "filename": "chamd-0.3.5.tar.gz", "has_sig": false, "md5_digest": "221ffaf2c8a42061dc2a6b24e2c63398", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 10280, "upload_time": "2018-06-29T12:10:44", "url": "https://files.pythonhosted.org/packages/b0/bd/de289f5d09318321831a15fe41dd7a97ebc0e67e5a54332741bf4075001c/chamd-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "b939c46e7b118713944c2fffbde859e8", "sha256": "c2a6c66f66b28bcd909c58fb3835242e8b82ba22c72c25da993e6d5521ff12d5" }, "downloads": -1, "filename": "chamd-0.3.6.tar.gz", "has_sig": false, "md5_digest": "b939c46e7b118713944c2fffbde859e8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 10598, "upload_time": "2018-06-29T14:22:48", "url": "https://files.pythonhosted.org/packages/95/df/ccacee586c3cd283610198bda825342c677189042c795896b95f26ce5757/chamd-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "f4b09c7fa7baa901278d0acf2f7e6375", "sha256": "72c121f611d64f98ea0e1a3183129491459a7181705a82a66a421c1e82185eb2" }, "downloads": -1, "filename": "chamd-0.3.7.tar.gz", "has_sig": false, "md5_digest": "f4b09c7fa7baa901278d0acf2f7e6375", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 10617, "upload_time": "2018-10-31T11:01:13", "url": "https://files.pythonhosted.org/packages/44/a3/25d0503df8d366c2b4d1ef23297944669e410ad721ebb1466ea2b7723184/chamd-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "8680b0fc98097e4bfc47c21bfbb860ed", "sha256": "9c5d77e5679ae130fce563c31c5cb0482649e21ef3ccd41fbb76992d16105d8b" }, "downloads": -1, "filename": "chamd-0.3.8.tar.gz", "has_sig": false, "md5_digest": "8680b0fc98097e4bfc47c21bfbb860ed", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 11321, "upload_time": "2018-11-20T14:52:43", "url": "https://files.pythonhosted.org/packages/f1/37/dd720e5fdb513335b2254b794a2e40895d96d76b7a727cbbcc2d228504bc/chamd-0.3.8.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "43e54498f56f353a68a1cdec16453a69", "sha256": "ca9365775568efe1b8382064a84478957416b03e04d7e9fcfd2ff18a46190a14" }, "downloads": -1, "filename": "chamd-0.4.0.tar.gz", "has_sig": false, "md5_digest": "43e54498f56f353a68a1cdec16453a69", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 12310, "upload_time": "2018-12-10T16:31:05", "url": "https://files.pythonhosted.org/packages/be/e1/26bc1039df7a66c3947099fa50802fef841b6f114f6438d512e02b46789a/chamd-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "a50948498f3ad2b81d0338115d48f103", "sha256": "370eacfc985235905e6a8312e4419f7b654e760538fc2182ee506ae7fd0d2ea3" }, "downloads": -1, "filename": "chamd-0.4.1.tar.gz", "has_sig": false, "md5_digest": "a50948498f3ad2b81d0338115d48f103", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 12375, "upload_time": "2019-03-14T14:09:02", "url": "https://files.pythonhosted.org/packages/21/cd/af9cbdf667de4e9bcc1801153d388e1f374835280ffbd3b0a06c76a6a425/chamd-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "9a22150089dfd5e515919a82361efaa5", "sha256": "daa369084539098315bdac52f473f943c2259aa506a3a6eb09b7ef015010dca6" }, "downloads": -1, "filename": "chamd-0.4.2.tar.gz", "has_sig": false, "md5_digest": "9a22150089dfd5e515919a82361efaa5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 12450, "upload_time": "2019-06-20T14:23:02", "url": "https://files.pythonhosted.org/packages/56/41/8dcb4a834071f785179a789c683ace2b4d44d225d53e1f4caaf6a057609c/chamd-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "de344fff9f6bfb9cd49f97fc544b14bd", "sha256": "6042c0f754addc52218388ec2dbcd28f27404b06587a4143b3a37c9944927670" }, "downloads": -1, "filename": "chamd-0.4.3.tar.gz", "has_sig": false, "md5_digest": "de344fff9f6bfb9cd49f97fc544b14bd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 12461, "upload_time": "2019-06-24T12:37:34", "url": "https://files.pythonhosted.org/packages/de/bf/886261ed49e1ee04d7bbc98dd64c05ba6bd1a2e4fe0215460ec70faa3269/chamd-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "221ba4bf389d98bde9c83885e7026b23", "sha256": "e56598f7687d7193a8d8c41ed6b2ece5bd73660f25094263f0871536333d6f1a" }, "downloads": -1, "filename": "chamd-0.4.4.tar.gz", "has_sig": false, "md5_digest": "221ba4bf389d98bde9c83885e7026b23", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 12467, "upload_time": "2019-06-24T13:25:25", "url": "https://files.pythonhosted.org/packages/c0/e2/97d56abd847a4b140e2216978e721a2d4d9a96897acc581846aa8790be4a/chamd-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "65e0627093a786d4eab3676ad5bcff27", "sha256": "f71addb12977c3887126e1342cd806cd5cd02cb06d3d5a494e391ced41b54948" }, "downloads": -1, "filename": "chamd-0.4.5.tar.gz", "has_sig": false, "md5_digest": "65e0627093a786d4eab3676ad5bcff27", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <4", "size": 12465, "upload_time": "2019-06-24T13:27:16", "url": "https://files.pythonhosted.org/packages/60/e4/d799e211a5248d52035760938cd9427961569b456afdc1000fc2f5af67c3/chamd-0.4.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "65e0627093a786d4eab3676ad5bcff27", "sha256": "f71addb12977c3887126e1342cd806cd5cd02cb06d3d5a494e391ced41b54948" }, "downloads": -1, "filename": "chamd-0.4.5.tar.gz", "has_sig": false, "md5_digest": "65e0627093a786d4eab3676ad5bcff27", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <4", "size": 12465, "upload_time": "2019-06-24T13:27:16", "url": "https://files.pythonhosted.org/packages/60/e4/d799e211a5248d52035760938cd9427961569b456afdc1000fc2f5af67c3/chamd-0.4.5.tar.gz" } ] }