func-to-script

View on PyPIReverse Dependencies (0)

0.1.0 func_to_script-0.1.0-py3-none-any.whl

Wheel Details

Project: func-to-script
Version: 0.1.0
Filename: func_to_script-0.1.0-py3-none-any.whl
Download: [link]
Size: 8181
MD5: 71d3b9bf4cf1dbf1f88db9ee4f56cd45
SHA256: 8d6d9cfe906db82861e1d6d851b25b8be18fec3b273b1f5c03067eec62bd557a
Uploaded: 2022-02-25 12:31:02 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: func-to-script
Version: 0.1.0
Summary: func-to-script` is a lightweight and convenient tool which can be used to turn a Python function into a command line script, with minimal boilerplate! As `func-to-script` is only a thin wrapper around `argparse`, it is incredibly lightweight there are no additional dependencies required! `func-to-script` is designed to be used in simple cases, so offers a streamlined feature set. For more complex scenarios, it is recommended to use `argparse` directly.
Author: Chris Hughes
Author-Email: 31883449+Chris-hughes10[at]users.noreply.github.com
Home-Page: https://github.com/Chris-hughes10/func-to-script
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
[Description omitted; length: 2798 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/greeter.py sha256=0E8UvOqXqPDero4Ccp4n9nUbXlFvEzorcsbt1LXUXV0 136
examples/say_hello_script.py sha256=_TigE-hlKz8mMPnPOgZtUt_JBGrkjNNI6OSfO9KTMEw 501
func_to_script/__init__.py sha256=u6M8Kgfc3cosci5mSPB_3caa94Qg4eQ9eIAkPL6EL6o 112
func_to_script/_version.py sha256=5iZStMLIT0e9U1mGwR-8_jgGr2OTRTe5v34r6Mv4qxc 498
func_to_script/core.py sha256=afaLeRERFkvFN8KNsUEQfTjN2mMJq6jLX8dgFV7tHNc 3427
test/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test/scripts/script_no_defaults.py sha256=ngGdPuQ9yiN97NuzN9omjBsdI7DrwVOOQai2r20xz8k 336
test/scripts/script_with_defaults.py sha256=3QqWQuYsWTsOm_2bIJTBSBLVm4rt5xHkcRD-Zh-Ud_8 554
test/scripts/script_with_incorrect_type.py sha256=2sb1i3wJgX5UDco_zBS72pEFM46GlK9d80ZBUTchAKg 581
test/scripts/script_with_missing_types.py sha256=36_3cvyEQwEBafPEkw81h8sqZtlg2zpucdF3qjXuiig 540
func_to_script-0.1.0.dist-info/LICENSE.txt sha256=KSsNJpxNQKuPZN6sH3RIhOxlC12r6PExIWGymMbCKYM 1069
func_to_script-0.1.0.dist-info/METADATA sha256=MVeTt7vzSMXYtIZbFCjvy_0gfT2eCe1fOIoDX5JHaVI 3838
func_to_script-0.1.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
func_to_script-0.1.0.dist-info/top_level.txt sha256=-gssPkxyzTktLV43o_x-9_zrBrePCSs09P5Rq4d_wqM 29
func_to_script-0.1.0.dist-info/RECORD

top_level.txt

examples
func_to_script
test