inpsPyPI 1.0.0__tar.gz → 1.0.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.
- {inpspypi-1.0.0 → inpspypi-1.0.1}/PKG-INFO +2 -2
- {inpspypi-1.0.0 → inpspypi-1.0.1}/README.md +1 -1
- {inpspypi-1.0.0 → inpspypi-1.0.1}/__init__.py +1 -1
- {inpspypi-1.0.0 → inpspypi-1.0.1}/pyproject.toml +1 -1
- {inpspypi-1.0.0 → inpspypi-1.0.1}/.github/workflows/build_inpsPyPI.yml +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/LICENSE +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/builder_for_flask_jsonify.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/check.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/cipher.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/convert.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/dictionarily.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/easy_sql.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/excellent_reader.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/memory.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/simple_file_handler.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/sort.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/stackily.py +0 -0
- {inpspypi-1.0.0 → inpspypi-1.0.1}/test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: inpsPyPI
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: PyPI package designed to make development in Python easier.
|
|
5
5
|
Project-URL: Homepage, https://github.com/isaiahnoelpulidosalazar/inpsPyPI
|
|
6
6
|
Author-email: Isaiah Noel Pulido Salazar <isaiahnoelpulidosalazar@gmail.com>
|
|
@@ -15,7 +15,7 @@ Description-Content-Type: text/markdown
|
|
|
15
15
|
|
|
16
16
|
# inpsPyPI
|
|
17
17
|
|
|
18
|
-
**inpsPyPI**
|
|
18
|
+
**inpsPyPI** is a PyPI package for Python 3.10+ that provides useful tools for data conversion and validation, a custom EasySQL class for simplified SQLite operations, a custom excel file handler, and a custom file IO handler.
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# inpsPyPI
|
|
2
2
|
|
|
3
|
-
**inpsPyPI**
|
|
3
|
+
**inpsPyPI** is a PyPI package for Python 3.10+ that provides useful tools for data conversion and validation, a custom EasySQL class for simplified SQLite operations, a custom excel file handler, and a custom file IO handler.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|