markitecture 0.2.0__tar.gz → 0.2.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {markitecture-0.2.0 → markitecture-0.2.1}/Makefile +5 -5
- {markitecture-0.2.0 → markitecture-0.2.1}/PKG-INFO +2 -1
- {markitecture-0.2.0 → markitecture-0.2.1}/pyproject.toml +2 -1
- {markitecture-0.2.0 → markitecture-0.2.1}/uv.lock +3 -1
- {markitecture-0.2.0 → markitecture-0.2.1}/.gitignore +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/.ruff.toml +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/CONTRIBUTING.md +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/LICENSE +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/README.md +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/badges/compact.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/badges/detailed.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/badges/minimal.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/badges/modern.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/badges/retro.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/badges/shields.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/buttons/rectangle.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/buttons/vesica-piscis.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/callouts/designs.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/callouts/info.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/cookbooks/examples.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/favicon.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/line.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/logos/circle-dark.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/logos/circle-light.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/logos/logo-box.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/logos/logo-rectangle.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/logos/logo.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/assets/shield.svg +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/community.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/features/content-analysis.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/features/health-score.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/features/link-management.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/features/static-site-generation.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/features/text-splitting.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/guides/api-reference.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/guides/cli-reference.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/guides/configuration.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/guides/installation.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/guides/quickstart.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/index.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/mint.json +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/docs/philosophy.mdx +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/__main__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/cli/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/cli/app.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/cli/commands/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/cli/commands/config.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/cli/commands/links.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/cli/commands/metrics.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/cli/commands/mkdocs.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/cli/commands/split.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/errors.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/generators/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/generators/configs/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/generators/configs/mintlify_json.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/generators/configs/mkdocs_yaml.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/analyzer.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/badges/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/badges/base.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/badges/compact.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/badges/detailed.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/badges/minimal.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/badges/modern.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/badges/retro.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/badges/shields.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/metrics/svg_generator.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/processing/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/processing/link_validator.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/processing/reflink_converter.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/processing/reflink_extractor.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/processing/text_splitter.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/settings/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/settings/config.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/settings/validators.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/utils/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/utils/file_handler.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/utils/printer.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/utils/sanitizer.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/cli/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/cli/commands/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/cli/test_app.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/conftest.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/data/mistletoe.md +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/data/pydantic.md +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/data/readme-ai.html +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/data/readme-ai.md +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/generators/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/metrics/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/metrics/test_analyzer.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/metrics/test_svg_generator.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/processing/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/processing/test_link_validator.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/processing/test_reflink_converter.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/settings/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/settings/test_validators.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/test_validators.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/utils/__init__.py +0 -0
- {markitecture-0.2.0 → markitecture-0.2.1}/tests/utils/test_sanitizer.py +0 -0
@@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules
|
|
7
7
|
|
8
8
|
DOCS_DIR := docs
|
9
9
|
PYPROJECT_TOML := pyproject.toml
|
10
|
-
PYPI_VERSION := 0.1
|
10
|
+
PYPI_VERSION := 0.2.1
|
11
11
|
PYTHON_VERSION := 3.11
|
12
12
|
TARGET := src/markitecture
|
13
13
|
TARGET_TEST := tests
|
@@ -127,10 +127,10 @@ run-examples: ## Run examples for documentation and testing
|
|
127
127
|
|
128
128
|
.PHONY: run-pypi
|
129
129
|
run-pypi: ## Run examples for documentation
|
130
|
-
uvx --
|
131
|
-
uvx --
|
132
|
-
uvx --
|
133
|
-
uvx --
|
130
|
+
uvx --from markitecture markitect --split.i $(TEST_DATA) --split.o examples/text-splitter/pypi/header-2/ --split.level "##"
|
131
|
+
uvx --from markitecture markitect --split.i $(TEST_DATA) --split.o examples/text-splitter/pypi/header-3/ --split.level "###"
|
132
|
+
uvx --from markitecture markitect --split.i $(TEST_DATA) --split.o examples/text-splitter/pypi/header-4/ --split.level "####"
|
133
|
+
uvx --from markitecture markitect --reflinks.i tests/data/pydantic.md --reflinks.o examples/reference-links/reflinks_conversion.md
|
134
134
|
|
135
135
|
|
136
136
|
# -------------------------------------------------------------------
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: markitecture
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: ❂ Markdown tools for modular and flexible docs: link validation, reference link conversion, text splitting, & more.
|
5
5
|
Project-URL: documentation, https://github.com/eli64s/markitecture/blob/main/README.md
|
6
6
|
Project-URL: homepage, https://github.com/eli64s/markitecture
|
@@ -28,6 +28,7 @@ Requires-Dist: httpx
|
|
28
28
|
Requires-Dist: pydantic
|
29
29
|
Requires-Dist: pydantic-settings
|
30
30
|
Requires-Dist: pyyaml
|
31
|
+
Requires-Dist: requests
|
31
32
|
Requires-Dist: rich
|
32
33
|
Requires-Dist: toml; python_full_version < '3.11'
|
33
34
|
Description-Content-Type: text/markdown
|
@@ -4,7 +4,7 @@ requires = [ "hatch-fancy-pypi-readme", "hatchling" ]
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "markitecture"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.1"
|
8
8
|
description = "❂ Markdown tools for modular and flexible docs: link validation, reference link conversion, text splitting, & more."
|
9
9
|
dynamic = ["readme"]
|
10
10
|
keywords = [
|
@@ -47,6 +47,7 @@ dependencies = [
|
|
47
47
|
"pydantic",
|
48
48
|
"pydantic-settings",
|
49
49
|
"pyyaml",
|
50
|
+
"requests",
|
50
51
|
"rich",
|
51
52
|
"toml ; python_full_version < '3.11'",
|
52
53
|
]
|
@@ -1458,13 +1458,14 @@ wheels = [
|
|
1458
1458
|
|
1459
1459
|
[[package]]
|
1460
1460
|
name = "markitecture"
|
1461
|
-
version = "0.1
|
1461
|
+
version = "0.2.1"
|
1462
1462
|
source = { editable = "." }
|
1463
1463
|
dependencies = [
|
1464
1464
|
{ name = "httpx" },
|
1465
1465
|
{ name = "pydantic" },
|
1466
1466
|
{ name = "pydantic-settings" },
|
1467
1467
|
{ name = "pyyaml" },
|
1468
|
+
{ name = "requests" },
|
1468
1469
|
{ name = "rich" },
|
1469
1470
|
{ name = "toml", marker = "python_full_version < '3.11'" },
|
1470
1471
|
]
|
@@ -1501,6 +1502,7 @@ requires-dist = [
|
|
1501
1502
|
{ name = "pydantic" },
|
1502
1503
|
{ name = "pydantic-settings" },
|
1503
1504
|
{ name = "pyyaml" },
|
1505
|
+
{ name = "requests" },
|
1504
1506
|
{ name = "rich" },
|
1505
1507
|
{ name = "toml", marker = "python_full_version < '3.11'" },
|
1506
1508
|
]
|
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
|
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
|
{markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/generators/configs/mintlify_json.py
RENAMED
File without changes
|
{markitecture-0.2.0 → markitecture-0.2.1}/src/markitecture/generators/configs/mkdocs_yaml.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
|
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
|