Metadata-Version: 2.4
Name: autoinference
Version: 0.0.2
Summary: Placeholder for the autoinference library. Work in progress.
Project-URL: Homepage, https://github.com/autoinference/autoinference
Project-URL: Repository, https://github.com/autoinference/autoinference
Project-URL: Issues, https://github.com/autoinference/autoinference/issues
Author-email: autoinference <stephenn.fernandes@gmail.com>
License-Expression: MIT
Keywords: ai,autoinference,inference,ml
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# autoinference (Python)

Placeholder for the `autoinference` library. Work in progress.

```bash
pip install autoinference
# or
uv add autoinference
```

```python
import autoinference
print(autoinference.__version__)
```

See https://github.com/autoinference/autoinference for source and roadmap.
