Metadata-Version: 2.4
Name: importsearch
Version: 0.1.1
Summary: A small example package
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Author-email: Example Author <author@example.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# importsearch

importsearch is a tool for scanning and auditing your Python scripts for all imported modules. It helps you quickly understand your project's dependencies by parsing your source files and listing every module that is imported.

## Features

- **Dependency Audit:** Provides a clear list of external libraries and modules your project relies on.


## Installation

You can install importsearch using pip:

```bash
pip install importsearch
