Metadata-Version: 2.1
Name: kasheesh_tools
Version: 0.0.1
Summary: Standard Tools
Author-email: Haibo Yu <haibo.yu@kasheesh.co>
Project-URL: Homepage, https://github.com/fscbco/pytool-telegram
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# pytool-telegram

This is a package for Kasheesh python tools


## Environment Variables

This library requires the following environment variables to be set:

- `AWS_ACCESS_KEY_ID`: The API for accessing AWS.
- `AWS_SECRET_ACCESS_KEY`: The API key for accessing AWS.

Example:
```bash
export DB_PORT='your_db_port'

