Atlas - types.py
Home / npkg-testing / tools / npkg Lines: 1 | Size: 312 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1from dataclasses import dataclass 2from pathlib import Path 3from typing import Optional 4 5 6@dataclass 7class Package: 8 name: str 9 version: str 10 description: str 11 package_dir: Path 12 install_path: str 13 build_command: Optional[str] 14 package_command: Optional[str] 15 clean_command: Optional[str] 16[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.