ems-dataflow-testframework

View on PyPIReverse Dependencies (0)

1.2.5 ems_dataflow_testframework-1.2.5-py3-none-any.whl

Wheel Details

Project: ems-dataflow-testframework
Version: 1.2.5
Filename: ems_dataflow_testframework-1.2.5-py3-none-any.whl
Download: [link]
Size: 40377
MD5: 8d4642d9decae210e66dcb38ef3a806c
SHA256: ccde509024000fd5bdcb052dda162488f54cd0de2288734654a51e30fb9b068e
Uploaded: 2020-06-29 11:51:52 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ems-dataflow-testframework
Version: 1.2.5
Summary: Framework helping testing Google Cloud Dataflows
Author: Emarsys
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: atomicwrites (==1.3.0)
Requires-Dist: attrs (==19.1.0)
Requires-Dist: cachetools (==3.1.1)
Requires-Dist: certifi (==2019.6.16)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: ems-gcp-toolkit (==0.1.76)
Requires-Dist: google-auth (==1.6.3)
Requires-Dist: google-cloud-bigtable (==1.0.0)
Requires-Dist: google-resumable-media (==0.4.0)
Requires-Dist: grpcio (==1.23.0)
Requires-Dist: idna (==2.8)
Requires-Dist: importlib-metadata (==0.21)
Requires-Dist: inflection (==0.3.1)
Requires-Dist: more-itertools (==7.2.0)
Requires-Dist: packaging (==19.1)
Requires-Dist: pluggy (==0.13.0)
Requires-Dist: protobuf (==3.9.1)
Requires-Dist: py (==1.8.0)
Requires-Dist: pyasn1 (==0.4.7)
Requires-Dist: pyasn1-modules (==0.2.6)
Requires-Dist: pyparsing (==2.4.2)
Requires-Dist: pytest (==5.1.2)
Requires-Dist: pytz (==2019.2)
Requires-Dist: requests (==2.22.0)
Requires-Dist: rsa (==4.0)
Requires-Dist: six (==1.12.0)
Requires-Dist: tenacity (==5.1.1)
Requires-Dist: urllib3 (==1.25.3)
Requires-Dist: wcwidth (==0.1.7)
Requires-Dist: zipp (==0.6.0)
Description-Content-Type: text/markdown
[Description omitted; length: 1928 characters]

WHEEL

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

RECORD

Path Digest Size
testframework/__init__.py sha256=tIajLeIY6izI8-UcZawtUApAFYChRnZ2lV7V8-jXxD0 119
testframework/fixtures.py sha256=EzvuOuc4adZKpKMciW5qEEohlCcHA-nlabOKHOJatF0 5305
testframework/checkers/__init__.py sha256=oNTgfx3gf2xY4ClwxROKMIlPHqCm6tEI9jAbxcL01ec 131
testframework/checkers/bigquery_checker.py sha256=n2_Sxgy7sYvVJUyCvwSOl1IKqJWSu5RYwL5oDK1j3js 3524
testframework/checkers/bigquery_client_checker.py sha256=8pAZ6v35d90tcw4IKxQFr3Bt4TA0dobW-w0C5I6KtjY 1593
testframework/checkers/bigquery_table_checker.py sha256=xmsvnRrh0ij3m4tGDC4ui-5HWnGDL5HLNKI8-zEef1Q 3221
testframework/checkers/bigtable_checker.py sha256=DG4UjY4pzwqcxjH5AFMv5lZuqE3sjI2FJQJbZZU-Fvg 3673
testframework/checkers/bigtable_instance_checker.py sha256=16n4mHLtzQWQsFLgfb6HlOKnBqRm_9lSSV_n3HiFbpw 3537
testframework/checkers/bigtable_matchers.py sha256=ZRGxy-ORL10TCm_WRbRAkIRjtocoq-MnVd25HvHkPnc 807
testframework/checkers/checker_message.py sha256=L_K-r1eUBu-cMeJUrZP3JM4psQPgQRJ6JyBLl2IsXOo 4958
testframework/checkers/checker_message_factory.py sha256=jQac1F9-FyCMkux7L8CQa6dqmatempqRJN3n8XCI0_8 2863
testframework/checkers/pubsub_client_checker.py sha256=zhWT3H0UIfkiujSbgZyD5DfZjL_Fb4tjccn5PC3YU88 1870
testframework/checkers/pubsub_message.py sha256=5kndIz5dPKnQpSG_dFYsD27gpTsV_klfp7VjCe8yPmY 1055
testframework/checkers/pubsub_message_receiver.py sha256=F-LQ2bk3WxiP8azpO6lj8pZp6uXz_KTN4LnDnYsWmmM 1623
testframework/checkers/pubsub_publisher.py sha256=dq32rpIQyUf5Vz2uil2GPqQDnX3Z20yNdW_lS-vWX2I 1378
testframework/checkers/pubsub_topic_checker.py sha256=jMiG1VvhoOo6D97IzBgIBWADYYRK5RFoh_PVlp6a3zU 2990
testframework/checkers/pubsub_topic_matchers.py sha256=E1gb2rptr8jgEYJgyEOTLTo4Cr69ZqkB9Z0G1vUL_Jo 159
testframework/checkers/spanner_checker.py sha256=NsGaaeAXYnCnfeRt859jKKrKozZn9UkQo7D0fGHPBr4 1567
testframework/config/__init__.py sha256=oNTgfx3gf2xY4ClwxROKMIlPHqCm6tEI9jAbxcL01ec 131
testframework/config/environment.py sha256=2alA6jZytYg85v0pFrae5jL0OknuFaarXxUs2cH7xO4 523
testframework/exceptions/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
testframework/exceptions/pubsub_checker_error.py sha256=urpMF_K7tB-6jJl9Kk9sEnhJNITbWvLM2gcS48hwdlU 46
testframework/exceptions/pubsub_creator_error.py sha256=zcjo18IS6twph7p3dvAfIjZtdNR_OPbT6671KDKZTBU 46
testframework/inserter/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
testframework/inserter/bigtable_inserter.py sha256=Phj-rdI7a48t98PpYIc5Oihw7rXHuA31R0L9LeUlX-s 400
testframework/pubsub/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
testframework/pubsub/pubsub_checker.py sha256=P0FDc8QQowYyKKgCclW3eN7zAEJYzCA2-PFQCa0c87k 2763
testframework/pubsub/pubsub_creator.py sha256=gp5rv4EhFHzyKNUrrz7IUQYX4GqhAEU_xdCU2ykqnpE 1725
testframework/util/__init__.py sha256=oNTgfx3gf2xY4ClwxROKMIlPHqCm6tEI9jAbxcL01ec 131
testframework/util/assertion.py sha256=rdcK-g7idcLN0m4XC1PRksnhU2tMF7oSfkg3R5vRh70 1827
testframework/util/date_generator.py sha256=6m6wYosJa20RAFVAGhOtmX3IYjS_9M2GdcMeMq9LNg8 408
testframework/util/sql_handler.py sha256=biHM3onVXO_sln6qx2rk8AHIUu2MLW6_nHd0nIuX43c 362
tests/checkers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/checkers/test_bigquery_checker.py sha256=cgONcJ_zFXMdAzkAk3HPxQvY_jBz28RpxFLE5NslueE 9579
tests/checkers/test_bigquery_table_checker.py sha256=UgoAWqRgRYpQdTlGYreZ6Q9BiLB2L8w0vbeHDsdOxvM 5828
tests/checkers/test_bigtable_checker.py sha256=_kJwWDeFFtbBVOyFySn0wGpc4Jgn4nOgJHKFy-X4iDo 6542
tests/checkers/test_checker_message.py sha256=wqFfZfEgqzOW6C9d1bMzcZmCMZWbYZBdn0TITl8Ndh0 7761
tests/checkers/test_checker_message_factory.py sha256=ZoB_emIJSyhEOOiiILeJ__UcK5a6WWKdFEJmZgzRCBg 3605
tests/checkers/test_pubsub_client_checker.py sha256=1l1e_SjkU8RDzoXuH-Mivfwz3uycdFciTt0McnzWMl8 1956
tests/checkers/test_pubsub_message_receiver.py sha256=7apaBHoU8rOFEuoVWihpW51uJCcOD1mIthB9xlmtPpg 4789
tests/checkers/test_pubsub_publisher.py sha256=lVGvwz-XoWsPr4I4099CwUgVajt3UuJsD6WG3x4nblE 2826
tests/checkers/test_pubsub_topic_checker.py sha256=2zBDaGM9rsQAFnxfydAyGpXG2tBkz6nf2LE0tX6tMfw 3644
tests/checkers/test_spanner_checker.py sha256=aDd_d_XIutc95daBa4HhizbDWfQxRV6tILt8m0X0wJU 2276
tests/inserter/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/inserter/test_bigtable_inserter.py sha256=FYFyWh609F47DLXbhMiARSnNhojb63lZSyuXl0oaWXw 1150
tests/pubsub/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/pubsub/test_pubsub_checker.py sha256=P0c8Jbfilf__3TJLX1_b12mgO3Hv-oYe85KVfQ0-v-E 3286
tests/pubsub/test_pubsub_creator.py sha256=Mwm4qz1lfxABxo3wQZ-lhv9qUgNSZr_saeTiFEa68EE 3322
tests/util/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/util/dummy_decorator.py sha256=65AwNZyVFQ6EBKIP_jjjqGTozK8ykq1BgAIP1eMgu78 288
tests/util/module_for_assert_has_decorator.py sha256=MXRc-zvpaFI8N5TcgWCe3IUyY9P7Sl9R0D24WS3q53I 592
tests/util/test_assertion.py sha256=8n6wRKp7bZSpoE6HYpvP_qeXINga7vrlFSU1W78sh08 2459
tests/util/test_date_generator.py sha256=xb21uX_VGWM_CCp7Z-t1VnX4bkMk_GvQx_agZNJOojQ 1301
tests/util/test_sql_handler.py sha256=JjbjfdcAmX6Y-ADGtrumTfi6ikOvMPJQOY4LgM3ij9E 988
ems_dataflow_testframework-1.2.5.dist-info/LICENSE sha256=wYLn47HCWJHl6LuF2NvCvcv7Yrs6D1xoilyI-yZIgtI 1047
ems_dataflow_testframework-1.2.5.dist-info/METADATA sha256=WNv62_btUHOj14O38fUCBJUPBqIoDeceF6H6jTceyoA 3365
ems_dataflow_testframework-1.2.5.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
ems_dataflow_testframework-1.2.5.dist-info/top_level.txt sha256=uVvVBwLPhYIGLjhdGhmwIy7CPL9owyplIN1hayPOZTY 20
ems_dataflow_testframework-1.2.5.dist-info/RECORD

top_level.txt

testframework
tests