The two files input/package_info.py and parsers/package_info.py have similar names, which can sometimes be misleading.
dc3b864 renames parsers/package_info.py to parsers/package_info_parser.py. This reduces confusion and matches nicely with how the other parser is named: parsers/source_parser.py.
Summary
The two files
input/package_info.py
andparsers/package_info.py
have similar names, which can sometimes be misleading.dc3b864 renames
parsers/package_info.py
toparsers/package_info_parser.py
. This reduces confusion and matches nicely with how the other parser is named:parsers/source_parser.py
.