handshakes

View on PyPIReverse Dependencies (0)

0.3.3 handshakes-0.3.3-py3-none-any.whl

Wheel Details

Project: handshakes
Version: 0.3.3
Filename: handshakes-0.3.3-py3-none-any.whl
Download: [link]
Size: 43847
MD5: 9d5831fbc7040c42529a7582c565de30
SHA256: e6f40bd6cb65240c9521060ec516e019d5f07eb96841b0f38c04fdf0d30f202d
Uploaded: 2024-05-06 19:29:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: handshakes
Version: 0.3.3
Summary: A service that's keen to process your test results
Author: Rahul
Author-Email: saihanumarahul66[at]gmail.com
Maintainer: Rahul
Maintainer-Email: saihanumarahul66[at]gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3.11,<3.13
Requires-Dist: click (<9.0.0,>=8.1.7)
Requires-Dist: httpx (<0.27.0,>=0.26.0)
Requires-Dist: loguru (<0.8.0,>=0.7.2)
Requires-Dist: pydantic (<3.0.0,>=2.4.2)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.1)
Requires-Dist: sanic (<24.0.0,>=23.6.0)
Requires-Dist: sentry-sdk[sanic] (<2.0.0,>=1.40.4)
Requires-Dist: setuptools (<70.0.0,>=69.2.0)
Requires-Dist: tortoise-orm (<0.21.0,>=0.20.0)
Provides-Extra: excel-export
Description-Content-Type: text/markdown
[Description omitted; length: 736 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
handshake/.version sha256=agSZwo1EJFDgMYLo8gC4de7kH6fGRFFIy6Z9Mqgb5pw 448
handshake/__init__.py sha256=8KcCYTXH99C2-gCLuPILJvtT9YftRWJsartIx6TQ2ZY 22
handshake/services/CommandLine/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
handshake/services/CommandLine/_init.py sha256=qXhnVbgU7uvXLGPwesDjMvTBWuOhDsQRYAgrxWGGr7M 8485
handshake/services/CommandLine/center.py sha256=PIpM4bG4AySJAy6mLT-kIDljC_asP4q3mzKENyU1ie4 4326
handshake/services/DBService/__init__.py sha256=oSzFIumZNeQU6Q-gG8bnRxumsppQjyv7F-hpA1iekJU 15
handshake/services/DBService/lifecycle.py sha256=5i9AicuiDsgexHDPE1oXRYbbPcN7djJ0Pk-Z1c3XsSM 3107
handshake/services/DBService/migrator.py sha256=XHTCYhO8DwPb2ZdKXCGNsOSti8MT96mW9L_71fp5Ht4 4234
handshake/services/DBService/models/__init__.py sha256=eixsYqs8Xio8LBxQ5KWZdKEy4KyrT89gay3LRfsIJU4 570
handshake/services/DBService/models/attachmentBase.py sha256=egXs8En-gBZEO9Ep3TQrl7JDIjT9qtXlnJB_oUO4zCM 939
handshake/services/DBService/models/config_base.py sha256=430yU-zFdlvWRAs27r4ZvDO8f4VQsEAG9X6rSE9hbSk 2034
handshake/services/DBService/models/dynamic_base.py sha256=UjFUM4QaGSZDqYy04UZ1U7VkBvFYZxYRxWyZ6rCWrvA 1618
handshake/services/DBService/models/enums.py sha256=80ZzLXKda4QSlVrFmKI8Snyk_GLatoFIAFhekpPF12o 1010
handshake/services/DBService/models/result_base.py sha256=7abcLZG9_j4iFA8XUgCyfaZaR6Ni0Ll7KDwqlyQD5Qo 5894
handshake/services/DBService/models/static_base.py sha256=Ax2MJ9VZxi5BDIFj0hJP3mFvadhWYQCClJuSSuROR2M 1167
handshake/services/DBService/models/types.py sha256=hQoc0Fqtu9JX_KRRiWXcr0F2k972QDtlAGFR5iutnME 2102
handshake/services/DBService/sanic_free_shared.py sha256=xhoIF6Wls54lQe129rBVygGQZogIXT25dqAMrwaj04M 50
handshake/services/DBService/scripts/bump-v5.sql sha256=p9_KIVLN9erajex1B-DLMfSqW5ZPQukfczle_jX93iU 221
handshake/services/DBService/scripts/bump-v6.sql sha256=EMMpW8hVEArbmGL3ipeSwQ1PBEON0LpwNX87DnoD-Ww 369
handshake/services/DBService/scripts/revert-v4.sql sha256=e6tiJR0LF4bKPov2ACn8PblB0QImSmBMepZoIpTfiCM 407
handshake/services/DBService/scripts/revert-v6.sql sha256=FU2tMxaDfrE8lZZG6ZrvtZcHtu3zo2QRQUk_MZJAXQc 99
handshake/services/DBService/scripts/revert-v7.sql sha256=T0_rgF6ZbBl2CHWH-SXkmcllQmovMMksSdVgfLEhC6U 452
handshake/services/DBService/shared.py sha256=_Zizjezx-0sF5bLKQGeaXTmLQw-zgh_kScooqIeESnY 753
handshake/services/Endpoints/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
handshake/services/Endpoints/blueprints/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
handshake/services/Endpoints/blueprints/coreEndpoints.py sha256=R2eWos0yLTTOYAXzYfejwhGTPRR6Ku4f3DsAmKYBV3U 7967
handshake/services/Endpoints/blueprints/utils.py sha256=F7ofLeAI0ZnBvYhV4r2Aife13Ms6Y-3Fskx0vBSbL9k 1434
handshake/services/Endpoints/blueprints/writeServices.py sha256=spRKduwVDapT8hZ4z5Q3fTH6ZmPkaCJJbyW5IlGb8zc 1934
handshake/services/Endpoints/center.py sha256=Gtdc3iEGUT073wli4GXscdtt424Yk_LGXfoS5D8BtOk 431
handshake/services/Endpoints/core.py sha256=evISIraUNJDWJQ9mddsDBa7sZpgduBJwD1rVXP0lzDY 1055
handshake/services/Endpoints/errorHandling.py sha256=k6TBU9opcNSyimd4RAVGuPrAKzHlerxPb1O5VTJlIx4 278
handshake/services/Endpoints/internalEndpoints.py sha256=CWKTS3wA1H5csdvrSvQI5DI6Wwh741HsbGxVanRiny4 954
handshake/services/Endpoints/static_server.py sha256=JCBurssqvfy8ZCfI1g6QyxnI2M9qCkbcGvV75ku-_kQ 128
handshake/services/SchedularService/README.md sha256=s-Q67udNangMk8HgOQvBNl7vzsvW54bYbVabXhSo5r8 2587
handshake/services/SchedularService/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
handshake/services/SchedularService/completeTestRun.py sha256=544jccZPx_A373TrosXRiAiRC09dMmFK3Xc-Ckoe9BY 9654
handshake/services/SchedularService/constants.py sha256=Ejk5lH0LT76a-4YRNQX59ZR7G1gVgqWr-vx5FcS5qsM 591
handshake/services/SchedularService/handlePending.py sha256=7CMIo6n4SBpEZlO67ikpdVb_r3k2Xngrn_4sRuXXV_A 4562
handshake/services/SchedularService/handleTestResults.py sha256=bf3jvT3tTwKg6_rFrw_EtEDTtcjndKAzVgmIgs8AXYg 1635
handshake/services/SchedularService/modifySuites.py sha256=nS_AqagaiWoOkanG65yYuS4voVUrWX6C656IpsX-O9s 8216
handshake/services/SchedularService/pruneTasks.py sha256=5kNorGzhXjCXPRD73zJi0OGRNKJmD3jmZV_DinRH39A 1867
handshake/services/SchedularService/refer_types.py sha256=yViqzN6EwepQ54q3bzs3cc36hNObdByzPYe9D6pFi4k 666
handshake/services/SchedularService/register.py sha256=UU6pRv0cPxCjL8fxmaNaSjGrxyb0WU-MZUr_SDhMNsg 1653
handshake/services/SchedularService/start.py sha256=5pI4_XTE90M7DynU2awu6JuS9h47bEzRzJ2mJ0f0IUY 13922
handshake/services/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
handshake/services/starter.py sha256=qqdA1k5u7iDRtp6IaGGTg7TRDEVJ8VHCXM81eQsacK8 193
handshakes-0.3.3.dist-info/METADATA sha256=Ya_JGqwO89pGdgRfibdq9pNRx8UWjoUz9bgk6m7Plxo 1861
handshakes-0.3.3.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
handshakes-0.3.3.dist-info/entry_points.txt sha256=Z9rx0B6YbrGOnx9MkyjJgTD73hSPSgNpODXn_Z1Wbsw 78
handshakes-0.3.3.dist-info/RECORD

entry_points.txt

handshake = handshake.services.CommandLine.center:handle_cli