.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
NOTICE
README.md
asv.conf.json
environment.yml
pyproject.toml
setup.cfg
setup.py
test-requirements.txt
.github/CODEOWNERS
.github/workflows/ci.yml
benchmarks/__init__.py
benchmarks/arithmetic_ops.py
benchmarks/benchmarks.py
benchmarks/boolean.py
benchmarks/comparison_ops.py
benchmarks/take.py
ci/circle_build_linux.sh
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/motivation.rst
fletcher/__init__.py
fletcher/_algorithms.py
fletcher/_numba_compat.py
fletcher/base.py
fletcher/io.py
fletcher/string_array.py
fletcher.egg-info/PKG-INFO
fletcher.egg-info/SOURCES.txt
fletcher.egg-info/dependency_links.txt
fletcher.egg-info/requires.txt
fletcher.egg-info/top_level.txt
fletcher/algorithms/__init__.py
fletcher/algorithms/string.py
tests/conftest.py
tests/test_algorithms.py
tests/test_base.py
tests/test_io.py
tests/test_numba_integration.py
tests/test_pandas_extension.py
tests/test_pandas_integration.py
tests/test_pyarrow_roundtrip.py
tests/test_reference_impl.py
tests/string_array/__init__.py