https://github.com/vb64/oeg.infotech.tool
Console utility for manipulating OrgEnergoGaz Infotech xml files
https://github.com/vb64/oeg.infotech.tool
Last synced: 8 months ago
JSON representation
Console utility for manipulating OrgEnergoGaz Infotech xml files
- Host: GitHub
- URL: https://github.com/vb64/oeg.infotech.tool
- Owner: vb64
- License: mit
- Created: 2019-03-15T06:56:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T06:15:14.000Z (over 6 years ago)
- Last Synced: 2025-02-03T15:55:32.260Z (over 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history.txt
- License: LICENSE
Awesome Lists containing this project
README
# oeg.infotech.tool
[](https://travis-ci.org/vb64/oeg.infotech.tool)
[](https://codeclimate.com/github/vb64/oeg.infotech.tool)
[](https://coveralls.io/github/vb64/oeg.infotech.tool?branch=master)
Win32 console utility for manipulating OrgEnergoGaz Infotech xml files
## Install
```
$ git clone git@github.com:vb64/oeg.infotech.tool.git
$ cd oeg.infotech.tool
$ make setup PYTHON_BIN=D:\python\2.7.15\python.exe
```
## Build infotech.exe
```
$ make exe
```
`infotech.exe` executable can be found in `dist` folder.
## Use
```
> infotech.exe csv_weld fixtures\xml\1736.xml >build\1736_weld.csv
> infotech.exe csv_defect fixtures\xml\1736.xml >build\1736_defect.csv
> infotech.exe csv_lineobj fixtures\xml\1736.xml >build\1736_lineobj.csv
> infotech.exe reverse fixtures\xml\1736.xml >build\1736_reverse.xml
> infotech.exe join fixtures\xml\1736.xml 1100 fixtures\xml\1737.xml >build\1736_join.xml
```