messaging-py-sdk

View on PyPIReverse Dependencies (0)

2.1.2 messaging_py_sdk-2.1.2-py3-none-any.whl

Wheel Details

Project: messaging-py-sdk
Version: 2.1.2
Filename: messaging_py_sdk-2.1.2-py3-none-any.whl
Download: [link]
Size: 22271
MD5: ca53e1836afc933bf65791f2e39ca94f
SHA256: d9848a272fc90510b44359a6cd01b4d38a8235e29b493ed4b7a7fb2a6e0f6d35
Uploaded: 2024-12-06 23:58:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: messaging-py-sdk
Version: 2.1.2
Summary: A Python SDK for managing messages and contacts, with webhook integration.
Author: Amirul Islam
Author-Email: amirulislamalmamun[at]gmail.com
Home-Page: https://github.com/shiningflash/messaging-sdk
Project-Url: Documentation, https://github.com/shiningflash/messaging-sdk/blob/main/README.md
Project-Url: Source Code, https://github.com/shiningflash
Project-Url: Issue Tracker, https://github.com/shiningflash/messaging-sdk/issues
License: Apache
Keywords: messaging sdk python api contacts
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: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: requests
Requires-Dist: python-dotenv
Requires-Dist: pytest
Requires-Dist: pytest-mock
Requires-Dist: flake8
Requires-Dist: black
Requires-Dist: mypy
Requires-Dist: pydantic
Requires-Dist: pytest-cov
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: pytest-asyncio
Requires-Dist: httpx
Requires-Dist: pydantic-settings
Requires-Dist: flake8; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 21391 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
core/config.py sha256=BniUKxM6VuqH3FTzi8IdIPuHGdorF26zLlOreyS7w_o 1153
core/logger.py sha256=wiKwL50YyJDEZMbF1Oo5kJ9TkM98QIe_sXVjk3kd63Q 1367
core/requests.py sha256=13AG8dlcbw78SpUjuJXC33bpKDf2LvYJLWXo90lGmYQ 470
core/retry.py sha256=_qU7vu2ErC2z7aGgVmSt7k53JkPzVtbhLxu-4rpwoUw 1111
core/security.py sha256=luHQVQwjE0SVl7QlD74k7vhm6M-1ZRz84QKHcEsWslI 1864
core/validators.py sha256=CYb6CYzWTu58ddFdZ8EJrpLq5XR9GGTY02gt1dPARck 2147
core/exceptions/__init__.py sha256=qaPiRVGd9ofnx4mYUTyLU1wrQar5b_9lQ6BwLR-VwLM 489
core/exceptions/api.py sha256=J2SbBJlEYM3XKJSf1-iYxg2VWkXa5oVbN90qrkmuVYQ 2149
core/exceptions/decorators.py sha256=-2JmLao9vvmKQowPa1g4z2jX1CtzRNYDwmmKqmyHcXk 1980
core/exceptions/resource.py sha256=d460avFOu3wzHUxGceCEH9Sm7_gCWD0f9sLwN31I8ew 1059
schemas/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
schemas/contacts.py sha256=6ASZukOH5hnRP09kKKjp1V11ta_uHVAGX9j1lxh4LQc 2672
schemas/errors.py sha256=KnLKR8Jq9d_mER40pqR1eQflTULPO5ItkttTFaZLzVo 1836
schemas/messages.py sha256=P4_aHItpcHIG3mOrJRWX1wS0N8ZD4xS7bL5esqyhgCc 5811
schemas/webhook.py sha256=nA747OO8XbxWduytJAbAvRo8clr7J-iQU9SVCSWeeT8 1248
sdk/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sdk/client.py sha256=NUG1XI7ea653ZLPdC25KGJmIM-oRJPRaY1-d4spRR1U 3650
sdk/features/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sdk/features/contacts.py sha256=eG1tEE-WN3paglsxn91urjAumL-XL1QdMY4ALLfefRU 3775
sdk/features/messages.py sha256=BuTyGIf8AireUgyw3C5dffQcsTjPpfiSjmfKz8E3byg 3697
server/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
server/app.py sha256=M9oeVx_sqMR82LsN3dFKwE4lcmGuL0-zeN_poTdjdpU 1811
messaging_py_sdk-2.1.2.dist-info/METADATA sha256=vXAJ-nQ7684Lkgy7LyYix4OfsKkKsrEAQfk-cni5E_8 23677
messaging_py_sdk-2.1.2.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
messaging_py_sdk-2.1.2.dist-info/top_level.txt sha256=T6vkxqNHClO3wXbtJ-ZEPmQUmGYNTZzeHCBBvTybiy4 24
messaging_py_sdk-2.1.2.dist-info/RECORD

top_level.txt

core
schemas
sdk
server