airbyte-cdk-test

View on PyPIReverse Dependencies (0)

0.1.0rc3 airbyte_cdk_test-0.1.0rc3-py3-none-any.whl

Wheel Details

Project: airbyte-cdk-test
Version: 0.1.0rc3
Filename: airbyte_cdk_test-0.1.0rc3-py3-none-any.whl
Download: [link]
Size: 46555
MD5: 5622845588019940232d5ec4cef99009
SHA256: 52eaa5906333dbf3fcacc2fc8bb27f416bf6babe14d0cb2ed174833d462df381
Uploaded: 2021-05-08 23:16:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: airbyte-cdk-test
Version: 0.1.0rc3
Summary: A framework for writing Airbyte Connectors.
Author: Airbyte
Author-Email: contact[at]airbyte.io
Home-Page: https://github.com/airbytehq/airbyte
Project-Url: Documentation, https://docs.airbyte.io/
Project-Url: Source, https://github.com/airbytehq/airbyte
Project-Url: Tracker, https://github.com/airbytehq/airbyte/issues
License: MIT
Keywords: airbyte connector-development-kit cdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7.9
Requires-Dist: backoff
Requires-Dist: jsonschema (==2.6.0)
Requires-Dist: pendulum
Requires-Dist: pydantic (==1.6.1)
Requires-Dist: PyYAML (==5.4)
Requires-Dist: requests
Requires-Dist: MyPy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 3929 characters]

WHEEL

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

RECORD

Path Digest Size
airbyte_cdk/__init__.py sha256=k3pz4aVPkrd4rVx7glSmjpUTW7Pjl9sRAtTIM7VAl4I 206
airbyte_cdk/connector.py sha256=5K2jtLHGKasyNBqTYG3E9JHBVPzzqgqSMuZVtN9nsq4 3233
airbyte_cdk/entrypoint.py sha256=IjfUtxwIj3AtRxFrDHX32m3Gj4Ksw8n7ctcmQ0XjHo8 5871
airbyte_cdk/logger.py sha256=mF6MdEsPU7mXu2OFESWi6u1D9x2sTcjGJ_TpmLo-HB0 2468
airbyte_cdk/models/__init__.py sha256=RcN76sdnBhoJz29kLA-fMflQho8M3b4I4cEYUsWxnNw 71
airbyte_cdk/models/airbyte_protocol.py sha256=P3U1gCsmhPKNg3vAt2VKSbERAjrliJyajiqAZJazRd8 6850
airbyte_cdk/sources/__init__.py sha256=5IuYdK4MrpQ2HpcyGe4q5Md6fVTrKVXJCypUuSYCs8M 121
airbyte_cdk/sources/abstract_source.py sha256=-e1tY0BVtum9FDgTm0pjCc2lGpXKy9CGtqVKAtxeyaI 9330
airbyte_cdk/sources/source.py sha256=4HYtDaW0JhI3bWi_8ZK1tV7P-ekTmx2-fqR5JwpvmZE 2748
airbyte_cdk/sources/deprecated/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
airbyte_cdk/sources/deprecated/base_source.py sha256=8w6dJPNSFfxmrppyEOKNLXCnTpQylXxV3Vw3Gir43KY 4591
airbyte_cdk/sources/deprecated/client.py sha256=hC-KunIrRIOCJW0ue8kPk1wd6eAHsLku_6o72s7miSY 4601
airbyte_cdk/sources/singer/__init__.py sha256=_YTOCGjxHtL1uoKm0QIqGHTijqyjhIQ79UIrpFfyMA4 148
airbyte_cdk/sources/singer/singer_helpers.py sha256=HnqdUW2BuODfQm9p6W3s9CCC_1WIDePG1IgZh1N20ns 12062
airbyte_cdk/sources/singer/source.py sha256=R4QyYn6WaWq2mKcCKaCOD4GI8V6jfXMRsyIhKnQ5JE0 9510
airbyte_cdk/sources/streams/__init__.py sha256=z54-OOXRg24Nd6j9lF1l-K-n73aI_qT9hAizj6bfqDA 82
airbyte_cdk/sources/streams/core.py sha256=EJFig8q2PowaBfU5DT4Xom1dujZO7Lfg7CjJOZMZTd4 8039
airbyte_cdk/sources/streams/http/__init__.py sha256=ZCLEuk_qDt4rNd7nhIW-52JESmfJ0iyKKO0A_0zWU2c 90
airbyte_cdk/sources/streams/http/exceptions.py sha256=aBTYO5eGRtwFo60oJ069wmZQXJsHfLtRGdLAvSofBW0 1855
airbyte_cdk/sources/streams/http/http.py sha256=7Yhoif5bG2o1vrw5qIQBprUTnjWPGqogOmKfiXujFnM 10237
airbyte_cdk/sources/streams/http/rate_limiting.py sha256=-wZvlizAqVn0kcLcalM_T8AK1WL0__4yZIwkHD0Kd9I 3364
airbyte_cdk/sources/streams/http/auth/__init__.py sha256=M-tKwd2OckMwQ_JF1LyvDlijPTWq9sauRt5ZPrbCNXU 254
airbyte_cdk/sources/streams/http/auth/core.py sha256=iPZf4sK54RHY5Lpjq63s2V4bkeRBMvEfkAtvGxo2TJE 1677
airbyte_cdk/sources/streams/http/auth/oauth.py sha256=IGX-0d_IeRI9C9sJFWBbJR1xjBPC9m7Zwe8BhCacREE 3461
airbyte_cdk/sources/streams/http/auth/token.py sha256=1CE0u2xWahplQq3Yc00K2JJa6MdJWwgrKg4_UQCrXlk 1551
airbyte_cdk/sources/utils/__init__.py sha256=1x7xQZsbRkbtf7rHMBulSn9w7ihn_P7s-k_Z7U45CTg 27
airbyte_cdk/sources/utils/casing.py sha256=3LSu2D6eBOC2OGlItP_CVqq4MfLxuxWqQgtfBmkM08M 1285
airbyte_cdk/sources/utils/catalog_helpers.py sha256=qa4fDUNSXzc32KeoCNWqrTlMHr7TUrz0qzTx9fJG0s0 1755
airbyte_cdk/sources/utils/schema_helpers.py sha256=S-jNwEdwCi-LqyvJV0U_0llOxQEl8dxdLE-6Z7XHPFg 5045
airbyte_cdk_test-0.1.0rc3.dist-info/LICENSE.txt sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM 1051
airbyte_cdk_test-0.1.0rc3.dist-info/METADATA sha256=lYVj8b-DgPS_P8u1PETPwxWwzBWL4qH6rKUoN39xOTw 5224
airbyte_cdk_test-0.1.0rc3.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
airbyte_cdk_test-0.1.0rc3.dist-info/entry_points.txt sha256=7Owc8blp_tAoSTRAgRqo3wRKlHNHVER9EVWZtyg7_6Q 61
airbyte_cdk_test-0.1.0rc3.dist-info/top_level.txt sha256=NWIXwbNF3bzcbpW39vGZByJKMAMyqQdz993Qa58e4HA 12
airbyte_cdk_test-0.1.0rc3.dist-info/RECORD

top_level.txt

airbyte_cdk

entry_points.txt

base-python = base_python.entrypoint:main