Package python3-module-mdx-include: Information

    Source package: python3-module-mdx-include
    Version: 1.4.2-alt1
    Build time:  Oct 29, 2022, 09:45 AM
    Report package bug
    License: BSD-3-Clause
    Summary: Python Markdown extension to include local or remote files
    Description: 
    Include extension for Python Markdown. It lets you include local or
    remote (downloadable) files into your markdown at arbitrary positions.
    
    This project is motivated by markdown-include and provides the same
    functionalities with some extras.
    
    Inclusion for local file is by default recursive and for remote file
    non-recursive. You can change this behavior through configuration.
    
    You can include part of the file by slicing according to line/column number.
    
    File/Downloaded contents are cached, i.e if you include same file multiple
    times in multiple places, they won't be read/downloaded more than once.
    This behavior can also be changed with configuration.
    
    Circular inclusion by default raises an exception. You can change this behavior
    to include the affected files in non-recursive mode through configuration.
    
    You should not use markdown-include along with this extension, choose either
    one, not both.

    List of RPM packages built from this SRPM:
    python3-module-mdx-include (noarch)

    Maintainer: Anton Zhukharev

    List of contributors:
    Anton Zhukharev

      1. python3(wheel)
      2. rpm-build-python3
      3. python3-module-pyproject-installer
      4. python3(setuptools)

    Last changed


    Sept. 28, 2022 Anton Zhukharev 1.4.2-alt1
    - 1.4.1 -> 1.4.2
    - clean up spec
    - rename to python3-module-mdx-include
    July 25, 2022 Anton Zhukharev 1.4.1-alt1.gitd96b9b3
    - initial build for Sisyphus