Open
Description
Here are few changes I want to implement:
- reformat the entire Python code using
isort
andblack
. - add docstrings where missing
- add type hinting using the in-built
typing
module - use faster string methods (depending on the Python version)
- replace
OrderedDict
with regulardict
(depending on the Python version) - more minor optimisations (depending on the Python version)
I can do all this but would need the following data to do that:
- Python version being used
- dependencies and their version
I have already started working on the first 3 and am going to complete that part. Soon, I will begin to optimise the code but would need the info to do so.
Metadata
Metadata
Assignees
Labels
No labels