chinus-tools 1.0.7__tar.gz → 1.0.8__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 (19) hide show
  1. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/PKG-INFO +1 -1
  2. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/pyproject.toml +1 -1
  3. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/git/status.py +1 -1
  4. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools.egg-info/PKG-INFO +1 -1
  5. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/README.md +0 -0
  6. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/setup.cfg +0 -0
  7. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/__init__.py +0 -0
  8. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/git/__init__.py +0 -0
  9. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/jsons.py +0 -0
  10. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/paths/__init__.py +0 -0
  11. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/paths/get/__init__.py +0 -0
  12. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/paths/get/absolute_path.py +0 -0
  13. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/paths/get/project_root.py +0 -0
  14. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/print_input_utils/__init__.py +0 -0
  15. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools/print_input_utils/multi_line_io.py +0 -0
  16. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools.egg-info/SOURCES.txt +0 -0
  17. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools.egg-info/dependency_links.txt +0 -0
  18. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools.egg-info/requires.txt +0 -0
  19. {chinus_tools-1.0.7 → chinus_tools-1.0.8}/src/chinus_tools.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chinus_tools
3
- Version: 1.0.7
3
+ Version: 1.0.8
4
4
  Summary: This is a chinus Python package.
5
5
  Author-email: Chinu9653 <juyoung9653@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "chinus_tools"
7
- version = "1.0.7"
7
+ version = "1.0.8"
8
8
  description = "This is a chinus Python package."
9
9
  requires-python = ">=3.6"
10
10
  keywords = []
@@ -1,7 +1,7 @@
1
1
  import subprocess
2
2
 
3
3
 
4
- def get_modified_items() -> bool:
4
+ def has_modified_files() -> bool:
5
5
  """
6
6
  Git 상태를 확인하여 변경 사항의 존재 유무에 따라 True/False를 반환합니다
7
7
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chinus_tools
3
- Version: 1.0.7
3
+ Version: 1.0.8
4
4
  Summary: This is a chinus Python package.
5
5
  Author-email: Chinu9653 <juyoung9653@gmail.com>
6
6
  License: MIT
File without changes
File without changes