BjornFJohansson / pydna

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Other
166 stars 45 forks source link

Add some basic type hints #287

Closed kawinsw closed 1 month ago

kawinsw commented 1 month ago

Some basic work on issue #176 for the following:

New to this project, so let me know if I've misinterpreted anything or there are some conventions I should follow.

manulera commented 1 month ago

Hi @kawinsw thank you so much for this contribution. I went through it, and it all looks great.

This is really valuable, specially for newcomers but also for us. I often find myself adding in-line type hints in my scripts to get intellisense when using pydna, so it's very appreciated.

Cheers, Manu

kawinsw commented 1 month ago

Glad this helps!