airbyte-cdk-velocity
View on PyPI — Reverse Dependencies (0)
0.1.32 | airbyte_cdk_velocity-0.1.32-py3-none-any.whl |
Wheel Details
Project: | airbyte-cdk-velocity |
Version: | 0.1.32 |
Filename: | airbyte_cdk_velocity-0.1.32-py3-none-any.whl |
Download: | [link] |
Size: | 84593 |
MD5: | ff5e8d968a6acd267c0413ada93f1d1c |
SHA256: | ee6ea53d83a62edc923a9ebbcfe387a51b3c232d3303c7d1b677588c0679645d |
Uploaded: | 2021-10-06 09:57:55 +0000 |
dist-info
METADATA · WHEEL · RECORD · top_level.txt · entry_points.txt
METADATA
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=ecMbXauv-R-aO-RxmEZjgZhquZTf-RCOvV1OdbIh3Fc | 200 |
airbyte_cdk/connector.py | sha256=YCJhSt5l_q6lv7HV_asu0ZT5Y6A5URGZP6_pt2a22_c | 3236 |
airbyte_cdk/entrypoint.py | sha256=QK95iz0f0w_UXs2fdF1DfypdQ5VfmXD2c-N94R1MDS0 | 6411 |
airbyte_cdk/logger.py | sha256=RAETgPfKfmlZazSiOqPtua5ffi2XlfsGBI_o4QURBfQ | 2472 |
airbyte_cdk/destinations/__init__.py | sha256=o9jTDoApWBVotxMXIc7JkTDYVvcy21f_opJ-cDZcVW4 | 64 |
airbyte_cdk/destinations/destination.py | sha256=QHoZAPHqMapFgU33bgpQCHbq0cIgX5RsWdtbsqKCFG8 | 5916 |
airbyte_cdk/models/__init__.py | sha256=RcN76sdnBhoJz29kLA-fMflQho8M3b4I4cEYUsWxnNw | 71 |
airbyte_cdk/models/airbyte_protocol.py | sha256=DcAnTqIY5RHk-GrFyT6A-bWq2bLiqT8xWbMPNHHWhLs | 8263 |
airbyte_cdk/sources/__init__.py | sha256=WtGuBZvsbcqfHll_anI7fEfuTUA7J9QfhidW9R9oxqA | 111 |
airbyte_cdk/sources/abstract_source.py | sha256=RdKbqyAnkcta15Spt92jsGBaG1rioqisGq5rjrwlkB0 | 11892 |
airbyte_cdk/sources/source.py | sha256=pGnIDs0OdGgBKKrpC-cvnnUDfT8LSmwoWgl4qQE9Qac | 2752 |
airbyte_cdk/sources/deprecated/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
airbyte_cdk/sources/deprecated/base_source.py | sha256=f_0z95DCbRVwV4pcE4CTsoVsSZr36Fu9WIWJz4_nkCw | 4595 |
airbyte_cdk/sources/deprecated/client.py | sha256=VI4PGbylFkXKDxxLKuLRwzkrg-2IZW1YkhRgVw_-Vzw | 4605 |
airbyte_cdk/sources/singer/__init__.py | sha256=kqegXgNQPFCJm9dwlMOrERDw1JPdUUoG-fE5s3qhqmE | 148 |
airbyte_cdk/sources/singer/singer_helpers.py | sha256=5h_Lp0f6ilXqaBc9JQ_urEkA1Nsx89sEn4nfr98GU0g | 12802 |
airbyte_cdk/sources/singer/source.py | sha256=9p-QbbD724LujS_FG2Nu5sSF3pQVICK4-6ZT36PIv4E | 9835 |
airbyte_cdk/sources/streams/__init__.py | sha256=5QKVVHpG_d8sWnI05LyTD9nK_3-ayQC2wq_0vI3luM0 | 76 |
airbyte_cdk/sources/streams/core.py | sha256=A6Nu5LubDN1bZd8SW-GIEjVOuYjUNgP7L7kk-RUVH2k | 8272 |
airbyte_cdk/sources/streams/http/__init__.py | sha256=AAlD09Q_iK1eaRVTajYVj_vhTx3XC27NdjDV0a-sWGQ | 199 |
airbyte_cdk/sources/streams/http/exceptions.py | sha256=X01SGybzRgt9uln1Seshp4RGSEtZPJCdrw8yK_gjIls | 1979 |
airbyte_cdk/sources/streams/http/http.py | sha256=XmeMPyydnfGssMYE3ELd6ky-ONVXNEDHZdfSPYKnCYE | 17531 |
airbyte_cdk/sources/streams/http/rate_limiting.py | sha256=VOD_hfiEbRFybZr_l1tWpoZ3vPbDDg5fYKguQHVWmII | 3373 |
airbyte_cdk/sources/streams/http/auth/__init__.py | sha256=-QMJPdTepGvOALCb6SCboV50XLTLNL-duEasT6jUoOs | 316 |
airbyte_cdk/sources/streams/http/auth/core.py | sha256=-lg1pA3dvVcNQlTBiKoRM51s0sWcWAzYPuEc_adTXaQ | 1864 |
airbyte_cdk/sources/streams/http/auth/oauth.py | sha256=YD5H1EtM5jScINNiXhYmFeKFqK8STr4Yzz0EA8fpHPI | 3939 |
airbyte_cdk/sources/streams/http/auth/token.py | sha256=_YeYxhad6BsfWtuahJ5d5uuPzOYRJarSa3XFwWA-Nfg | 2337 |
airbyte_cdk/sources/streams/http/requests_native_auth/__init__.py | sha256=DXDzl6iqeIvu6IljR_3G27IjvdxKB0hl2Qc3IdHc9WI | 1314 |
airbyte_cdk/sources/streams/http/requests_native_auth/oauth.py | sha256=EDoxxkeq4okvvVs4EpwloNpXs29qi6JIUKU0RCC9P7U | 3901 |
airbyte_cdk/sources/streams/http/requests_native_auth/token.py | sha256=I5-hiAgZXAcklNyn4dzmdB0ts2h6gExf18fD_sop6uk | 2364 |
airbyte_cdk/sources/utils/__init__.py | sha256=1x7xQZsbRkbtf7rHMBulSn9w7ihn_P7s-k_Z7U45CTg | 27 |
airbyte_cdk/sources/utils/casing.py | sha256=jWD1vMyzQoa3S5pAo7rq37ZPVv6XYmC_qs9XFlZ0OkQ | 1289 |
airbyte_cdk/sources/utils/catalog_helpers.py | sha256=0HDyjzekT16wR2TP_AtBJsGQGf8W1ZC6Vuhc7R9S8nk | 1759 |
airbyte_cdk/sources/utils/schema_helpers.py | sha256=XpPU6M3c3JPbnwNBoFQTooxY_BlvoiFbKlNbpPjXF34 | 7115 |
airbyte_cdk/sources/utils/transform.py | sha256=p3bSC4DZj5i-d0EHAgcolCtIURNsxbj2EGP2Jh1Lboo | 9258 |
unit_tests/destinations/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
unit_tests/destinations/test_destination.py | sha256=Vsc3FN3plQVnVEt5QctvdbzM1q_rwIGkE8lQrbi8Byk | 10813 |
unit_tests/singer/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
unit_tests/singer/test_singer_helpers.py | sha256=6NIfVyN5zgAAW_dGKdD-hhQYs4k26HvBQuknHaadTds | 2807 |
unit_tests/singer/test_singer_source.py | sha256=QWxSip9ENxEvyNhZLX2egUByaiDRklHjtPIWC401YHs | 5502 |
unit_tests/sources/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
unit_tests/sources/test_abstract_source.py | sha256=gVkVS1P5qVkB97TwtUwYZ5qZLtAL1ooudAIX7zAhLWQ | 15905 |
unit_tests/sources/test_source.py | sha256=0sUCl0rJDcSPDAmFzXfSIYpcrc_4JZXmIRq_0DEMn5Q | 10800 |
unit_tests/sources/streams/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
unit_tests/sources/streams/test_streams_core.py | sha256=6IVZDMFONJrc2L3srrY2lOFQw87ZJ9oL-yIte_vGzj0 | 4146 |
unit_tests/sources/streams/http/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
unit_tests/sources/streams/http/test_http.py | sha256=YNFpiVU2VULujmOL6v6PSTVQY8PifTCvOdol11hOtmI | 16763 |
unit_tests/sources/streams/http/auth/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
unit_tests/sources/streams/http/auth/test_auth.py | sha256=s_1DM8W-QWzv6BS0VFhEp4ym3gVjlhXYqWe-EqxwqpI | 5791 |
unit_tests/sources/streams/http/requests_native_auth/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
unit_tests/sources/streams/http/requests_native_auth/test_requests_native_auth.py | sha256=A6Y60zksxvEZJjsmJrY1tw8nSeOwYUz58TAnm6C4iMI | 6593 |
airbyte_cdk_velocity-0.1.32.dist-info/LICENSE.txt | sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM | 1051 |
airbyte_cdk_velocity-0.1.32.dist-info/METADATA | sha256=fBqYSOE71PDrj6BMmy1tmRxjYapm4KjbkuWVyAp114Q | 5538 |
airbyte_cdk_velocity-0.1.32.dist-info/WHEEL | sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA | 92 |
airbyte_cdk_velocity-0.1.32.dist-info/entry_points.txt | sha256=7Owc8blp_tAoSTRAgRqo3wRKlHNHVER9EVWZtyg7_6Q | 61 |
airbyte_cdk_velocity-0.1.32.dist-info/top_level.txt | sha256=VzGbjc6ODTQarno_ftIXFvQF-XEEQSyrPL1f7R5s0ss | 23 |
airbyte_cdk_velocity-0.1.32.dist-info/RECORD | — | — |
top_level.txt
airbyte_cdk
unit_tests
entry_points.txt
base-python = base_python.entrypoint:main