.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
NOTICE
README.md
asv.conf.json
setup.cfg
setup.py
test-requirements.txt
.circleci/config.yml
benchmarks/__init__.py
benchmarks/benchmarks.py
ci/circle_build_linux.sh
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
fletcher/__init__.py
fletcher/_algorithms.py
fletcher/_numba_compat.py
fletcher/base.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
tests/conftest.py
tests/test_base.py
tests/test_codestyle.py
tests/test_numba_integration.py
tests/test_pandas_extension.py
tests/test_pandas_integration.py
tests/test_reference_impl.py
tests/string_array/__init__.py