JJK96 / textile_parser

Parse textile files (specifically dradis)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Textile parser

Parses textile files (dradis) to a LaTeX issue format.

Setup

pip install -e .

Usage

CLI usage:

python textile_parser.py test_files/issue.dradis -e test_files/evidence.dradis -l localhost
dradis_to_latex test_files/issue.dradis -e test_files/evidence.dradis -l localhost

About

Parse textile files (specifically dradis)

License:MIT License


Languages

Language:Python 92.4%Language:TeX 7.6%