Google App Engine 的固定装置
有没有可以在 Google App Engine 上创建固定装置的 Python 工具?我尝试了 Fixture(http://farmdev.com/projects/fixture/)。这是我遇到过的最棒的工具。我喜欢简洁的方法和 API 的一致性。但它是 LGPL 许可的。我们的项目是根据 Apache License 2.0 获得许可的,并且 AFAIK LGPL 与该许可证不兼容。有人可以推荐任何其他类似于 Fixture 但具有 Apache 兼容许可证的工具吗?
Are there any Python tools to create fixtures on Google App Engine? I tried Fixture(http://farmdev.com/projects/fixture/). It is the most awesome tool I have come across. I love the clean approach and the consistency of the APIs. But it is LGPL licensed. Our project is licensed under Apache License 2.0 and AFAIK LGPL is incompatible with this license. Can some one please suggest any other tool similar to Fixture but with Apache compatible license?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用这些装置只是为了测试您的应用程序吗?如果是这样,我认为您的应用程序的许可证根本不重要。仅当您重新分配灯具功能时这才重要。
Are you using the fixtures just for testing your app? If so, I don't think the license of your app matters at all. It would only be important if you were redistributing the fixtures functionality.