.nojekyll
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
MIGRATION_SUMMARY.md
Makefile
PROJECT_SUMMARY.md
PYPI_PUBLISHING_GUIDE.md
README.md
SECURITY.md
TESTING.md
databricks-serverless-support-issue.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
test-workflow.yml
test_kaggle_setup.py
test_locally.sh
.claude/commands/fix-issue
.claude/commands/implement-feature
.claude/commands/update-docs
.github/CODEOWNERS
.github/branch-protection-rules.md
.github/pull_request_template.md
.github/FEATURES/automated-pypi-deployment-feature-request.md
.github/FEATURES/mdf_converter_feature.md
.github/FEATURES/mdf_tools_installer_feature.md
.github/FEATURES/xml_to_parquet_feature.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/prd_template.md
.github/ISSUE_TEMPLATE/task_implementation.md
.github/workflows/ci.yml
.github/workflows/collect-sample-datasets.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/update-repo-info.yml
assets/ICON_INTEGRATION_SUMMARY.md
assets/ICON_USAGE_GUIDE.md
assets/icon_pyforge_forge.svg
assets/github/icon_512x512.svg
assets/github/social-preview.svg
docs/AZURE_DEVOPS_PYTHON_PACKAGE_PUBLISHING_GUIDE.md
docs/BUILD_AND_DEPLOY_GUIDE.md
docs/GITHUB_REPO_SETUP.md
docs/LOCAL_INSTALL_TEST_GUIDE.md
docs/PYPI_AUTHENTICATION_OPTION_A.md
docs/USAGE.md
docs/automated-deployment.md
docs/databricks-integration-plan.md
docs/databricks-serverless-compatibility-analysis.md
docs/index.md
docs/mdb-dbf-library-evaluation.md
docs/pypi-automated-deployment-best-practices.md
docs/pypi-trusted-publisher-setup.md
docs/rest-api-wrapper-design.md
docs/sample-datasets.md
docs/about/changelog.md
docs/about/contributing.md
docs/about/index.md
docs/about/license.md
docs/api/index.md
docs/api/plugin-development.md
docs/api/python-api.md
docs/assets/icon_512x512.svg
docs/assets/icon_pyforge_forge.svg
docs/assets/logo_header.svg
docs/assets/logo_nav.svg
docs/converters/csv-to-parquet.md
docs/converters/database-files.md
docs/converters/dbf-files.md
docs/converters/excel-to-parquet.md
docs/converters/index.md
docs/converters/mdf-tools-installer.md
docs/converters/pdf-to-text.md
docs/converters/xml-quick-reference.md
docs/converters/xml-to-parquet.md
docs/getting-started/first-conversion.md
docs/getting-started/index.md
docs/getting-started/installation.md
docs/getting-started/quick-start.md
docs/getting-started/tools-prerequisites.md
docs/reference/cli-reference.md
docs/reference/index.md
docs/reference/options.md
docs/reference/output-formats.md
docs/stylesheets/extra.css
docs/tutorials/automation.md
docs/tutorials/batch-processing.md
docs/tutorials/index.md
docs/tutorials/troubleshooting.md
integration_tests/serverless/CSV_Testing_Notebook.py
integration_tests/serverless/DEPENDENCY_TESTING_GUIDE.md
integration_tests/serverless/Enhanced_Pyforge_Testing_Notebook.py
integration_tests/serverless/PyForge_Integration_Testing_Notebook.py
integration_tests/serverless/PyForge_V1_Testing_Notebook.py
integration_tests/serverless/README.md
integration_tests/serverless/SPARK_CONNECT_SETUP.md
integration_tests/serverless/deploy_pyforge.py
integration_tests/serverless/last_deployment.json
integration_tests/serverless/manual_integration_report.json
integration_tests/serverless/manual_test_steps.json
integration_tests/serverless/requirements-integration.txt
integration_tests/serverless/requirements-serverless-test.txt
python-package-distributions/pyforge_cli-0.2.4-py3-none-any.whl
python-package-distributions/pyforge_cli-0.2.4.tar.gz
scripts/create_release_artifacts.py
scripts/datasets-config.json
scripts/download_direct.py
scripts/download_kaggle.py
scripts/setup-branch-protection.sh
scripts/test-branch-protection.sh
src/pyforge_cli/__init__.py
src/pyforge_cli/_version.py
src/pyforge_cli/main.py
src/pyforge_cli.egg-info/PKG-INFO
src/pyforge_cli.egg-info/SOURCES.txt
src/pyforge_cli.egg-info/dependency_links.txt
src/pyforge_cli.egg-info/entry_points.txt
src/pyforge_cli.egg-info/requires.txt
src/pyforge_cli.egg-info/top_level.txt
src/pyforge_cli/backends/__init__.py
src/pyforge_cli/backends/base.py
src/pyforge_cli/backends/jar_manager.py
src/pyforge_cli/backends/pyodbc_backend.py
src/pyforge_cli/backends/ucanaccess_backend.py
src/pyforge_cli/converters/__init__.py
src/pyforge_cli/converters/base.py
src/pyforge_cli/converters/csv_converter.py
src/pyforge_cli/converters/dbf_converter.py
src/pyforge_cli/converters/enhanced_mdb_converter.py
src/pyforge_cli/converters/excel_converter.py
src/pyforge_cli/converters/excel_table_detector.py
src/pyforge_cli/converters/mdb_converter.py
src/pyforge_cli/converters/pdf_converter.py
src/pyforge_cli/converters/pyspark_csv_converter.py
src/pyforge_cli/converters/string_database_converter.py
src/pyforge_cli/converters/xml.py
src/pyforge_cli/converters/xml_flattener.py
src/pyforge_cli/converters/xml_structure_analyzer.py
src/pyforge_cli/data/jars/commons-lang3-3.8.1.jar
src/pyforge_cli/data/jars/commons-logging-1.2.jar
src/pyforge_cli/data/jars/hsqldb-2.5.0.jar
src/pyforge_cli/data/jars/jackcess-3.0.1.jar
src/pyforge_cli/data/jars/ucanaccess-4.0.4.jar
src/pyforge_cli/data/jars/ucanaccess-5.0.1.jar
src/pyforge_cli/data/jars/ucanaccess-5.1.2-all.jar
src/pyforge_cli/data/jars/ucanaccess-5.1.3-uber.jar
src/pyforge_cli/databricks/__init__.py
src/pyforge_cli/databricks/environment.py
src/pyforge_cli/detectors/__init__.py
src/pyforge_cli/detectors/database_detector.py
src/pyforge_cli/installers/__init__.py
src/pyforge_cli/installers/mdf_tools_installer.py
src/pyforge_cli/installers/sample_datasets_installer.py
src/pyforge_cli/plugins/__init__.py
src/pyforge_cli/plugins/loader.py
src/pyforge_cli/plugins/registry.py
src/pyforge_cli/readers/__init__.py
src/pyforge_cli/readers/dbf_reader.py
src/pyforge_cli/readers/dual_backend_mdb_reader.py
src/pyforge_cli/readers/mdb_reader.py
src/pyforge_cli/utils/dependency_checker.py
tasks/README.md
tasks/prd-automated-pypi-deployment.md
tasks/prd-excel-to-parquet-conversion.md
tasks/prd-github-pages-documentation.md
tasks/prd-mdb-dbf-converter-v2.md
tasks/prd-test-datasets-collection.md
tasks/tasks-automated-pypi-deployment.md
tasks/tasks-excel-to-parquet-conversion.md
tasks/tasks-github-pages-documentation.md
tasks/tasks-mdb-dbf-converter-v2.md
tasks/tasks-test-datasets-collection.md
tasks/tasks-xml-to-parquet.md
test_data/array_final.parquet
test_data/array_test.xml
test_data/output.parquet
test_data/simple.xml
tests/__init__.py
tests/test_csv_converter.py
tests/test_csv_integration.py
tests/test_database_converters.py
tests/test_database_detector.py
tests/test_database_readers.py
tests/test_databricks_environment.py
tests/test_enhanced_mdb_converter.py
tests/test_mdf_tools_installer.py
tests/test_output_path.py
tests/test_pdf_converter.py
tests/test_pyspark_csv_converter.py
tests/test_sample_datasets_installer.py
tests/test_string_converter.py
tests/test_xml_multi_document.py
tests/data/test_complex_structure.xlsx
tests/data/test_different_structures.xlsx
tests/data/test_excel.xlsx
tests/data/test_with_info_sheet.xlsx
tests/data/csv/international.csv
tests/data/csv/sample_comma.csv
tests/data/csv/sample_semicolon.csv
tests/data/csv/sample_tab.tsv
tests/data/test_complex_structure.txt/test_complex_structure_Customers.parquet
tests/data/test_complex_structure.txt/test_complex_structure_Sales.parquet
tests/data/test_complex_structure_parquet/test_complex_structure_Customers.parquet
tests/data/test_complex_structure_parquet/test_complex_structure_Sales.parquet
tests/data/test_different_structures_parquet/test_different_structures_Customers.parquet
tests/data/test_different_structures_parquet/test_different_structures_Orders.parquet
tests/data/test_different_structures_parquet/test_different_structures_Products.parquet
tests/data/test_excel_parquet/test_excel.parquet
tests/data/test_excel_parquet/test_excel_Inventory.parquet
tests/data/test_excel_parquet/test_excel_Sales_Q1.parquet
tests/data/test_excel_parquet/test_excel_Sales_Q2.parquet
tests/data/test_with_info_sheet_parquet/test_with_info_sheet_Data.parquet
tests/data/test_with_info_sheet_parquet/test_with_info_sheet_Summary.parquet
tests/fixtures/create_test_excel.py
tests/fixtures/test_excel.xlsx
tests/fixtures/test_excel.txt/test_excel.parquet
tests/fixtures/test_excel.txt/test_excel_Inventory.parquet