https://github.com/ebroecker/pyreqif
should be a python implementation of reqif-format (import/export)
https://github.com/ebroecker/pyreqif
python reqif requirements rif
Last synced: about 1 year ago
JSON representation
should be a python implementation of reqif-format (import/export)
- Host: GitHub
- URL: https://github.com/ebroecker/pyreqif
- Owner: ebroecker
- License: bsd-2-clause
- Created: 2017-06-25T20:33:54.000Z (about 9 years ago)
- Default Branch: py3
- Last Pushed: 2024-04-25T05:43:17.000Z (about 2 years ago)
- Last Synced: 2024-04-25T06:37:40.492Z (about 2 years ago)
- Topics: python, reqif, requirements, rif
- Language: Python
- Size: 146 KB
- Stars: 31
- Watchers: 11
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyreqif
[](https://travis-ci.org/ebroecker/pyreqif)
## simple python representation of RIF/REQIF (Exerpt/HIS/...) Objects in Python ##
currently some basic support to convert:
* reqif2html.py:
converts given rif/reqif-File to html-File
* reqif2xlsx.py
converts given rif/reqif-File to xlsx-File (Excel)
* xlsx2reqif.py
converts given xlsx-File (Excel) to rif/reqif-File
* example.py
use for own implementations (e.g. for import reqif-objects in own system)
## Howto Install ##
* git clone https://github.com/ebroecker/pyreqif.git
* python setup.py install