pyargdown

Parsing and processing argdown snippets in python

https://github.com/debatelab/pyargdown

Science Score: 44.0%

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

  • CITATION.cff file
    Found 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 (2.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Parsing and processing argdown snippets in python

Basic Info
  • Host: GitHub
  • Owner: debatelab
  • License: agpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 39.1 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

pyargdown

A simple Argdown parser written in Python and based on Lark.

Install:

pip install "git+https://github.com/debatelab/pyargdown"

Use:

```python from textwrap import dedent import pyargdown as agd

snippet = dedent(""" [Claim A] + -

(1) Premise 1.

(2) [Claim B]: Conclusion. """)

argdown = agd.parse_argdown(snippet) assert isinstance(argdown, agd.ArgdownMultiDiGraph) ```

Owner

  • Name: DebateLab @ KIT
  • Login: debatelab
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Betz"
  given-names: "Gregor"
  orcid: "https://orcid.org/0000-0001-5802-5030"
title: "Pyargdown: Parsing Argdown code snippets in Python"
version: 0.1.0
date-released: 2025-04-11
url: "https://github.com/debatelab/pyargdown"

GitHub Events

Total
  • Watch event: 2
  • Push event: 3
  • Public event: 1
Last Year
  • Watch event: 2
  • Push event: 3
  • Public event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 11 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: pyargdown

Parsing and processing argdown snippets in python

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 11 Last month
Rankings
Dependent packages count: 10.2%
Average: 33.8%
Dependent repos count: 57.5%
Maintainers (1)
Last synced: 6 months ago

Dependencies

pyproject.toml pypi