pyscn 1.2.1__py3-none-macosx_11_0_arm64.whl → 1.2.2__py3-none-macosx_11_0_arm64.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.

Potentially problematic release.


This version of pyscn might be problematic. Click here for more details.

Binary file
Binary file
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyscn
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: An intelligent Python code quality analyzer with architectural guidance
5
5
  Home-page: https://github.com/ludo-technologies/pyscn
6
6
  Author: DaisukeYoda
7
7
  Author-email: daisukeyoda@users.noreply.github.com
8
8
  License: MIT
9
- Classifier: Development Status :: 4 - Beta
9
+ Classifier: Development Status :: 5 - Production/Stable
10
10
  Classifier: Environment :: Console
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: MIT License
@@ -17,7 +17,9 @@ Classifier: Programming Language :: Python :: 3.9
17
17
  Classifier: Programming Language :: Python :: 3.10
18
18
  Classifier: Programming Language :: Python :: 3.11
19
19
  Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
20
21
  Classifier: Topic :: Software Development :: Quality Assurance
22
+ Classifier: Typing :: Typed
21
23
  Requires-Python: >=3.8
22
24
  Description-Content-Type: text/markdown
23
25
 
@@ -62,7 +64,6 @@ Run pyscn analyses straight from AI coding assistants via the Model Context Prot
62
64
  ### Claude Code Setup
63
65
 
64
66
  ```bash
65
- # Add pyscn MCP server with one command
66
67
  claude mcp add pyscn-mcp uvx -- pyscn-mcp
67
68
  ```
68
69
 
@@ -0,0 +1,10 @@
1
+ pyscn-1.2.2.dist-info/METADATA,sha256=qlhhD3yhpWsJabfnKEZTMu3iiRr0YpLPt7m1N8ikbF4,5514
2
+ pyscn-1.2.2.dist-info/WHEEL,sha256=CYyQE2vHrYPvCU3b7nn-Hl7_xZMO7l2E38d23t5MbRM,104
3
+ pyscn-1.2.2.dist-info/entry_points.txt,sha256=b3uDJeuGfdioTYIV5vD_OLiCO_BPZ53Bqbe5jOurh4o,78
4
+ pyscn/__init__.py,sha256=2899qYVW2M1QljQ7xSvgLeHyf8yjzemZp62di19Baw8,431
5
+ pyscn/__main__.py,sha256=ctBTSh1ps0V8KJLus4fcg5NE2FCF1HEyfXmh1KCw0gs,120
6
+ pyscn/bin/pyscn-darwin-arm64,sha256=mM1wC-MU_A2mNhgh0rlFS-64j1ymgaNodWATmikuNEY,11624338
7
+ pyscn/bin/pyscn-mcp-darwin-arm64,sha256=3stviR9GezABRFUXqrl_YMyMNBZrbZ0phY5EDK4yEXs,7105538
8
+ pyscn/main.py,sha256=rtQdBLwQwLWAh8dvynOzilgWd0ayRoh7MaaycpfQcI8,2619
9
+ pyscn/mcp_main.py,sha256=pWy07VEsQzpsuaGyRrNPKUq_4TO538rFk7v7mMkqC1A,2755
10
+ pyscn-1.2.2.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- pyscn-1.2.1.dist-info/METADATA,sha256=yWHy_cU2w1D9rMZQxblulsdZVbDlvQVG-VT1keuEMs4,5462
2
- pyscn-1.2.1.dist-info/WHEEL,sha256=CYyQE2vHrYPvCU3b7nn-Hl7_xZMO7l2E38d23t5MbRM,104
3
- pyscn-1.2.1.dist-info/entry_points.txt,sha256=b3uDJeuGfdioTYIV5vD_OLiCO_BPZ53Bqbe5jOurh4o,78
4
- pyscn/__init__.py,sha256=2899qYVW2M1QljQ7xSvgLeHyf8yjzemZp62di19Baw8,431
5
- pyscn/__main__.py,sha256=ctBTSh1ps0V8KJLus4fcg5NE2FCF1HEyfXmh1KCw0gs,120
6
- pyscn/bin/pyscn-darwin-arm64,sha256=hnOU5r63EzF7wOLZFmlc4ooFbw6DWiUOW6tHVEdWFVY,11624338
7
- pyscn/bin/pyscn-mcp-darwin-arm64,sha256=OU8MKRfxMF286-CzVgbwLzCVzpg2h8dvtErD2hUSU8I,7088898
8
- pyscn/main.py,sha256=rtQdBLwQwLWAh8dvynOzilgWd0ayRoh7MaaycpfQcI8,2619
9
- pyscn/mcp_main.py,sha256=pWy07VEsQzpsuaGyRrNPKUq_4TO538rFk7v7mMkqC1A,2755
10
- pyscn-1.2.1.dist-info/RECORD,,
File without changes