easypost-core


Nameeasypost-core JSON
Version 1.0.10 PyPI version JSON
download
home_pageNone
SummaryA package providing easy-to-use solutions for common recurring problems. More info in the README file
upload_time2024-08-20 08:03:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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_core
```

## License

---

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "easypost-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Postalia Belgium <it@easypost.eu>",
    "download_url": "https://files.pythonhosted.org/packages/f7/27/028ff0d9096b2b264a95fa53fcf7126c256b089510cd2978a41676955f08/easypost_core-1.0.10.tar.gz",
    "platform": null,
    "description": "# Easypost Core\n\n---\n\nThis 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.\n\n## Features\n\n---\n\n- **Logging Solutions** Easy-to-use solutions for logging application statuses and errors, currently supported:\n  - Elasticsearch\n- **Mailing Tools:** Tools for sending emails via SMTP with support for templates.\n- **Slack Interactions:** Easy integration with Slack for sending messages and notifications.\n- **SQL Server Connections:** Simplified connection management and query execution for SQL Server databases.\n\n## Installation\n\n---\n\nInstall the package using pip:\n\n```bash\npip install easypost_core\n```\n\n## License\n\n---\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package providing easy-to-use solutions for common recurring problems. More info in the README file",
    "version": "1.0.10",
    "project_urls": {
        "Homepage": "https://bitbucket.org/easypostit/easypost-core"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e7c1677dca09c0cd873668ad385d0ac81d3e6cbcdfc1ec9f380a005342861e2",
                "md5": "a8c9a4215e5f21e07868eb77a6213ab2",
                "sha256": "c776dba82e0faadc8551cab344f3b9d94052ddb2f2a9950852626872006dc06a"
            },
            "downloads": -1,
            "filename": "easypost_core-1.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8c9a4215e5f21e07868eb77a6213ab2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9620,
            "upload_time": "2024-08-20T08:03:19",
            "upload_time_iso_8601": "2024-08-20T08:03:19.794560Z",
            "url": "https://files.pythonhosted.org/packages/1e/7c/1677dca09c0cd873668ad385d0ac81d3e6cbcdfc1ec9f380a005342861e2/easypost_core-1.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f727028ff0d9096b2b264a95fa53fcf7126c256b089510cd2978a41676955f08",
                "md5": "5aad7f0010034907f062b96ac3cd2b02",
                "sha256": "06fe78e800eb9dcc29e84a2be564d453575563b6c6a6c622498c48e1515257d8"
            },
            "downloads": -1,
            "filename": "easypost_core-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "5aad7f0010034907f062b96ac3cd2b02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8767,
            "upload_time": "2024-08-20T08:03:20",
            "upload_time_iso_8601": "2024-08-20T08:03:20.881221Z",
            "url": "https://files.pythonhosted.org/packages/f7/27/028ff0d9096b2b264a95fa53fcf7126c256b089510cd2978a41676955f08/easypost_core-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-20 08:03:20",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "easypostit",
    "bitbucket_project": "easypost-core",
    "lcname": "easypost-core"
}
        
Elapsed time: 0.38996s