https://github.com/databio/markmeld

A Python package for melding markdown content and YAML structured data

https://github.com/databio/markmeld

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.7%) to scientific vocabulary

Keywords

jinja2 markdown pandoc yaml
Last synced: 5 months ago · JSON representation

Repository

A Python package for melding markdown content and YAML structured data

Basic Info
  • Host: GitHub
  • Owner: databio
  • License: bsd-2-clause
  • Language: Python
  • Default Branch: master
  • Homepage: https://markmeld.databio.org
  • Size: 1.14 MB
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 2
  • Open Issues: 4
  • Releases: 4
Topics
jinja2 markdown pandoc yaml
Created over 4 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

markmeld logo

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.

Testing

Test with

pytest

You can also just build the demos.

cd demo mm default

Owner

  • Name: Databio
  • Login: databio
  • Kind: organization
  • Location: University of Virginia

Solving problems in computational biology

GitHub Events

Total
  • Watch event: 1
  • Push event: 5
  • Create event: 1
Last Year
  • Watch event: 1
  • Push event: 5
  • Create event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 20
  • Total pull requests: 8
  • Average time to close issues: 5 months
  • Average time to close pull requests: 11 days
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 1.5
  • Average comments per pull request: 0.25
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • nsheff (15)
  • nleroy917 (3)
Pull Request Authors
  • nsheff (5)
  • nleroy917 (2)
  • Daniel-Mietchen (1)
Top Labels
Issue Labels
enhancement (6) likely-solved (3) bug (2) documentation (1) wontfix (1) question (1)
Pull Request Labels

Dependencies

requirements/requirements-all.txt pypi
  • jinja2 *
  • logmuse *
  • python-frontmatter *
  • pyyaml *
  • requests *
  • ubiquerg *
.github/workflows/black.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • psf/black stable composite
.github/workflows/python-publish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/run-pytest.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
requirements/requirements-docs.txt pypi
  • markmeld *
  • mkdocs >=1.2.2
requirements/requirements-test.txt pypi
  • pytest >7.1 test