blue-yonder / turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
http://turbodbc.readthedocs.io/en/latest
MIT License
607 stars 85 forks source link

Support downloading off git/archive #425

Closed nopeless closed 2 months ago

nopeless commented 2 months ago

pip install https://github.com/blue-yonder/turbodbc/archive/master.zip

doesn't work.

The egg building step alters the directory structure a lot. Will you add support for building off of git archive?

xhochy commented 2 months ago

No, this would be significant effort.