{"id":15043326,"url":"https://github.com/mpastell/pweave","last_synced_at":"2025-04-09T04:03:58.425Z","repository":{"id":8472457,"uuid":"10072638","full_name":"mpastell/Pweave","owner":"mpastell","description":"Pweave is a scientific report generator and a literate programming tool for Python. It can capture the results and plots from data analysis and works well with numpy, scipy and matplotlib.","archived":false,"fork":false,"pushed_at":"2023-11-03T04:45:46.000Z","size":1922,"stargazers_count":439,"open_issues_count":79,"forks_count":64,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-09T04:03:51.525Z","etag":null,"topics":["jupyter","python","python3","reproducible-research","scientific-reports"],"latest_commit_sha":null,"homepage":"http://mpastell.com/pweave","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpastell.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-05-15T06:42:59.000Z","updated_at":"2025-04-04T20:39:08.000Z","dependencies_parsed_at":"2024-01-14T02:34:51.863Z","dependency_job_id":"aed19f4a-4912-407b-863c-29faa8318448","html_url":"https://github.com/mpastell/Pweave","commit_stats":{"total_commits":388,"total_committers":22,"mean_commits":"17.636363636363637","dds":0.25,"last_synced_commit":"45b56ec60c5badb4e40796178397a4eae5bdddcb"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpastell%2FPweave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpastell%2FPweave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpastell%2FPweave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpastell%2FPweave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpastell","download_url":"https://codeload.github.com/mpastell/Pweave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974715,"owners_count":21026742,"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":["jupyter","python","python3","reproducible-research","scientific-reports"],"created_at":"2024-09-24T20:48:51.776Z","updated_at":"2025-04-09T04:03:58.396Z","avatar_url":"https://github.com/mpastell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://zenodo.org/badge/doi/10.5281/zenodo.44683.svg\n   :target: http://dx.doi.org/10.5281/zenodo.44683\n.. image:: https://travis-ci.org/mpastell/Pweave.svg?branch=master\n   :target: https://travis-ci.org/mpastell/Pweave\n.. image:: https://coveralls.io/repos/github/mpastell/Pweave/badge.svg?branch=master\n   :target: https://coveralls.io/github/mpastell/Pweave?branch=master\n\nAbout Pweave\n-------------\n\nPweave is a scientific report generator and a literate programming\ntool for Python. Pweave can capture the results and plots from data\nanalysis and works well with NumPy, SciPy and matplotlib. It is able to run\npython code from source document and include the results and capture\n`matplotlib \u003chttp://matplotlib.sourceforge.net/\u003e`_ plots in the output.\n\nPweave is good for creating reports, tutorials, presentations etc. with embedded python\ncode It can also be used to make websites together with e.g. Sphinx or rest2web.\n\nFeatures:\n---------\n\n* Python 3.4, 3.5 and 3.6 compatibility\n* Code is run using jupyter_client giving the possibility to run code using any\n  installed kernel (including python2) via `--kernel` argument. Some chunk options only work for Python.\n* Support for IPython magics and rich output.\n* Produce reST, Sphinx, Latex, HTML and markdown (pandoc and leanpub) output from several input formats.\n\n    - Noweb  uses `noweb \u003chttp://www.cs.tufts.edu/~nr/noweb/\u003e`_ syntax for separating code from documentation.\n    - Markdown. Run code from markdown code blocks.\n    - Script. Python script with special markup in comments.\n\n* **Execute python code** in the chunks and **capture** input and output to a report.\n* **Use hidden code chunks,** i.e. code is executed, but not printed in the output file.\n* Capture matplotlib graphics.\n* Evaluate inline code in documentation chunks marked using ``\u003c% %\u003e`` and ``\u003c%= %\u003e``.\n* Cache all code and results from previous runs for fast report\n  generation when you are only working with documentation. Inline code\n  will be hidden in documentation mode.\n* Supports reST, LaTeX, HTML or markdown for document chunks\n* Publish reports from Python scripts. Similar to R markdown.\n* Run from command line or interpreter.\n\n\nInstall\n-----------------------\n\nFrom PyPi::\n\n  pip install --upgrade Pweave\n\nwith conda::\n\n  conda install -c conda-forge pweave\n\nor download the source and run::\n\n  python setup.py install\n\n\nPweave documentation can be found from the website http://mpastell.com/pweave\n\n\nRelease Notes\n-------------\n\nSee `CHANGELOG.txt \u003chttps://github.com/mpastell/Pweave/blob/master/CHANGELOG.txt\u003e`_ for changes in each release.\n\nLicense information\n-------------------\n\nSee the file \"LICENSE\" for information on the history of this\nsoftware, terms \u0026 conditions for usage, and a DISCLAIMER OF ALL\nWARRANTIES.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpastell%2Fpweave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpastell%2Fpweave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpastell%2Fpweave/lists"}