wayfinder-paths 0.1.24__tar.gz → 0.1.25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of wayfinder-paths might be problematic. Click here for more details.
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/PKG-INFO +2 -3
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/pyproject.toml +1 -1
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/__init__.py +2 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/__init__.py +2 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/LICENSE +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/balance_adapter/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/balance_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/balance_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/balance_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/balance_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/client.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/parsers.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/test_golden.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/types.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/utils.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/brap_adapter/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/brap_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/brap_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/brap_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/brap_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/brap_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperlend_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperlend_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperlend_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperlend_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/executor.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/paired_filler.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/test_adapter_live.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/test_executor.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/test_utils.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/hyperliquid_adapter/utils.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/ledger_adapter/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/ledger_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/ledger_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/ledger_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/ledger_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/ledger_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/moonwell_adapter/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/moonwell_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/moonwell_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/moonwell_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/moonwell_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/multicall_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/multicall_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/multicall_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/multicall_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pendle_adapter/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pendle_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pendle_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pendle_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pendle_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pendle_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pool_adapter/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pool_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pool_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pool_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pool_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pool_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/token_adapter/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/token_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/token_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/token_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/token_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/token_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/conftest.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/adapters/BaseAdapter.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/adapters/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/adapters/models.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/analytics/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/analytics/bootstrap.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/analytics/stats.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/analytics/test_analytics.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/BRAPClient.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/ClientManager.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/HyperlendClient.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/LedgerClient.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/PoolClient.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/TokenClient.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/WayfinderClient.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/protocols.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/test_ledger_client.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/config.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/base.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/chains.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/contracts.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/erc20_abi.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/hyperlend_abi.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/hyperliquid.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/moonwell_abi.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/tokens.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/engine/manifest.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/strategies/Strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/strategies/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/strategies/base.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/strategies/descriptors.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/strategies/opa_loop.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/utils/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/utils/evm_helpers.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/utils/test_transaction.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/utils/tokens.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/utils/transaction.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/utils/wallets.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/utils/web3.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/preview.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/scripting.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/server.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/state/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/state/profile_store.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/state/store.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/test_scripting.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/balances.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/discovery.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/execute.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/hyperliquid.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/quotes.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/run_script.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/strategies.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/tokens.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/tools/wallets.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/utils.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/enso.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/erc20.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/evm.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/hyper_evm.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/hyperlend.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/hyperliquid.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/lifi.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/moonwell.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/prjx.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/policies/util.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/run_strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/basis_trading_strategy/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/basis_trading_strategy/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/basis_trading_strategy/constants.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/basis_trading_strategy/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/basis_trading_strategy/snapshot_mixin.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/basis_trading_strategy/strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/basis_trading_strategy/test_strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/basis_trading_strategy/types.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/boros_ops_mixin.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/constants.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/hyperevm_ops_mixin.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/hyperliquid_ops_mixin.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/manifest.yaml +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/planner.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/risk_ops_mixin.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/snapshot_mixin.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/test_planner_golden.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/test_strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/types.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/boros_hype_strategy/withdraw_mixin.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/hyperlend_stable_yield_strategy/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/hyperlend_stable_yield_strategy/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/hyperlend_stable_yield_strategy/strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/hyperlend_stable_yield_strategy/test_strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/test_strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/stablecoin_yield_strategy/README.md +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/stablecoin_yield_strategy/examples.json +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/stablecoin_yield_strategy/strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/strategies/stablecoin_yield_strategy/test_strategy.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/tests/__init__.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/tests/test_mcp_quote_swap.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/tests/test_test_coverage.py +0 -0
- {wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/tests/test_utils.py +0 -0
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: wayfinder-paths
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.25
|
|
4
4
|
Summary: Wayfinder Path: strategies and adapters
|
|
5
5
|
Author: Wayfinder
|
|
6
6
|
Author-email: dev@wayfinder.ai
|
|
7
7
|
Requires-Python: >=3.12,<4.0
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.12
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
11
10
|
Requires-Dist: aiocache (>=0.12.3,<0.13.0)
|
|
12
11
|
Requires-Dist: aiohttp (>=3.13.0,<4.0.0)
|
|
13
12
|
Requires-Dist: eth-account (>=0.13.7,<0.14.0)
|
|
@@ -2,6 +2,7 @@ __version__ = "0.1.0"
|
|
|
2
2
|
|
|
3
3
|
from wayfinder_paths.core import (
|
|
4
4
|
BaseAdapter,
|
|
5
|
+
LiquidationResult,
|
|
5
6
|
StatusDict,
|
|
6
7
|
StatusTuple,
|
|
7
8
|
Strategy,
|
|
@@ -10,6 +11,7 @@ from wayfinder_paths.core import (
|
|
|
10
11
|
__all__ = [
|
|
11
12
|
"__version__",
|
|
12
13
|
"BaseAdapter",
|
|
14
|
+
"LiquidationResult",
|
|
13
15
|
"Strategy",
|
|
14
16
|
"StatusDict",
|
|
15
17
|
"StatusTuple",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
from wayfinder_paths.core.adapters.BaseAdapter import BaseAdapter
|
|
2
2
|
from wayfinder_paths.core.strategies.Strategy import (
|
|
3
|
+
LiquidationResult,
|
|
3
4
|
StatusDict,
|
|
4
5
|
StatusTuple,
|
|
5
6
|
Strategy,
|
|
@@ -7,6 +8,7 @@ from wayfinder_paths.core.strategies.Strategy import (
|
|
|
7
8
|
|
|
8
9
|
__all__ = [
|
|
9
10
|
"Strategy",
|
|
11
|
+
"LiquidationResult",
|
|
10
12
|
"StatusDict",
|
|
11
13
|
"StatusTuple",
|
|
12
14
|
"BaseAdapter",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/balance_adapter/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/__init__.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/adapter.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/parsers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/types.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/boros_adapter/utils.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/brap_adapter/README.md
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/brap_adapter/__init__.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/brap_adapter/adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/ledger_adapter/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/ledger_adapter/adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pendle_adapter/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pendle_adapter/adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pool_adapter/README.md
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pool_adapter/__init__.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/pool_adapter/adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/token_adapter/README.md
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/token_adapter/__init__.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/adapters/token_adapter/adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/adapters/BaseAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/analytics/__init__.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/analytics/bootstrap.py
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/analytics/test_analytics.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/BRAPClient.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/ClientManager.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/HyperlendClient.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/LedgerClient.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/PoolClient.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/TokenClient.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/WayfinderClient.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/clients/test_ledger_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/contracts.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/erc20_abi.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/hyperlend_abi.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/hyperliquid.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/constants/moonwell_abi.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/strategies/Strategy.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/strategies/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/strategies/descriptors.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/strategies/opa_loop.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/core/utils/test_transaction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/mcp/state/profile_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/tests/test_mcp_quote_swap.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.24 → wayfinder_paths-0.1.25}/wayfinder_paths/tests/test_test_coverage.py
RENAMED
|
File without changes
|
|
File without changes
|