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.
Files changed (87) hide show
  1. {pipulate-2.2/pipulate.egg-info → pipulate-2.3}/PKG-INFO +1 -1
  2. {pipulate-2.2 → pipulate-2.3}/__init__.py +2 -2
  3. {pipulate-2.2 → pipulate-2.3/pipulate.egg-info}/PKG-INFO +1 -1
  4. {pipulate-2.2 → pipulate-2.3}/pyproject.toml +1 -1
  5. {pipulate-2.2 → pipulate-2.3}/LICENSE +0 -0
  6. {pipulate-2.2 → pipulate-2.3}/MANIFEST.in +0 -0
  7. {pipulate-2.2 → pipulate-2.3}/README.md +0 -0
  8. {pipulate-2.2 → pipulate-2.3}/apps/010_introduction.py +0 -0
  9. {pipulate-2.2 → pipulate-2.3}/apps/015_config.py +0 -0
  10. {pipulate-2.2 → pipulate-2.3}/apps/020_profiles.py +0 -0
  11. {pipulate-2.2 → pipulate-2.3}/apps/025_aspect.py +0 -0
  12. {pipulate-2.2 → pipulate-2.3}/apps/030_roles.py +0 -0
  13. {pipulate-2.2 → pipulate-2.3}/apps/040_hello_workflow.py +0 -0
  14. {pipulate-2.2 → pipulate-2.3}/apps/050_documentation.py +0 -0
  15. {pipulate-2.2 → pipulate-2.3}/apps/060_tasks.py +0 -0
  16. {pipulate-2.2 → pipulate-2.3}/apps/070_history.py +0 -0
  17. {pipulate-2.2 → pipulate-2.3}/apps/110_parameter_buster.py +0 -0
  18. {pipulate-2.2 → pipulate-2.3}/apps/120_link_graph.py +0 -0
  19. {pipulate-2.2 → pipulate-2.3}/apps/130_gap_analysis.py +0 -0
  20. {pipulate-2.2 → pipulate-2.3}/apps/200_workflow_genesis.py +0 -0
  21. {pipulate-2.2 → pipulate-2.3}/apps/210_widget_examples.py +0 -0
  22. {pipulate-2.2 → pipulate-2.3}/apps/220_roadmap.py +0 -0
  23. {pipulate-2.2 → pipulate-2.3}/apps/230_dev_assistant.py +0 -0
  24. {pipulate-2.2 → pipulate-2.3}/apps/240_simon_mcp.py +0 -0
  25. {pipulate-2.2 → pipulate-2.3}/apps/300_blank_placeholder.py +0 -0
  26. {pipulate-2.2 → pipulate-2.3}/apps/400_botify_trifecta.py +0 -0
  27. {pipulate-2.2 → pipulate-2.3}/apps/440_browser_automation.py +0 -0
  28. {pipulate-2.2 → pipulate-2.3}/apps/450_stream_simulator.py +0 -0
  29. {pipulate-2.2 → pipulate-2.3}/apps/510_text_field.py +0 -0
  30. {pipulate-2.2 → pipulate-2.3}/apps/520_text_area.py +0 -0
  31. {pipulate-2.2 → pipulate-2.3}/apps/530_dropdown.py +0 -0
  32. {pipulate-2.2 → pipulate-2.3}/apps/540_checkboxes.py +0 -0
  33. {pipulate-2.2 → pipulate-2.3}/apps/550_radios.py +0 -0
  34. {pipulate-2.2 → pipulate-2.3}/apps/560_range.py +0 -0
  35. {pipulate-2.2 → pipulate-2.3}/apps/570_switch.py +0 -0
  36. {pipulate-2.2 → pipulate-2.3}/apps/580_upload.py +0 -0
  37. {pipulate-2.2 → pipulate-2.3}/apps/610_markdown.py +0 -0
  38. {pipulate-2.2 → pipulate-2.3}/apps/620_mermaid.py +0 -0
  39. {pipulate-2.2 → pipulate-2.3}/apps/630_prism.py +0 -0
  40. {pipulate-2.2 → pipulate-2.3}/apps/640_javascript.py +0 -0
  41. {pipulate-2.2 → pipulate-2.3}/apps/710_pandas.py +0 -0
  42. {pipulate-2.2 → pipulate-2.3}/apps/720_rich.py +0 -0
  43. {pipulate-2.2 → pipulate-2.3}/apps/730_matplotlib.py +0 -0
  44. {pipulate-2.2 → pipulate-2.3}/apps/810_webbrowser.py +0 -0
  45. {pipulate-2.2 → pipulate-2.3}/apps/820_selenium.py +0 -0
  46. {pipulate-2.2 → pipulate-2.3}/apps/830_pico_slider.py +0 -0
  47. {pipulate-2.2 → pipulate-2.3}/cli.py +0 -0
  48. {pipulate-2.2 → pipulate-2.3}/config.py +0 -0
  49. {pipulate-2.2 → pipulate-2.3}/imports/__init__.py +0 -0
  50. {pipulate-2.2 → pipulate-2.3}/imports/ai_dictdb.py +0 -0
  51. {pipulate-2.2 → pipulate-2.3}/imports/ai_tool_discovery_simple_parser.py +0 -0
  52. {pipulate-2.2 → pipulate-2.3}/imports/append_only_conversation.py +0 -0
  53. {pipulate-2.2 → pipulate-2.3}/imports/ascii_displays.py +0 -0
  54. {pipulate-2.2 → pipulate-2.3}/imports/botify/__init__.py +0 -0
  55. {pipulate-2.2 → pipulate-2.3}/imports/botify/code_generators.py +0 -0
  56. {pipulate-2.2 → pipulate-2.3}/imports/botify/true_schema_discoverer.py +0 -0
  57. {pipulate-2.2 → pipulate-2.3}/imports/botify_code_generation.py +0 -0
  58. {pipulate-2.2 → pipulate-2.3}/imports/crud.py +0 -0
  59. {pipulate-2.2 → pipulate-2.3}/imports/database_safety_wrapper.py +0 -0
  60. {pipulate-2.2 → pipulate-2.3}/imports/dom_processing/__init__.py +0 -0
  61. {pipulate-2.2 → pipulate-2.3}/imports/dom_processing/ai_dom_beautifier.py +0 -0
  62. {pipulate-2.2 → pipulate-2.3}/imports/dom_processing/enhanced_dom_processor.py +0 -0
  63. {pipulate-2.2 → pipulate-2.3}/imports/durable_backup_system.py +0 -0
  64. {pipulate-2.2 → pipulate-2.3}/imports/mcp_orchestrator.py +0 -0
  65. {pipulate-2.2 → pipulate-2.3}/imports/server_logging.py +0 -0
  66. {pipulate-2.2 → pipulate-2.3}/imports/stream_orchestrator.py +0 -0
  67. {pipulate-2.2 → pipulate-2.3}/imports/voice_synthesis.py +0 -0
  68. {pipulate-2.2 → pipulate-2.3}/pipulate/__init__.py +0 -0
  69. {pipulate-2.2 → pipulate-2.3}/pipulate/core.py +0 -0
  70. {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/SOURCES.txt +0 -0
  71. {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/dependency_links.txt +0 -0
  72. {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/entry_points.txt +0 -0
  73. {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/requires.txt +0 -0
  74. {pipulate-2.2 → pipulate-2.3}/pipulate.egg-info/top_level.txt +0 -0
  75. {pipulate-2.2 → pipulate-2.3}/server.py +0 -0
  76. {pipulate-2.2 → pipulate-2.3}/setup.cfg +0 -0
  77. {pipulate-2.2 → pipulate-2.3}/tests/test_mck_rep2.py +0 -0
  78. {pipulate-2.2 → pipulate-2.3}/tools/__init__.py +0 -0
  79. {pipulate-2.2 → pipulate-2.3}/tools/advanced_automation_tools.py +0 -0
  80. {pipulate-2.2 → pipulate-2.3}/tools/botify_tools.py +0 -0
  81. {pipulate-2.2 → pipulate-2.3}/tools/conversation_tools.py +0 -0
  82. {pipulate-2.2 → pipulate-2.3}/tools/dom_tools.py +0 -0
  83. {pipulate-2.2 → pipulate-2.3}/tools/keychain_tools.py +0 -0
  84. {pipulate-2.2 → pipulate-2.3}/tools/llm_optics.py +0 -0
  85. {pipulate-2.2 → pipulate-2.3}/tools/mcp_tools.py +0 -0
  86. {pipulate-2.2 → pipulate-2.3}/tools/scraper_tools.py +0 -0
  87. {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.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.02"
16
- __version_description__ = "Operation Stick Bug"
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.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.02"
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