envalify 0.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.
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: envalify
3
+ Version: 0.0.1
4
+ Summary: Reserved package
5
+ Author: secemp9
6
+ License-Expression: MIT
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Programming Language :: Python :: 3
10
+ Requires-Python: >=3.12
11
+ Description-Content-Type: text/markdown
12
+
13
+ # envalify
14
+
15
+ Reserved. Coming soon.
@@ -0,0 +1,3 @@
1
+ # envalify
2
+
3
+ Reserved. Coming soon.
@@ -0,0 +1,13 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "envalify"
7
+ version = "0.0.1"
8
+ description = "Reserved package"
9
+ readme = "README.md"
10
+ license = "MIT"
11
+ requires-python = ">=3.12"
12
+ authors = [{ name = "secemp9" }]
13
+ classifiers = ["Development Status :: 1 - Planning", "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License"]
@@ -0,0 +1,3 @@
1
+ """envalify - Reserved package."""
2
+
3
+ __version__ = "0.0.1"