update to python fastpi

This commit is contained in:
Iliyan Angelov
2025-11-16 15:59:05 +02:00
parent 93d4c1df80
commit 98ccd5b6ff
4464 changed files with 773233 additions and 13740 deletions

View File

@@ -0,0 +1,20 @@
The MIT License (MIT)
Copyright (c) 2022 Cole Maclean
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -0,0 +1,120 @@
Metadata-Version: 2.1
Name: aiosmtplib
Version: 3.0.1
Summary: asyncio SMTP client
Home-page: https://github.com/cole/aiosmtplib
License: MIT
Keywords: smtp,email,asyncio
Author: Cole Maclean
Author-email: hi@colemaclean.dev
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: docs
Provides-Extra: uvloop
Requires-Dist: furo (>=2023.9.10,<2024.0.0) ; extra == "docs"
Requires-Dist: sphinx (>=7.0.0,<8.0.0) ; extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.5.0,<0.6.0) ; extra == "docs"
Requires-Dist: sphinx_autodoc_typehints (>=1.24.0,<2.0.0) ; extra == "docs"
Requires-Dist: uvloop (>=0.18,<0.19) ; extra == "uvloop"
Project-URL: Documentation, https://aiosmtplib.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/cole/aiosmtplib
Description-Content-Type: text/x-rst
aiosmtplib
==========
|circleci| |precommit.ci| |codecov| |pypi-version| |pypi-status| |downloads| |pypi-python-versions|
|pypi-license|
------------
aiosmtplib is an asynchronous SMTP client for use with asyncio.
For documentation, see `Read The Docs`_.
Quickstart
----------
..
start quickstart
.. code-block:: python
import asyncio
from email.message import EmailMessage
import aiosmtplib
message = EmailMessage()
message["From"] = "root@localhost"
message["To"] = "somebody@example.com"
message["Subject"] = "Hello World!"
message.set_content("Sent via aiosmtplib")
asyncio.run(aiosmtplib.send(message, hostname="127.0.0.1", port=25))
..
end quickstart
Requirements
------------
..
start requirements
Python 3.8+ is required.
..
end requirements
Bug Reporting
-------------
..
start bug-reporting
Bug reports (and feature requests) are welcome via `Github issues`_.
.. _Github issues: https://github.com/cole/aiosmtplib/issues
..
end bug-reporting
.. |circleci| image:: https://circleci.com/gh/cole/aiosmtplib/tree/main.svg?style=shield
:target: https://circleci.com/gh/cole/aiosmtplib/tree/main
:alt: "aiosmtplib CircleCI build status"
.. |pypi-version| image:: https://img.shields.io/pypi/v/aiosmtplib.svg
:target: https://pypi.python.org/pypi/aiosmtplib
:alt: "aiosmtplib on the Python Package Index"
.. |pypi-python-versions| image:: https://img.shields.io/pypi/pyversions/aiosmtplib.svg
.. |pypi-status| image:: https://img.shields.io/pypi/status/aiosmtplib.svg
.. |pypi-license| image:: https://img.shields.io/pypi/l/aiosmtplib.svg
.. |codecov| image:: https://codecov.io/gh/cole/aiosmtplib/branch/main/graph/badge.svg
:target: https://codecov.io/gh/cole/aiosmtplib
.. |downloads| image:: https://pepy.tech/badge/aiosmtplib
:target: https://pepy.tech/project/aiosmtplib
:alt: "aiosmtplib on pypy.tech"
.. |precommit.ci| image:: https://results.pre-commit.ci/badge/github/cole/aiosmtplib/main.svg
:target: https://results.pre-commit.ci/latest/github/cole/aiosmtplib/main
:alt: "pre-commit.ci status"
.. _Read The Docs: https://aiosmtplib.readthedocs.io/en/stable/

View File

@@ -0,0 +1,31 @@
aiosmtplib-3.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
aiosmtplib-3.0.1.dist-info/LICENSE.txt,sha256=QJZYXPA0OwcT6OfW33PpC7l3l0KLFg8wXkwyb5PJuAI,1079
aiosmtplib-3.0.1.dist-info/METADATA,sha256=w-T6mOwck4IcjTOJEzuEJV1jUrfGKERgvdTm-ys72pY,3880
aiosmtplib-3.0.1.dist-info/RECORD,,
aiosmtplib-3.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiosmtplib-3.0.1.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
aiosmtplib/__init__.py,sha256=d5ywMqd09vy95sgVzOUnkpt4aTXByKJjxQW4M38VUgc,1332
aiosmtplib/__main__.py,sha256=QVJLjeLErSggfsPgQH18Y27d7qav6-BoOinNKf7ArL0,877
aiosmtplib/__pycache__/__init__.cpython-312.pyc,,
aiosmtplib/__pycache__/__main__.cpython-312.pyc,,
aiosmtplib/__pycache__/api.cpython-312.pyc,,
aiosmtplib/__pycache__/auth.cpython-312.pyc,,
aiosmtplib/__pycache__/email.cpython-312.pyc,,
aiosmtplib/__pycache__/errors.cpython-312.pyc,,
aiosmtplib/__pycache__/esmtp.cpython-312.pyc,,
aiosmtplib/__pycache__/protocol.cpython-312.pyc,,
aiosmtplib/__pycache__/response.cpython-312.pyc,,
aiosmtplib/__pycache__/smtp.cpython-312.pyc,,
aiosmtplib/__pycache__/status.cpython-312.pyc,,
aiosmtplib/__pycache__/typing.cpython-312.pyc,,
aiosmtplib/api.py,sha256=BSjcAqm0Oa8TG34QC2D4Qs7-UwKlEyyGQjG3l6xbeCM,5870
aiosmtplib/auth.py,sha256=iinJ7cooLIU1x4O3fQmaHX6CfYtqKnbLnS46avQX98w,1940
aiosmtplib/email.py,sha256=DqLoXV62UPqzJO6wXrqvuHPpAxAhIdVO6G2GBefd3m0,5454
aiosmtplib/errors.py,sha256=HYDl1NoMfu1dRyPTj3Y8F8l56g0SlMa83uuawRrEvME,3190
aiosmtplib/esmtp.py,sha256=CS8HQFJpbokW2GK_IeadQXfGVOBwZNW17MvvrUf9pvs,2369
aiosmtplib/protocol.py,sha256=3ItuH2DuTJ5LZazfyxd5M0TOgl_ZVKZYdJ78rAT9IE4,12956
aiosmtplib/py.typed,sha256=gZqFSJxZQK4TFIqj7Em-0qpGgVkr1EZ9QT7O0zz59S4,97
aiosmtplib/response.py,sha256=TWfuuam1AQLzbkn9Kz8INz4lKEXCIXpjkRpkPUH0shw,672
aiosmtplib/smtp.py,sha256=bnycLbGtwxK33OS1loLwIJ-p0dIqx1UjfDcNjuaT3C0,54079
aiosmtplib/status.py,sha256=DeUp1Ea7ZTt8feo2ekdj4ft-q3x6SjECvrNTSphAZG0,106
aiosmtplib/typing.py,sha256=cxwpfQ8_D4LNmk4mpxOAE8b9dRwUuWPpD0APN3iPuv4,1304

View File

@@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: poetry-core 1.4.0
Root-Is-Purelib: true
Tag: py3-none-any