Metadata-Version: 2.3
Name: trd_utils
Version: 0.0.41
Summary: Common Basic Utils for Python3. By ALiwoto.
Keywords: utils,trd_utils,basic-utils,common-utils
Author: ALiwoto
Author-email: aminnimaj@gmail.com
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cryptography (>=41.0.7)
Requires-Dist: httpx (>=0.21.0)
Requires-Dist: python-dateutil (>=2.9.0.post0)
Requires-Dist: websockets (>=15.0.1)
Project-URL: Homepage, https://github.com/ALiwoto/trd_utils
Description-Content-Type: text/markdown

# Trd Utils

Basic common utils for Python.

## How to run tests

Use this command first:

```bash
pip install -e .
```

Then run the tests in vscode.

