luxury-bot 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.
luxury/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ def info():
2
+ print("Luxury package successfully registered and imported!")
3
+
4
+ if __name__ == "__main__":
5
+ info()
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: luxury-bot
3
+ Version: 0.0.1
4
+ Summary: A luxury package registered for demonstration and reservation.
5
+ Author-email: Luxury User <user@example.com>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.7
10
+ Description-Content-Type: text/markdown
11
+
12
+ # Luxury Package
13
+
14
+ This package was registered to reserve the name 'luxury' on PyPI.
15
+
16
+ ## Usage
17
+
18
+ ```python
19
+ import luxury
20
+ luxury.info()
21
+ ```
@@ -0,0 +1,5 @@
1
+ luxury/__init__.py,sha256=Cu7EhrLm7JRSyn5OWw7H6DYGQhO-Th-s5pSTmAOnOfg,122
2
+ luxury_bot-0.0.1.dist-info/METADATA,sha256=qedKg-x6acyVxAIyAOg89MDVF8ZQQ1m3-oSqCT9vuts,539
3
+ luxury_bot-0.0.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
4
+ luxury_bot-0.0.1.dist-info/top_level.txt,sha256=ZZYxFFMiOfQQ5R5c42vtx9xivLwluZRJRg3sC4CYu9c,7
5
+ luxury_bot-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ luxury