kubernetes-watch 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,16 @@
1
+ FROM python:3.11-slim
2
+ # FROM python:3
3
+ # Simple Dockerfile used to run 'ckan_to_gn.py' script
4
+
5
+ # Install pip and requests library
6
+ RUN pip install --no-cache-dir --upgrade pip \
7
+ && pip install --no-cache-dir requests
8
+
9
+ # Set work dir
10
+ WORKDIR /usr/app/src
11
+
12
+ # Copy python script
13
+ COPY ckan_to_gn.py ./
14
+
15
+ # Run it
16
+ CMD ["python3", "ckan_to_gn.py"]
@@ -1,23 +1,22 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kubernetes-watch
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary:
5
- License: MIT
6
5
  Author: bmotevalli
7
6
  Author-email: b.motevalli@gmail.com
8
- Requires-Python: >=3.11,<4.0
9
- Classifier: License :: OSI Approved :: MIT License
7
+ Requires-Python: >=3.10,<4
10
8
  Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
11
10
  Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Requires-Dist: GitPython (==3.1.43)
13
+ Requires-Dist: PyYAML (==6.0.1)
12
14
  Requires-Dist: boto3 (==1.34.68)
13
- Requires-Dist: cryptography (==42.0.5)
14
- Requires-Dist: gitpython (==3.1.43)
15
15
  Requires-Dist: humps (==0.2.2)
16
16
  Requires-Dist: hvac (==2.1.0)
17
17
  Requires-Dist: kubernetes (==29.0.0)
18
18
  Requires-Dist: prefect (==2.18.0)
19
- Requires-Dist: pyyaml (==6.0.1)
20
- Requires-Dist: requests (==2.31.0)
19
+ Requires-Dist: requests (==2.32.3)
21
20
  Description-Content-Type: text/markdown
22
21
 
23
22
  # kube_watch
@@ -24,10 +24,11 @@ kube_watch/modules/providers/git.py,sha256=h3rcn1FhU82nF52Ol9YHyFk4cvPxxaz_AxHni
24
24
  kube_watch/modules/providers/github.py,sha256=WCpZIKHr4U0a4El1leXkaCv1jznf9ob5xHVeTNSpNG0,5338
25
25
  kube_watch/modules/providers/vault.py,sha256=eGQbjrVLlHzOPW8SqRWn6S6j8WsQBvvG7jOhzJKEh1o,3983
26
26
  kube_watch/standalone/metarecogen/ckan_to_gn.py,sha256=FBiv6McWh4hqV6Bz08zGLzEIe4v1-D3FawjBKYbV7Ms,4767
27
+ kube_watch/standalone/metarecogen/Dockerfile,sha256=5EBb8oUnBwlRcLT4Lw2E659ONj4LYk_HFF4lZfjB2DM,357
27
28
  kube_watch/watch/__init__.py,sha256=6Ay9P_Ws7rP7ZaIrFRZtp_1uwVK4ZDmkkNhFyqPNQIU,61
28
29
  kube_watch/watch/helpers.py,sha256=MlsPuUHIYfKHB8GZf2yEz779hQwen_s3xBOp9gQu6oI,4377
29
30
  kube_watch/watch/workflow.py,sha256=7AODfNDx9oc1lAuPfF4muATs-6eTZZk6WfD5yN20tGo,4688
30
- kubernetes_watch-0.1.0.dist-info/LICENSE,sha256=StyinJRmy--Pc2vQbRToZSN4sjSVg3zccMFrktVcrEw,1096
31
- kubernetes_watch-0.1.0.dist-info/METADATA,sha256=und08LWAWf0i7YXPJum-q-qFn5dltM2CUDEh7rhQUyo,4813
32
- kubernetes_watch-0.1.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
33
- kubernetes_watch-0.1.0.dist-info/RECORD,,
31
+ kubernetes_watch-0.1.2.dist-info/LICENSE,sha256=StyinJRmy--Pc2vQbRToZSN4sjSVg3zccMFrktVcrEw,1096
32
+ kubernetes_watch-0.1.2.dist-info/METADATA,sha256=r3b4BplzbwQTuN1iSEbl26mTHoaxDhfFSd6GinbQt-w,4810
33
+ kubernetes_watch-0.1.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
34
+ kubernetes_watch-0.1.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.6.1
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any