Hassan Magdy Saad (HMagdy)

Python JIRA Tickets Manager (CMD Tool)

Description

SpecLang Renderer

This is the first attempt at a SpecLang compiler tool, which assist in working with specification projects.

See ./slc/slc.py --help for a quick (and up-to-date) usage summary.

Download & Install

# Download.
git clone https://github.com/trilogy-group/l1-v2-slc
cd l1-v2-slc

# Install required modules.
pip install --upgrade -r requirements.txt

# Run.
./slc/slc.py --help

Command:

  • ./slc/slc.py publish --help
    • publishes a SpecLang specification as a Google Document
    • ./slc/slc.py publish ./tests/m1/main.yaml
    • Returns the document's URL at the end.

Also containingĀ a contribution on

https://github.com/hmagdy/python-markdown2

Technology