Metadata-Version: 2.4
Name: imansur-tools
Version: 0.1.3
Summary: Indentation level based directory and file creator
Author-email: Ilker Mansur <your-email@example.com>
Project-URL: Homepage, https://github.com/yourusername/imansur-tools
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# imansur-tools

A professional utility for creating directory structures and files based on indentation patterns.

## Installation

```bash
pip install imansur-tools
```

## Quick Start

```python
# Artik her şey imansur_tools üzerinden yürüyor.
from imansur_tools import build_tree

structure = """
project/
  src/
    main.py
    utils.py
  tests/
    test_main.py
  README.md
"""

build_tree(structure)
```

## Rules
...
