formatize 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.
- {formatize-1.0.2 → formatize-1.0.3}/PKG-INFO +3 -1
- {formatize-1.0.2 → formatize-1.0.3}/setup.cfg +3 -1
- formatize-1.0.3/src/formatize/__init__.py +3 -0
- {formatize-1.0.2 → formatize-1.0.3}/src/formatize.egg-info/PKG-INFO +3 -1
- {formatize-1.0.2 → formatize-1.0.3}/src/formatize.egg-info/requires.txt +2 -0
- formatize-1.0.2/src/formatize/__init__.py +0 -3
- {formatize-1.0.2 → formatize-1.0.3}/LICENSE +0 -0
- {formatize-1.0.2 → formatize-1.0.3}/README.md +0 -0
- {formatize-1.0.2 → formatize-1.0.3}/pyproject.toml +0 -0
- {formatize-1.0.2 → formatize-1.0.3}/src/formatize/form.py +0 -0
- {formatize-1.0.2 → formatize-1.0.3}/src/formatize.egg-info/SOURCES.txt +0 -0
- {formatize-1.0.2 → formatize-1.0.3}/src/formatize.egg-info/dependency_links.txt +0 -0
- {formatize-1.0.2 → formatize-1.0.3}/src/formatize.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: formatize
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Literp Formatting Lib
|
|
5
5
|
Home-page: https://github.com/asinerum/formatize
|
|
6
6
|
Author: Asinerum Conlang Project
|
|
@@ -14,6 +14,8 @@ Description-Content-Type: text/markdown
|
|
|
14
14
|
License-File: LICENSE
|
|
15
15
|
Requires-Dist: bs4>=0.0.2
|
|
16
16
|
Requires-Dist: dnspython>=2.8.0
|
|
17
|
+
Requires-Dist: numpy>=2.3.5
|
|
18
|
+
Requires-Dist: pandas>=2.3.3
|
|
17
19
|
Requires-Dist: pillow>=12.0.0
|
|
18
20
|
Requires-Dist: pydantic>=2.12.5
|
|
19
21
|
Requires-Dist: pyyaml>=6.0.3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = formatize
|
|
3
|
-
version = 1.0.
|
|
3
|
+
version = 1.0.3
|
|
4
4
|
author = Asinerum Conlang Project
|
|
5
5
|
author_email = asinerum.com@gmail.com
|
|
6
6
|
description = Literp Formatting Lib
|
|
@@ -21,6 +21,8 @@ python_requires = >=3.7
|
|
|
21
21
|
install_requires =
|
|
22
22
|
bs4 >= 0.0.2
|
|
23
23
|
dnspython >= 2.8.0
|
|
24
|
+
numpy >= 2.3.5
|
|
25
|
+
pandas >= 2.3.3
|
|
24
26
|
pillow >= 12.0.0
|
|
25
27
|
pydantic >= 2.12.5
|
|
26
28
|
pyyaml >= 6.0.3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: formatize
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Literp Formatting Lib
|
|
5
5
|
Home-page: https://github.com/asinerum/formatize
|
|
6
6
|
Author: Asinerum Conlang Project
|
|
@@ -14,6 +14,8 @@ Description-Content-Type: text/markdown
|
|
|
14
14
|
License-File: LICENSE
|
|
15
15
|
Requires-Dist: bs4>=0.0.2
|
|
16
16
|
Requires-Dist: dnspython>=2.8.0
|
|
17
|
+
Requires-Dist: numpy>=2.3.5
|
|
18
|
+
Requires-Dist: pandas>=2.3.3
|
|
17
19
|
Requires-Dist: pillow>=12.0.0
|
|
18
20
|
Requires-Dist: pydantic>=2.12.5
|
|
19
21
|
Requires-Dist: pyyaml>=6.0.3
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|