markmeld


Namemarkmeld JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttp://markmeld.databio.org
SummaryMarkmeld is a markup melder that combines structured yaml or markdown data into templated markdown output using jinja2.
upload_time2023-11-07 02:41:50
maintainer
docs_urlNone
authorNathan Sheffield
requires_python
licenseBSD2
keywords bioinformatics sequencing ngs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src="https://raw.githubusercontent.com/databio/markmeld/master/docs/img/markmeld_logo_long.svg?sanitize=true" alt="markmeld logo" height="70">

Markmeld is a markdown melder. It merges yaml and markdown content using jinja2 templates. You configure markmeld with your content in computer-readable .md and .yaml files, and markmeld helps produce polished, publication-ready versions of your content, such as a PDF or HTML format. Markmeld is useful for many types of output document, including resumes, biosketches, manuscripts, proposals, books, and more. 

Read the complete documentation at [markmeld.databio.org](https://markmeld.databio.org).

## Testing

Test with

```
pytest
```

You can also just build the demos.

```
cd demo
mm default
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://markmeld.databio.org",
    "name": "markmeld",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bioinformatics,sequencing,ngs",
    "author": "Nathan Sheffield",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f7/c0/bab3ddc4fca3c7b26db9ac71dca63b475bbeb3aef27bdf9a569d87ac47de/markmeld-0.3.0.tar.gz",
    "platform": null,
    "description": "# <img src=\"https://raw.githubusercontent.com/databio/markmeld/master/docs/img/markmeld_logo_long.svg?sanitize=true\" alt=\"markmeld logo\" height=\"70\">\n\nMarkmeld is a markdown melder. It merges yaml and markdown content using jinja2 templates. You configure markmeld with your content in computer-readable .md and .yaml files, and markmeld helps produce polished, publication-ready versions of your content, such as a PDF or HTML format. Markmeld is useful for many types of output document, including resumes, biosketches, manuscripts, proposals, books, and more. \n\nRead the complete documentation at [markmeld.databio.org](https://markmeld.databio.org).\n\n## Testing\n\nTest with\n\n```\npytest\n```\n\nYou can also just build the demos.\n\n```\ncd demo\nmm default\n```\n",
    "bugtrack_url": null,
    "license": "BSD2",
    "summary": "Markmeld is a markup melder that combines structured yaml or markdown data into templated markdown output using jinja2.",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "http://markmeld.databio.org"
    },
    "split_keywords": [
        "bioinformatics",
        "sequencing",
        "ngs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1e89014f3b9a880bce4d0b7ef7fad8583e7a9d4b9560dc21b8b48474e8705d1",
                "md5": "662ff77fa3ea25666ea53f3f791e7a96",
                "sha256": "d7343aa4dc38a56eac101c53b2648a58c6644d00ddcae61fee2cfe37026e33e1"
            },
            "downloads": -1,
            "filename": "markmeld-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "662ff77fa3ea25666ea53f3f791e7a96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19551,
            "upload_time": "2023-11-07T02:41:48",
            "upload_time_iso_8601": "2023-11-07T02:41:48.309105Z",
            "url": "https://files.pythonhosted.org/packages/e1/e8/9014f3b9a880bce4d0b7ef7fad8583e7a9d4b9560dc21b8b48474e8705d1/markmeld-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7c0bab3ddc4fca3c7b26db9ac71dca63b475bbeb3aef27bdf9a569d87ac47de",
                "md5": "b7040f2e695b568aa1b281211e34e2d0",
                "sha256": "1414105db093fc7a80f3b0865cf2b5b053e1f8dc18d1b8bfc92dcf57623ec86a"
            },
            "downloads": -1,
            "filename": "markmeld-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b7040f2e695b568aa1b281211e34e2d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30786,
            "upload_time": "2023-11-07T02:41:50",
            "upload_time_iso_8601": "2023-11-07T02:41:50.143536Z",
            "url": "https://files.pythonhosted.org/packages/f7/c0/bab3ddc4fca3c7b26db9ac71dca63b475bbeb3aef27bdf9a569d87ac47de/markmeld-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-07 02:41:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "markmeld"
}
        
Elapsed time: 0.14230s