Metadata-Version: 2.4
Name: pm-server
Version: 0.12.0
Summary: Compatibility shim — PM Server is now PM Lens. Installs the 'pmlens' package.
Author: Shinichi Nakazato
Maintainer: FLC design Co., Ltd.
License-Expression: MIT
Project-URL: Homepage, https://github.com/flc-design/pmlens
Project-URL: Repository, https://github.com/flc-design/pmlens
Project-URL: Issues, https://github.com/flc-design/pmlens/issues
Keywords: pm-server,pmlens,pm-lens,compatibility-shim,rename
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pmlens>=0.12.0
Dynamic: license-file

# pm-server — compatibility shim for PM Lens

**PM Server has been renamed to PM Lens.** The project now ships on PyPI as
[`pmlens`](https://pypi.org/project/pmlens/).

This `pm-server` distribution is a thin compatibility wrapper: it contains no code
of its own and simply depends on `pmlens`, so existing workflows keep working:

```sh
pip install pm-server     # pulls in pmlens, which provides the `pm-server` command
uvx pm-server             # same
```

New users should install **`pmlens`** directly:

```sh
pip install pmlens
```

The last standalone `pm-server` build remains available as `pm-server==0.10.0`.

— FLC design Co., Ltd. · MIT License
