Metadata-Version: 2.4
Name: PyAppleTree
Version: 1.0.0a0.dev3
Summary: Python Runtime Overall Operating Toolkit / Analyze, Prepare, Profile, Log, Explain
Author: seanleeee13
Requires-Python: >=3.15
Description-Content-Type: text/markdown

# PyAppleTree version 1.0.0a0.dev3

![Python Version](https://img.shields.io/badge/python-3.15+-blue)

## Install

```
pip install PyAppleTree
```
```
pip install https://github.com/seanleeee13/PyAppleTree.git
```
```
pip install . & rem after cloning this project
```

## Issues

Please report issues into https://github.com/seanleeee13/PyAppleTree/issues/new

## Version

This is reversion 3 in alpha 0 (development) of version `1.0.0`.

### Change Log

#### 1.0.0a0

##### 1.0.0a0.dev3

- Redesigned colors
- Optimized report part
- Fixed various bugs

##### 1.0.0a0.dev2

- Added `advanced` / `lab` mode
- Classified features
- Optimizated metrics part
- Added support for python 3.15.0b2

##### 1.0.0a0.dev1

- Better translation, added readme
- Merged `analyze` folder into one file

##### 1.0.0a0.dev0

- First Version
