Metadata-Version: 2.3
Name: wt-resource-tool
Version: 0.2.1
Summary: 
Author: axiangcoding
Author-email: axiangcoding@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiofiles (>=24.1.0,<25.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Requires-Dist: pydantic-settings (>=2.8.1,<3.0.0)
Requires-Dist: python-dotenv (>=1.1.0,<2.0.0)
Description-Content-Type: text/markdown

# WT Resource Tool

> [!warning]
> This project is still in development, Api is not stable yet! Please use at your own risk.

As a War Thunder community developer, interested in unpacking data but turned off by the complexity of the results? Try the WT Resource Tool!

We did the hard work for you, parsing the data and making it human-readable, so you can focus on what you do best: creating awesome projects for the War Thunder community.

## Not affiliated with Gaijin Entertainment

This project is not affiliated with Gaijin Entertainment.

> However, we did get in touch with Gaijin, maybe some interesting things will happen in the future. WHO KNOWS?

## Features

- **Easy to use**: Install `wt-resource-tool` via pip and start using it right away.
- **Human-readable**: All data is parsed and presented in a human-readable format.
- **Accessible**: We provide easy-to-use api to access the data.
- **Up-to-date**: We keep the data up-to-date with the [War-Thunder-Datamine](https://github.com/gszabi99/War-Thunder-Datamine) repository. Thanks to the contributors!

## Data

- **Player titles**: All player titles in the game, including their localization.
- **Player medals**: All player medals in the game, including their localization and image at different sizes.
- **Vehicle data**: All vehicle data in the game

> [!note]
> More data will be added!

## Usage

### Use python package `wt-resource-tool`

Install the package using pip:

```bash
% pip install wt-resource-tool
```

Then you can use it in your python code. We provide some examples to get you started, take a look at the [playground](playground) folder.

## Credits

Special thanks to [War-Thunder-Datamine](https://github.com/gszabi99/War-Thunder-Datamine) for providing the original data!

