genarena 0.0.1__py3-none-any.whl

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.
genarena/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """Genarena - A placeholder package."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: genarena
3
+ Version: 0.0.1
4
+ Summary: genarena
5
+ Author-email: genarena <genarena@example.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/genarena/genarena
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Requires-Python: >=3.7
12
+ Description-Content-Type: text/markdown
13
+
14
+ # genarena
15
+
16
+ A placeholder package for genarena.
17
+
18
+ ## Installation
19
+
20
+ ```bash
21
+ pip install genarena
22
+ ```
23
+
24
+ ## Description
25
+
26
+ This package is currently under development. Stay tuned for updates!
@@ -0,0 +1,5 @@
1
+ genarena/__init__.py,sha256=DIOgVpv_cedWm9NB5YLLp_I6USJNQ_IVmR5D2E0d26A,63
2
+ genarena-0.0.1.dist-info/METADATA,sha256=qa1Yy4cZYnRTZB8Q3MuAEbyF94JtMBYYawugmh8EEvU,584
3
+ genarena-0.0.1.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
4
+ genarena-0.0.1.dist-info/top_level.txt,sha256=1FOw2wwqRVY7ZQ3cy4EGtHdLAAcHj9lbUqPDu_ZmAXk,9
5
+ genarena-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ genarena