Metadata-Version: 2.1
Name: elifecleaner
Version: 0.68.0
Summary: Clean and transform article submission files into a consistent format.
Home-page: https://github.com/elifesciences/elife-cleaner
Maintainer: eLife Sciences Publications Ltd.
Maintainer-email: tech-team@elifesciences.org
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: docmaptools>=0.23.0
Requires-Dist: elifetools
Requires-Dist: elifearticle>=0.15.0
Requires-Dist: jatsgenerator>=0.7.0
Requires-Dist: PyYAML>=5.4.1
Requires-Dist: wand>=0.5.2

# elife-cleaner

Clean and transform article submission files into a consistent format

## Requirements

Install `imagemagick-dev` and `ghostscript` in order for `wand` Python module to open PDF files. Also, the imagemagick `policy.xml` file must be configured to allow reading of PDF files.

## Configuration

To use a YAML file of assessment terms in the `asessment_terms.py` module, set the constant `ASSESSMENT_TERMS_YAML` in the module to be the path to the YAML file on disk. The sample file `assessment_terms.yaml` in the code repository is not distributed as part of the library.

## License

Licensed under [MIT](https://opensource.org/licenses/mit-license.php).
