rc3

View on PyPIReverse Dependencies (0)

0.0.13 rc3-0.0.13-py3-none-any.whl

Wheel Details

Project: rc3
Version: 0.0.13
Filename: rc3-0.0.13-py3-none-any.whl
Download: [link]
Size: 59478
MD5: 69f4b39ce33f85eee0c11ff897bd63fc
SHA256: 58dddff3755aee2860ed8c10744ac240ca186650bccbb329563064c122fddc4f
Uploaded: 2024-12-29 18:10:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: rc3
Version: 0.0.13
Summary: Rest CLI (rc)
Author: Gary Wilcox
Author-Email: gary[at]dugan-wilcox.com
Home-Page: https://github.com/gswilcox01/rc3
Project-Url: repository, https://github.com/gswilcox01/rc3
License: MIT License Copyright (c) 2024 Gary Wilcox Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: rest,cli,postman
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Requires-Dist: click (>=8.1)
Requires-Dist: requests (>=2.31)
Requires-Dist: jsonschema
Requires-Dist: jsonpath-ng
Requires-Dist: funcy
Requires-Dist: pkce
Requires-Dist: pyjwt
Requires-Dist: keyring
Requires-Dist: build; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: responses; extra == "dev"
Provides-Extra: build
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 14422 characters]

WHEEL

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

RECORD

Path Digest Size
rc3/__init__.py sha256=KOBV-2C3_oFJH5Xn7uCNj0fzaYsvKMwMtmTFQSHtWco 246
rc3/cli.py sha256=Nt_0DnV2vqVe5crvGezGFcSaOS1reJCylSOUiPJv3no 2705
rc3/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
rc3/commands/cmd_collection.py sha256=tDYhntHu5AgihfF7QFWSYeBHwoDz9Cwt-iaFSSCGLSE 3415
rc3/commands/cmd_decode.py sha256=IcSgWUeAEqu26IaUypYdHZTZ7tje47H-Q5YBQJKs-ZU 1870
rc3/commands/cmd_environment.py sha256=V67dP24ADzW4oPq9XYCerCpplH2ogtEDn17htLR4SNk 5462
rc3/commands/cmd_global.py sha256=MFJuyX8ztpOjbFcITgUOgHgH_Jg2ObucGP3CdPD4Eak 1454
rc3/commands/cmd_hello.py sha256=krsGsIQh0b3yidMtsrnPvaoqkB3riafhxlExMV0qxA4 524
rc3/commands/cmd_import.py sha256=hKtuCuq4xV_0NPezKatoWVeuQkmvqT_KPZCndxuEOOY 760
rc3/commands/cmd_keyring.py sha256=HPzS9x-5ynhu_rqNnteyqsk61nbUCGMJJ1KTTRk45KU 2523
rc3/commands/cmd_list.py sha256=nZ9tQg7ObyLAlFtDUanoXg1naxqccQfvDHnkA9dDah0 2100
rc3/commands/cmd_new.py sha256=R2PdkKdXbqflaP3Eul8pyxlhQ0vWwi0UEQE8DvmUm28 3789
rc3/commands/cmd_request.py sha256=MRXfbCeN7PAofEroepEmt670DmAOI65M3zQ1O83lHeo 4645
rc3/commands/cmd_send.py sha256=tqkC2yKXHxt0FsQMMwlIrLQGGfuQPNrTDPzB6T0b6YE 14101
rc3/commands/cmd_settings.py sha256=rzqYK6fIgBQLz1CBGCmZXGIwNcD75AQFwbvcBYFTlZE 1368
rc3/commands/cmd_upgrade.py sha256=QD2xanSKZqiDmpq4aKcFct1qiBFRKfn59kbHnT1Z9zo 7567
rc3/common/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
rc3/common/config_helper.py sha256=sP_r1F7AIbPLJBv2HCZsZ5NLKsEfu7luHNFdxvoKn30 1379
rc3/common/data_helper.py sha256=t1Stmk1YKLE72Nk1N-y4wMFfS0aESa-7AEBCR-g3aKQ 1574
rc3/common/decorators.py sha256=7TLpfFixjpycnEkTmpRblwaqBZJtTbNLSW4Pb3hiyNs 1250
rc3/common/env_helper.py sha256=MB8zFebfyrmUglspEiR2LnIXg0gyb7Z8rdkKnx1lOS0 5093
rc3/common/file_helper.py sha256=YpAOM-PGRk6v4kxPxZ-37gV34KHUjjdPzeSLQDHw04o 919
rc3/common/helper_functions.py sha256=fMqKnfnV_bbGmJPTz6-n2-MKemJ_HDbMF3CqIYnIxgs 6037
rc3/common/inherit_helper.py sha256=uZS6TP7RUqssxwDWhPKtxZprx77HO4qjjIbRpxY2Sgs 1364
rc3/common/json_helper.py sha256=-mSMuM2wJvUnLFFGvNHr0zNr002_Q7weMZPWqWiHWIM 13025
rc3/common/keyring_helper.py sha256=xI4Cl2CbFam-2o1aZtDQiFwovPmNbxPquOJRDGnjvek 1872
rc3/common/print_helper.py sha256=t7P0WxrVt_FJ0n8oKMDsBkSOPTJR_mee0leq5slFDs0 2282
rc3/common/rc_globals.py sha256=p3pt1qOARZkmGSKujh3R9wHdz192LJxtGftthBM2iis 86
rc3/data/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
rc3/data/collection/rc-collection.json sha256=I5ZXev1KeLWT9ilcBxHxuibWDP0brQiBTjlC5-j8sb8 247
rc3/data/collection/environments/.gitignore sha256=fHw1E46j-vZ2J5exvYR35AL5KGFY4EyDSdWINbjeUA0 6
rc3/data/collection/environments/dev.defaults sha256=dR6Lb-4WE1V2RaCLHjhWmjhYCQmDc0pUvyRILvVS0pE 322
rc3/data/collection/environments/localhost.defaults sha256=OivqwEAUZvMtvQfVpfz8JDpD7I9qHhqyXgio2vRdYuE 352
rc3/data/collection/examples/example_Auth_Basic.request sha256=35cVtRPGk01r4cDIXyMiOdzFFOcbgvIK4mtzXnPxkA8 292
rc3/data/collection/examples/example_Auth_Bearer.request sha256=3qry1j5Ykip3NV245TRB9tSGuVCdcZN_pKbEVe7eMZE 959
rc3/data/collection/examples/example_Auth_Token.request sha256=R1glO47shkloWA9TfNmJvcSXzaqotuEXBtRV8ZkmiQg 1005
rc3/data/collection/examples/example_Extract_JsonPath.request sha256=jMHvuCChyfnsTlZx3RQzxDOaQALlxBVnadzA3Q3dt_E 482
rc3/data/collection/examples/example_Extract_Regex.request sha256=R_cfU7dJsT3C7GpQD1_sql0w-mjiUFWCNdvNYNAMRJI 501
rc3/data/collection/examples/example_GET.request sha256=ymjBqYQDcxuxU6zPr8UBAATYZvYTx_nf-K2b3syBQT8 235
rc3/data/collection/examples/example_KitchenSink.request sha256=UcFWDPxltKXrLA9PsTTyZeJvbJaFJamGjZ2GLaIYwUk 1408
rc3/data/collection/examples/example_MintOauth2Token.request sha256=AsNAvCfyoKourChF-RuSfDEkHNr-TDSHWjx_t1-yskY 447
rc3/data/collection/examples/example_POST_file.request sha256=Bte3dVGe32ROgboiiGmtrw6BfC-LS7CVYdy3VmVcdUE 371
rc3/data/collection/examples/example_POST_fixed_content_type.request sha256=jug2fU5ixv528_lsAD1sHtAI66433CVOnC3Jpjfrxag 378
rc3/data/collection/examples/example_POST_json.request sha256=_zYR4TMfexGZCCOAGqarWmQhRL3zcWDfI5B7RcoSd5s 320
rc3/data/collection/examples/example_POST_text-plain.request sha256=0Z0JYOzgvW3qG99ixBjsBcfZzXk9bWbyjhXlJqY-jLM 276
rc3/data/collection/examples/example_PromptForInput.request sha256=rWb4SVRzC11kEbUiS8Z81LHDVfOQtqx-8GrEQwxvVbI 428
rc3/data/collection/examples/example_QueryParams.request sha256=AzZ7XkUN3y-7hghl8EZ10VDXBf3sNj73KJ4jc_tvi9Y 285
rc3/data/collection/examples/example_UseOauth2Token.request sha256=9_hwqlXBv9_BCJTC2TjvQv5FQyMQWpCWmSbFSuyWAAw 272
rc3/data/collection/examples/folder.json sha256=f3TeKXDzsiGbc1uprtCrswQOcRm_O9OgaJQPqObPxFM 272
rc3/data/collection/greetings-basic/greeting.request sha256=w74h-xWT5ir8MuAhdUk0CgVeQ6bzleWOuxgcheFc71w 429
rc3/data/collection/greetings-basic/greetings.request sha256=kM6KtVi9oJuU7MpujAO1PEvXVy71IkT8HK72G62BJ6c 225
rc3/data/collection/greetings-basic/new-greeting.request sha256=TjK0zzCa2bXyKo3848Wkz5XTjnRcDosY8qhnTzPdoJc 336
rc3/data/collection/greetings-basic/rc-folder.json sha256=qKP4kJgwrZ8oVDfHZI06CBMoeqgw7yHa83HPCJOlTv0 297
rc3/data/collection/greetings-basic/remove-greeting.request sha256=SlU1LjifZIytQ8ZClb45TEZmq7gFpDxyLr_wuB_km_8 230
rc3/data/collection/greetings-basic/update-greeting.request sha256=uesBFXUj0G-Fwf3UQpRdoSuY210Mx5JIfgNiVtvZ6dM 358
rc3/data/collection/greetings-oauth2/greeting.request sha256=CM60fV7Ur9l_PjfQkxaMtjipOA2ZStneZj_08njzAq4 263
rc3/data/collection/greetings-oauth2/mint-admin-token.request sha256=ejhW98_hm-xaq5Y_GvN6Gepf5dQ7Ux42RCzyx1XCGJc 512
rc3/data/collection/greetings-oauth2/mint-token.request sha256=skTDiIdUHDveUIHCYpwsD6bn4jIskH7Ngpk0eHfiS7s 511
rc3/data/home/rc-global.json sha256=EsQzpdWMSJ8rVAIVoRFWkKZ-wzVjFjrVs--6gSyY0rg 175
rc3/data/home/rc-keyring.json sha256=Wo1BVfDNzqazQH6dIH1lRexftrPx8uz5XFNBuuPe5VE 188
rc3/data/home/rc-settings.json sha256=Q-hPcBaMboflPWadem-a6nfDEhfuTUE-1AFCsYZhSqE 354
rc3/data/schemas/rc3-auth-0.0.3.json sha256=qGL2fWuBj0W6czUdrPjcpLuuME4Tcq7agPO_rKJlaBY 1151
rc3/data/schemas/rc3-collection-0.0.3.json sha256=wq5EmiJS5CHYdpkCeJ60frkhAEaozv22THbHmfH7VPQ 918
rc3/data/schemas/rc3-environment-0.0.10.json sha256=YZd8qHZnqjTWR1cW653aJ9v6ZuaWmHwgAf6tZ9wzwxs 601
rc3/data/schemas/rc3-folder-0.0.3.json sha256=eNZEfHPFrPtUpdGBo4OosMFuF4lcPZ6QqZtAxjTx6Rc 605
rc3/data/schemas/rc3-keyring-0.0.13.json sha256=pZxzK6NPL6LrW19eMjmIx5JKAnAy0loJMuXdqK-gd3k 1154
rc3/data/schemas/rc3-request-0.0.13.json sha256=k1Sputwf-Hy2ptJbBkhSBvfH5oKeWokNpWb9M_e80kw 3846
rc3/data/schemas/rc3-settings-0.0.3.json sha256=Kt8ChuyLSEXcbqUcaqRRnTk9mduaaqV3BnFgS7D4Y4k 2259
rc3-0.0.13.dist-info/LICENSE sha256=ig7aIctBZuO86slNARqLd9vvtneQtmdYD67qixYqurI 1087
rc3-0.0.13.dist-info/METADATA sha256=tiVksrDwJn_xzqdaGo64T1ADpu9DVaUjWf3G6ySRDjE 16930
rc3-0.0.13.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
rc3-0.0.13.dist-info/entry_points.txt sha256=a1u52IKbH9oEs6UBYAepCpzykkuLRYCFiMwe8N-BCtw 35
rc3-0.0.13.dist-info/top_level.txt sha256=7OmvxyPDHfD_xGNWzjbsUqC5MlhTzd_6C4Cv3yjTjSs 4
rc3-0.0.13.dist-info/RECORD

top_level.txt

rc3

entry_points.txt

rc = rc3.cli:cli