A CLI tool to quickly scaffold and initialize new Lilypad module projects with boilerplate code and configuration.
Project description
Create Lilypad Module
Create Lilypad modules.
- Build a Job Module – How to build a Lilypad job module
- JS CLI Wrapper – How to run the Lilypad CLI wrapper locally
Create Lilypad Module works on macOS, Windows, and Linux.
If something doesn’t work, please file an issue.
If you have questions or need help, please ask in GitHub Discussions.
Quick Overview
To create a new Lilypad module, install our CLI tool:
pip install create-lilypad-module
If you've previously installed create-lilypad-module, you should to ensure that you're using the latest version:
pip install --upgrade create-lilypad-module
Now run create-lilypad-module:
create-lilypad-module
The CLI will ask for the name of your project. Alternatively, you can run:
create-lilypad-module project_name
cd project_name
Output:
project_name
├── config
│ └── constants.py
├── scripts
│ ├── download_models.py
│ └── run_module.py
├── src
│ └── run_inference.py
├── .gitignore
├── Dockerfile
├── lilypad_module.json.tmpl
├── README.md
└── requirements.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file create_lilypad_module-0.1.38.tar.gz.
File metadata
- Download URL: create_lilypad_module-0.1.38.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaeb1a73df2543efa302d191da8903bee29eb2efd9227b494aaeeafcbcd3c144
|
|
| MD5 |
b1ecbe2af656a539649dc1f0c4261146
|
|
| BLAKE2b-256 |
3d7bc18cda2fe39a47903ce76fb103f681eef6f8ca14c885d1a0909ee5bc48c5
|
File details
Details for the file create_lilypad_module-0.1.38-py3-none-any.whl.
File metadata
- Download URL: create_lilypad_module-0.1.38-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e3f7511ecb18bcdf10d16910adc3983d8de337a91a2caeb0e4d4c252e0e7053
|
|
| MD5 |
e74651cb90fd00518906b6f8149f3f66
|
|
| BLAKE2b-256 |
05890b2903b1030d38346f27f91a163eb01aed2fce783eb3a99c635c4d81676e
|