python - paste egg包
巴扎黑
巴扎黑 2017-04-17 17:58:46
0
1
462

在paste egg-info 包里面有下面几个文件,请问这些文件都有什么作用啊?


那个entry_points.txt 文件的作用是什么啊?在entry_points.txt文件中各段都是什么什么意思啊?

巴扎黑
巴扎黑

reply all(1)
伊谢尔伦

Python provides dynamic loading of implementation code. The plugins in each module of openstack are generally loaded dynamically. Find the entry-info.txt file from the egg-info package of the installation package, and then find the name of the class to be loaded. Dynamically load classes according to their names.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template