Metadata-Version: 2.5
Name: datalab-cli
Version: 0.0.0
Summary: Reserved name. The datalab CLI is not distributed from PyPI.
License: Proprietary
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# datalab-cli — reserved name

**This package is empty on purpose. It is not the datalab CLI, and installing it gives you nothing.**

The name is held defensively so that it cannot be claimed by anyone else. Nothing is published here
and nothing ever will be.

## If you were looking for the real client

`datalab-cli` is distributed from a private, authenticated package index served by your own
`datalab-core` deployment — not from public PyPI. Ask whoever operates your datalab instance for
the index URL, then:

```
uv tool install datalab-cli --index-url https://<your-core>/simple/
```

**Use `--index-url`, never `--extra-index-url`.** `--extra-index-url` *adds* an index and pip then
resolves across all of them by version number, so anyone who publishes a higher-numbered
`datalab-cli` anywhere wins the resolution. That is dependency confusion, it is silent, and holding
this name is one of the mitigations against it.

## If you are not a datalab user

There is nothing here for you. This package installs no modules and defines no commands.
