mpal-cli 0.0.2__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.
mpal/__init__.py ADDED
File without changes
mpal/__main__.py ADDED
@@ -0,0 +1,16 @@
1
+ import sys
2
+
3
+ def main():
4
+ args = sys.argv[1:]
5
+
6
+ print("\n[mpal-cli] Coming soon! / قريباً جداً\n")
7
+ print("This package name has been reserved for a future release.")
8
+
9
+ if '--help' in args or '-h' in args:
10
+ print("Help available upon official release. Stay tuned!")
11
+
12
+ print()
13
+ sys.exit(0)
14
+
15
+ if __name__ == "__main__":
16
+ main()
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: mpal-cli
3
+ Version: 0.0.2
4
+ Summary: Reserved name for a future CLI tool release.
5
+ Author-email: Nasser <nasserx.me@gmail.com>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Development Status :: 1 - Planning
8
+ Requires-Python: >=3.7
9
+ Description-Content-Type: text/markdown
@@ -0,0 +1,7 @@
1
+ mpal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ mpal/__main__.py,sha256=2hyEfCHXLyjS9kWcYhFVS6CRhcyo4Ahql7vLGW382Hg,388
3
+ mpal_cli-0.0.2.dist-info/METADATA,sha256=tUspQaFNEhjQRC4eSvt7oy9dtdxXwVjxZrPf8--t4b8,317
4
+ mpal_cli-0.0.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
5
+ mpal_cli-0.0.2.dist-info/entry_points.txt,sha256=Lldutga3MQgivMRfsQjBAcddOjKOmbskE2D-Pywvm4Y,44
6
+ mpal_cli-0.0.2.dist-info/top_level.txt,sha256=UKd5shCS0gO9yX_DHDwYTL20NHqLWgyurr0nb2M23wo,5
7
+ mpal_cli-0.0.2.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
+ mpal = mpal.__main__:main
@@ -0,0 +1 @@
1
+ mpal