Metadata-Version: 2.1
Name: wt-profile-tool
Version: 0.1.0
Summary: 
Author: axiangcoding
Author-email: axiangcoding@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: bbpb (>=1.1.0,<2.0.0)
Requires-Dist: httpx (>=0.26.0,<0.27.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
Description-Content-Type: text/markdown

# WT Profile Tool

## Description
This tool is used to fetch user profile from the WarThunder server and returns a readable class
## Usage
First, you need to install the package using pip:

```bash
pip install wt-profile-tool
```

Then, You can simply import the class and use it like this:

```python
data = WTProfileTool.get_profile_by_userid(userid="1234567890")
print(data)
```

## Contributing
Pull requests are welcome.

## License
[MIT License](./LICENSE)

