Metadata-Version: 2.4
Name: hogswap
Version: 1.0.0
Summary: Official alias for hogswap-py-sdk — installs the HOGSWAP Python SDK (the import name is hogswap either way).
Project-URL: Homepage, https://hogswap-v1.liquihog.dev
Project-URL: Repository, https://github.com/LiquiHog/hogswap-py-sdk
Author: LiquiHog
License-Expression: MIT
License-File: LICENSE
Keywords: algorand,defi,dex,hogswap,router,swap,x402
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Requires-Dist: hogswap-py-sdk
Description-Content-Type: text/markdown

# hogswap (alias)

This is the official alias package: `pip install hogswap` installs
[`hogswap-py-sdk`](https://pypi.org/project/hogswap-py-sdk/), the
official Python SDK for the HOGSWAP v1 router API on Algorand.

The import name is `hogswap` either way:

```python
from hogswap import HogswapClient
```

It exists so the package matching the import name can't be
squatted. It contains no code of its own and never will — depend on
[`hogswap-py-sdk`](https://pypi.org/project/hogswap-py-sdk/) directly
in your projects.

Docs, source, and issues: https://github.com/LiquiHog/hogswap-py-sdk
