Metadata-Version: 2.4
Name: ncc-module-t
Version: 1.0.0
Summary: NCC project package for ncc-module-t.
Author-email: National Cancer Center <eunhyeok@ncc.re.kr>
Description-Content-Type: text/markdown

# ncc-module-t

NCC project package.

This package provides the `ncc_module_t` Python interface used by this release.

```python
from ncc_module_t import ensure_asset

asset_path = ensure_asset(".")
print(asset_path)
```

Install this package together with the matching project packages generated for the same version.

`ensure_asset()` prepares the project file in the selected target directory and returns its path. If the prepared file is an archive, extract it explicitly after `ensure_asset()` returns the file path.

The target environment must already provide `zstandard`.

The matching package set for this release is listed in the project documentation.
