patchwork-conventions 0.1.8__tar.gz → 0.1.9__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.
- {patchwork_conventions-0.1.8/src/patchwork_conventions.egg-info → patchwork_conventions-0.1.9}/PKG-INFO +2 -4
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/pyproject.toml +2 -4
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9/src/patchwork_conventions.egg-info}/PKG-INFO +2 -4
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork_conventions.egg-info/requires.txt +0 -3
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/LICENSE +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/README.md +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/setup.cfg +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/__init__.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/cli.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/mcp/__init__.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/mcp/server.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/__init__.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/api_patterns.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/ast_base.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/config_detector.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/error_handling.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/git_patterns.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/imports.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/naming.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/structure.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/testing.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/output/__init__.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/output/report.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/scanner.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork_conventions.egg-info/SOURCES.txt +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork_conventions.egg-info/dependency_links.txt +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork_conventions.egg-info/entry_points.txt +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork_conventions.egg-info/top_level.txt +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/tests/test_naming.py +0 -0
- {patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/tests/test_scanner.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: patchwork-conventions
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: Mine your codebase. Generate CONVENTIONS.md. Stop AI agents from making up your style.
|
|
5
5
|
Author: patchwork contributors
|
|
6
6
|
License: MIT
|
|
@@ -12,13 +12,12 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
18
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
19
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
21
|
-
Requires-Python: >=3.
|
|
20
|
+
Requires-Python: >=3.10
|
|
22
21
|
Description-Content-Type: text/markdown
|
|
23
22
|
License-File: LICENSE
|
|
24
23
|
Requires-Dist: click>=8.0
|
|
@@ -30,7 +29,6 @@ Requires-Dist: tree-sitter-typescript>=0.23
|
|
|
30
29
|
Requires-Dist: mcp>=1.0
|
|
31
30
|
Requires-Dist: gitpython>=3.1
|
|
32
31
|
Requires-Dist: pathspec>=0.11
|
|
33
|
-
Requires-Dist: toml>=0.10; python_version < "3.11"
|
|
34
32
|
Provides-Extra: dev
|
|
35
33
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
36
34
|
Requires-Dist: pytest-asyncio; extra == "dev"
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "patchwork-conventions"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.9"
|
|
8
8
|
description = "Mine your codebase. Generate CONVENTIONS.md. Stop AI agents from making up your style."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
11
|
-
requires-python = ">=3.
|
|
11
|
+
requires-python = ">=3.10"
|
|
12
12
|
authors = [{ name = "patchwork contributors" }]
|
|
13
13
|
keywords = [
|
|
14
14
|
"ai", "claude-code", "conventions", "code-style",
|
|
@@ -20,7 +20,6 @@ classifiers = [
|
|
|
20
20
|
"Intended Audience :: Developers",
|
|
21
21
|
"License :: OSI Approved :: MIT License",
|
|
22
22
|
"Programming Language :: Python :: 3",
|
|
23
|
-
"Programming Language :: Python :: 3.9",
|
|
24
23
|
"Programming Language :: Python :: 3.10",
|
|
25
24
|
"Programming Language :: Python :: 3.11",
|
|
26
25
|
"Programming Language :: Python :: 3.12",
|
|
@@ -38,7 +37,6 @@ dependencies = [
|
|
|
38
37
|
"mcp>=1.0",
|
|
39
38
|
"gitpython>=3.1",
|
|
40
39
|
"pathspec>=0.11",
|
|
41
|
-
"toml>=0.10; python_version < '3.11'",
|
|
42
40
|
]
|
|
43
41
|
|
|
44
42
|
[project.optional-dependencies]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: patchwork-conventions
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: Mine your codebase. Generate CONVENTIONS.md. Stop AI agents from making up your style.
|
|
5
5
|
Author: patchwork contributors
|
|
6
6
|
License: MIT
|
|
@@ -12,13 +12,12 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
18
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
19
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
21
|
-
Requires-Python: >=3.
|
|
20
|
+
Requires-Python: >=3.10
|
|
22
21
|
Description-Content-Type: text/markdown
|
|
23
22
|
License-File: LICENSE
|
|
24
23
|
Requires-Dist: click>=8.0
|
|
@@ -30,7 +29,6 @@ Requires-Dist: tree-sitter-typescript>=0.23
|
|
|
30
29
|
Requires-Dist: mcp>=1.0
|
|
31
30
|
Requires-Dist: gitpython>=3.1
|
|
32
31
|
Requires-Dist: pathspec>=0.11
|
|
33
|
-
Requires-Dist: toml>=0.10; python_version < "3.11"
|
|
34
32
|
Provides-Extra: dev
|
|
35
33
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
36
34
|
Requires-Dist: pytest-asyncio; extra == "dev"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/__init__.py
RENAMED
|
File without changes
|
{patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/api_patterns.py
RENAMED
|
File without changes
|
{patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/ast_base.py
RENAMED
|
File without changes
|
{patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/config_detector.py
RENAMED
|
File without changes
|
{patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/error_handling.py
RENAMED
|
File without changes
|
{patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/git_patterns.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/miners/structure.py
RENAMED
|
File without changes
|
|
File without changes
|
{patchwork_conventions-0.1.8 → patchwork_conventions-0.1.9}/src/patchwork/output/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|