Metadata-Version: 2.1
Name: varst
Version: 1.6.0
Summary: Replace substitutions in rst files with variables.
Home-page: https://github.com/junghoon-vans/varst
License: MIT
Keywords: rst,reST,reStructuredText,replace,substitution
Author: junghoon-vans
Author-email: junghoon.ban@gmail.com
Maintainer: junghoon-vans
Maintainer-email: junghoon.ban@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing
Project-URL: Documentation, https://varst.readthedocs.io/
Project-URL: Repository, https://github.com/junghoon-vans/varst
Description-Content-Type: text/x-rst

==============================
varST(var ➡️ reStructuredText)
==============================

|PyPI version| |Github Actions| |pre-commit.ci status| |GitHub Workflow Status| |Documentation Status|

Replace substitutions in rst files with variables.

Getting Started
===============

cli
-------

   See |Quickstart Documentation Page|_.

.. code:: bash

   $ pip install varst
   $ varst -h  # --help

Github Actions
--------------

varST can be integrated with ``Github Actions``.
Please refer to this link_ and apply it to your own workflows.

Contributing
============

Contribution Guideline
----------------------

Please read the |contributing guidelines|_ to learn how to contribute to this project.

Reporting Issues
----------------

If you have any questions, suggestions, or bug reports, please feel free to report them to the issue.

Code of Conduct
---------------

This project is governed by the |code of conduct|_.

License
=======

`MIT
License <https://github.com/junghoon-vans/varst/blob/main/LICENSE>`__

.. |Quickstart Documentation Page| replace:: quickstart documentation
.. _Quickstart Documentation Page: https://varst.readthedocs.io/en/latest/index.html#quickstart

.. |PyPI version| image:: https://img.shields.io/pypi/v/varst
   :target: https://pypi.org/project/varst/
.. |Github Actions| image:: https://img.shields.io/badge/Actions-black?logo=github
   :target: https://github.com/marketplace/actions/rst-substitution
.. |pre-commit.ci status| image:: https://results.pre-commit.ci/badge/github/junghoon-vans/varst/main.svg
   :target: https://results.pre-commit.ci/latest/github/junghoon-vans/varst/main
.. |GitHub Workflow Status| image:: https://img.shields.io/github/actions/workflow/status/junghoon-vans/varst/python-publish.yml?branch=v1.6.0
.. |Documentation Status| image:: https://readthedocs.org/projects/varst/badge/?version=latest
    :target: https://varst.readthedocs.io/en/latest/?badge=latest

.. _link: https://github.com/marketplace/actions/rst-substitution

.. |contributing guidelines| replace:: contributing guidelines
.. _contributing guidelines: ./CONTRIBUTING.md
.. |code of conduct| replace:: Code of Conduct
.. _Code Of Conduct: ./CODE_OF_CONDUCT.md

