/translators

Translators to the Open-PSA MEF

Primary LanguagePython

Translators to the Open-PSA MEF

https://travis-ci.org/open-psa/translators.svg?branch=master Code Health

The repository contains free translators provided by the community.

To get schemas for validation, clone this repository with:

git clone --recursive

If not cloned recursive, initialize and/or update the schemas submodule with:

git submodule update --init --recursive

To install Python modules for testing:

sudo pip --install -r requirements-test.txt

Testing against schemas requires libxml2 and libxslt.

The development requirements are optional.

sudo pip --install -r requirements-dev.txt