PyAct CLI
PyAct CLI is a tool designed to process .pamd files, which bundle Python logic and Markdown content together, similar to a Jupyter Notebook. This compiler resolves variables and dependencies to generate standard Markdown output.
Installation
You can install it directly from source (or after uploading to PyPI):
pip install pyact-cli
Usage
Compile a .pamd file and output to the terminal:
pyact path/to/your_file.pamd
Compile and save the output to a new Markdown file:
pyact path/to/your_file.pamd -o output.md
Release files for pyact-cli 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyact_cli-0.1.0.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyact_cli-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.6 kB
Release files / pyact_cli-0.1.0.tar.gz
| Download URL | pyact_cli-0.1.0.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
51f00a35bf324b4f7821c7b55fa2a062280c289ac15c33a6f8f582cb35ae6e85
|
|
BLAKE2b-256 checksum How to use checksums |
736789945f23e899d07e8f9f2ac75f6cbc3042b3c1494021c1329d1656d441db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|
Release files / pyact_cli-0.1.0-py3-none-any.whl
| Download URL | pyact_cli-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4ab9caa6263e2bf17a240a152476919cc662ff6a550b0fb134d262603ccddbab
|
|
BLAKE2b-256 checksum How to use checksums |
d29e300f10be3557105371986070c8b5c932e6b11e63efa9bf689deb6bfc9ea8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|