Metadata-Version: 2.4
Name: importer-utils
Version: 1.0.0
Summary: Advanced Python module analysis and management toolkit
Author-email: Momen Waleed <mikl37228@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/mikl37228-spec/importer
Project-URL: Repository, https://github.com/mikl37228-spec/importer
Project-URL: Bug Reports, https://github.com/mikl37228-spec/importer/issues
Keywords: modules,analysis,import,inspection,dependencies
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: importlib-metadata>=4.0.0
Requires-Dist: packaging>=21.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: black>=22.0; extra == "dev"
Requires-Dist: isort>=5.0; extra == "dev"
Provides-Extra: full
Requires-Dist: python-minifier>=2.0.0; extra == "full"
Requires-Dist: pyyaml>=6.0; extra == "full"

# Importer - Python Module Explorer

A comprehensive toolkit for advanced Python module analysis, management, and runtime manipulation.

## Overview

Importer provides a complete suite of tools for working with Python modules at runtime. It enables deep inspection, dynamic modification, dependency analysis, and performance monitoring of any Python module or package.

## Key Features

### Module Analysis
- Source code analysis using AST parsing
- Function and class signature extraction  
- Import statement analysis
- Metadata and dependency inspection
- Code structure visualization

### Runtime Management
- Dynamic module modification and injection
- Feature toggling and disabling
- Lazy loading and import optimization
- Module backup and restoration
- Version management

### Performance Monitoring
- Call tracing and execution profiling
- Memory usage tracking
- Performance bottleneck detection
- Real-time monitoring capabilities

### Dependency Management
- Dependency tree visualization
- Version conflict detection
- Package metadata analysis
- Cross-format export (JSON, YAML, Graphviz)

## Installation

```bash
pip install importer-explorer

## information 

Use Cases

· Debugging: Trace execution and find bottlenecks
· Dependency Management: Analyze and visualize package dependencies
· Code Analysis: Understand third-party library structure
· Runtime Modification: Dynamically patch and extend modules
· Performance Optimization: Identify slow functions and memory issues
· Educational: Learn how Python modules work internally

Documentation

Full documentation is available at GitHub Repository

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues on GitHub.

License

MIT License - see LICENSE file for details.

Author

Momen Waleed
GitHub: mikl37228-spec
