LICENSE
README.md
pyproject.toml
src/serif/__init__.py
src/serif/alias_tracker.py
src/serif/csv.py
src/serif/display.py
src/serif/errors.py
src/serif/naming.py
src/serif/table.py
src/serif/typeutils.py
src/serif/typing.py
src/serif/vector.py
src/serif.egg-info/PKG-INFO
src/serif.egg-info/SOURCES.txt
src/serif.egg-info/dependency_links.txt
src/serif.egg-info/requires.txt
src/serif.egg-info/top_level.txt
tests/test_aggregate_regression.py
tests/test_aggregate_sort_order.py
tests/test_aggregate_window.py
tests/test_column_rename_dotaccess.py
tests/test_exceptions.py
tests/test_fingerprint.py
tests/test_joins.py
tests/test_method_proxy.py
tests/test_pydate.py
tests/test_pyfloat.py
tests/test_pyint.py
tests/test_pystring.py
tests/test_pytable.py
tests/test_pyvector_basic.py
tests/test_pyvector_indexing.py
tests/test_pyvector_math.py
tests/test_pyvector_naming.py
tests/test_pyvector_repr.py
tests/test_renaming.py
tests/test_sanitize_name.py
tests/test_table_setitem.py
tests/test_to_object.py
tests/test_type_promotion.py