pipulate 2.2__tar.gz → 2.3__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.
- {pipulate-2.2/pipulate.egg-info → pipulate-2.3}/PKG-INFO +1 -1
- {pipulate-2.2 → pipulate-2.3}/__init__.py +2 -2
- {pipulate-2.2 → pipulate-2.3/pipulate.egg-info}/PKG-INFO +1 -1
- {pipulate-2.2 → pipulate-2.3}/pyproject.toml +1 -1
- {pipulate-2.2 → pipulate-2.3}/LICENSE +0 -0
- {pipulate-2.2 → pipulate-2.3}/MANIFEST.in +0 -0
- {pipulate-2.2 → pipulate-2.3}/README.md +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/010_introduction.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/015_config.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/020_profiles.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/025_aspect.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/030_roles.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/040_hello_workflow.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/050_documentation.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/060_tasks.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/070_history.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/110_parameter_buster.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/120_link_graph.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/130_gap_analysis.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/200_workflow_genesis.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/210_widget_examples.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/220_roadmap.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/230_dev_assistant.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/240_simon_mcp.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/300_blank_placeholder.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/400_botify_trifecta.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/440_browser_automation.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/450_stream_simulator.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/510_text_field.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/520_text_area.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/530_dropdown.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/540_checkboxes.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/550_radios.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/560_range.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/570_switch.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/580_upload.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/610_markdown.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/620_mermaid.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/630_prism.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/640_javascript.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/710_pandas.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/720_rich.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/730_matplotlib.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/810_webbrowser.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/820_selenium.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/apps/830_pico_slider.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/cli.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/config.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/__init__.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/ai_dictdb.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/ai_tool_discovery_simple_parser.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/append_only_conversation.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/ascii_displays.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/botify/__init__.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/botify/code_generators.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/botify/true_schema_discoverer.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/botify_code_generation.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/crud.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/database_safety_wrapper.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/dom_processing/__init__.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/dom_processing/ai_dom_beautifier.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/dom_processing/enhanced_dom_processor.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/durable_backup_system.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/mcp_orchestrator.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/server_logging.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/stream_orchestrator.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/imports/voice_synthesis.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/pipulate/__init__.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/pipulate/core.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/SOURCES.txt +0 -0
- {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/dependency_links.txt +0 -0
- {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/entry_points.txt +0 -0
- {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/requires.txt +0 -0
- {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/top_level.txt +0 -0
- {pipulate-2.2 → pipulate-2.3}/server.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/setup.cfg +0 -0
- {pipulate-2.2 → pipulate-2.3}/tests/test_mck_rep2.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/__init__.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/advanced_automation_tools.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/botify_tools.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/conversation_tools.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/dom_tools.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/keychain_tools.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/llm_optics.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/mcp_tools.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/scraper_tools.py +0 -0
- {pipulate-2.2 → pipulate-2.3}/tools/system_tools.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pipulate
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3
|
|
4
4
|
Summary: AI-readiness for the agentic web — local-first, Nix-reproducible workflows. The successor to AI SEO software.
|
|
5
5
|
Author-email: Mike Levin <pipulate@gmail.com>
|
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
|
@@ -12,8 +12,8 @@ Usage:
|
|
|
12
12
|
pipulate
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
|
-
__version__ = "2.
|
|
16
|
-
__version_description__ = "
|
|
15
|
+
__version__ = "2.03"
|
|
16
|
+
__version_description__ = "Working on Mother Cat Kata"
|
|
17
17
|
# SPDX expression, single source of truth, synced into pyproject.toml by
|
|
18
18
|
# scripts/release/version_sync.py. "-or-later" (not bare AGPL-3.0, which is
|
|
19
19
|
# deprecated SPDX) because the header below grants "any later version".
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pipulate
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3
|
|
4
4
|
Summary: AI-readiness for the agentic web — local-first, Nix-reproducible workflows. The successor to AI SEO software.
|
|
5
5
|
Author-email: Mike Levin <pipulate@gmail.com>
|
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pipulate"
|
|
7
7
|
# VERSION NOTE: Synced from pipulate/__init__.py.__version__ via python version_sync.py
|
|
8
|
-
version = "2.
|
|
8
|
+
version = "2.03"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name="Mike Levin", email="pipulate@gmail.com" },
|
|
11
11
|
]
|
|
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
|
|
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
|