pyscn 1.2.1__py3-none-manylinux_2_17_x86_64.whl → 1.4.0__py3-none-manylinux_2_17_x86_64.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.
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.4.0
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
 
@@ -59,10 +61,19 @@ https://github.com/user-attachments/assets/07f48070-c0dd-437b-9621-cb3963f863ff
59
61
 
60
62
  Run pyscn analyses straight from AI coding assistants via the Model Context Protocol (MCP). The bundled `pyscn-mcp` server exposes the same tools used in the CLI to Claude Code, Cursor, ChatGPT, and other MCP clients.
61
63
 
64
+ ### MCP Use Cases
65
+
66
+ You can interact with pyscn with your AI coding tools:
67
+
68
+ 1. "Analyze the code quality of the app/ directory"
69
+
70
+ 2. "Find duplicate code and help me refactor it"
71
+
72
+ 3. "Show me complex code and help me simplify it"
73
+
62
74
  ### Claude Code Setup
63
75
 
64
76
  ```bash
65
- # Add pyscn MCP server with one command
66
77
  claude mcp add pyscn-mcp uvx -- pyscn-mcp
67
78
  ```
68
79
 
@@ -130,8 +141,11 @@ pyscn analyze --select complexity,deps,deadcode . # Multiple analyses
130
141
  ### `pyscn check`
131
142
  Fast CI-friendly quality gate
132
143
  ```bash
133
- pyscn check . # Quick pass/fail check
134
- pyscn check --max-complexity 15 . # Custom thresholds
144
+ pyscn check . # Quick pass/fail check
145
+ pyscn check --max-complexity 15 . # Custom thresholds
146
+ pyscn check --max-cycles 0 . # Only allow 0 cycle dependency
147
+ pyscn check --select deps . # Check only for circular dependencies
148
+ pyscn check --allow-circular-deps . # Allow circular dependencies (warning only)
135
149
  ```
136
150
 
137
151
  ### `pyscn init`
@@ -0,0 +1,10 @@
1
+ pyscn-1.4.0.dist-info/METADATA,sha256=x8IxGKi2FM0g8B06fzvDyjYYHE74RTAKRpx6fY9GNaA,5979
2
+ pyscn-1.4.0.dist-info/WHEEL,sha256=XoiEPiBZnmYwbDcRuSSti6Xkm3ICK70xyqy-2rhC-G8,108
3
+ pyscn-1.4.0.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-linux-amd64,sha256=dHMU3_QZwLmRiKU5D1-5PIOMu1skm8ubjECrruOAZKI,12319344
7
+ pyscn/bin/pyscn-mcp-linux-amd64,sha256=0jWwOH4JIj_7QYlXZysZQistxORucFstXcfUo0TAmb8,7506512
8
+ pyscn/main.py,sha256=rtQdBLwQwLWAh8dvynOzilgWd0ayRoh7MaaycpfQcI8,2619
9
+ pyscn/mcp_main.py,sha256=pWy07VEsQzpsuaGyRrNPKUq_4TO538rFk7v7mMkqC1A,2755
10
+ pyscn-1.4.0.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=XoiEPiBZnmYwbDcRuSSti6Xkm3ICK70xyqy-2rhC-G8,108
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-linux-amd64,sha256=QVGDdY_XuTlnKJCf1H1EcaCz73YwX98Mf57D3VGBetw,12253808
7
- pyscn/bin/pyscn-mcp-linux-amd64,sha256=HMUHv-MEeehCz70dktbYZMGcIl_W6CW1cJigv_PjhF8,7440976
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