filereaderpy 0.0.3__tar.gz → 0.0.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: filereaderpy
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: File Reader/Writer
5
5
  Author-email: hanifikorkmaz <hanifikorkmaz184@gmail.com>
6
6
  Requires-Python: >=3.13
@@ -5,7 +5,8 @@ text = ""
5
5
 
6
6
  def read():
7
7
  with open(path, "r") as fr:
8
- fr.read()
8
+ a = fr.read()
9
+ print(a)
9
10
 
10
11
  def write():
11
12
  with open(path, "w") as fw:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: filereaderpy
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: File Reader/Writer
5
5
  Author-email: hanifikorkmaz <hanifikorkmaz184@gmail.com>
6
6
  Requires-Python: >=3.13
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "filereaderpy"
3
- version = "0.0.3"
3
+ version = "0.0.4"
4
4
  description = "File Reader/Writer"
5
5
  authors = [
6
6
  { name="hanifikorkmaz", email="hanifikorkmaz184@gmail.com" }
File without changes
File without changes