> For the complete documentation index, see [llms.txt](https://aegion-dynamic.gitbook.io/nimbus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aegion-dynamic.gitbook.io/nimbus/data-pipeline-development/default-package-layout.md).

# Default Package Layout

```
functions
- pyproject.toml
- data_pipelines/
  |- __init__.py
  |- __main__.py
  |- entrypoint.py
  |- your_pyfile1.py
  |- your_pyfile2.py
- resource/
  |- resource_type1/
     |- ...
  |- resource_type2/
     |- ...
     
     
```

Note: Please don't change the default directory structure as the compute system looks for the following python files to execute the&#x20;
