LICENSE
README.md
pyproject.toml
setup.py
structas/__init__.py
structas/cli.py
structas/output.py
structas/parser.py
structas/structure.py
structas.egg-info/PKG-INFO
structas.egg-info/SOURCES.txt
structas.egg-info/dependency_links.txt
structas.egg-info/entry_points.txt
structas.egg-info/requires.txt
structas.egg-info/top_level.txt
structas/destinations/__init__.py
structas/destinations/abstract_destination.py
structas/destinations/bigquery.py
structas/destinations/filesystem.py
structas/destinations/gcs.py
structas/k8/__init__.py
structas/k8/pod_streamer.py
structas/patterns/__init__.py
structas/patterns/grok_parser.py
structas/patterns/regex_parser.py
structas/patterns/template_parser.py
structas/utils/__init__.py
structas/utils/banner.py
structas/utils/logging.py