Skip to main content

Pipeline that transforms Parla-Clarin XML files

Project description

Parla-Clarin Workflow

Development setup

Development install

Create a development install using hacky pip install -e .:

make development_install

For VS Code an alternative is to add PYTHONPATH=./:$PYTHONPATH to .env and configure a launch.json entry:

    {
        "name": "Python: pytest",
        "type": "python",
        "request": "launch",
        "module": "pytest",
        "cwd": "${workspaceRoot}",
        "env": {
            "PYTHONPATH": "${workspaceRoot}"
        },
        "envFile": "${workspaceRoot}/.env",
        "console": "integratedTerminal"
    }

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

westac-parlaclarin-pipeline-2021.3.2.tar.gz (83.7 kB view hashes)

Uploaded Source

Built Distribution

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