silly-silly-bug 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,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: silly-silly-bug
3
+ Version: 0.1.0
4
+ Summary: Get stick bugged meme CLI
5
+ Requires-Python: >=3.8
6
+ Description-Content-Type: text/markdown
7
+
8
+ Суть проста, вводите WhatTheDogDoing в терминал и наблюдаете
@@ -0,0 +1 @@
1
+ Суть проста, вводите WhatTheDogDoing в терминал и наблюдаете
File without changes
@@ -0,0 +1,12 @@
1
+ def run():
2
+ print("GET STICK BUGGED LOOOOOL")
3
+ print("""
4
+ \\
5
+ \\ /
6
+ \\/
7
+ / \\_
8
+ /
9
+ """)
10
+
11
+ if __name__ == "__main__":
12
+ run()
@@ -0,0 +1,13 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "silly-silly-bug"
7
+ version = "0.1.0"
8
+ description = "Get stick bugged meme CLI"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+
12
+ [project.scripts]
13
+ WhatTheDogDoing = "mssb.main:run"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: silly-silly-bug
3
+ Version: 0.1.0
4
+ Summary: Get stick bugged meme CLI
5
+ Requires-Python: >=3.8
6
+ Description-Content-Type: text/markdown
7
+
8
+ Суть проста, вводите WhatTheDogDoing в терминал и наблюдаете
@@ -0,0 +1,9 @@
1
+ README.md
2
+ pyproject.toml
3
+ mssb/__init__.py
4
+ mssb/main.py
5
+ silly_silly_bug.egg-info/PKG-INFO
6
+ silly_silly_bug.egg-info/SOURCES.txt
7
+ silly_silly_bug.egg-info/dependency_links.txt
8
+ silly_silly_bug.egg-info/entry_points.txt
9
+ silly_silly_bug.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ WhatTheDogDoing = mssb.main:run