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.
我试图使用 pybuilder 构建一个 Django 项目,我需要在其中分离 pyc 文件和资源文件。这是关于保护源代码的,我知道我们可以通过许可机制来实现这一点。我们的要求是将 pyc 文件而不是实际的 py 文件分发给客户端。