Console app and Python API for automated tracking of PLOS LaTeX template versions.
Please cite this project in your papers:
@misc{version4plos,
title={{version4plos public code repository}},
author={Mari{\'c}, Petar},
year={2019},
url={https://github.com/petarmaric/version4plos},
}
To install version4plos run:
$ pip install version4plos
Quick start:
$ version4plos
Show help:
$ version4plos --help
Quick start:
>>> import logging >>> logging.basicConfig(level=logging.DEBUG, format="[%(levelname)s] %(message)s") >>> from version4plos import get_template_version >>> get_template_version()
If you find any bugs, or wish to propose new features please let us know.
If you'd like to contribute, simply fork the repository, commit your changes and send a pull request. Make sure you add yourself to AUTHORS.