Metadata-Version: 2.4
Name: memorph
Version: 0.1.6
Summary: memorph main package; dispatches to a prebuilt platform binary
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: memorph-bin-darwin-arm64==0.1.6; platform_system == "Darwin" and platform_machine == "arm64"
Requires-Dist: memorph-bin-darwin-x64==0.1.6; platform_system == "Darwin" and platform_machine == "x86_64"
Requires-Dist: memorph-bin-linux-x64-gnu==0.1.6; platform_system == "Linux" and platform_machine == "x86_64"
Requires-Dist: memorph-bin-linux-arm64-gnu==0.1.6; platform_system == "Linux" and platform_machine == "aarch64"
Requires-Dist: memorph-bin-win32-x64-msvc==0.1.6; platform_system == "Windows" and platform_machine == "AMD64"

# memorph

This is the main PyPI package for [memorph](https://github.com/whillhill/memorph).

It downloads the correct prebuilt binary for your platform via conditional dependencies.
