Utilities
Utilities provide an easy mechanism for calling functions from makes without having to specify them on any file.
makePythonLock
You can generate a poetry.lock for
makePythonEnvironment
like this:
- Supported
python_versions are3.9,3.10,3.11and3.12 -
projectis the absolute path to a Python project containing apyproject.tomlfile. Example:
makeRubyLock
You can generate a sourcesYaml for
makeRubyGemsEnvironment
like this:
- Supported
ruby_versions are:3.1,3.2and3.3. -
dependencies_yamlis the absolute path to a YAML file mapping RubyGems gems to version constraints. Example: -
sources_yamlis the absolute path to a file were the script will output results.