readmint 0.0.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

readmint 0.0.1

readmint



A simple, yet effective way of adding some dynamic properties to you md.
Table of Contents

Installation
License

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.