Metadata-Version: 2.5
Name: pie-language-python
Version: 0.5.2
Summary: The python language component of pie: install it beside pie-server, and python inferlets run.
Author-email: In Gim <in.gim@icloud.com>
License-Expression: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# pie-language-python

The python language component of pie, as a wheel: one wasm that
`pie.server.Server` installs when this package is importable.

```bash
pip install "pie-server[python]"
```

The wasm is what `pie language install` puts under `$PIE_HOME/languages`;
`scripts/build-languages.sh` builds it here.
