flowmesh-cli-stack 0.1.0__tar.gz → 0.1.1__tar.gz

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.
Files changed (20) hide show
  1. {flowmesh_cli_stack-0.1.0/src/flowmesh_cli_stack.egg-info → flowmesh_cli_stack-0.1.1}/PKG-INFO +3 -3
  2. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/pyproject.toml +3 -3
  3. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1/src/flowmesh_cli_stack.egg-info}/PKG-INFO +3 -3
  4. flowmesh_cli_stack-0.1.1/src/flowmesh_cli_stack.egg-info/requires.txt +5 -0
  5. flowmesh_cli_stack-0.1.0/src/flowmesh_cli_stack.egg-info/requires.txt +0 -5
  6. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/LICENSE +0 -0
  7. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/README.md +0 -0
  8. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/setup.cfg +0 -0
  9. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack/__init__.py +0 -0
  10. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack/assets/.env.example +0 -0
  11. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack/assets/compose.yml +0 -0
  12. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack/assets/docker-bake.hcl +0 -0
  13. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack/bundle.py +0 -0
  14. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack/env_schema.py +0 -0
  15. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack/stack.py +0 -0
  16. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack/utils.py +0 -0
  17. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack/worker.py +0 -0
  18. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack.egg-info/SOURCES.txt +0 -0
  19. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack.egg-info/dependency_links.txt +0 -0
  20. {flowmesh_cli_stack-0.1.0 → flowmesh_cli_stack-0.1.1}/src/flowmesh_cli_stack.egg-info/top_level.txt +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flowmesh-cli-stack
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: FlowMesh CLI stack commands
5
5
  License-Expression: Apache-2.0
6
6
  Requires-Python: >=3.12
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE
9
- Requires-Dist: flowmesh-cli==0.1.0
10
- Requires-Dist: flowmesh-sdk-stack==0.1.0
9
+ Requires-Dist: flowmesh-cli==0.1.1
10
+ Requires-Dist: flowmesh-sdk-stack==0.1.1
11
11
  Requires-Dist: docker>=7.1.0
12
12
  Requires-Dist: packaging>=24
13
13
  Requires-Dist: pyyaml>=6.0.2
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "flowmesh-cli-stack"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "FlowMesh CLI stack commands"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
11
11
  license = "Apache-2.0"
12
12
  license-files = ["LICENSE"]
13
13
  dependencies = [
14
- "flowmesh-cli==0.1.0",
15
- "flowmesh-sdk-stack==0.1.0",
14
+ "flowmesh-cli==0.1.1",
15
+ "flowmesh-sdk-stack==0.1.1",
16
16
  "docker>=7.1.0",
17
17
  "packaging>=24",
18
18
  "pyyaml>=6.0.2",
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flowmesh-cli-stack
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: FlowMesh CLI stack commands
5
5
  License-Expression: Apache-2.0
6
6
  Requires-Python: >=3.12
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE
9
- Requires-Dist: flowmesh-cli==0.1.0
10
- Requires-Dist: flowmesh-sdk-stack==0.1.0
9
+ Requires-Dist: flowmesh-cli==0.1.1
10
+ Requires-Dist: flowmesh-sdk-stack==0.1.1
11
11
  Requires-Dist: docker>=7.1.0
12
12
  Requires-Dist: packaging>=24
13
13
  Requires-Dist: pyyaml>=6.0.2
@@ -0,0 +1,5 @@
1
+ flowmesh-cli==0.1.1
2
+ flowmesh-sdk-stack==0.1.1
3
+ docker>=7.1.0
4
+ packaging>=24
5
+ pyyaml>=6.0.2
@@ -1,5 +0,0 @@
1
- flowmesh-cli==0.1.0
2
- flowmesh-sdk-stack==0.1.0
3
- docker>=7.1.0
4
- packaging>=24
5
- pyyaml>=6.0.2