signalation

View on PyPIReverse Dependencies (0)

1.0.0 signalation-1.0.0-py3-none-any.whl

Wheel Details

Project: signalation
Version: 1.0.0
Filename: signalation-1.0.0-py3-none-any.whl
Download: [link]
Size: 12915
MD5: 569191a5141061a40990e09952b6283f
SHA256: 0467f9d0d4a00c3d2d1b1a009f08859e8ed3e2f3a357e5ee263fcfe068733d64
Uploaded: 2023-05-13 09:15:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: signalation
Version: 1.0.0
Summary: Produce your messages from your signal account to kafka.
Author-Email: Markus Borea <borea17[at]protonmail.com>
Project-Url: Homepage, https://github.com/borea17/signal-kafka-producer
License: MIT License Copyright (c) 2023 borea17 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.
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: coloredlogs (==15.0.1)
Requires-Dist: confluent-kafka (==2.0.2)
Requires-Dist: click (==8.1.3)
Requires-Dist: numpy (==1.24.2)
Requires-Dist: pandas (==1.5.3)
Requires-Dist: pydantic (==1.10.5)
Requires-Dist: python-dotenv (==1.0.0)
Requires-Dist: pyyaml (==6.0)
Requires-Dist: requests (==2.28.2)
Requires-Dist: black (==22.12.0); extra == "dev"
Requires-Dist: flake8 (==6.0.0); extra == "dev"
Requires-Dist: isort (==5.11.4); extra == "dev"
Requires-Dist: pre-commit (==2.21.0); extra == "dev"
Requires-Dist: pytest (==7.1.0); extra == "dev"
Requires-Dist: pytest-cov (==3.0.0); extra == "dev"
Requires-Dist: pytest-timeout (==2.1.0); extra == "dev"
Requires-Dist: pdbpp (>=0.10.3); extra == "dev"
Requires-Dist: requests-mock (==1.10.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7837 characters]

WHEEL

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

RECORD

Path Digest Size
signalation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
signalation/conf/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
signalation/conf/logger.py sha256=kHcKghnUV33fXAopELmPWFnDeiJPyLLL1IG9LmwVU_4 374
signalation/conf/logging_config.yaml sha256=5oAAS3zPSunWXagsT1PNGO9wZDBrLOlKLcui9vnVM4E 2021
signalation/conf/settings.py sha256=RHMqQS3BnBaVIbgyFGoAT9IThajgpoRJmtnaFd8sXXY 1086
signalation/entities/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
signalation/entities/attachment.py sha256=-9UybB_IOOXxwE-jt9j0vI6ZhMYgbaAh3BulPwRsqxA 2401
signalation/entities/signal_message.py sha256=iTdj1GGtww4I6jj2Gg1BiDkDJMoh0tQvS3YCjjSfGZc 4393
signalation/services/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
signalation/services/producer.py sha256=OXMCsjmRUXhoH4fJqA0HkgJ_UslhGuW3Hr4_J0YJxiA 7596
signalation-1.0.0.dist-info/LICENSE sha256=TOJ7RcRpGBZmy6JkURH-VANjeS-3OHBQSsAiGe5ADA0 1064
signalation-1.0.0.dist-info/METADATA sha256=vWb53a60_4eEVqi-YNYlAgA1tg4luWqeEf__CILsulM 10353
signalation-1.0.0.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
signalation-1.0.0.dist-info/entry_points.txt sha256=qH1Bswx9ww0Z9B4RcRXCw2IKfJOowhVzn9Ytw_Fdg5M 76
signalation-1.0.0.dist-info/top_level.txt sha256=1QbxJoI5VEKGsjERaSfqBhjvg0miUvRa3PJaWysBXeM 12
signalation-1.0.0.dist-info/RECORD

top_level.txt

signalation

entry_points.txt

signal-kafka-producer = signalation.services.producer:run