Metadata-Version: 2.1
Name: send2any
Version: 0.1.0
Summary: An unified notification sender sdk
Home-page: https://github.com/nuxion/sent2any
License: Apache-2.0
Keywords: discord,slack,email,smtp
Author: nuxion
Author-email: nuxion@gmail.com
Requires-Python: >=3.8,<3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: httpx (>=0.22.0,<0.23.0)
Project-URL: Documentation, https://sent2any.readthedocs.io/
Project-URL: Repository, https://github.com/nuxion/sent2any
Description-Content-Type: text/markdown

# Send2Any

![readthedocs](https://readthedocs.org/projects/send2any/badge/?version=latest)
![PyPI - Format](https://img.shields.io/pypi/format/nb_workflows)
![PyPI - Status](https://img.shields.io/pypi/status/nb_workflows)

[![Latest PyPI version](https://img.shields.io/pypi/v/send2any.svg)](https://pypi.python.org/pypi/send2any)
[![Python versions](https://img.shields.io/pypi/pyversions/send2any.svg)](https://pypi.python.org/pypi/send2any)
[![Version status](https://img.shields.io/pypi/status/send2any.svg)](https://pypi.python.org/pypi/send2any)
[![Apache-2.0](https://img.shields.io/pypi/l/send2any.svg)](https://raw.githubusercontent.com/nuxion/main/LICENSE)

[![Documentation](https://readthedocs.org/projects/send2any/badge/?version=latest)](http://send2any.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)


## Description 

A notification library around  services like slack, discord, traditional email, and so forth.

The goal is to provide an unified api between different services when possible. 

Futhermore, whenever possible, the project will try to use only bare bones http requests before any third party library. 

## Resources

- [Slack API docs](https://api.slack.com/authentication/basics)

