The install instructions are really difficult. I think that:
- A
setup.py should be created
- A wheel should be created
- Release the last version with the wheel
- publish it to Pypi
This way, installing EWA will be simply pip install ewa.
PS: obligatory requirement of mssql and cx_Oraclein code must be removed. The code that requires these libraries must be loaded only if the .ini file requires that database. There's no need to impose the user to install all the supported drivers.
PPS: instructions to how to install the absurdly compicated cx_Oracle driver should remain.
The install instructions are really difficult. I think that:
setup.pyshould be createdThis way, installing EWA will be simply
pip install ewa.PS: obligatory requirement of
mssqlandcx_Oraclein code must be removed. The code that requires these libraries must be loaded only if the.inifile requires that database. There's no need to impose the user to install all the supported drivers.PPS: instructions to how to install the absurdly compicated
cx_Oracledriver should remain.