Metadata-Version: 2.4
Name: aplane
Version: 0.20.5
Summary: Historical handoff package for the APlane SDK
Author: APlane Project LLC
License-Expression: MIT
Project-URL: Homepage, https://github.com/aplane-algo/aplanesdk
Project-URL: Documentation, https://github.com/aplane-algo/aplanesdk
Project-URL: Repository, https://github.com/aplane-algo/aplanesdk
Keywords: algorand,blockchain,signing,sdk
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# APlane Python SDK Has Moved

The Python SDK formerly published as `aplane` has moved to `aplanesdk`.

Install the new package:

```bash
pip install aplanesdk
```

The SDK source now lives at:

https://github.com/aplane-algo/aplanesdk

This `aplane` package is a historical handoff package and no longer contains
the SDK implementation.
