Logistic regression

hello!
i did a logistic regression with this:

model_now = LogisticRegression(solver='saga', penalty='l2')
model_now.fit(X_train_now_dummy, y_train)

how can i get a table with coefficients and the relative significance tests?