Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can we get some docs pls Dr. ? #3

Open
alexlatif opened this issue Feb 2, 2024 · 2 comments
Open

can we get some docs pls Dr. ? #3

alexlatif opened this issue Feb 2, 2024 · 2 comments

Comments

@alexlatif
Copy link

alexlatif commented Feb 2, 2024

also is python base pypi module packaging template on it?

sentients come to life
> sentients beings come to life

@zakstucke
Copy link
Owner

zakstucke commented Feb 8, 2024

Docs will come once I finish tearing apart the user interface!

For now, you should be able to piece together usage from:

pip install zetch

zetch init to auto create the zetch.config.toml file. The genned file contains a schema directive that should give intellisense to the config file, plus you can look at the schema json file in the link directly to see all the configuration options.

zetch --help then shows all the command line options. (zetch defaults to zetch render)
zetch subcommand --help shows options for a specific subcommand (e.g. zetch render --help)

For the templating language, we use https://docs.rs/minijinja/latest/minijinja/
their docs should suffice for that part for now.

@zakstucke
Copy link
Owner

zakstucke commented Feb 8, 2024

also is python base pypi module packaging template on it?

No, CI uses a separate build/release flow specifically for python packages that are actually rust underneath, binaries have to be built for all python versions, architectures os's etc using maturin, its quite a different flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants