Skip to main content

TEI XML validation package

Project description

tei-validator

PyPI

TEI XML validation package

Installation

Install this library using pip:

$ pip install tei-validator

Usage

usage: tei-validator [-h] [--debug] [--output OUTPUT] [path]

positional arguments:
  path                  path or glob expression 

options:
  -h, --help            show this help message and exit
  --debug, -d           increases log level to debug
  --output OUTPUT, -o OUTPUT
                        saves the log output to a file

Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd tei-validator
python -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tei-validator-0.1.4.tar.gz (118.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page