apcore-toolkit 0.3.0__tar.gz → 0.3.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.
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/CHANGELOG.md +5 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/PKG-INFO +9 -9
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/README.md +3 -3
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/pyproject.toml +6 -6
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.github/CODEOWNERS +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.github/copilot-ignore +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.github/workflows/ci.yml +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.gitignore +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.gitmessage +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.pre-commit-config.yaml +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/__init__.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/ai_enhancer.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/formatting/__init__.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/formatting/markdown.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/openapi.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/__init__.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/errors.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/http_proxy_writer.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/python_writer.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/registry_writer.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/types.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/verifiers.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/yaml_writer.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/pydantic_utils.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/scanner.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/schema_utils.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/serializers.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/types.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/conftest.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_ai_enhancer.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_http_proxy_writer.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_markdown.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_openapi.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_output_factory.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_pydantic_utils.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_python_writer.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_registry_writer.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_scanner.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_schema_utils.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_serializers.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_types.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_verifiers.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_write_error.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_write_result.py +0 -0
- {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_yaml_writer.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apcore-toolkit
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Shared scanner, schema extraction, and output toolkit for apcore framework adapters
|
|
5
|
-
Project-URL: Homepage, https://
|
|
6
|
-
Project-URL: Repository, https://github.com/
|
|
7
|
-
Project-URL: Documentation, https://github.com/
|
|
8
|
-
Project-URL: Issues, https://github.com/
|
|
9
|
-
Author-email:
|
|
5
|
+
Project-URL: Homepage, https://aiperceivable.com
|
|
6
|
+
Project-URL: Repository, https://github.com/aiperceivable/apcore-toolkit-python
|
|
7
|
+
Project-URL: Documentation, https://github.com/aiperceivable/apcore-toolkit-python#readme
|
|
8
|
+
Project-URL: Issues, https://github.com/aiperceivable/apcore-toolkit-python/issues
|
|
9
|
+
Author-email: aiperceivable <tercel.yi@gmail.com>
|
|
10
10
|
License-Expression: Apache-2.0
|
|
11
11
|
Keywords: apcore,mcp,openapi,pydantic,scanner,schema,toolkit,yaml
|
|
12
12
|
Requires-Python: >=3.11
|
|
@@ -25,12 +25,12 @@ Requires-Dist: httpx>=0.24; extra == 'http-proxy'
|
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
27
|
<div align="center">
|
|
28
|
-
<img src="https://raw.githubusercontent.com/
|
|
28
|
+
<img src="https://raw.githubusercontent.com/aiperceivable/apcore-toolkit/main/apcore-toolkit-logo.svg" alt="apcore-toolkit logo" width="200"/>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
# apcore-toolkit-python
|
|
32
32
|
|
|
33
|
-
Python implementation of the [apcore-toolkit](https://github.com/
|
|
33
|
+
Python implementation of the [apcore-toolkit](https://github.com/aiperceivable/apcore-toolkit).
|
|
34
34
|
|
|
35
35
|
Extracts ~1,400 lines of duplicated framework-agnostic logic from `django-apcore` and `flask-apcore` into a standalone Python package.
|
|
36
36
|
|
|
@@ -171,7 +171,7 @@ md = to_markdown({"name": "Alice", "role": "admin"}, title="User Info")
|
|
|
171
171
|
|
|
172
172
|
## Documentation
|
|
173
173
|
|
|
174
|
-
Full documentation is available at [https://github.com/
|
|
174
|
+
Full documentation is available at [https://github.com/aiperceivable/apcore-toolkit](https://github.com/aiperceivable/apcore-toolkit).
|
|
175
175
|
|
|
176
176
|
## License
|
|
177
177
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/aiperceivable/apcore-toolkit/main/apcore-toolkit-logo.svg" alt="apcore-toolkit logo" width="200"/>
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
# apcore-toolkit-python
|
|
6
6
|
|
|
7
|
-
Python implementation of the [apcore-toolkit](https://github.com/
|
|
7
|
+
Python implementation of the [apcore-toolkit](https://github.com/aiperceivable/apcore-toolkit).
|
|
8
8
|
|
|
9
9
|
Extracts ~1,400 lines of duplicated framework-agnostic logic from `django-apcore` and `flask-apcore` into a standalone Python package.
|
|
10
10
|
|
|
@@ -145,7 +145,7 @@ md = to_markdown({"name": "Alice", "role": "admin"}, title="User Info")
|
|
|
145
145
|
|
|
146
146
|
## Documentation
|
|
147
147
|
|
|
148
|
-
Full documentation is available at [https://github.com/
|
|
148
|
+
Full documentation is available at [https://github.com/aiperceivable/apcore-toolkit](https://github.com/aiperceivable/apcore-toolkit).
|
|
149
149
|
|
|
150
150
|
## License
|
|
151
151
|
|
|
@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "apcore-toolkit"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.1"
|
|
8
8
|
description = "Shared scanner, schema extraction, and output toolkit for apcore framework adapters"
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
license = "Apache-2.0"
|
|
12
12
|
authors = [
|
|
13
|
-
{ name = "
|
|
13
|
+
{ name = "aiperceivable", email = "tercel.yi@gmail.com" },
|
|
14
14
|
]
|
|
15
15
|
keywords = [
|
|
16
16
|
"apcore",
|
|
@@ -40,10 +40,10 @@ dev = [
|
|
|
40
40
|
]
|
|
41
41
|
|
|
42
42
|
[project.urls]
|
|
43
|
-
Homepage = "https://
|
|
44
|
-
Repository = "https://github.com/
|
|
45
|
-
Documentation = "https://github.com/
|
|
46
|
-
Issues = "https://github.com/
|
|
43
|
+
Homepage = "https://aiperceivable.com"
|
|
44
|
+
Repository = "https://github.com/aiperceivable/apcore-toolkit-python"
|
|
45
|
+
Documentation = "https://github.com/aiperceivable/apcore-toolkit-python#readme"
|
|
46
|
+
Issues = "https://github.com/aiperceivable/apcore-toolkit-python/issues"
|
|
47
47
|
|
|
48
48
|
[tool.hatch.build.targets.wheel]
|
|
49
49
|
packages = ["src/apcore_toolkit"]
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/http_proxy_writer.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
|
|
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
|
|
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
|
|
File without changes
|