.DS_Store
.gitignore
BENCHMARKS.md
CHANGELOG.md
EXAMPLES.md
MANIFEST.in
PUBLISHING.md
README.md
pyproject.toml
docs/SPEC.md
docs/adaptive-encoding.md
docs/advanced-features.md
docs/api-reference.md
docs/binary-format.md
docs/cli-guide.md
docs/developer-tools.md
docs/integrations.md
docs/llm-best-practices.md
docs/migration-v1.2.md
docs/schema-validation.md
docs/streaming-guide.md
docs/syntax-cheatsheet.md
docs/versioning.md
examples/01_simple_key_value.json
examples/02_array_of_primitives.json
examples/03_simple_table.json
examples/04_uniform_table.json
examples/05_mixed_structure.json
examples/06_nested_objects.json
examples/07_deep_config.json
examples/08_complex_nested.json
examples/10_dirty_data.json
examples/11_complex_nested.json
examples/12_nasty_strings.json
examples/13_deep_recursion.json
examples/14_hiking_example.json
examples/modes/README.md
examples/modes/source.json
scripts/generate_examples.py
scripts/examples/generate_examples.py
scripts/utils/convert_questions.js
scripts/utils/export_datasets.py
scripts/verification/verify_benchmark_roundtrip.py
scripts/verification/verify_roundtrip.py
src/lux/__init__.py
src/lux/__main__.py
src/lux/cli.py
src/lux/binary/__init__.py
src/lux/binary/constants.py
src/lux/binary/decoder.py
src/lux/binary/encoder.py
src/lux/core/adaptive.py
src/lux/core/analyzer.py
src/lux/core/constants.py
src/lux/core/decoder.py
src/lux/core/encoder.py
src/lux/core/exceptions.py
src/lux/core/stream.py
src/lux/core/types.py
src/lux/core/utils.py
src/lux/integrations/__init__.py
src/lux/integrations/ai_sdk.py
src/lux/integrations/langchain.py
src/lux/integrations/openai.py
src/lux/llm/llm_client.py
src/lux/llm/optimizer.py
src/lux/llm/splitter.py
src/lux/llm/token_counter.py
src/lux/schema/inference.py
src/lux/schema/schema.py
src/lux/tools/__init__.py
src/lux/tools/helpers.py
src/lux/tools/printer.py
src/lux/tools/validator.py
src/lux/versioning/__init__.py
src/lux/versioning/migration.py
src/lux/versioning/versioning.py
src/lux_format.egg-info/PKG-INFO
src/lux_format.egg-info/SOURCES.txt
src/lux_format.egg-info/dependency_links.txt
src/lux_format.egg-info/entry_points.txt
src/lux_format.egg-info/top_level.txt