Skip to content

Commit b68ff09

Browse files
committed
Added setup and license.
1 parent e5a6735 commit b68ff09

File tree

4 files changed

+704
-2
lines changed

4 files changed

+704
-2
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
*.xml
77
*.dat
88
*_parsetab.py
9-
9+
build/
10+
*.egg-info/
11+
*.mo

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# datcomparser
2-
* Converts DATCOM output files to various formats
2+
* Parses and converts DATCOM output files to various formats using Jinja templates.
33

44
## Dependencies
55
* ply (python lex/yacc)

0 commit comments

Comments
 (0)