Metadata-Version: 2.4
Name: mytools-nn
Version: 0.1.0
Summary: A utility toolkit including json/csv/io operations and qwen api wrapper
Author-email: nn ZHANG <example@email.com>
License: MIT License
Project-URL: Homepage, https://github.com/yourname/mytools-nn
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: openai>=1.0.0
Dynamic: license-file

# mytools-nn

A python toolkit for file operations and Qwen API client.

## Install

pip install mytools-nn

## Usage
```python
from mytools_nn import mytools
print(mytools.add_timestamp_to_filename("data.json"))
```
