Metadata-Version: 2.4
Name: PyAppleTree
Version: 1.0.0a0.dev4
Summary: Python Runtime Overall Operating Toolkit / Analyze, Prepare, Profile, Log, Explain
Author: seanleeee13
License-Expression: MIT
Project-URL: Repository, https://github.com/seanleeee13/PyAppleTree
Project-URL: Issues, https://github.com/seanleeee13/PyAppleTree/issues
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.15
Classifier: Operating System :: OS Independent
Requires-Python: >=3.15
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PyAppleTree version 1.0.0a0.dev4

![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

- Added license and tags

##### 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
