Misc * Add support for Python 3.11 and 3.12 * Remove support for 3.7
0.4.3
Misc - Add support for Python 3.10
0.4.2
New features - Add import counts in the report - Add option to sort report alphabetically - Prettify report
0.4.1
New features - Python API
Misc - Add mypy support
0.4.0
New features - `--ignore-std-lib` flag to toggle whether standard library modules will be omitted from the output - Utility to scrape for standard library modules for a given Python version
Misc - Break up workflow with more modularized functions
0.3.5
Misc - Turn test directories into sub-packages: This is to enable the usage of `pytest --pyargs iscan` in conda-forge's [staged recipe](https://github.com/conda-forge/staged-recipes/pull/12291)