apimatic-core

View on PyPIReverse Dependencies (49)

0.2.9 apimatic_core-0.2.9-py3-none-any.whl

Wheel Details

Project: apimatic-core
Version: 0.2.9
Filename: apimatic_core-0.2.9-py3-none-any.whl
Download: [link]
Size: 113230
MD5: a17b8b6a127228834d72e6d39ea414e8
SHA256: 202338958b721a7873ccb88c337d9800dc7ea6796cec82b5f89b6511d4620d77
Uploaded: 2024-04-22 11:23:54 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: apimatic-core
Version: 0.2.9
Summary: A library that contains core logic and utilities for consuming REST APIs using Python SDKs generated by APIMatic.
Author: APIMatic
Author-Email: support[at]apimatic.io
Home-Page: https://github.com/apimatic/core-lib-python
License: MIT
Requires-Dist: apimatic-core-interfaces (~=0.1.0)
Requires-Dist: jsonpickle (>=3.0.1,~=3.0.1)
Requires-Dist: python-dateutil (~=2.8.1)
Requires-Dist: requests (~=2.31)
Requires-Dist: enum34 (>=1.1.10,~=1.1)
Requires-Dist: setuptools (>=68.0.0)
Requires-Dist: jsonpointer (~=2.3)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 10884 characters]

WHEEL

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

RECORD

Path Digest Size
apimatic_core/__init__.py sha256=wYwWzQDvgN8_S89Er3cjGaJoowkQAi3oCn37M1gwqXw 228
apimatic_core/api_call.py sha256=SX89tWJxihGBNEL4hqeEUwMOziMif9rkxxwbuDb_yoM 3612
apimatic_core/request_builder.py sha256=vnACEDMw3V1hSEhODa4BSIxXI5oXN5lhbSwagf8vez4 9604
apimatic_core/response_handler.py sha256=qYH1so4yskzGEYiT5IHAKdo22y2D5-Hsj3eE4RJHK6s 5756
apimatic_core/authentication/__init__.py sha256=8PhPz_R8ChnvH2r2gXkMCCHWQEXijxorF4BPlxSjApM 66
apimatic_core/authentication/header_auth.py sha256=_ta1mPrpIWrzp2AMdRL5VBW-IzBEOp8eOugOGsDLRMM 472
apimatic_core/authentication/query_auth.py sha256=_tlWjxCmGwlHVoSSK4q5uavXBZeG49EWwoReSnKvBSM 451
apimatic_core/authentication/multiple/__init__.py sha256=gmPhK1Lnzb1iabH4KOQXqjVzVU2P1hySfJdTDERh-Ck 92
apimatic_core/authentication/multiple/and_auth_group.py sha256=EEXgEUdS1wMIXtSuz3GXMDbxeRBJBAXq1Ydt01bw_6E 634
apimatic_core/authentication/multiple/auth_group.py sha256=jmskk0AAu9ha2U6BqSPgRzGEsluP6w-bfk1jbNA8HTQ 1437
apimatic_core/authentication/multiple/or_auth_group.py sha256=Z6w48J7pcVjASMq6EDHNBxfWAWZGmsuWYxcX_fIpUUU 753
apimatic_core/authentication/multiple/single_auth.py sha256=hFTWCEzPF2tU_tghfBP3bqI-q0S6FzRik2JEADlOY4U 1021
apimatic_core/configurations/__init__.py sha256=Cz5eIIb-6oLSuQse-gRtFczxtUCIGuF-ZvxMGp9y0T0 70
apimatic_core/configurations/endpoint_configuration.py sha256=AUge6amVCQ7bAikc0tBStHNhuvRNAEDgxLIkjnNHryc 536
apimatic_core/configurations/global_configuration.py sha256=n3GlLu2P9R55_8awUYy5hciown45m_snTrMUf2rVZe8 2296
apimatic_core/decorators/__init__.py sha256=XdVC6Ls4cqvLxSVKCHNt8HUZaMM1pHRF29Y2JXSPVKU 34
apimatic_core/decorators/lazy_property.py sha256=0pbeNRgau56mtknSbp1qxKgl9CbXoZFdgNOiFLkLCmA 359
apimatic_core/exceptions/__init__.py sha256=lgBp2dgx9nkHuMh9BMCvzKeSYno5D9Qum8edK3Kn3iE 113
apimatic_core/exceptions/anyof_validation_exception.py sha256=ljczvZlb_TR-9_USb68aGDT3ZQR9vQRAZz62QfbvcJY 239
apimatic_core/exceptions/auth_validation_exception.py sha256=g4G8wjOEA4h0g04jTNJ-s6ahrp_d0I1wAILdZL1KPEA 232
apimatic_core/exceptions/oneof_validation_exception.py sha256=UDqsSItdvGRO0af1P02CntZOou6XZ_gHbqC_EcSSI-U 239
apimatic_core/factories/__init__.py sha256=TxQUU1JWIn3q7Pvj406FXY0CjXl20TjBc49naW5-uIA 41
apimatic_core/factories/http_response_factory.py sha256=7E-qc_zyPFgFDcDceZ7JusDr09sqLtCFtyMWmyvw6f0 372
apimatic_core/http/__init__.py sha256=9phdXBJys5HdysWFGyARjeimWk2ehC4jkgV_kpiEFq8 86
apimatic_core/http/http_callback.py sha256=6ru6zMzEWDcCuQQhADcwuDp4B4niZ08jH8RpcpQKFX8 973
apimatic_core/http/configurations/__init__.py sha256=Afo9e4evdOhffhhnzP0M5X-wxICn4UXUQvsQimwRiM4 45
apimatic_core/http/configurations/http_client_configuration.py sha256=Tbkq_IGaDySoDv9FoUcmsbkyyIWHZMkL53wCyw4kKMU 2719
apimatic_core/http/request/__init__.py sha256=t6RucVAmc4vVUShUE2llvBMueWFWxSvIzSvmCNUiGxY 33
apimatic_core/http/request/http_request.py sha256=p9zgWBNc52pAei9Ej6LZhGUx-CxTeN7vh9pEu9LqC2I 2732
apimatic_core/http/response/__init__.py sha256=p7MA7wlW2ewdBlhb7Kl4Bn3kWiZ5SIz2AtEbJ08iVCs 53
apimatic_core/http/response/api_response.py sha256=qFRWF2mg-Vn99m542v4Ks0p-yHWokupKjf03PDw53hM 1689
apimatic_core/http/response/http_response.py sha256=Pbty4zEEX-IYghRg6vXRw3gKd4nJwI7o3mhFvRtAJ24 1348
apimatic_core/logger/__init__.py sha256=PAah6d4mGQmj-YUK6V6c21MlPKRv5N1IONt5ESko1L0 35
apimatic_core/logger/endpoint_logger.py sha256=KbOj0WfcMf269Zu7jFEm6pDVbsakmksAQrihUmQWhaY 495
apimatic_core/types/__init__.py sha256=Bte3hB0tC6WE-qDkIOA2ueCAWtiIdzf4SifO0I6XSUM 165
apimatic_core/types/array_serialization_format.py sha256=W8iLVLVOpa-FuNSCjMU8hCbYz6w0wg05tWHRuegkjmc 578
apimatic_core/types/datetime_format.py sha256=7Cbl1BlaipnMdgzFtAHzavGl0uwJ1Eb3u3klhai3nDk 384
apimatic_core/types/error_case.py sha256=ZPAI9cZDosFdEIuDcuhTw0j3ZkqvoLyHGMUxrHYg3ik 4016
apimatic_core/types/file_wrapper.py sha256=HGYkI4ebI8y0KPUz2cIRps5HtOLOy9LunBO70ixyZzM 362
apimatic_core/types/parameter.py sha256=LWcSzYoXP2nDIQ0WgoJe035ts2icB63WWLDSzxb3En0 1354
apimatic_core/types/xml_attributes.py sha256=WkOTL6O-p3svZugI2XBCTWbQCqDb5LdJDyKAiAMjWMI 690
apimatic_core/types/union_types/__init__.py sha256=mMVjeuHSdxY4TN0zpC1CghI_iCiVC0q0MO8bwkphwNM 84
apimatic_core/types/union_types/any_of.py sha256=PTkhfTwtQvGSOjo2Q9KKRkRJ9fg9tDvP2IQ2Ru-LkBQ 3269
apimatic_core/types/union_types/leaf_type.py sha256=xxg13DY0trva-OqoK99vZSORFphlyf90B44MW4Z9obU 6704
apimatic_core/types/union_types/one_of.py sha256=pDXd57JRpw6pWR_RbOIy2L9P89NyQQxsrGLZzkz1KE4 3262
apimatic_core/types/union_types/union_type_context.py sha256=_o13_KlpKnSSlCK5_Nm-GgSZLycNyEMdHYmZHAm0xxM 2724
apimatic_core/utilities/__init__.py sha256=-58bCQazR6T1z-AdVRkfYds_j5I9JFf489AEtqfg934 159
apimatic_core/utilities/api_helper.py sha256=c6dcflXHsTwgPC85FxIctoAXf9kigTRjHvIEoDwuTPc 25858
apimatic_core/utilities/auth_helper.py sha256=1GAXWKrrIF8DbQ0XWhsA6uvb92mch9yA0X6nOQLP60E 1226
apimatic_core/utilities/comparison_helper.py sha256=Iy40_HKkluU7qV178aBOXlu8VImsfBVY3Y9AH4EgY1M 3763
apimatic_core/utilities/datetime_helper.py sha256=wPuQr3TbfJYcSnDvIRpoNMUij5kzS2Z4KZSBOaxA2YI 1879
apimatic_core/utilities/file_helper.py sha256=WnigydSnw_FCLHUa-9-NGyo1VgQj-wwKftjgq0snX1w 914
apimatic_core/utilities/union_type_helper.py sha256=bjPXpY73xuC3rv9McSBGQZY22Zf2DoxPcnH9-xT_-Sw 10763
apimatic_core/utilities/xml_helper.py sha256=yN3y1hP2srmoKpHU0n4ZzZUh3IOmH3ImzLpylUS3mmU 12961
tests/__init__.py sha256=Douks89mnyZJ_3Sm_bB5Yvs6um5GReICD7CTFMVSOQc 33
tests/apimatic_core/__init__.py sha256=Z1N0ul31nyei23YsLMQi5xuPoaLwv_mtBkiaQ5_D0lY 188
tests/apimatic_core/base.py sha256=5LTkqsycF-PSWhSdx_LBcHbr9NjbHZgyKnyJPl6UVgc 13935
tests/apimatic_core/api_call_tests/__init__.py sha256=7XlfWu1dZ3YVdrGPMzEpnOikATHlt6GxT__VfEhuso4 33
tests/apimatic_core/api_call_tests/test_api_call.py sha256=ct5X0WhCdGvGjWHTBbZC9Thqw2qRCYHnAlMWLBvDj5A 8484
tests/apimatic_core/api_logger_tests/__init__.py sha256=7s0stYOKMcPoyvjqfCr9Da05Ld3QFpuB8OYc_nUq7Nw 36
tests/apimatic_core/api_logger_tests/test_api_logger.py sha256=40OthZXNSUID8-MDXNi8HNwa1OojI-ZaYSLLMkIiOBk 5763
tests/apimatic_core/mocks/__init__.py sha256=XUOVQJa_gYs-Kn9tZtd8gC5NDnyrdKjWJb1VFRj3FmM 148
tests/apimatic_core/mocks/union_type_lookup.py sha256=fejQz2GZeqlVCczpnLX4xnmuq227Smj2759oGO3We6g 1293
tests/apimatic_core/mocks/authentications/__init__.py sha256=rb8EMdCsiZQo2mxtQH1mOSB32SRMI_SH6e_nTY8rRVE 121
tests/apimatic_core/mocks/authentications/basic_auth.py sha256=6cOuC_iffpaDr-L86wmjLeCvYSrUC9rM5P-SAXT7l8k 820
tests/apimatic_core/mocks/authentications/bearer_auth.py sha256=ZVEYeyfQ5FPqCIh-l6bKrVJjf3tsMrnDVnsloZiRbM4 517
tests/apimatic_core/mocks/authentications/custom_header_authentication.py sha256=OGzO6CSupBTgw7Gi53dFVKV-5Nvkfiund5Y9bAD1ywE 471
tests/apimatic_core/mocks/authentications/custom_query_authentication.py sha256=JRmhEwgJW_xZjKZy5cXawtH1NvbjBYgYN5MbZ5D5zmE 553
tests/apimatic_core/mocks/callables/__init__.py sha256=amLmAWytfw7pttcAuau_F3NxBLvbYLcGQRIA_0L7C2g 37
tests/apimatic_core/mocks/callables/base_uri_callable.py sha256=H43iVPJdPAG_6GJPa_5KJHItjMuDqdyImiSO_1YHdlw 914
tests/apimatic_core/mocks/exceptions/__init__.py sha256=S8dVzatRSS2UyjHdNCAK4qRfAX7-riE7tPX2orO2af4 120
tests/apimatic_core/mocks/exceptions/api_exception.py sha256=hzwdJkg7pnVcTe3jzLfi7mV94tGxK83PVLqvbm2cIO8 755
tests/apimatic_core/mocks/exceptions/global_test_exception.py sha256=BvUZ1byNH786QS19E0-Yf2aRzFE9LvXetEc4f30lLs4 1274
tests/apimatic_core/mocks/exceptions/local_test_exception.py sha256=R5sKkPkyGjraryoX9NeSam-oWxjxBd0Fnh24UDIrNdY 1288
tests/apimatic_core/mocks/exceptions/nested_model_exception.py sha256=IxOzL9LksulOad0W03dtId4Z4uJIsusNhzOuhp2wANY 1448
tests/apimatic_core/mocks/http/__init__.py sha256=h9s1t0DEhNaNJR82RH_RQHeL7UGSZAxZty155OBuqaM 31
tests/apimatic_core/mocks/http/http_client.py sha256=q1NE-Djn-RD9P7RmUBJQA8GLNiB5x8jNYhxV7N2Os5U 1686
tests/apimatic_core/mocks/http/http_response_catcher.py sha256=ja-T2-hCByCGyOKazvt70v5wgqebHruxVQDUYT3M_1E 507
tests/apimatic_core/mocks/logger/__init__.py sha256=Fkdf5LhKCkunLsT2uU4aEzL3TcYpwhY0pCz-98eS0uI 30
tests/apimatic_core/mocks/logger/api_logger.py sha256=Ge8Tc9gks5CwZ4yZsPV_ttEeE137_V7CJ7EyQwUmUO8 463
tests/apimatic_core/mocks/models/__init__.py sha256=2HcWT1_O9MOpXmh6cY6HzO7JYWLrS1U9l_G3MsbtAtg 347
tests/apimatic_core/mocks/models/api_response.py sha256=kDOmpTs3KvXJRtYR6-zCVo46ecjSvJa8ck6YxDJHQc8 1720
tests/apimatic_core/mocks/models/atom.py sha256=LHREpm5ian-b6FivmGaP8b3BxckyShaepTqE4jsKDpg 3196
tests/apimatic_core/mocks/models/cat_model.py sha256=xa6AfYcoPZ3kPi7Y5iaLlgyqSrM0jQk41Q4BS9DomQQ 1174
tests/apimatic_core/mocks/models/complex_type.py sha256=eTb8YuD2KCW3L5yqQPZkKcti0LxjARHOjh9AuaRozF8 4609
tests/apimatic_core/mocks/models/days.py sha256=fDdSjI3-AlrEpeEn077ydp0WgXAVLF0cEb7whzND4ws 1074
tests/apimatic_core/mocks/models/deer.py sha256=6IeHzg-OOApSn0po-LXaVPuIOwzeE0eJOvsXHPPLMjQ 3028
tests/apimatic_core/mocks/models/dog_model.py sha256=zuw7ccPxcylTqJyACLB3TWTWAbwIoKU-6-U-E6B0aZE 1174
tests/apimatic_core/mocks/models/grand_parent_class_model.py sha256=4ChlYZymlkVMb_tduTKCCnlO7s19ATINjtqxPKlIg-s 15735
tests/apimatic_core/mocks/models/inner_complex_type.py sha256=HBqB3oJqF0Mb0nAIFEJq0-MlvVkFdu4uVOs-hUuNcqE 3047
tests/apimatic_core/mocks/models/lion.py sha256=w1vopq4_XcHbVr8K6h8ODTYjfp0Ozq0RHUu3O-yVoR4 3334
tests/apimatic_core/mocks/models/months.py sha256=ZeLqTo9Xqh8cAIsGG4PwcgJ8pMd9cu6HaE2M9WSEr1s 1227
tests/apimatic_core/mocks/models/one_of_xml.py sha256=EvwRlty27QXMOSLpzO0q3BdEaLzkS9LjEdqDtX2Woro 1964
tests/apimatic_core/mocks/models/orbit.py sha256=geehPZNY4Gl-7ch_RyvMrW-fvQo2T7i0o9Nn0UPAqqA 2577
tests/apimatic_core/mocks/models/person.py sha256=tsHUsoDPNYR_LjJu1LFcox-NoLnjmvJ23_mzWEvpeXQ 8844
tests/apimatic_core/mocks/models/rabbit.py sha256=6RX4PytkqVRB-JQcy72PAj5WJ6AfMN3f8icOmCGPga8 2936
tests/apimatic_core/mocks/models/union_type_scalar_model.py sha256=gZRZKi_BfQY72Q-aq4_YthN2aAWwKaJtPk3zOVzAv_o 4950
tests/apimatic_core/mocks/models/validate.py sha256=UkP3peKDIegOO2AV-3bjk3X9jqwIGtEzsIwckayjPMs 2223
tests/apimatic_core/mocks/models/wolf_model.py sha256=AZTz1wzMHz4RQ6GX4GjmRZrdEDEZ8banudUpze56iwY 1177
tests/apimatic_core/mocks/models/xml_model.py sha256=cjYNErytSnh99R-oX1HBxWgJte9zcDATUxUErlI-c5Y 3450
tests/apimatic_core/request_builder_tests/__init__.py sha256=GPvqc5n-5IGBdL1Drtb9ag8GV2cmIjTG2spQdMcrPJ0 40
tests/apimatic_core/request_builder_tests/test_request_builder.py sha256=ditYNwLvCa-LDwQ_kpvf5ADb8KsNdE6tGTegmnCk0PU 45088
tests/apimatic_core/response_handler_tests/__init__.py sha256=JlZmvH2k9s-RxYJLSm6aQpb3qKIdRtKMVfrD59gruyk 41
tests/apimatic_core/response_handler_tests/test_response_handler.py sha256=jffdSWCLW9ZcODS-KZMNqp9U-jGSK9O_S1ugY6Ic-6I 19428
tests/apimatic_core/union_type_tests/__init__.py sha256=xfABEYvdFRISbX1hWylwd0uy-daoxOY7pzjZXfcR5kg 51
tests/apimatic_core/union_type_tests/test_any_of.py sha256=aJhmUEp2d_Fggpmb2ZBh7D_GiahfAAauB5y1F2Ov940 59508
tests/apimatic_core/union_type_tests/test_one_of.py sha256=klcByyuwhpPz-i6fErQnBgYdhQq8wuhBZALI8JIMooY 59974
tests/apimatic_core/utility_tests/__init__.py sha256=0qvrzgIgZ87d2J0m5VM_anoIOk56yR4gxa7gj93QTVc 164
tests/apimatic_core/utility_tests/test_api_helper.py sha256=uAwyKoSpHXLTlghBDj5Oeq62MW8_Jhe9B5-fj7khFvo 62058
tests/apimatic_core/utility_tests/test_auth_helper.py sha256=qHGmv5PGzPbspNk_DHSubM5CX-Fj2KUvTsqDjadayt8 2021
tests/apimatic_core/utility_tests/test_comparison_helper.py sha256=aNvptu59iuakhmmATice08xlTe-figcFb5UPstrFrVw 126287
tests/apimatic_core/utility_tests/test_datetime_helper.py sha256=H34fLj2vP0FjXnCbKORg_Jp8mcGJUjU8R9_oqfGsemU 1848
tests/apimatic_core/utility_tests/test_file_helper.py sha256=DM8vgHcmKYq8YqqQgncfI99Jj8m4_f0eHvSnVLCTL5A 601
tests/apimatic_core/utility_tests/test_xml_helper.py sha256=9JZjuPhdvKgaACDCxyqy7rQ0ukuIvKUwkLhT_Nuhzpg 34274
apimatic_core-0.2.9.dist-info/LICENSE sha256=rxtCfyVA3y1desWP26cVRog9W9NfbdV_oLi4i4Zoj_M 1069
apimatic_core-0.2.9.dist-info/METADATA sha256=1qtk5Zg7_Tyt8un0P35C6VEos8CpiRkKzkmRybQDAA0 11511
apimatic_core-0.2.9.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
apimatic_core-0.2.9.dist-info/top_level.txt sha256=qBa1F9HCBftfNo6JrKfK9l-rQiP7WvA71V99IB0-QDA 20
apimatic_core-0.2.9.dist-info/RECORD

top_level.txt

apimatic_core
tests