CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
THIRD-PARTY-NOTICES
build-libbson.sh
cibw_before_build.sh
pyproject.toml
setup.py
pymongoarrow/__init__.py
pymongoarrow/api.py
pymongoarrow/context.py
pymongoarrow/errors.py
pymongoarrow/lib.pyx
pymongoarrow/libarrow.pxd
pymongoarrow/libbson.pxd
pymongoarrow/monkey.py
pymongoarrow/pandas_types.py
pymongoarrow/polars_types.py
pymongoarrow/result.py
pymongoarrow/schema.py
pymongoarrow/types.py
pymongoarrow/version.py
pymongoarrow.egg-info/PKG-INFO
pymongoarrow.egg-info/SOURCES.txt
pymongoarrow.egg-info/dependency_links.txt
pymongoarrow.egg-info/not-zip-safe
pymongoarrow.egg-info/requires.txt
pymongoarrow.egg-info/top_level.txt
test/__init__.py
test/conftest.py
test/nested_data_in.json
test/nested_data_out.json
test/test_arrow.py
test/test_bson.py
test/test_builders.py
test/test_datetime.py
test/test_libbson.py
test/test_monkey.py
test/test_numpy.py
test/test_pandas.py
test/test_polars.py
test/test_pymongoarrow.py
test/test_schema.py
test/utils.py
test/pandas_types/__init__.py
test/pandas_types/test_binary.py
test/pandas_types/test_code.py
test/pandas_types/test_decimal128.py
test/pandas_types/test_int32_overflow.py
test/pandas_types/test_objectid.py
test/pandas_types/util.py