LICENSE.txt
README.md
pyproject.toml
src/frameright/__init__.py
src/frameright/core.py
src/frameright/exceptions.py
src/frameright/py.typed
src/frameright.egg-info/PKG-INFO
src/frameright.egg-info/SOURCES.txt
src/frameright.egg-info/dependency_links.txt
src/frameright.egg-info/requires.txt
src/frameright.egg-info/top_level.txt
src/frameright/backends/__init__.py
src/frameright/backends/base.py
src/frameright/backends/narwhals_backend.py
src/frameright/backends/pandas_backend.py
src/frameright/backends/polars_eager_backend.py
src/frameright/backends/polars_lazy_backend.py
src/frameright/backends/registry.py
src/frameright/narwhals/__init__.py
src/frameright/narwhals/eager.py
src/frameright/narwhals/lazy.py
src/frameright/pandas/__init__.py
src/frameright/polars/__init__.py
src/frameright/polars/eager.py
src/frameright/polars/lazy.py
src/frameright/polars_eager/__init__.py
src/frameright/typing/__init__.py
src/frameright/typing/narwhals.py
src/frameright/typing/pandas.py
src/frameright/typing/polars.py
src/frameright/typing/polars_eager.py
src/frameright/typing/polars_lazy.py
tests/test_coverage_additions.py
tests/test_future_annotations.py
tests/test_performance.py
tests/test_polars_backend.py
tests/test_static_typing_mypy.py
tests/test_static_typing_pyright.py
tests/test_structframe.py