notification-service-nightly

View on PyPIReverse Dependencies (1)

2023.12.31 notification_service_nightly-2023.12.31-py3-none-any.whl

Wheel Details

Project: notification-service-nightly
Version: 2023.12.31
Filename: notification_service_nightly-2023.12.31-py3-none-any.whl
Download: [link]
Size: 77557
MD5: f29cec34efdfe9b9635d78411f84b33d
SHA256: 0b834f668d5b2284fa3b18724b3fa6f9cde1be0d35a25800f922d31ed116f718
Uploaded: 2023-12-31 16:06:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: notification-service-nightly
Version: 2023.12.31
Summary: A Python package which provides stable notification service.
Author-Email: flink.aiflow[at]gmail.com
Home-Page: https://github.com/flink-extended/ai-flow
Requires-Dist: protobuf (==3.15.6)
Requires-Dist: grpcio (==1.35.0)
Requires-Dist: sqlalchemy (<2,>=1.3.18)
Requires-Dist: pyyaml (<5.4,>=5.1)
Requires-Dist: rich (==9.2.0)
Requires-Dist: python-dateutil (<3,>=2.8)
Requires-Dist: alembic (<2.0,>=1.2)
Requires-Dist: python-daemon (<2.2,>=2.1.1)
[No description]

WHEEL

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

RECORD

Path Digest Size
notification_service/__init__.py sha256=TQntJnXO1D-or5nuwZRI9jpvcXYlzcjL1LvnUctYFzk 588
notification_service/__main__.py sha256=L16IfJDf5Od89uW55Hv51YDFvIvnZCu7Uwf32N0hmZI 946
notification_service/alembic.ini sha256=7_viOxUvpL9m2UMML86QuHjN1Fd62_whXFZl57TJjMw 2159
notification_service/settings.py sha256=5Ui9LH_iVm2KAfnj0d3R31IxjkO2G0nWwu5r5kMDoIc 2104
notification_service/version.py sha256=G7MVDYmLpjlTOknCVtslMq_cxQaiOYTH1o817jwXucw 728
notification_service/cli/__init__.py sha256=dj90llMXy3tIDm_zNZiqFYcjilFftGwQjrAy1BQdmkc 586
notification_service/cli/cli_parser.py sha256=6y6xWJbeqSH-c6UjuRzimKyEAwyHbit76yptbwGC9tU 13012
notification_service/cli/simple_table.py sha256=-YdZyO2Uj5JY3LScnx8-JMAI-_Ua0pphQwfZgtjjJYo 4284
notification_service/cli/commands/__init__.py sha256=dj90llMXy3tIDm_zNZiqFYcjilFftGwQjrAy1BQdmkc 586
notification_service/cli/commands/config_command.py sha256=QebJAKFQsT3hzraBNuWQFj_9KKgLN0mtTMvhUaXaLII 2239
notification_service/cli/commands/db_command.py sha256=-dSZ1dd7KaEOiQz2SR5eV8tI0TtNl-kPR0Q1sNuaEzc 1899
notification_service/cli/commands/event_command.py sha256=PY6GqfT512C_YLldKWxWOHP8o1pFwfjYzXy4TkEquzo 4823
notification_service/cli/commands/server_command.py sha256=8PBy8UhLmPMihzVSJNZLfwgVL1jv_g8BrYAT4JRSXrA 4392
notification_service/cli/commands/version_command.py sha256=2p8imE9xurZxXwkT6Ix9yBsD096xuuBQOuoDpI_nR8k 763
notification_service/client/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notification_service/client/embedded_notification_client.py sha256=9bPKnC_FznD_9hS9go3crTN9GMk2-oiu1diFAXFaXpY 18676
notification_service/client/notification_client.py sha256=aYCrKgeQVihrWnY2_vq88ig8vwD0ThO9tx-QRCu4n2Y 3280
notification_service/config_templates/__init__.py sha256=qWptPuQBS2l1F2Saga6vsv0KIUPY3l8QyCvmqlVZsmE 584
notification_service/config_templates/default_notification_server.yaml sha256=Z4SbEl-ih4AOQEjzs8rPhm133y-AM-BSyQMK8bbBKn4 1076
notification_service/migrations/__init__.py sha256=qWptPuQBS2l1F2Saga6vsv0KIUPY3l8QyCvmqlVZsmE 584
notification_service/migrations/env.py sha256=JQo7UVSXrdFefwu-z6qCHYPC4obaMlIvr0ijTobGEF8 2654
notification_service/migrations/versions/29623a4151ed_add_member.py sha256=alQm7Mhqv4Q5Lab8gEimZM6lYfmSOQvTHcuYwSqiVPo 1582
notification_service/migrations/versions/87cb292bcc31_add_tables.py sha256=1pI93ARZv4Ker6yJOPyK0d3F5g99nzP0p7lYPxfXGAM 2355
notification_service/migrations/versions/__init__.py sha256=qWptPuQBS2l1F2Saga6vsv0KIUPY3l8QyCvmqlVZsmE 584
notification_service/model/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notification_service/model/event.py sha256=g998YSQqCAI1Delp6Cf-CWeq42X79S9EudBp-a_NjTs 2787
notification_service/model/member.py sha256=a4RxPRnWQ9gcgcyGco679wEiAEfO63iarexpnqlSXuE 778
notification_service/model/sender_event_count.py sha256=SAplPvRObwSxFH5F1ZmlXWhuaWIL8vV3_tJkrAie5e4 1051
notification_service/rpc/__init__.py sha256=TQntJnXO1D-or5nuwZRI9jpvcXYlzcjL1LvnUctYFzk 588
notification_service/rpc/service.py sha256=BUuFlBz15HLlMCbvD-W_FRWeliuANgQaBLLUFh_bgsA 17744
notification_service/rpc/protobuf/__init__.py sha256=TQntJnXO1D-or5nuwZRI9jpvcXYlzcjL1LvnUctYFzk 588
notification_service/rpc/protobuf/notification_service_pb2.py sha256=QrbcN0FKA11dibOUaCY48cwjNeMoEK9hffLj4y69TYc 62457
notification_service/rpc/protobuf/notification_service_pb2_grpc.py sha256=4iwB78cGHqKI-abGXLoxcY5GkTCMj-n7vg0mjxH6Vrk 20199
notification_service/server/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notification_service/server/ha_manager.py sha256=IUQeculaK-ILTFQfIbFPW-jjdjDnCHLwrcgd7SZL3gw 7243
notification_service/server/server.py sha256=Js79r6qLOc0k1anS5z9r7bA2C3kN8OGx3auSTWxXOWo 5781
notification_service/server/server_runner.py sha256=ejIdYKyBNnl8ucuOdWW11CmmUVt9gDA4pnPG0ivlNTI 3750
notification_service/storage/__init__.py sha256=8mmLyyvg4G2MpAXJd-rMFT393AfjyXCDmM88LFWOBrU 587
notification_service/storage/event_storage.py sha256=TQdTxaOuM7jIPJ_2Yc87tHMUIdnHOI24pmSxWPXAYY0 1807
notification_service/storage/high_availability.py sha256=ksj89vULUi7HyEFJwbNdl7evbP6JumakIgS3czhWcmc 996
notification_service/storage/alchemy/__init__.py sha256=q-vCWPxzAj3hGNhbA4H1m8nBhJlmhK5lH_ehjBnqEMs 831
notification_service/storage/alchemy/base.py sha256=17XLRLsm31ADY4q9KJU4WujDDBeAqotJBDShrZZUm5A 836
notification_service/storage/alchemy/db_client_storage.py sha256=Ep3W3hkDbvMnay1zyTEgDYmEhP-ui5ofTG1ays4sYjU 2166
notification_service/storage/alchemy/db_event_storage.py sha256=RknrurVJvJa_aXLzB9E8hWCoat5N1l5yO01SbHV3iXw 8092
notification_service/storage/alchemy/db_high_availability_storage.py sha256=6Qi7RyQFK1OIhWvk845a30EpzxEhqZhwcSsiqVxM0m0 4344
notification_service/storage/in_memory/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notification_service/storage/in_memory/memory_event_storage.py sha256=vst0bkU4edkyBUxHgwiYUU6DQYm95DnKGbmd8aMCv2o 5400
notification_service/storage/mongo/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notification_service/storage/mongo/mongo_event_storage.py sha256=8P1VpmEADuULxE6zlstJRV7gV5jmcfsAlanGh-cb99g 9993
notification_service/util/__init__.py sha256=TQntJnXO1D-or5nuwZRI9jpvcXYlzcjL1LvnUctYFzk 588
notification_service/util/cli.py sha256=N6x8x0KnZAgNIIpIPUBTde-h9rPx2AvPH080fWVFEdk 2090
notification_service/util/db.py sha256=vL27RJvgisoTwqyLv-P2qszazKxRVcd-SBDDn8hkAyU 7652
notification_service/util/server_config.py sha256=tKbdYMkUVu59MnFgKwqXRedo-L_cl6dBS6t0J0YRofk 4259
notification_service/util/utils.py sha256=m0vpfxfzTddzBrdRORjLKGftruDa3_kJ9kU224-si6c 6917
notification_service_nightly-2023.12.31.data/scripts/init-notification-env.sh sha256=UCVLxNzHRaWDCbqh2wAduXV-BaM5r6taGmwsTNRbqRM 779
notification_service_nightly-2023.12.31.data/scripts/proxy.go sha256=qbeRzTg2g4jJ2u669LE195UYNHcp4oxp2TIWITtTucI 1359
notification_service_nightly-2023.12.31.data/scripts/start-notification.sh sha256=KnmY_b5FCmKi1oSB33zpFyO6BtFdJ98-yIE-u85Z4nM 1059
notification_service_nightly-2023.12.31.data/scripts/start_notification_server.py sha256=2ycFxhD6ugOx1bH1cqs5wcUJWd8BhvcisFiuyUkdv7w 2410
notification_service_nightly-2023.12.31.data/scripts/stop-notification.sh sha256=Rbytg1s1Rl-jfHkU8rTMpovqzqksua-A2QKJ8QjrCdQ 757
notification_service_nightly-2023.12.31.dist-info/METADATA sha256=Drc1ets1YVCDyRcUIjiRMG4MDP904Z8Dq3HkW4d5xnA 578
notification_service_nightly-2023.12.31.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
notification_service_nightly-2023.12.31.dist-info/entry_points.txt sha256=gpOLtHNPJnW6K_5LeHFla0mGiI42z0NTMeQbXdYc4L0 69
notification_service_nightly-2023.12.31.dist-info/top_level.txt sha256=Z82hjEd7WdiVu5SA_T2addlMh_9oQlCLd5WZXtHWaoY 21
notification_service_nightly-2023.12.31.dist-info/RECORD

top_level.txt

notification_service

entry_points.txt

notification = notification_service.__main__:main