Metadata-Version: 2.4
Name: metalins
Version: 0.5.0
Summary: DEPRECATED — renamed to metalins-drift. Install: pip install metalins-drift
Project-URL: Homepage, https://github.com/Metalins/drift-engine-python
Author-email: Jose Hernandez <josemiguelhernandez16@gmail.com>
License: Apache-2.0
Keywords: deprecated
Requires-Python: >=3.10
Requires-Dist: metalins-drift>=0.5.0
Description-Content-Type: text/markdown

# metalins (deprecated)

**This package has been renamed to [`metalins-drift`](https://pypi.org/project/metalins-drift/).**

```bash
pip install metalins-drift
```

Update your imports:
```python
# Before
from metalins import Agent

# After
from metalins_drift import Agent
```

See [Metalins/drift-engine-python](https://github.com/Metalins/drift-engine-python) for the new package.
