Muhammad 0.1.0__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.
Nanna/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+
2
+ __version__ = "0.1.0"
Nanna/cli.py ADDED
@@ -0,0 +1,3 @@
1
+
2
+ def main():
3
+ print("Hi, I’m Muhammad, your AI assistant here! šŸš€šŸ’–šŸ¤–šŸŒˆāœØ")
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: Muhammad
3
+ Version: 0.1.0
4
+ Summary: AI Assistant Collection:)
5
+ Author: Wenxi Wang
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+
9
+
10
+ # Wenxi AI
11
+
12
+ A collection of useful AI and data tools.
13
+
14
+ ## Install
15
+
16
+ pip install wenxi-ai
17
+
18
+ ## Run
19
+
20
+ wenxi
@@ -0,0 +1,7 @@
1
+ Nanna/__init__.py,sha256=fceR-ISBrdAHEk65E6i_ra86S7J_KivUUrLd2aGJd2I,23
2
+ Nanna/cli.py,sha256=BrHQ0B8KipVA_BCZ8c4yedq9A5MAXwghRqPJwVJEYb8,90
3
+ muhammad-0.1.0.dist-info/METADATA,sha256=07XHqXWBAB6ZIwEFE_4VwxjzNzuatkcs0gmuWtCazpw,294
4
+ muhammad-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
5
+ muhammad-0.1.0.dist-info/entry_points.txt,sha256=27edf0We9NhmGJa4TwbtIR0PY_LAdIG2sI24QwGdkpI,44
6
+ muhammad-0.1.0.dist-info/top_level.txt,sha256=x_5C8zXQkl7lIsKj_sEkniFDgudWmsGUlFfks7Tf4hA,6
7
+ muhammad-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ wenxi = wenxi_ai.cli:main
@@ -0,0 +1 @@
1
+ Nanna