pilot.linkstec 0.0.30__tar.gz → 0.0.32__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 (39) hide show
  1. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/PKG-INFO +1 -1
  2. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/pyproject.toml +1 -1
  3. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/job/impl/base_job.py +7 -4
  4. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot.linkstec.egg-info/PKG-INFO +1 -1
  5. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/LICENSE +0 -0
  6. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/README.md +0 -0
  7. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/setup.cfg +0 -0
  8. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/__init__.py +0 -0
  9. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/config/__init__.py +0 -0
  10. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/config/config_reader.py +0 -0
  11. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/control/__init__.py +0 -0
  12. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/control/control_interface.py +0 -0
  13. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/control/impl/__init__.py +0 -0
  14. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/control/impl/base_controller.py +0 -0
  15. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/conver/__init__.py +0 -0
  16. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/conver/commentRemover.py +0 -0
  17. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/conver/converfileEncodding.py +0 -0
  18. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/conver/nkf_converter.py +0 -0
  19. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/generater/__init__.py +0 -0
  20. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/generater/vertexai.py +0 -0
  21. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/job/__init__.py +0 -0
  22. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/job/impl/__init__.py +0 -0
  23. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/job/job_interface.py +0 -0
  24. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/logging/__init__.py +0 -0
  25. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/logging/logger.py +0 -0
  26. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/processor/__init__.py +0 -0
  27. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/processor/code_processor.py +0 -0
  28. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/processor/code_processor_pipeline.py +0 -0
  29. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/splitters/__init__.py +0 -0
  30. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/splitters/cobolsplitter.py +0 -0
  31. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/unit/__init__.py +0 -0
  32. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/unit/impl/__init__.py +0 -0
  33. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/unit/impl/base_unit.py +0 -0
  34. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/unit/unit_interface.py +0 -0
  35. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/util/__init__.py +0 -0
  36. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot/util/files.py +0 -0
  37. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot.linkstec.egg-info/SOURCES.txt +0 -0
  38. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot.linkstec.egg-info/dependency_links.txt +0 -0
  39. {pilot_linkstec-0.0.30 → pilot_linkstec-0.0.32}/src/pilot.linkstec.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pilot.linkstec
3
- Version: 0.0.30
3
+ Version: 0.0.32
4
4
  Summary: pilot of the ship, a tool for managing and deploying Python projects.
5
5
  Author-email: wanglr <wanglr1980@gmail.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pilot.linkstec"
3
- version = "0.0.30"
3
+ version = "0.0.32"
4
4
  authors = [
5
5
  { name="wanglr", email="wanglr1980@gmail.com" },
6
6
  ]
@@ -263,7 +263,7 @@ class BaseJob(JobInterface):
263
263
  return self.config_dto.work_space
264
264
 
265
265
  def copy_file_and_todo_trg_to_next_step(self, result_file):
266
- self.create_current_step_end_trg_file_from_input(result_file)
266
+ #self.create_current_step_end_trg_file_from_input(result_file)
267
267
  next_step_file = self.copy_input_file_to_next_step(result_file)
268
268
  self.create_next_step_todo_trg_file_from_input(next_step_file)
269
269
 
@@ -347,9 +347,12 @@ class BaseJob(JobInterface):
347
347
  dir_path = os.path.dirname(self.file_path)
348
348
  base_name = os.path.basename(dir_path)
349
349
  file_name = base_name + '.' + ext.lstrip('.')
350
- file_path = os.path.join(dir_path, file_name)
350
+ tempfile_path = os.path.join(dir_path, file_name)
351
351
  # 空のファイルを作成
352
- with open(file_path, 'w', encoding='utf-8') as f:
352
+ with open(tempfile_path, 'w', encoding='utf-8') as f:
353
353
  pass # 何も書き込まない(空ファイル作成)
354
- return file_path
354
+ return tempfile_path
355
+
355
356
 
357
+ def get_file_name_without_extension(self, file_name):
358
+ return os.path.splitext(os.path.basename(file_name))[0]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pilot.linkstec
3
- Version: 0.0.30
3
+ Version: 0.0.32
4
4
  Summary: pilot of the ship, a tool for managing and deploying Python projects.
5
5
  Author-email: wanglr <wanglr1980@gmail.com>
6
6
  License-Expression: MIT
File without changes