Metadata-Version: 2.3
Name: easypost-python-toolkit
Version: 1.0.12
Summary: A package providing easy-to-use solutions for common recurring problems. More info in the README file
Project-URL: Homepage, https://bitbucket.org/easypostit/easypost-python-toolkit
Author-email: Postalia Belgium <it@easypost.eu>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: elasticsearch~=8.14.0
Requires-Dist: pyodbc~=5.2.0
Requires-Dist: slack-sdk~=3.30.0
Description-Content-Type: text/markdown

# Easypost Core

---

This package provides a collection of utilities and facades to simplify and standardize common tasks across various applications. Initially, it includes functionalities for SQL Server connections, Slack interactions, and email mailing, with the ability to easily extend with additional features as needed.

## Features

---

- **Logging Solutions** Easy-to-use solutions for logging application statuses and errors, currently supported:
  - Elasticsearch
- **Mailing Tools:** Tools for sending emails via SMTP with support for templates.
- **Slack Interactions:** Easy integration with Slack for sending messages and notifications.
- **SQL Server Connections:** Simplified connection management and query execution for SQL Server databases.

## Installation

---

Install the package using pip:

```bash
pip install easypost_python_toolkit
```

## License

---

This project is licensed under the MIT License. See the LICENSE file for details.
