fluid-reality 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,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: fluid-reality
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for Fluid Reality.
5
+ Author: Fluid Reality
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://pypi.org/project/fluid-reality/
8
+ Keywords: fluid-reality,placeholder
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3 :: Only
13
+ Classifier: Topic :: Software Development :: Libraries
14
+ Requires-Python: >=3.9
15
+ Description-Content-Type: text/markdown
16
+
17
+ # fluid-reality
18
+
19
+ This package is a placeholder for the Fluid Reality Python library.
20
+
21
+ The real implementation will be uploaded soon.
@@ -0,0 +1,5 @@
1
+ # fluid-reality
2
+
3
+ This package is a placeholder for the Fluid Reality Python library.
4
+
5
+ The real implementation will be uploaded soon.
@@ -0,0 +1,25 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "fluid-reality"
7
+ version = "0.0.1"
8
+ description = "Placeholder package for Fluid Reality."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = "MIT"
12
+ authors = [
13
+ { name = "Fluid Reality" }
14
+ ]
15
+ keywords = ["fluid-reality", "placeholder"]
16
+ classifiers = [
17
+ "Development Status :: 1 - Planning",
18
+ "Intended Audience :: Developers",
19
+ "Programming Language :: Python :: 3",
20
+ "Programming Language :: Python :: 3 :: Only",
21
+ "Topic :: Software Development :: Libraries"
22
+ ]
23
+
24
+ [project.urls]
25
+ Homepage = "https://pypi.org/project/fluid-reality/"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,8 @@
1
+ """Placeholder package for the Fluid Reality Python library."""
2
+
3
+ __version__ = "0.0.1"
4
+
5
+
6
+ def placeholder() -> str:
7
+ """Return a short placeholder message."""
8
+ return "fluid-reality is a placeholder package. The real implementation will be uploaded soon."
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: fluid-reality
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for Fluid Reality.
5
+ Author: Fluid Reality
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://pypi.org/project/fluid-reality/
8
+ Keywords: fluid-reality,placeholder
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3 :: Only
13
+ Classifier: Topic :: Software Development :: Libraries
14
+ Requires-Python: >=3.9
15
+ Description-Content-Type: text/markdown
16
+
17
+ # fluid-reality
18
+
19
+ This package is a placeholder for the Fluid Reality Python library.
20
+
21
+ The real implementation will be uploaded soon.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/fluid_reality/__init__.py
4
+ src/fluid_reality.egg-info/PKG-INFO
5
+ src/fluid_reality.egg-info/SOURCES.txt
6
+ src/fluid_reality.egg-info/dependency_links.txt
7
+ src/fluid_reality.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ fluid_reality