chinus-tools 1.0.2__tar.gz → 1.0.3__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.2 → chinus_tools-1.0.3}/PKG-INFO +1 -1
  2. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/pyproject.toml +1 -1
  3. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/paths/get/absolute_path.py +1 -1
  4. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/print_input_utils/multi_line_io.py +0 -3
  5. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools.egg-info/PKG-INFO +1 -1
  6. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/README.md +0 -0
  7. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/setup.cfg +0 -0
  8. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/__init__.py +0 -0
  9. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/git/__init__.py +0 -0
  10. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/git/status.py +0 -0
  11. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/jsons.py +0 -0
  12. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/paths/__init__.py +0 -0
  13. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/paths/get/__init__.py +0 -0
  14. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/paths/get/project_root.py +0 -0
  15. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools/print_input_utils/__init__.py +0 -0
  16. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools.egg-info/SOURCES.txt +0 -0
  17. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools.egg-info/dependency_links.txt +0 -0
  18. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/src/chinus_tools.egg-info/requires.txt +0 -0
  19. {chinus_tools-1.0.2 → chinus_tools-1.0.3}/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.2
3
+ Version: 1.0.3
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.2"
7
+ version = "1.0.3"
8
8
  description = "This is a chinus Python package."
9
9
  requires-python = ">=3.6"
10
10
  keywords = []
@@ -1,6 +1,6 @@
1
1
  import os
2
2
 
3
- from chinus.tools.paths.get.project_root import get_project_root
3
+ from chinus_tools.paths.get.project_root import get_project_root
4
4
  from pathlib import Path
5
5
 
6
6
 
@@ -1,4 +1,3 @@
1
- from chinus.decorator.warning.not_used_return_value import use_return
2
1
 
3
2
 
4
3
  def br_print(*lines):
@@ -6,8 +5,6 @@ def br_print(*lines):
6
5
  print(line)
7
6
 
8
7
 
9
-
10
- @use_return
11
8
  def br_input(*lines, prompt=None):
12
9
  br_print(*lines)
13
10
  return input(prompt)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chinus_tools
3
- Version: 1.0.2
3
+ Version: 1.0.3
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