argo-kedro 0.1.1__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.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: argo-kedro
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Kedro plugin for running pipelines on Argo Workflows
5
5
  Author-email: Laurens Vijnck <laurens@everycure.org>, Nelson Alfonso <nelson@everycure.org>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/everycure-org/kedro-argo
8
- Project-URL: Repository, https://github.com/everycure-org/kedro-argo
9
- Project-URL: Issues, https://github.com/everycure-org/kedro-argo/issues
7
+ Project-URL: Homepage, https://github.com/everycure-org/argo-kedro
8
+ Project-URL: Repository, https://github.com/everycure-org/argo-kedro
9
+ Project-URL: Issues, https://github.com/everycure-org/argo-kedro/issues
10
10
  Keywords: kedro,argo,workflows,argo workflows,kubernetes,pipeline
11
11
  Classifier: Development Status :: 3 - Alpha
12
12
  Classifier: Intended Audience :: Developers
@@ -27,7 +27,7 @@ Requires-Dist: pyyaml>=6.0.2
27
27
  Requires-Dist: jinja2>=3.0.0
28
28
  Dynamic: license-file
29
29
 
30
- # kedro-argo
30
+ # argo-kedro
31
31
 
32
32
  A Kedro plugin for running pipelines on Argo Workflows in Kubernetes clusters.
33
33
 
@@ -43,7 +43,7 @@ A Kedro plugin for running pipelines on Argo Workflows in Kubernetes clusters.
43
43
  ## Installation
44
44
 
45
45
  ```bash
46
- pip install kedro-argo
46
+ pip install argo-kedro
47
47
  ```
48
48
 
49
49
  ## Prerequisites
@@ -0,0 +1,6 @@
1
+ argo_kedro-0.1.2.dist-info/licenses/LICENSE,sha256=deLLtAUKpK9aD3f3sgr6-FP6M1K5Mh9ai0-EBBUZMqA,1080
2
+ argo_kedro-0.1.2.dist-info/METADATA,sha256=AxKrCOSc0__esa0Fp7xiVWDih1QAzslbBEXJeHtn8aI,3272
3
+ argo_kedro-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ argo_kedro-0.1.2.dist-info/entry_points.txt,sha256=_v1LY-D5TaFe5teVUEGpSGSYElj2FoV592cxE_ewwv4,134
5
+ argo_kedro-0.1.2.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
+ argo_kedro-0.1.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ [kedro.global_commands]
2
+ run = kedro_argo.framework.cli.cli:cli
3
+
4
+ [kedro.project_commands]
5
+ argo = kedro_argo.framework.cli.cli:commands
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 kedro-argo contributors
3
+ Copyright (c) 2026 argo-kedro contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +0,0 @@
1
- argo_kedro-0.1.1.dist-info/licenses/LICENSE,sha256=TTzXAx7I4FiB_st7FToYRj2KzwcUA5i9dmb8TT259uM,1080
2
- argo_kedro-0.1.1.dist-info/METADATA,sha256=bjIjTWbMNQuw5PRnqPH3e7aUUear24zvaxn7g_2XDA4,3272
3
- argo_kedro-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
- argo_kedro-0.1.1.dist-info/entry_points.txt,sha256=czlBy9HPiG00bIpokpPOaE2EFr9YlWRSDhWPbLDcEYU,134
5
- argo_kedro-0.1.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
- argo_kedro-0.1.1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- [kedro.global_commands]
2
- run = argo_kedro.framework.cli.cli:cli
3
-
4
- [kedro.project_commands]
5
- argo = argo_kedro.framework.cli.cli:commands