Metadata-Version: 2.1
Name: mdpo
Version: 0.2.32
Summary: Markdown file translation utilities using pofiles.
Home-page: https://github.com/mondeja/mdpo
Author: Álvaro Mondéjar Rubio
Author-email: mondejar1994@gmail.com
License: BSD License
Project-URL: Documentation, https://md2po.readthedocs.io
Project-URL: GitHub Project, https://github.com/mondeja/md2po
Project-URL: Issue Tracker, https://github.com/mondeja/md2po/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pymd4c (==0.4.6.0b1)
Requires-Dist: polib (>=1.1.0)
Provides-Extra: dev
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: bump2version ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest (>=6.1.0) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-print ; extra == 'dev'
Requires-Dist: flake8-implicit-str-concat ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: Sphinx (>=3.2.1) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (==0.4.3) ; extra == 'dev'
Requires-Dist: sphinx-argparse (>=0.2.5) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx (>=3.2.1) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (==0.4.3) ; extra == 'docs'
Requires-Dist: sphinx-argparse (>=0.2.5) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (>=6.1.0) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: flake8-print ; extra == 'test'
Requires-Dist: flake8-implicit-str-concat ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: tox ; extra == 'test'


<p align="center">
  <a href="https://github.com/mondeja/mdpo"><img src="https://raw.githubusercontent.com/mondeja/mdpo/master/mdpo.png" alt="mdpo" width="400"></a>
</h1>

<h4 align="center">Markdown file translation utilities using pofiles</h4>

<p align="center">
  <a href="https://pypi.org/project/mdpo/">
    <img src="https://img.shields.io/pypi/v/mdpo"
         alt="PyPI">
  </a>
  <a href="https://pypi.org/project/mdpo/">
    <img src="https://img.shields.io/pypi/pyversions/mdpo?logo=python&logoColor=aaaaaa&labelColor=333333">
  </a>
  <a href="https://github.com/mondeja/mdpo/blob/master/LICENSE">
    <img src="https://img.shields.io/pypi/l/mdpo?color=light-green">
  </a>
</p>

<h2 align="center">
  <a href="https://mdpo.readthedocs.io/en/latest/">Documentation</a>
</h2>

<p align="center">
Fully complies with <a href="https://spec.commonmark.org/0.29">CommonMark Specification v0.29</a>,
supporting some additional features.
</p>

## Status

<!-- mdpo-disable -->

[![Documentation status][doc-image]][doc-link]
[![Tests][tests-image]][tests-link]
[![Coverage status][coverage-image]][coverage-link]

<!-- mdpo-enable -->

## Installation

```bash
pip install mdpo
```

<!-- mdpo-disable -->

> You can see the README introduction translated to other languages using the
> library from [this script][process-locales-script-link]:
>
> - [Spanish][spanish-readme-link]

<!-- mdpo-enable -->


[tests-image]: https://img.shields.io/travis/mondeja/mdpo?label=tests
[tests-link]: https://travis-ci.com/github/mondeja/mdpo
[coverage-image]: https://coveralls.io/repos/github/mondeja/mdpo/badge.svg
[coverage-link]: https://coveralls.io/github/mondeja/mdpo
[doc-image]: https://readthedocs.org/projects/mdpo/badge/?version=latest
[doc-link]: https://mdpo.readthedocs.io/en/latest/
[md4c-build-link]: https://github.com/mity/md4c/wiki/Building-MD4C
[process-locales-script-link]: https://github.com/mondeja/mdpo/blob/master/process-locales.py
[spanish-readme-link]: https://github.com/mondeja/mdpo/blob/master/locale/readme/es.md


