Metadata-Version: 2.4
Name: mucompute
Version: 0.0.1
Summary: Name reserved for the mu compute graph. Today: pip install muimg, then import mucompute as mc.
Author-email: mu-files <info@mu-files.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/mu-files/mu-image
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# mucompute

Reserved name for the **mu compute graph** (`import mucompute as mc`).

This 0.0.1 release is a placeholder. It installs no importable package.

Until the graph is extracted into its own distribution:

```bash
pip install muimg
```

```python
import mucompute as mc
```

See [mu-image](https://github.com/mu-files/mu-image).
