Difference between revisions of "Py-sidif"
Jump to navigation
Jump to search
(Created page with "{{OsProject |id=py-sidif |owner=WolfgangFahl |title=python based SiDIF (Simple Data Interchange Format) parser |url=https://github.com/WolfgangFahl/py-sidif |version=0.0.1 |d...") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | =OsProject= | ||
+ | |||
{{OsProject | {{OsProject | ||
|id=py-sidif | |id=py-sidif | ||
+ | |state=active | ||
|owner=WolfgangFahl | |owner=WolfgangFahl | ||
− | |title=python based SiDIF (Simple Data Interchange Format) parser | + | |title=python based SiDIF (Simple Data Interchange Format) parser |
|url=https://github.com/WolfgangFahl/py-sidif | |url=https://github.com/WolfgangFahl/py-sidif | ||
− | |version=0.0. | + | |version=0.2.0 |
− | |date=2020 | + | |description=https://wiki.bitplan.com/index.php/SiDIF parser |
+ | |date=2024-07-29 | ||
+ | |since=2020-11-06 | ||
|storemode=property | |storemode=property | ||
+ | }} | ||
+ | =tickets= | ||
+ | Python implementation of {{Link|target=SiDIF}} | ||
+ | |||
+ | #{{Ticket | ||
+ | |no=1 | ||
+ | |title=convert sidif to SOML | ||
+ | |project=py-sidif | ||
+ | }} | ||
+ | #{{Ticket | ||
+ | |no=2 | ||
+ | |title=Convert sidif to JSON | ||
+ | |project=py-sidif | ||
+ | }} | ||
+ | #{{Ticket | ||
+ | |no=3 | ||
+ | |title=convert sidif to plantuml | ||
+ | |project=py-sidif | ||
+ | }} | ||
+ | #{{Ticket | ||
+ | |no=4 | ||
+ | |title=convert dict tree to sidif | ||
+ | |project=py-sidif | ||
+ | }} | ||
+ | #{{Ticket | ||
+ | |no=5 | ||
+ | |title=Use qualifiers for dict of dict notation | ||
+ | |project=py-sidif | ||
+ | }} | ||
+ | #{{Ticket | ||
+ | |no=6 | ||
+ | |title=handle isA and addsTo semantics | ||
+ | |project=py-sidif | ||
+ | }} | ||
+ | #{{Ticket | ||
+ | |no=7 | ||
+ | |title=Parse according to SiDIF Grammar | ||
+ | |project=py-sidif | ||
}} | }} |
Latest revision as of 10:42, 30 July 2024
OsProject
OsProject | |
---|---|
edit | |
id | py-sidif |
state | active |
owner | WolfgangFahl |
title | python based SiDIF (Simple Data Interchange Format) parser |
url | https://github.com/WolfgangFahl/py-sidif |
version | 0.2.0 |
description | https://wiki.bitplan.com/index.php/SiDIF parser |
date | 2024-07-29 |
since | 2020-11-06 |
until |
tickets
Python implementation of SiDIF