Metadata-Version: 2.1
Name: version4plos
Version: 1.0.0
Summary: Console app and Python API for automated tracking of PLOS LaTeX template versions
Home-page: https://bitbucket.org/petar/version4plos
Author: Petar Maric
Author-email: petarmaric@uns.ac.rs
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Classifier: Topic :: Utilities
Requires-Dist: lxml (~=4.4)
Requires-Dist: requests (~=2.22)
Provides-Extra: dev
Requires-Dist: pylint (~=1.9) ; extra == 'dev'

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://bitbucket.org/petar/version4plos/},
    }

.. _`PLOS LaTeX template`: https://journals.plos.org/plosone/s/latex

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`_.

.. _`please let us know`: https://bitbucket.org/petar/version4plos/issues/new
.. _`the repository`: http://bitbucket.org/petar/version4plos
.. _`AUTHORS`: https://bitbucket.org/petar/version4plos/src/default/AUTHORS


