An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# pyreqif

[![Build Status](https://travis-ci.org/ebroecker/pyreqif.svg?branch=py3)](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