google / textfsm

Python module for parsing semi-structured text into python tables.
Apache License 2.0
1.11k stars 171 forks source link

namespace conflict with texttable #35

Closed scarabeusiv closed 5 years ago

scarabeusiv commented 6 years ago

There is python package texttable which provides texttable.py file same like this project.

Collision report from the rpm:

found conflict of python2-textfsm-0.4.1-3.1.noarch with python2-texttable-1.1.1-1.2.noarch:

found conflict of python3-textfsm-0.4.1-3.1.noarch with python3-texttable-1.1.1-1.2.noarch:

xavierhardy commented 6 years ago

Making textfsm a Python package should solve the problem, but it will break older code as it will change the overall module structure.