How to create Python scripts you can invoke as console commands
InfoWorld | Nov 8, 2022
Ever wanted to write a script and automatically deploy it so you can invoke it by just typing a simple command at the console? Python's setuptools library lets you do that with any Python package. Learn in this video how to set up a Python program to run from the command line using the entry point functionality in setuptools.
Copyright © 2022 IDG Communications, Inc.