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.2.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.2.0.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyact_cli-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.5 kB
Release files / pyact_cli-0.2.0.tar.gz
| Download URL | pyact_cli-0.2.0.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7630c13a372fac84761eb911c2fa14babf66da01ef50fb5d23c6bb4ef61c9948
|
|
BLAKE2b-256 checksum How to use checksums |
9d67daf388015d9fd833f611602be4786921b5a3d03e7d5ff07dfcb0c7e4bcfc
|
| 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.2.0-py3-none-any.whl
| Download URL | pyact_cli-0.2.0-py3-none-any.whl |
|---|---|
| Size | 6.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
adcc4f827808dda5cf690df5bc4dc2cd843114fe113ceef535901090baa009c1
|
|
BLAKE2b-256 checksum How to use checksums |
d457346b991432d32ec3409b2e041d0e1802b7bf5f759f4c5a017200a3e58b83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|