python-ecdsa icon indicating copy to clipboard operation
python-ecdsa copied to clipboard

Add type annotations

Open sumezulike opened this issue 8 months ago • 4 comments

Adding typehints would greatly improve usability.

Without type annotations, IDE support is very limited and I often have to search through the code to figure out the exact types of a given attribute. Also static typechecking is obviously not possible, which I think is also pretty important for consistent code quality.

If that's an effort that would be appreciated, I would start by type-hinting the modules I currently use the most.

sumezulike avatar Jun 01 '24 10:06 sumezulike