SUNET / python_x509_pkcs11

Python library for signing x509 using keys in an pkcs11 device
MIT License
4 stars 3 forks source link

Make the constants more Pythonic #6

Closed kushaldas closed 5 months ago

kushaldas commented 5 months ago

Right now the constants are in lower case, converting them upper case following PEP-8 would make them more readable.