Metadata-Version: 2.4
Name: BinaryTreePy
Version: 0.0.1
Summary: A simple Python library for creating and working with binary trees
Home-page: https://github.com/yourusername/BinaryTreePy
Author: Pramod Dixit
Author-email: your_email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# BinaryTreePy

A simple Python library to create and work with binary trees.

## Installation

```bash
pip install BinaryTreePy
```
