Metadata-Version: 2.1
Name: mdpo
Version: 0.2.5
Summary: Utilities for Markdown files translation 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
Description: 
        # mdpo
        
        [![PyPI][pypi-image]][pypi-link]
        [![PyPI Python versions][pypi-versions-image]][pypi-link]
        [![License][license-image]][license-link]
        [![Tests][tests-image]][tests-link]
        [![Coverage status][coverage-image]][coverage-link]
        [![Documentation status][doc-image]][doc-link]
        
        Utilities for Markdown files translation using `.po` files. Fully complies
         with [CommonMark Specification][commonmark-spec-link], supporting some
         additional features.
        
        ## Install
        
        You need to compile [md4c](https://github.com/mity/md4c/wiki/Building-MD4C)
        before install, and then:
        
        ### Linux
        
        ```bash
        pip install \
          -e git+https://github.com/dominickpastore/pymd4c.git@master#egg=md4c \
          && pip install mdpo
        ```
        
        #### Specifying in requirements
        
        ```ini
        -e git+https://github.com/dominickpastore/pymd4c.git@master#egg=md4c
        mdpo
        ```
        
        ## [Documentation](doc-link)
        
        [pypi-image]: https://img.shields.io/pypi/v/mdpo
        [pypi-link]: https://pypi.org/project/mdpo/
        [pypi-versions-image]: https://img.shields.io/pypi/pyversions/mdpo?logo=python&logoColor=aaaaaa&labelColor=333333
        [license-image]: https://img.shields.io/pypi/l/mdpo?color=light-green
        [license-link]: https://github.com/mondeja/mdpo/blob/master/LICENSE
        [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/
        [pofile-doc-link]: https://polib.readthedocs.io/en/latest/api.html#polib.POFile
        [polib-doc-link]: https://polib.readthedocs.io/en/latest
        [pymd4c-link]: https://github.com/dominickpastore/pymd4c
        [pymd4c-build-from-source-link]: https://github.com/dominickpastore/pymd4c#build-and-install-from-source
        [mdpo2html-link]: https://github.com/mondeja/mdpo2html
        [commonmark-spec-link]: https://spec.commonmark.org/0.29
        
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
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: docs
