Python Daemon Packaging Best Practices

后端 未结 10 1457
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 09:48

I have a tool which I have written in python and generally should be run as a daemon. What are the best practices for packaging this tool for distribution, particularly how sho

10条回答
  •  醉酒成梦
    2021-01-30 10:02

    Check the Ben Finney's daemon module. He has started to write a PEP targeting python 3.X:

    http://www.python.org/dev/peps/pep-3143/

    But an implementation is already available here :

    http://pypi.python.org/pypi/python-daemon/

提交回复
热议问题