Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设您支持 Python 2.6 或更高版本,发布 .egg 包是否有意义,或者发布 .whl 包是否足够?
就我而言,这些包是纯 python。
您能否假设您的潜在用户都将拥有 pip >= 1.4 和/或 setuptools >= 0.8?如果是这样,轮子很好。如果没有,鸡蛋会帮助他们,因为以前的 pip 和 setuptools 版本不支持轮子。我相信,他们的 Python 是 2.6 或更高版本的事实并不能保证他们的安装工具是相当新的。