This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Description
I'd like to contribute, but I've looked around and have failed to find some minimal set of instructions. What I'd like to know when constructing pull requests:
What version of Python to target? My default version is 3.7.6, which is from December 2019.
Do we need to support Python2?
What level of testing? It looks like test.py is the main test, anything else?
Should we add type hints as we go along (assuming Python2 is no longer targeted)?
I usually try to run pylint and mypy on my normal code submissions. However, running pylint on asnobj results in a negative score, so that doesn't seem like a good idea here. And it's pretty obvious that there's no type hints present. Would you have an objection to adding it, at least at a minimal/documentation level, to new routines?
Anything else?