How to Organize Custom Schemas in Pypanther

Last updated: May 6, 2025

Question

Can I organize my custom schemas in subdirectories when using PyPanther?

ANSWER

Yes, pypanther supports organizing custom schemas in subdirectories. The CLI will recursively process all schema files under the target directory, regardless of folder structure. You can organize your schemas in any way that makes sense for your use case, such as:

  • Separating logs and lookups into different subfolders

  • Creating hierarchical folder structures

  • Using a flat directory structure