pmlens 0.0.1__py3-none-any.whl
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/__init__.py
ADDED
|
@@ -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,6 @@
|
|
|
1
|
+
pmlens/__init__.py,sha256=DmPJPpddQFSxb-FEvOwkkJ5O_PJNc49v7clO59ff5SA,342
|
|
2
|
+
pmlens-0.0.1.dist-info/licenses/LICENSE,sha256=t8qGibKYkVKNluNN-r1hvQ4KPdxkmnwHn5pXt0UHUjM,1097
|
|
3
|
+
pmlens-0.0.1.dist-info/METADATA,sha256=ZmvbNmk7sEJsUlgFz3r0sTreuXsDg8Fm00V3YxS4xzI,1503
|
|
4
|
+
pmlens-0.0.1.dist-info/WHEEL,sha256=YLJXdYXQ2FQ0Uqn2J-6iEIC-3iOey8lH3xCtvFLkd8Q,91
|
|
5
|
+
pmlens-0.0.1.dist-info/top_level.txt,sha256=xaD0NFLMgpfMolZeSwK5DNI1P_QWeaaX0y6sbqxQivo,7
|
|
6
|
+
pmlens-0.0.1.dist-info/RECORD,,
|
|
@@ -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.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pmlens
|