Metadata-Version: 2.1
Name: edxml-test-corpus
Version: 3.0.0.dev4
Summary: A collection of portable unit tests for EDXML implementations
Home-page: https://github.com/edxml/test-corpus
Author: Dik Takken
Author-email: dik.takken@edxml.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/x-rst

|license| |pyversion|

.. |license| image::  https://img.shields.io/badge/License-MIT-blue.svg
.. |pyversion| image::  https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7%20%7C%203.8-blue

====================================
The EDXML Test Corpus Python Package
====================================

This is a Python package that provides the EDXML test corpus. It can be used to include the test corpus in Python projects by adding this package as a dependency.

Besides the corpus data files the package also provides a constant which contains the path to the root directory containing the data files. It can be imported like this::

    from edxml_test_corpus import CORPUS_PATH



