Metadata-Version: 2.4
Name: yaml_binary_tree
Version: 1.0.2
Summary: A Binary Tree package with YAML integration
Author: Shlok
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyyaml

# Binary Tree YAML Package

This is a Python package for creating Binary Trees and parsing YAML files and generating a tree from the information in the YAML file.

## Features
* **Binary Tree Operations**: Create trees, add/delete/edit nodes, and print tree structures.
* **YAML Integration**: Build trees from YAML files and export tree data to YAML.


### Prerequisites
* Python 3.7+
* pip (must be installed in the system)

## Installation
### Installation Steps (via pip from PyPI)
1. Go to cmd or terminal.
2. Install the package using pip from PyPI:
    `pip install yaml_binary_tree`




### Installation Steps (Manual Install from the package using pip)
1. Navigate to the `Task_1` directory.
2. Install the package using pip. The `pyproject.toml` file handles the configuration automatically:
   `pip install .`
