I've been developing a complex python toolbox to optimize user workflow. The python script (.pyt) is written based off the toolbox template and used arcpy for multiple geoprocessing tasks. I want the end product to be a EXE file - so that users can run it out of process without opening ArcGIS Pro.
is it possible to compile Python scripts that import the arcpy module and that call ArcToolBox tools?
It is possible to publish slpk or hosted feature layers using python without opening ArcGIS Pro?