Metadata-Version: 2.4
Name: dazzle-unctools
Version: 0.2.0
Summary: Alias for unctools -- the DazzleLib L0 path-identity library (UNC paths, network drives, origin classification). Import name: unctools.
Author-email: Dustin <6962246+djdarcy@users.noreply.github.com>
License: MIT
Project-URL: Homepage, https://github.com/DazzleLib/UNCtools
Project-URL: Repository, https://github.com/DazzleLib/UNCtools
Project-URL: Issues, https://github.com/DazzleLib/UNCtools/issues
Project-URL: Architecture Contract, https://github.com/DazzleLib/.github/blob/main/docs/STACK-MAP.md
Keywords: dazzlelib,unctools,unc,alias,pointer-package
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: unctools>=0.2.0

# dazzle-unctools (alias package)

This is an **alias package** (one inert breadcrumb module, no functionality): installing it installs
[`unctools`](https://pypi.org/project/unctools/) -- the
[DazzleLib](https://github.com/DazzleLib) stack's L0 path-identity library --
under the org's uniform `dazzle-*` naming.

```bash
pip install dazzle-unctools   # equivalent to: pip install unctools
```

**The import name is `unctools`:**

```python
from unctools import convert_to_local, classify_path_origin
```

Why this exists: the DazzleLib stack uses uniform `dazzle-*` dist names for
discoverability ([architecture contract](https://github.com/DazzleLib/.github/blob/main/docs/STACK-MAP.md),
decision D9a). Rather than rename a working library's import and repository,
the uniform name points at the real one -- the same pattern as
`dazzle-dz` -> `dazzlecmd`. If the library is ever truly renamed, that rename
ships as this dist's 1.0.

Report issues at [DazzleLib/UNCtools](https://github.com/DazzleLib/UNCtools/issues).
