PyMyForing 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.
- {pymyforing-0.1.0 → pymyforing-0.1.1}/PKG-INFO +3 -3
- {pymyforing-0.1.0 → pymyforing-0.1.1}/PyMyForing.egg-info/PKG-INFO +3 -3
- {pymyforing-0.1.0 → pymyforing-0.1.1}/README.md +2 -2
- {pymyforing-0.1.0 → pymyforing-0.1.1}/foring/__init__.py +1 -1
- {pymyforing-0.1.0 → pymyforing-0.1.1}/pyproject.toml +1 -1
- {pymyforing-0.1.0 → pymyforing-0.1.1}/LICENSE +0 -0
- {pymyforing-0.1.0 → pymyforing-0.1.1}/PyMyForing.egg-info/SOURCES.txt +0 -0
- {pymyforing-0.1.0 → pymyforing-0.1.1}/PyMyForing.egg-info/dependency_links.txt +0 -0
- {pymyforing-0.1.0 → pymyforing-0.1.1}/PyMyForing.egg-info/requires.txt +0 -0
- {pymyforing-0.1.0 → pymyforing-0.1.1}/PyMyForing.egg-info/top_level.txt +0 -0
- {pymyforing-0.1.0 → pymyforing-0.1.1}/foring/core.py +0 -0
- {pymyforing-0.1.0 → pymyforing-0.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyMyForing
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: A simple, wrapper for effortless file reading and writing.
|
|
5
5
|
Author-email: Shayan Saha <shayan851997@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/shayansaha85/foring
|
|
@@ -16,7 +16,7 @@ Dynamic: license-file
|
|
|
16
16
|

|
|
17
17
|
<p>
|
|
18
18
|
<img src = 'https://img.shields.io/badge/python-3.14.5-blue'>
|
|
19
|
-
<img src = 'https://img.shields.io/badge/foring-0.1.
|
|
19
|
+
<img src = 'https://img.shields.io/badge/foring-0.1.1-green'>
|
|
20
20
|
<img src = 'https://img.shields.io/badge/license-MIT-red'>
|
|
21
21
|
|
|
22
22
|
|
|
@@ -36,7 +36,7 @@ No more managing context managers (`with open...`), manually choosing between te
|
|
|
36
36
|
You can install `foring` directly from PyPI using `pip`:
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
pip install
|
|
39
|
+
pip install PyMyForing
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
## Dependencies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyMyForing
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: A simple, wrapper for effortless file reading and writing.
|
|
5
5
|
Author-email: Shayan Saha <shayan851997@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/shayansaha85/foring
|
|
@@ -16,7 +16,7 @@ Dynamic: license-file
|
|
|
16
16
|

|
|
17
17
|
<p>
|
|
18
18
|
<img src = 'https://img.shields.io/badge/python-3.14.5-blue'>
|
|
19
|
-
<img src = 'https://img.shields.io/badge/foring-0.1.
|
|
19
|
+
<img src = 'https://img.shields.io/badge/foring-0.1.1-green'>
|
|
20
20
|
<img src = 'https://img.shields.io/badge/license-MIT-red'>
|
|
21
21
|
|
|
22
22
|
|
|
@@ -36,7 +36,7 @@ No more managing context managers (`with open...`), manually choosing between te
|
|
|
36
36
|
You can install `foring` directly from PyPI using `pip`:
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
pip install
|
|
39
|
+
pip install PyMyForing
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
## Dependencies
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|

|
|
2
2
|
<p>
|
|
3
3
|
<img src = 'https://img.shields.io/badge/python-3.14.5-blue'>
|
|
4
|
-
<img src = 'https://img.shields.io/badge/foring-0.1.
|
|
4
|
+
<img src = 'https://img.shields.io/badge/foring-0.1.1-green'>
|
|
5
5
|
<img src = 'https://img.shields.io/badge/license-MIT-red'>
|
|
6
6
|
|
|
7
7
|
|
|
@@ -21,7 +21,7 @@ No more managing context managers (`with open...`), manually choosing between te
|
|
|
21
21
|
You can install `foring` directly from PyPI using `pip`:
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
pip install
|
|
24
|
+
pip install PyMyForing
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
## Dependencies
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|