pmlens 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pmlens-0.0.1/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Shinichi Nakazato / FLC design Co., Ltd.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
pmlens-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.4
2
+ Name: pmlens
3
+ Version: 0.0.1
4
+ Summary: PM Lens — name reservation placeholder. The project currently ships as 'pm-server'; this reserves the future 'pmlens' name.
5
+ Author: Shinichi Nakazato
6
+ Maintainer: FLC design Co., Ltd.
7
+ License-Expression: MIT
8
+ Project-URL: Homepage, https://github.com/flc-design/pmlens
9
+ Project-URL: Repository, https://github.com/flc-design/pmlens
10
+ Project-URL: Issues, https://github.com/flc-design/pmlens/issues
11
+ Keywords: placeholder,name-reservation,pm-server,pmlens,pm-lens
12
+ Classifier: Development Status :: 1 - Planning
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Requires-Python: >=3.11
19
+ Description-Content-Type: text/markdown
20
+ License-File: LICENSE
21
+ Dynamic: license-file
22
+
23
+ # PM Lens (`pmlens`) — name reservation
24
+
25
+ This package is a **placeholder**. It reserves the `pmlens` name on PyPI for the
26
+ [PM Lens](https://github.com/flc-design/pmlens) project and provides no
27
+ functionality of its own.
28
+
29
+ PM Lens currently ships on PyPI as **`pm-server`**. Until the rename migration
30
+ is complete, install the real package:
31
+
32
+ ```sh
33
+ pip install pm-server
34
+ ```
35
+
36
+ A future release will replace this placeholder with the real `pmlens`
37
+ distribution. At that point `pip install pmlens` will resolve to the full
38
+ package automatically.
39
+
40
+ — FLC design Co., Ltd. · MIT License
pmlens-0.0.1/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # PM Lens (`pmlens`) — name reservation
2
+
3
+ This package is a **placeholder**. It reserves the `pmlens` name on PyPI for the
4
+ [PM Lens](https://github.com/flc-design/pmlens) project and provides no
5
+ functionality of its own.
6
+
7
+ PM Lens currently ships on PyPI as **`pm-server`**. Until the rename migration
8
+ is complete, install the real package:
9
+
10
+ ```sh
11
+ pip install pm-server
12
+ ```
13
+
14
+ A future release will replace this placeholder with the real `pmlens`
15
+ distribution. At that point `pip install pmlens` will resolve to the full
16
+ package automatically.
17
+
18
+ — FLC design Co., Ltd. · MIT License
@@ -0,0 +1,14 @@
1
+ """PM Lens — name-reservation placeholder.
2
+
3
+ This distribution exists only to reserve the ``pmlens`` name on PyPI for the
4
+ PM Lens project, which currently ships as ``pm-server``. It provides no
5
+ functionality.
6
+
7
+ Install the real package instead::
8
+
9
+ pip install pm-server
10
+
11
+ See https://github.com/flc-design/pmlens
12
+ """
13
+
14
+ __version__ = "0.0.1"
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.4
2
+ Name: pmlens
3
+ Version: 0.0.1
4
+ Summary: PM Lens — name reservation placeholder. The project currently ships as 'pm-server'; this reserves the future 'pmlens' name.
5
+ Author: Shinichi Nakazato
6
+ Maintainer: FLC design Co., Ltd.
7
+ License-Expression: MIT
8
+ Project-URL: Homepage, https://github.com/flc-design/pmlens
9
+ Project-URL: Repository, https://github.com/flc-design/pmlens
10
+ Project-URL: Issues, https://github.com/flc-design/pmlens/issues
11
+ Keywords: placeholder,name-reservation,pm-server,pmlens,pm-lens
12
+ Classifier: Development Status :: 1 - Planning
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Requires-Python: >=3.11
19
+ Description-Content-Type: text/markdown
20
+ License-File: LICENSE
21
+ Dynamic: license-file
22
+
23
+ # PM Lens (`pmlens`) — name reservation
24
+
25
+ This package is a **placeholder**. It reserves the `pmlens` name on PyPI for the
26
+ [PM Lens](https://github.com/flc-design/pmlens) project and provides no
27
+ functionality of its own.
28
+
29
+ PM Lens currently ships on PyPI as **`pm-server`**. Until the rename migration
30
+ is complete, install the real package:
31
+
32
+ ```sh
33
+ pip install pm-server
34
+ ```
35
+
36
+ A future release will replace this placeholder with the real `pmlens`
37
+ distribution. At that point `pip install pmlens` will resolve to the full
38
+ package automatically.
39
+
40
+ — FLC design Co., Ltd. · MIT License
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ pmlens/__init__.py
5
+ pmlens.egg-info/PKG-INFO
6
+ pmlens.egg-info/SOURCES.txt
7
+ pmlens.egg-info/dependency_links.txt
8
+ pmlens.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ pmlens
@@ -0,0 +1,42 @@
1
+ # Minimal name-reservation distribution for "pmlens".
2
+ #
3
+ # This is NOT the real PM Lens package. It exists only to claim the `pmlens`
4
+ # name on PyPI (under the flc-design account) ahead of the Phase-2 rename
5
+ # migration, so the name cannot be squatted in the interim.
6
+ #
7
+ # The real package currently ships as `pm-server`. The full entity migration
8
+ # (import rename, MCP key, rename-wrapper, etc.) is tracked in docs/MIGRATION.md.
9
+ #
10
+ # Version is intentionally pinned at 0.0.1 so it stays below any real release
11
+ # (>=0.11.0): once the real `pmlens` ships, `pip install pmlens` resolves to it
12
+ # automatically and this placeholder never shadows it.
13
+ [build-system]
14
+ requires = ["setuptools>=68", "wheel"]
15
+ build-backend = "setuptools.build_meta"
16
+
17
+ [project]
18
+ name = "pmlens"
19
+ version = "0.0.1"
20
+ description = "PM Lens — name reservation placeholder. The project currently ships as 'pm-server'; this reserves the future 'pmlens' name."
21
+ readme = "README.md"
22
+ license = "MIT"
23
+ requires-python = ">=3.11"
24
+ authors = [{ name = "Shinichi Nakazato" }]
25
+ maintainers = [{ name = "FLC design Co., Ltd." }]
26
+ keywords = ["placeholder", "name-reservation", "pm-server", "pmlens", "pm-lens"]
27
+ classifiers = [
28
+ "Development Status :: 1 - Planning",
29
+ "Intended Audience :: Developers",
30
+ "Programming Language :: Python :: 3",
31
+ "Programming Language :: Python :: 3.11",
32
+ "Programming Language :: Python :: 3.12",
33
+ "Programming Language :: Python :: 3.13",
34
+ ]
35
+
36
+ [project.urls]
37
+ Homepage = "https://github.com/flc-design/pmlens"
38
+ Repository = "https://github.com/flc-design/pmlens"
39
+ Issues = "https://github.com/flc-design/pmlens/issues"
40
+
41
+ [tool.setuptools]
42
+ packages = ["pmlens"]
pmlens-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+