Metadata-Version: 2.3
Name: mdpo
Version: 2.1.2
Summary: Markdown files translation using PO files.
Project-URL: Source, https://github.com/mondeja/mdpo
Project-URL: Documentation, https://mondeja.github.io/mdpo
Project-URL: Bug tracker, https://github.com/mondeja/mdpo/issues
Project-URL: Changelog, https://github.com/mondeja/mdpo/releases
Author-email: Álvaro Mondéjar Rubio <mondejar1994@gmail.com>
License: BSD-3-Clause
Keywords: html,i18n,markdown,po,pofile,translation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: <3.13,>=3.8
Requires-Dist: contextlib-chdir<2,>=1
Requires-Dist: importlib-metadata-argparse-version<3,>=2
Requires-Dist: importlib-metadata; python_version < '3.10'
Requires-Dist: md-ulb-pwrap<1,>=0.1
Requires-Dist: polib<2,>=1.1
Requires-Dist: pymd4c<2,>=1.3
Description-Content-Type: text/markdown

<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 files translation using PO files</h4>

<p align="center">
  <a href="https://pypi.org/project/mdpo/">
    <img src="https://img.shields.io/pypi/v/mdpo?logo=pypi&logoColor=white"
         alt="PyPI">
  </a>
  <a href="https://pypi.org/project/mdpo/">
    <img src="https://img.shields.io/pypi/pyversions/mdpo?logo=python&logoColor=white&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&logo=freebsd&logoColor=white">
  </a>
</p>

<h2 align="center">
  <a href="https://mondeja.github.io/mdpo/">Documentation</a>
</h2>

<p align="center">
Complies with the <a href="https://spec.commonmark.org/">CommonMark Specification</a>, supporting some additional features.</p>

## Status

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

## Installation

### Python package

```bash
pip install mdpo
```

### Standalone pre-built binaries

Download latest binaries for each CLI tool from [releases].

[tests-image]: https://img.shields.io/github/actions/workflow/status/mondeja/mdpo/ci.yml?logo=github&label=tests&branch=master
[tests-link]: https://github.com/mondeja/mdpo/actions?query=workflow%3ACI
[coverage-image]: https://img.shields.io/codecov/c/github/mondeja/mdpo?logo=codecov&logoColor=white
[coverage-link]: https://app.codecov.io/gh/mondeja/mdpo
[docs-image]: https://img.shields.io/github/actions/workflow/status/mondeja/mdpo/ci.yml?label=docs&logo=readthedocs&logoColor=white&branch=master
[docs-link]: https://mondeja.github.io/mdpo/
[releases]: https://github.com/mondeja/mdpo/releases
