.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/docs.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/types.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/conf.py
docs/index.rst
docs/commands/delegates.rst
docs/commands/mgmt.rst
docs/commands/pending.rst
docs/methoddocs/accounts.md
docs/methoddocs/client.md
docs/methoddocs/config.md
docs/methoddocs/exceptions.md
docs/methoddocs/factory.md
docs/methoddocs/multisend.md
docs/methoddocs/packages.md
docs/methoddocs/types.md
docs/userguides/multisend.md
docs/userguides/quickstart.md
docs/userguides/safe_management.md
docs/userguides/transactions.md
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