Metadata-Version: 2.4
Name: PyAppleTree
Version: 1.0.0a0.dev8
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
Project-URL: Changelog, https://pyappletree.readthedocs.io/ko/latest/update/changelog.html
Project-URL: Documentation, https://pyappletree.readthedocs.io/en/latest
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.dev8

[![Version](https://img.shields.io/badge/pypi-v1.0.0a0.dev8-orange)](https://pypi.org/project/PyAppleTree)
[![Python Version](https://img.shields.io/badge/python-3.15+-blue)](https://pypi.org/project/PyAppleTree)
[![License](https://img.shields.io/badge/license-MIT-white)](https://pypi.org/project/PyAppleTree)

> **Python Runtime Overall Operating Toolkit**

> Analyze, Prepare, Profile, Log, Explain.

[한국어 문서](https://pyappletree.readthedocs.io/ko/latest/)
[English Documentation (TODO)](https://pyappletree.readthedocs.io/en/latest/)

## Features

- Profiling projects
    - By using python built-in `profiling.sampling` package, this program has no requirements, requires zero modification, and has low overhead.
- Translation
    - This program has outstanding translation.
    - This program supports Korean. (No English yet; sorry)

## Future Plan

- Add translation for english, spanish, etc.
- Add VSCode Extension for this program

## Install

```
pip install PyAppleTree
```
```
pip install PyAppleTree==1.0.0a0.dev8
```
```
pip install git+https://github.com/seanleeee13/PyAppleTree.git
```

## Usage

```
# Basic mode
python -m appletree analyze test.py
```
```
# Advanced mode
python -m appletree analyze -a test.py
```

## Issues

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