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

# ncc-project

Asset restore package for an NCC restricted-environment file.

Install this package and every companion shard package in the target Jupyter environment:

```python
!pip install ncc-project ncc-project-model
```

Then restore the packaged asset:

```python
from ncc_project import ensure_asset

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

This package restores the original file and does not extract archives automatically. If the restored file is an archive, extract it explicitly in the target notebook after `ensure_asset()` returns the file path.

This package does not download files from external URLs at install time. The asset bytes are provided by explicitly installed companion shard packages and are verified by SHA-256 during restoration.

The target environment must already provide `zstandard`.

## Asset

- Original filename: `ncc_project.zip`
- Original size: `107082` bytes
- Original SHA-256: `f3a9d1bb4daad6eae7192ccbd3e5eced500ffe941f178fa27d25914cf2293e06`
- Compressed SHA-256: `5277c46606987bc50eb4de0ebf438f73308e3b00fb1c8dc07d68c42e49b75b2e`
- Runtime code: embedded in this loader package

## Companion shard packages

- `ncc-project-model`
