.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
ape-config.yaml
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/work-item.md
.github/workflows/codeql.yaml
.github/workflows/commitlint.yaml
.github/workflows/draft.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
ape_safe/__init__.py
ape_safe/accounts.py
ape_safe/config.py
ape_safe/exceptions.py
ape_safe/factory.py
ape_safe/multisend.py
ape_safe/packages.py
ape_safe/utils.py
ape_safe/version.py
ape_safe.egg-info/PKG-INFO
ape_safe.egg-info/SOURCES.txt
ape_safe.egg-info/dependency_links.txt
ape_safe.egg-info/entry_points.txt
ape_safe.egg-info/not-zip-safe
ape_safe.egg-info/requires.txt
ape_safe.egg-info/top_level.txt
ape_safe/_cli/__init__.py
ape_safe/_cli/click_ext.py
ape_safe/_cli/delegates.py
ape_safe/_cli/pending.py
ape_safe/_cli/safe_mgmt.py
ape_safe/client/__init__.py
ape_safe/client/base.py
ape_safe/client/mock.py
ape_safe/client/types.py
ape_safe/manifests/multisend.json
ape_safe/manifests/safe-v1.1.1.json
ape_safe/manifests/safe-v1.3.0.json
ape_safe/manifests/safe-v1.4.1.json
docs/Makefile
docs/ape_safe.rst
docs/changelog.rst
docs/conf.py
docs/detailed.rst
docs/index.rst
docs/install.rst
docs/intro.rst
docs/quickstart.rst
docs/signing.rst
docs/useful.rst
scripts/build.py
tests/__init__.py
tests/conftest.py
tests/contracts/Guard.json
tests/contracts/Token.json
tests/contracts/VyperVault.json
tests/functional/conftest.py
tests/functional/test_account.py
tests/functional/test_delegates.py
tests/functional/test_guard.py
tests/functional/test_multisend.py
tests/functional/test_utils.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_pending_cli.py
tests/integration/test_safe_mgmt_cli.py