Closed lowell80 closed 6 years ago
Repo: shinnecock-agent Script: kintyre-speedtest.py Package: kintyre-speedtest-agent
Brian,
Minor changes required upon further investigation. Unless I hear otherwise I'll assume you're fine with this.
I oversimplified this in the original ticket. Here's the python naming:
kintyre_speedtest.py
(Visible in the repo)kintyre-speedtest
(The name of the CLI interface; added to the user's PATH)Reasons:
.py
(it will have no extension on Linux/Mac, and .exe
on Windows); This isn't visible until after the package is installed.kintyre_speedtest.py
(Dashes aren't allowed in the name of Python modules.) This name will appear in the repo, and can be executed directly for testing.
Confirm the following names:
kinytre_speedtest
(defined in setup.py)KintyreSpeedTestStandalone
. (We don't want to change this after publishing it to pypi; also defined in setup.py)Lowell's thoughts:
kintyre-speedtest-agent
would be better. (Our other package is namedkintyre-splunk-conf
, just for comparison purposes)