Metadata-Version: 2.1
Name: pyscaffoldext-markdown
Version: 0.4a1
Summary: PyScaffold extension which uses MarkDown instead of reStructuredText
Home-page: https://github.com/pyscaffold/pyscaffoldext-markdown
Author: Florian Wilhelm
Author-email: florian.wilhelm@inovex.de
License: mit
Project-URL: Documentation, https://pyscaffold.org/
Project-URL: Twitter, https://twitter.com/PyScaffold
Description: [![Build Status](https://travis-ci.org/pyscaffold/pyscaffoldext-markdown.svg?branch=master)](https://travis-ci.org/pyscaffold/pyscaffoldext-markdown)
        [![Coveralls](https://img.shields.io/coveralls/github/pyscaffold/pyscaffoldext-markdown/master.svg)](https://coveralls.io/r/pyscaffold/pyscaffoldext-markdown)
        [![PyPI-Server](https://img.shields.io/pypi/v/pyscaffoldext-markdown.svg)](https://pypi.org/project/pyscaffoldext-markdown)
        
        # pyscaffoldext-markdown
        
        PyScaffold extension which replaces [reStructuredText] formatted files
        by [Markdown] format except for Sphinx-related files.
        
        ## Usage
        
        Just install this package with `pip install pyscaffoldext-markdown`
        and note that `putup -h` shows a new option `--markdown`.
        Basically this extension will replace `README.rst` by a proper `README.md` and
        activate the support of Markdown files in Sphinx.
        Due to limitations of the Markdown syntax compared to reStructuredText,
        the main documentation files still use reStructuredText by default.
        
        Remember to install [wheel] version 0.31 or higher and use [twine] to upload your
        package to [PyPI] instead of `python setup.py release` for this to work, e.g.:
        ```commandline
        python setup.py sdist bdist_wheel
        twine upload dist/*
        ```
        
        ## Note
        
        This project has been set up using PyScaffold 3.2. For details and usage
        information on PyScaffold see https://pyscaffold.org/.
        
        [reStructuredText]: http://docutils.sourceforge.net/rst.html
        [Markdown]: https://daringfireball.net/projects/markdown/
        [twine]: https://twine.readthedocs.io/
        [PyPI]: https://pypi.org/
        [wheel]: https://wheel.readthedocs.io/
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Provides-Extra: testing
