No project description provided
Project description
readmint
A simple, yet effective way of adding some dynamic properties to you md.
Table of Contents
Installation
pip install readmint
Using it (shell)
Using it (api)
# import the render function
In [1]: from readmint.lib.renderer import render_text, render_file
import textwrap
print("hello world")
# render text just rendera passed text
In [2]: render_text(
textwrap.dedent("""
dummy text
==========
And this is a code block
```readmint[python@local]
1+1
```
""")
)
Out[2]:
# dummy text
And this is a code block
```python
In [1]: 1+1
Out[1]: 2
## License
`readmint` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
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
readmint-0.0.1.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file readmint-0.0.1.tar.gz
.
File metadata
- Download URL: readmint-0.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43e153e505eadbfb9abe029420fb273b1a82969b3c39ce87a628c2bf463a043b |
|
MD5 | bf53fde2f243d54953d31683493c6d82 |
|
BLAKE2b-256 | a7757e004b4e8722f946d7173cf3ea2b86244ce6312b34e458e0eaa5272dd4e3 |
File details
Details for the file readmint-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: readmint-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dee9fe3a69da809b31851b7c1fc5c2c47b466ba4fa4cd7e4b087159ea354e11b |
|
MD5 | d8a6e1627a58b766e29c3cec4962ffa2 |
|
BLAKE2b-256 | c81b190b0348661b14f5e03c6e25860ca20914e517da31c9ce5770e4db0c4ed0 |