Select to view content in your preferred language

Embed multiple Python scripts into one tool *.atbx.

140
0
04-03-2025 08:01 PM
MarkMindlin_idea
Regular Contributor

In ArcGIS Pro 3.4.3, is it possible to embed multiple Python (*.py) scripts into one tool ToolScript01.atbx?

As well, this is important to have all imported common packages encrypted. Is it possible?

Do not discuss *.pyt file.

 

project/
├── common/
│ ├── __init__.py
│ ├── config.py # Configuration loading and management
│ ├── arcgis_core.py # Core ArcPy functionality
│ ├── api_core.py # Base API request functionality
│ 
├ ToolScript01.py

0 Kudos
0 Replies