AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
tasks.py
tox.ini
docs/Makefile
docs/api.rst
docs/authors.rst
docs/callbacks.rst
docs/chaining.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/deeppath.rst
docs/devguide.rst
docs/differences.rst
docs/index.rst
docs/installation.rst
docs/kudos.rst
docs/license.rst
docs/quickstart.rst
docs/templating.rst
docs/upgrading.rst
docs/versioning.rst
docs/_templates/.gitignore
src/pydash/__init__.py
src/pydash/arrays.py
src/pydash/collections.py
src/pydash/exceptions.py
src/pydash/functions.py
src/pydash/helpers.py
src/pydash/numerical.py
src/pydash/objects.py
src/pydash/predicates.py
src/pydash/py.typed
src/pydash/strings.py
src/pydash/types.py
src/pydash/utilities.py
src/pydash.egg-info/PKG-INFO
src/pydash.egg-info/SOURCES.txt
src/pydash.egg-info/dependency_links.txt
src/pydash.egg-info/requires.txt
src/pydash.egg-info/top_level.txt
src/pydash/chaining/__init__.py
src/pydash/chaining/all_funcs.py
src/pydash/chaining/all_funcs.pyi
src/pydash/chaining/chaining.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_annotations.py
tests/test_arrays.py
tests/test_chaining.py
tests/test_collections.py
tests/test_functions.py
tests/test_numerical.py
tests/test_objects.py
tests/test_predicates.py
tests/test_strings.py
tests/test_utilities.py
tests/build/testresults/junit.xml
tests/pytest_mypy_testing/__init__.py
tests/pytest_mypy_testing/test_arrays.py
tests/pytest_mypy_testing/test_chaining.py
tests/pytest_mypy_testing/test_collections.py
tests/pytest_mypy_testing/test_functions.py
tests/pytest_mypy_testing/test_numerical.py
tests/pytest_mypy_testing/test_objects.py
tests/pytest_mypy_testing/test_predicates.py
tests/pytest_mypy_testing/test_strings.py
tests/pytest_mypy_testing/test_utilities.py