You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
also is python base pypi module packaging template on it?
> sentients beings come to life
The text was updated successfully, but these errors were encountered: