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.
Files changed (45) hide show
  1. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/CHANGELOG.md +5 -0
  2. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/PKG-INFO +9 -9
  3. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/README.md +3 -3
  4. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/pyproject.toml +6 -6
  5. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.github/CODEOWNERS +0 -0
  6. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.github/copilot-ignore +0 -0
  7. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.github/workflows/ci.yml +0 -0
  8. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.gitignore +0 -0
  9. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.gitmessage +0 -0
  10. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/.pre-commit-config.yaml +0 -0
  11. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/__init__.py +0 -0
  12. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/ai_enhancer.py +0 -0
  13. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/formatting/__init__.py +0 -0
  14. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/formatting/markdown.py +0 -0
  15. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/openapi.py +0 -0
  16. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/__init__.py +0 -0
  17. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/errors.py +0 -0
  18. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/http_proxy_writer.py +0 -0
  19. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/python_writer.py +0 -0
  20. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/registry_writer.py +0 -0
  21. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/types.py +0 -0
  22. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/verifiers.py +0 -0
  23. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/output/yaml_writer.py +0 -0
  24. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/pydantic_utils.py +0 -0
  25. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/scanner.py +0 -0
  26. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/schema_utils.py +0 -0
  27. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/serializers.py +0 -0
  28. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/src/apcore_toolkit/types.py +0 -0
  29. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/conftest.py +0 -0
  30. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_ai_enhancer.py +0 -0
  31. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_http_proxy_writer.py +0 -0
  32. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_markdown.py +0 -0
  33. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_openapi.py +0 -0
  34. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_output_factory.py +0 -0
  35. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_pydantic_utils.py +0 -0
  36. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_python_writer.py +0 -0
  37. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_registry_writer.py +0 -0
  38. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_scanner.py +0 -0
  39. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_schema_utils.py +0 -0
  40. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_serializers.py +0 -0
  41. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_types.py +0 -0
  42. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_verifiers.py +0 -0
  43. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_write_error.py +0 -0
  44. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_write_result.py +0 -0
  45. {apcore_toolkit-0.3.0 → apcore_toolkit-0.3.1}/tests/test_yaml_writer.py +0 -0
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.3.1] - 2026-03-22
6
+
7
+ ### Changed
8
+ - Rebrand: aipartnerup → aiperceivable
9
+
5
10
  ## [0.3.0] - 2026-03-19
6
11
 
7
12
  ### Added
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apcore-toolkit
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Shared scanner, schema extraction, and output toolkit for apcore framework adapters
5
- Project-URL: Homepage, https://aipartnerup.com
6
- Project-URL: Repository, https://github.com/aipartnerup/apcore-toolkit-python
7
- Project-URL: Documentation, https://github.com/aipartnerup/apcore-toolkit-python#readme
8
- Project-URL: Issues, https://github.com/aipartnerup/apcore-toolkit-python/issues
9
- Author-email: aipartnerup <tercel.yi@gmail.com>
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/aipartnerup/apcore-toolkit/main/apcore-toolkit-logo.svg" alt="apcore-toolkit logo" width="200"/>
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/aipartnerup/apcore-toolkit).
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/aipartnerup/apcore-toolkit](https://github.com/aipartnerup/apcore-toolkit).
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/aipartnerup/apcore-toolkit/main/apcore-toolkit-logo.svg" alt="apcore-toolkit logo" width="200"/>
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/aipartnerup/apcore-toolkit).
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/aipartnerup/apcore-toolkit](https://github.com/aipartnerup/apcore-toolkit).
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.0"
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 = "aipartnerup", email = "tercel.yi@gmail.com" },
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://aipartnerup.com"
44
- Repository = "https://github.com/aipartnerup/apcore-toolkit-python"
45
- Documentation = "https://github.com/aipartnerup/apcore-toolkit-python#readme"
46
- Issues = "https://github.com/aipartnerup/apcore-toolkit-python/issues"
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"]