version4plos

Console app and Python API for automated tracking of PLOS LaTeX template versions


License
BSD-3-Clause
Install
pip install version4plos==1.0.1

Documentation

About

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},
}

Installation

To install version4plos run:

$ pip install version4plos

Console app usage

Quick start:

$ version4plos

Show help:

$ version4plos --help

Python API usage

Quick start:

>>> import logging
>>> logging.basicConfig(level=logging.DEBUG, format="[%(levelname)s] %(message)s")

>>> from version4plos import get_template_version
>>> get_template_version()

Contribute

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.