The PSDI Data Conversion service can be downloaded for local use. This is recommended when you wish to convert sensitive, convert files exceeding the size limit for the public service, or access it via the command-line or Python library.
The easiest way to install the project is via Python's pip utility. If you do not already have this installed, the readme in the link above provides details on installing Python and pip. If you do, you can install the package via:
pip install psdi-data-conversion[gui]
The [gui] portion installs the optional requirements needed to run a local version of this webpage, and can be excluded if you only intend to use the command-line application and/or Python library.
[gui]
pip install .[gui-test]
The [gui-test] portion installs all optional components for running the local webpage and testing all project components. See the project's pyproject.toml file for other possible optional dependencies sets that can be installed.
[gui-test]
pyproject.toml
Once installed, the project can be used in one of three ways:
psdi-data-convert-gui
--help
psdi-data-convert
import psdi_data_conversion
psdi_data_conversion.converter.run_converter
help()