在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):pystitch/stitch开源软件地址(OpenSource Url):https://github.com/pystitch/stitch开源编程语言(OpenSource Language):Python 87.6%开源软件介绍(OpenSource Introduction):StitchA knitr- RMarkdown-like library, in Python. Note: You might want to consider Jan Schulz's knitpy instead. It's probably more mature at this point. However, I wanted to see if there was a simpler way of doing things. The high-level goal of this type of library (knitr/RMarkdown, knitpy, and stitch) is to make writing reproducible reports easier. Documentation is available here. ExamplesSee the project's examples page for a side-by-side comparison of input markdown and stitched HTML. More complex examples are linked to from there as well. Install
pip install knotr I know, it's confusing.
I've filed a claim for
DesignThe goal was to keep
Fortunately the building blocks are all there. We reuse
So all The biggest departure from This saves us from having do any kind of custom parsing of the markdown.
The only drawback so far is somewhat inscrutable Haskell exceptions if
DocumentationStitch's documentation has an odd build process, so standard tools like readthedocs weren't flexible enough. To make the docs, install stitch and all the extra dependencies. Clone https://github.com/pystitch/pystitch.github.io Checkout the src branch. Run make html. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论