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.11.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file autoreadme-0.2101.11.tar.gz
.
File metadata
- Download URL: autoreadme-0.2101.11.tar.gz
- Upload date:
- Size: 3.6 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 | 5b6af51216b16e91ff528a60d747ba56bfa5def325aa3e05d30e7608b0cb3c88 |
|
MD5 | 5866dea5a8b58f6e6ed14a1b82768da2 |
|
BLAKE2b-256 | 383e6a733b8e7f949c8781cb30a87c7bad7aadd105877d5649d4bff66f837adf |
File details
Details for the file autoreadme-0.2101.11-py3-none-any.whl
.
File metadata
- Download URL: autoreadme-0.2101.11-py3-none-any.whl
- Upload date:
- Size: 15.6 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 | 1f5de5f5692fae55a082f60b96d281d9148eb7a4baa5513d4d17e3a1f844b130 |
|
MD5 | 74dad144788595266f8d886ac6acc3a9 |
|
BLAKE2b-256 | 2be51ad332bd7e54c6e7c955657732d544f417aa59669b88e70f52a81a48f212 |