Difference between revisions of "Py-sidif"

From BITPlan Wiki
Jump to navigation Jump to search
 
(5 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.3
+
|version=0.1.0
|date=2020/11/06
+
|description=https://wiki.bitplan.com/index.php/SiDIF parser
 +
|date=2023-02-19
 +
|since=2020-11-06
 
|storemode=property
 
|storemode=property
 
}}
 
}}
 +
=tickets=
 
Python implementation of {{Link|target=SiDIF}}
 
Python implementation of {{Link|target=SiDIF}}
# {{Ticket
+
 
 +
#{{Ticket
 +
|no=1
 +
|title=convert sidif to SOML
 
|project=py-sidif
 
|project=py-sidif
|number=7
 
|title=convert sidif to SOML
 
|created_at=2021-03-25T07:57:11Z
 
|state=open
 
 
}}
 
}}
# {{Ticket
+
#{{Ticket
 +
|no=2
 +
|title=Convert sidif to JSON
 
|project=py-sidif
 
|project=py-sidif
|number=6
 
|title=Convert sidif to JSON
 
|created_at=2021-03-25T07:51:17Z
 
|state=open
 
 
}}
 
}}
# {{Ticket
+
#{{Ticket
 +
|no=3
 +
|title=convert sidif to plantuml
 
|project=py-sidif
 
|project=py-sidif
|number=5
 
|title=convert sidif to plantuml
 
|created_at=2020-11-12T07:02:57Z
 
|closed_at=2020-11-12T08:55:02Z
 
|state=closed
 
 
}}
 
}}
# {{Ticket
+
#{{Ticket
 +
|no=4
 +
|title=convert dict tree to sidif
 
|project=py-sidif
 
|project=py-sidif
|number=4
 
|title=convert dict tree to sidif
 
|created_at=2020-11-12T07:00:58Z
 
|closed_at=2020-11-12T11:37:27Z
 
|state=closed
 
 
}}
 
}}
# {{Ticket
+
#{{Ticket
 +
|no=5
 +
|title=Use qualifiers for dict of dict notation
 
|project=py-sidif
 
|project=py-sidif
|number=3
 
|title=Use qualifiers for dict of dict notation
 
|created_at=2020-11-09T17:52:21Z
 
|state=open
 
 
}}
 
}}
# {{Ticket
+
#{{Ticket
 +
|no=6
 +
|title=handle isA and addsTo semantics
 
|project=py-sidif
 
|project=py-sidif
|number=2
 
|title=handle isA and addsTo semantics
 
|created_at=2020-11-08T06:16:16Z
 
|state=open
 
 
}}
 
}}
# {{Ticket
+
#{{Ticket
 +
|no=7
 +
|title=Parse according to SiDIF Grammar
 
|project=py-sidif
 
|project=py-sidif
|number=1
 
|title=Parse according to SiDIF Grammar
 
|created_at=2020-11-06T07:52:15Z
 
|closed_at=2020-11-06T12:51:16Z
 
|state=closed
 
 
}}
 
}}

Latest revision as of 17:18, 19 February 2023

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.1.0
description  https://wiki.bitplan.com/index.php/SiDIF parser
date  2023-02-19
since  2020-11-06
until  

tickets

Python implementation of SiDIF

  1. Issue - convert sidif to SOML
  2. Issue - Convert sidif to JSON
  3. Issue - convert sidif to plantuml
  4. Issue - convert dict tree to sidif
  5. Issue - Use qualifiers for dict of dict notation
  6. Issue - handle isA and addsTo semantics
  7. Issue - Parse according to SiDIF Grammar