AUTHORS.rst
LICENSE.txt
MANIFEST.in
README.rst
release-history.rst
requirements-automation.txt
requirements-dev.txt
requirements-doc.txt
requirements-furo-sphinx-search.txt
requirements-test.txt
requirements.txt
setup.py
jsonpolars/__init__.py
jsonpolars/_version.py
jsonpolars/api.py
jsonpolars/arg.py
jsonpolars/base_dfop.py
jsonpolars/base_expr.py
jsonpolars/exc.py
jsonpolars/model.py
jsonpolars/paths.py
jsonpolars/typehint.py
jsonpolars/utils_dfop.py
jsonpolars/utils_expr.py
jsonpolars.egg-info/PKG-INFO
jsonpolars.egg-info/SOURCES.txt
jsonpolars.egg-info/dependency_links.txt
jsonpolars.egg-info/requires.txt
jsonpolars.egg-info/top_level.txt
jsonpolars/dfop/__init__.py
jsonpolars/dfop/aggregation.py
jsonpolars/dfop/api.py
jsonpolars/dfop/manipulation.py
jsonpolars/docs/__init__.py
jsonpolars/expr/__init__.py
jsonpolars/expr/api.py
jsonpolars/expr/column.py
jsonpolars/expr/dt.py
jsonpolars/expr/function.py
jsonpolars/expr/list.py
jsonpolars/expr/manipulation.py
jsonpolars/expr/operator.py
jsonpolars/expr/string.py
jsonpolars/expr/struct.py
jsonpolars/vendor/__init__.py
jsonpolars/vendor/pytest_cov_helper.py
tests/test_api.py
tests/test_arg.py
tests/test_base_expr.py
tests/test_dfop_aggregation.py
tests/test_dfop_manipulation.py
tests/test_expr_column.py
tests/test_expr_dt.py
tests/test_expr_function.py
tests/test_expr_list.py
tests/test_expr_manipulation.py
tests/test_expr_operator.py
tests/test_expr_string.py
tests/test_expr_struct.py
tests/test_expr_utils.py