I am trying to create a python script which lists the supported curves. Basically I want to do this in Python
openssl ecparam -list_curves
EDIT:
I've tried the pyOpenSSL wrapper module which does contain a with similar functionality but I am hoping for a simpler way to do this without the use of this module