{"id":49112110,"url":"https://github.com/gregmeyer/processbuilder-example","last_synced_at":"2026-04-21T05:08:51.267Z","repository":{"id":286367811,"uuid":"961199887","full_name":"gregmeyer/processbuilder-example","owner":"gregmeyer","description":"A python script that builds a process","archived":false,"fork":false,"pushed_at":"2025-04-06T01:33:36.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T02:26:21.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregmeyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-06T01:16:15.000Z","updated_at":"2025-04-06T01:33:40.000Z","dependencies_parsed_at":"2025-04-06T02:36:26.410Z","dependency_job_id":null,"html_url":"https://github.com/gregmeyer/processbuilder-example","commit_stats":null,"previous_names":["gregmeyer/processbuilder-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregmeyer/processbuilder-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregmeyer%2Fprocessbuilder-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregmeyer%2Fprocessbuilder-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregmeyer%2Fprocessbuilder-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregmeyer%2Fprocessbuilder-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregmeyer","download_url":"https://codeload.github.com/gregmeyer/processbuilder-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregmeyer%2Fprocessbuilder-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32077870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-21T05:08:50.600Z","updated_at":"2026-04-21T05:08:51.261Z","avatar_url":"https://github.com/gregmeyer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Process Builder\n\nA Python library for building and documenting process workflows through interactive interviews.\n\n## Features\n\n- Interactive process building through natural language interviews\n- Automatic generation of process documentation in multiple formats:\n  - Mermaid diagrams (`.mmd` and `.png`)\n  - CSV files for steps and notes\n  - Executive summaries\n  - LLM prompts for process analysis\n- Versioned output storage with timestamped directories\n- Support for complex process flows with:\n  - Success and failure paths\n  - Decision points\n  - Process notes\n  - Validation rules\n  - Error handling\n\n## Installation\n\n```bash\npip install processbuilder\n```\n\n## Usage\n\n```python\nfrom processbuilder import ProcessBuilder\n\n# Initialize the process builder\nbuilder = ProcessBuilder(process_name=\"make_a_sandwich\")\n\n# Start the interactive interview\nbuilder.interview()\n\n# Generate outputs\noutputs = builder.generate_outputs()\n```\n\n## Output Structure\n\nProcess outputs are organized in timestamped directories:\n\n```\noutput/\n└── process_name/\n    └── YYYYMMDD_HHMMSS/\n        ├── process_name_steps.csv\n        ├── process_name_notes.csv\n        ├── process_name_diagram.mmd\n        ├── process_name_diagram.png\n        ├── process_name_prompt.txt\n        └── process_name_summary.md\n```\n\n### Output Files\n\n- **CSV Files**:\n  - `process_name_steps.csv`: Contains all process steps with their descriptions, decisions, and outcomes\n  - `process_name_notes.csv`: Contains all process notes with their associated steps\n\n- **Mermaid Diagrams**:\n  - `process_name_diagram.mmd`: Mermaid syntax diagram file\n  - `process_name_diagram.png`: Rendered PNG image of the diagram (requires Mermaid.INK API)\n\n- **Documentation**:\n  - `process_name_prompt.txt`: LLM prompt for process analysis\n  - `process_name_summary.md`: Executive summary of the process\n\n## Mermaid Diagram Features\n\n- Automatic node ID sanitization\n- Proper handling of special characters in descriptions\n- Support for success and failure paths\n- Process notes as subgraphs\n- Clean and readable diagram layout\n\n## Requirements\n\n- Python 3.8+\n- OpenAI API key (for LLM features)\n- Internet connection (for Mermaid.INK API)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregmeyer%2Fprocessbuilder-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregmeyer%2Fprocessbuilder-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregmeyer%2Fprocessbuilder-example/lists"}