Metadata-Version: 2.4
Name: fastapi-matrix-admin
Version: 2.0.0
Summary: RENAMED: this project is now published as 'opsdeck'. This package installs opsdeck and re-exports its API.
Project-URL: Homepage, https://github.com/rasinmuhammed/opsdeck
Author: opsdeck contributors
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Requires-Dist: opsdeck>=2.0.0
Description-Content-Type: text/markdown

# fastapi-matrix-admin → opsdeck

This project has been **renamed to [opsdeck](https://pypi.org/project/opsdeck/)**.

This package is a compatibility shim: installing it installs `opsdeck` and
re-exports its API under the old `fastapi_matrix_admin` import path (including
the old `MatrixAdmin` class name), with a `DeprecationWarning`.

Migrate:

```bash
pip install opsdeck
```

```python
# before
from fastapi_matrix_admin import MatrixAdmin

# after
from opsdeck import OpsDeck
```

Docs: https://rasinmuhammed.github.io/opsdeck/
Source: https://github.com/rasinmuhammed/opsdeck
