Element properties of using Python/Pymatgen/mendelev or any other

Dear Developers and Friends,

I am looking to extract the following atomic properties:
The highest occupied molecular orbital (HOMO), lowest unoccupied molecular orbital (LUMO) energies, ionization energy, electronegativity, Zunger’s pseudopotential radius (sum of the radii for the s and p orbitals), electron affinity, atomic radius.
For example H_IE (ionization energy of Hydrogen), r_H (Shannon’s ionic radii of Hydrogen).

As of now, I only found the Oxidation state of any atom(lets say Oxygen) in the given method

from mendeleev import element
O = element(‘O’)
print(O.oxistates)