{"id":13554120,"url":"https://github.com/lgrcia/prairie","last_synced_at":"2025-04-03T06:31:11.305Z","repository":{"id":138890709,"uuid":"158411830","full_name":"lgrcia/prairie","owner":"lgrcia","description":"A visual programming environment for Python","archived":true,"fork":false,"pushed_at":"2022-09-30T18:25:22.000Z","size":23844,"stargazers_count":23,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"svg_to_html","last_synced_at":"2024-11-04T02:32:47.164Z","etag":null,"topics":["data-processing","python","scientific-visualization","visual-programming"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lgrcia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-11-20T15:32:59.000Z","updated_at":"2024-07-23T18:10:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"7158ad95-1a5f-41fd-9def-468f8df10cfb","html_url":"https://github.com/lgrcia/prairie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgrcia%2Fprairie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgrcia%2Fprairie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgrcia%2Fprairie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgrcia%2Fprairie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgrcia","download_url":"https://codeload.github.com/lgrcia/prairie/tar.gz/refs/heads/svg_to_html","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246947899,"owners_count":20859338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["data-processing","python","scientific-visualization","visual-programming"],"created_at":"2024-08-01T12:02:39.976Z","updated_at":"2025-04-03T06:31:06.279Z","avatar_url":"https://github.com/lgrcia.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","python"],"sub_categories":[],"readme":"### *Please note*\n\nPrairie was created in 2018 as an experiment and is no longer being developed. For a proper Python-friendly workflow manager, have a look at [orchest](https://www.orchest.io/) (visual), or general options like [Apache workflow](https://airflow.apache.org/) and [snakemake](https://snakemake.readthedocs.io/en/stable/)\n\n# Prairie\n\n\nPrairie is a **visual programming** environment aimed at scientists and engineers. It's an **experiment** that tries to provide a natural and intuitive interface for **visualizing** and **interacting** with complex data processing pipelines developed in **Python**.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src =\"doc/scan_oct_example.gif\"/\u003e\n\u003c/p\u003e\n\n\n\n## Overview\n\n**Prairie** is neither meant to replace traditional IDEs nor develop pipelines from scratch. Instead, it is designed as a **functional tool** that goes on top of your **libraries, class, functions** and complement your pipelines with rich and extendable **interactive widgets**.\n\nMain features include:\n\n- Dragging and dropping your existing class/functions **directly from your python files**\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src =\"doc/functions.gif\" /\u003e\n\u003c/p\u003e\n\n- Using interactive widgets to **interact with your data** : \n\n\n\n\u003cdiv style='display:flex;flex-direction:row;align-items:center;justify-content:center;'\u003e\n        \u003cdiv align='center'\u003e\n    \t\u003cimg src=\"doc/inputs_and_outputs.png\"\u003e\n        \u003cp\u003e\u003ci\u003eCode blocks\u003c/i\u003e\u003c/p\u003e\n   \t\u003c/div\u003e\n    \u003cdiv align='center'\u003e\n        \u003cimg src=\"doc/plot.png\"\u003e\n        \u003cp\u003e\u003ci\u003ePlot block (using plotly)\u003c/i\u003e\u003c/p\u003e\n    \u003c/div\u003e\n\u003cdiv\u003e\n\n\u003cdiv style='display:flex;flex-direction:row;align-items:center;justify-content:center;'\u003e\n    \u003cdiv align='center'\u003e\n        \u003cimg src=\"doc/matrix.png\"\u003e\n        \u003cp\u003e\u003ci\u003eMatrix block\u003c/i\u003e\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv align='center'\u003e\n    \t\u003cimg src=\"doc/image_airy.png\"\u003e\n        \u003cp\u003e\u003ci\u003eImage block\u003c/i\u003e\u003c/p\u003e\n   \t\u003c/div\u003e\n\u003cdiv\u003e\n\n- **and much more** (Prairie would provide an API to create custom blocks - *not included in the current version*) ...\n\n\n\n## Blocks and Widgets libraries\n\n### Libraries\n\n*note: Libraries extension features are not included in the current git version*\n\n**Prairie** would come with out-of-the-box **block libraries** that can be extended with **custom and community-made libraries** and blocks. Libraries could be installed **like python packages**:\n\n```shell\npip install prairie-\u003clibrary-name\u003e\n# or\npipenv install prairie-\u003clibrary-name\u003e\n```\n\nand then become available on the interface, **loaded with your python interpreter** (pipenv/ virtualenv are advised).\n\n### Default set\n\nSee the [features list](doc/features_list.md) and the [prairie blocks icons](doc/prairie-icons.md) files to learn more about default blocks included when installing Prairie\n\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src =\"doc/block-icons.png\"/\u003e\n    \u003cp align=\"center\"\u003e\u003ci\u003esome Prairie block icons\u003c/i\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n\n\n## General considerations\n\n**Prairie** provides notebook-like functionalities (see [Jupyter lab](https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html)) in a **functional block-diagram interface**. As it is, Prairie **does not bring unique enough features** compared to Jupyter notebooks - *developer opinion* - which is the main reason why its **development has been stopped**. Nonetheless, it is a good starting point for anyone that would like to develop such an interface for a specific use (e.g. similar to [LabView](http://www.ni.com/nl-nl/shop/labview.html), [Simulink](https://www.mathworks.com/products/simulink.html) or any block-diagram GUI). **Contact**, through github issues or mail, is **open** for any kind of **initiative or support**.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgrcia%2Fprairie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgrcia%2Fprairie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgrcia%2Fprairie/lists"}