Developer Reference§

§

Note

This page is for developers. Makex’s API is highly unstable. Do not depend on it.

API§

special-members:

The makex api.

class makex.api.Action[source]§
arguments()[source]§
help()[source]§
run(ctx: Context, target: Target)[source]§
class makex.api.Context[source]§
class makex.api.Help[source]§
html: str§
markdown: str§
text: str§
url: str§
class makex.api.Target[source]§
Variables:

path – A path to the target’s output directory.

path: Path§
class makex.api.WindowsPath[source]§