kgrok

View on PyPIReverse Dependencies (0)

0.1.0 kgrok-0.1.0-py3-none-any.whl

Wheel Details

Project: kgrok
Version: 0.1.0
Filename: kgrok-0.1.0-py3-none-any.whl
Download: [link]
Size: 9171
MD5: c2a1657eccaaeb070a8e72aec049e437
SHA256: b564e7bb27d012f758400108027fb8aadd92d2ff3639b55b1e52b7ade6819a08
Uploaded: 2024-09-09 20:46:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: kgrok
Version: 0.1.0
Summary: forward local processes into k8s cluster
Author: Daniel Golding
Project-Url: Homepage, https://github.com/cakemanny/kgrok
Project-Url: Repository, https://github.com/cakemanny/kgrok.git
License: MIT License Copyright (c) 2024 Daniel Golding 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: kubernetes,proxy
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: Proxy Servers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: click
Requires-Dist: lightkube
Requires-Dist: trio
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 531 characters]

WHEEL

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

RECORD

Path Digest Size
kgrok/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kgrok/local.py sha256=TSJUBgyvH8opgJOqzBFNH7cyGHjet7Y8372EQcKmLKk 8533
kgrok/messages.py sha256=2LKxKrE_Vw6Y9XzHjxN0p2axIxv26pDZDuqOXLcuXIk 2491
kgrok/remote.py sha256=fOhNb4Fan0tCAIREDqZXnNXMT5VzNQJ6IyG6xNzMJWQ 5862
kgrok-0.1.0.dist-info/LICENSE.txt sha256=jFGoORXmNd8bm6KUOFaQmkSCMF4gZDcuChUnFsv3Wbc 1071
kgrok-0.1.0.dist-info/METADATA sha256=wSAvipz1USM0gntl67Ai7xaqvw1YuSrnO7alTV8zj4A 2584
kgrok-0.1.0.dist-info/WHEEL sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY 91
kgrok-0.1.0.dist-info/entry_points.txt sha256=Lk4s49Ak36j3CMVUQp063L0KCWR-YFPnnuW-zb0OlWc 76
kgrok-0.1.0.dist-info/top_level.txt sha256=B7lal_LBskG46DyO9nSPOgY_iKm5vBzYQdrYXZpYS-8 6
kgrok-0.1.0.dist-info/RECORD

top_level.txt

kgrok

entry_points.txt

kgrok = kgrok.local:main
kgrok-remote = kgrok.remote:main