Currently, one of my packages requires a JSON analyzer / encoder, and it is intended to be used simplejson, if possible, if necessary, it will be returned back to the module json(in the standard library) (as tests show simplejsonfaster).
However, recently it has been amazed and it is not indicated whether it will simplejsoninstall when using zc.buildout- something with the transition to github, I suppose. What made me think; Is it possible to identify optional packages in my file setup.py, which, if it is not available, will not stop the installation of my package?
source
share