Haskell-like intervals for Python
Project description
autoreadme
Generate READMEs with collapsable* code and corresponding output from Python.
Installation
from package
# Set up a virtualenv.
python3 -m venv venv
source venv/bin/activate
# Install from PyPI
pip install autoreadme
from source
git clone https://github.com/davips/autoreadme
cd autoreadme
Example
A typical README-edit.md file would be:
# Uses
We can cook using the following Python code:
<<cook>>
However, we can also clean:
<<clean>>
The example file (given in this repo as examples/README-edit.md) depends on two scripts.
Each script should have a # ...
line where the output until that moment is expected to appear:
examples/cook.py:
# Cooking
x = 2 * 8
print("This script prints something:", x)
# ...
examples/clean.py:
# Cleaning
y = 34 % 5
print("this script prints another thing.", y)
# ...
Running...
autoreadme -i examples/README-edit.md -s examples/ -o examples/README.md examples/README-edit.md
...will result in the following markdown:
# UsesWe can cook using the following Python code:
Cooking
x = 2 * 8 print("This script prints something:", x)This script prints something: 16
However, we can also clean:
Cleaning
y = 34 % 5 print("this script prints another thing.", y)this script prints another thing. 4
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autoreadme-0.2101.14.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file autoreadme-0.2101.14.tar.gz
.
File metadata
- Download URL: autoreadme-0.2101.14.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7317372fc068a383be65cf72b0ba58d3335fef92971c9ebfc35000862ee8062 |
|
MD5 | 6bc72cdd1f395d7bba097b741307f81c |
|
BLAKE2b-256 | ecc917fe689feffac3e2c1acc1951e968eb0d6bb15385a108b97315b81cf6e59 |
File details
Details for the file autoreadme-0.2101.14-py3-none-any.whl
.
File metadata
- Download URL: autoreadme-0.2101.14-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03628e9729f2ea353815c1c4d14d69ba2335afcc04d9c68cc74b606ff165d78c |
|
MD5 | c406f8004e43806d0f083e04a38380ea |
|
BLAKE2b-256 | 8b5109ab4da9a3d05e156712f6ccc4d935a195bf56147d0f3d3dc88331021913 |