Skip to main content

Import python code in markdown as module

Project description

markmodule

Import python from markdown files.

Markdown is a hammer, everything is a nail

You can use markdown:

  • as a place to put module code, markmodule, this library

The do-everything-with-markdown ecosystem is surprisingly robust.

Usage

In a file named hello_module.mdm define a function. I'm escaping the fence, use a real three tick fence.

Here is a function

``(`)python
def some_function(args: str) -> str:
    """This is a function that does something."""
    return "Hello World" + args
``(`)

And some more documentation 

Import. Your IDE will not recognize the module, but it will work at runtime.

import markmodule
markmodule.import_md("hello_module.md")
import hello_module

print(hello_module.some_function("yo!"))

Change Log

  • 0.1.0 - Basic idea.
  • 0.2.0 - Updates to readme

Documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markmodule-0.2.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

markmodule-0.2.0-py2.py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page