MANIFEST.in
pyproject.toml
setup.py
version
data/sample_field_mapping.csv
oaa/__init__.py
oaa/models.py
oaa/oaa_utils.py
oaa/run.py
oaa/settings.py
oaa/settings_config.py
oaa/settings_utils.py
oaa/tree_builder.py
oaa/utils.py
oaa.egg-info/PKG-INFO
oaa.egg-info/SOURCES.txt
oaa.egg-info/dependency_links.txt
oaa.egg-info/entry_points.txt
oaa.egg-info/not-zip-safe
oaa.egg-info/requires.txt
oaa.egg-info/top_level.txt
oaa/app_runners/custom_app.py
oaa/app_runners/hris_single_source.py
oaa/app_runners/idp_runner.py
oaa/app_runners/runner_base.py
oaa/hooks/decorators.py
oaa/hooks/mock_responses.py
oaa/hooks/preflight_checks.py
oaa/modules/base_url_session.py
oaa/modules/cli_to_csv.py
oaa/modules/csv_connector.py
oaa/modules/oauth_creds.py
oaa/modules/params_or_env.py
oaa/modules/pg_logging_cursor.py
oaa/modules/source_connector.py
oaa/source/cli.py
oaa/templates/.just_name.yaml.swp
oaa/templates/README.md
oaa/templates/just_name.yaml
oaa/templates/requirements.txt
oaa/templates/sample.env
oaa/templates/sample_config.yaml
oaa/templates/modules/appname.py
oaa/templates/modules/appname_hooks.py
oaa/templates/modules/appname_mocks.py
requirements/requirements-dev.txt
requirements/requirements-docs.txt
requirements/requirements-mysql.txt
requirements/requirements-oracle.txt
requirements/requirements-postgres.txt
requirements/requirements-sqlserver.txt
requirements/requirements.txt
tests/conftest.py
tests/test_cli_source.py
tests/test_config.py
tests/test_config_v2.py
tests/test_csv_direct_push.py
tests/test_field_mapping.py
tests/test_fields_mapped_after_transform.py
tests/test_hooks.py
tests/test_jinja.py
tests/test_lcm_hooks.py
tests/test_multiple_qvia.py
tests/test_multiple_transforms.py
tests/test_source_api.py
tests/test_source_api_veza.py
tests/test_source_multisource.py
tests/test_source_sqlplus.py
tests/test_understand_pydantic.py
tests/test_utils.py
tests/connector/requirements.txt
tests/connector/modules/app.py
tests/modules/api_fetch.py
tests/modules/application_mfa_type_fields.py
tests/modules/fabric_odbc.py
tests/modules/group_assignments.py
tests/modules/lcm_test.py
tests/modules/myhooks.py
tests/modules/resource_creation.py
tests/modules/role_assignments.py
tests/modules/roles_to_user.py
tests/modules/sqlplus_fetch.py
tests/modules/veza_api_fetch.py
webapp/requirements.txt
webapp/app/app.py
webapp/app/custom_scim_obj.py
webapp/app/lcm_base.py
webapp/app/mk_users.py
webapp/app/requirements.txt
webapp/app/scim_base.py
webapp/app/scim_filter_petl.py
webapp/app/tests/test_filter.py
webapp/modules/test_me.py