Muhammad 0.1.0__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,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,9 @@
1
+ README.md
2
+ pyproject.toml
3
+ Muhammad.egg-info/PKG-INFO
4
+ Muhammad.egg-info/SOURCES.txt
5
+ Muhammad.egg-info/dependency_links.txt
6
+ Muhammad.egg-info/entry_points.txt
7
+ Muhammad.egg-info/top_level.txt
8
+ Nanna/__init__.py
9
+ Nanna/cli.py
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ wenxi = wenxi_ai.cli:main
@@ -0,0 +1 @@
1
+ Nanna
@@ -0,0 +1,2 @@
1
+
2
+ __version__ = "0.1.0"
@@ -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,12 @@
1
+
2
+ # Wenxi AI
3
+
4
+ A collection of useful AI and data tools.
5
+
6
+ ## Install
7
+
8
+ pip install wenxi-ai
9
+
10
+ ## Run
11
+
12
+ wenxi
@@ -0,0 +1,15 @@
1
+
2
+ [build-system]
3
+ requires = ["setuptools>=61.0"]
4
+ build-backend = "setuptools.build_meta"
5
+
6
+ [project]
7
+ name = "Muhammad"
8
+ version = "0.1.0"
9
+ description = "AI Assistant Collection:)"
10
+ authors = [{name="Wenxi Wang"}]
11
+ readme = "README.md"
12
+ requires-python = ">=3.9"
13
+
14
+ [project.scripts]
15
+ wenxi = "wenxi_ai.cli:main"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+