Metadata-Version: 2.5
Name: fabrik-sdk
Version: 0.0.1
Summary: Reserved name held by Fabrik Labs, Inc. Not a product; this name is held to prevent misuse
Author: Fabrik Labs, Inc.
Maintainer: Fabrik Labs, Inc.
License: Fabrik Labs Proprietary License (name-reservation distribution)
        
        Copyright (c) 2026 Fabrik Labs, Inc. All rights reserved.
        
        This distribution is a defensive package-name reservation published by Fabrik
        Labs, Inc. It is proprietary software. It is NOT open source and it is NOT
        placed in the public domain.
        
        No license is granted to use, copy, modify, merge, publish, distribute,
        sublicense, or sell this software, or any derivative work of it, except as
        expressly permitted by a written agreement signed by Fabrik Labs, Inc.
        
        Permission is granted solely to download this distribution from the Python
        Package Index and to read it, for the single purpose of confirming that this
        package name is held by Fabrik Labs, Inc.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        Fabrik and Fabrik Labs are trademarks of Fabrik Labs, Inc.
License-File: LICENSE
Keywords: fabrik,fabrik-labs,name-reservation,placeholder,reserved
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# `fabrik-sdk` — reserved name

**This package is not a product.** It is a name reservation published by
Fabrik Labs, Inc. so that the name `fabrik-sdk` on the
public Python Package Index cannot be claimed by anyone else.

Importing it raises `ImportError` with the same explanation you are reading now.
It has no dependencies, does no network I/O, and contains no product code.

## What you probably wanted

There is no Fabrik product published under this name. Fabrik's Python SDK
is the `fabrik-auto` distribution.

Fabrik's Python SDK and CLI are distributed to Fabrik customers from Fabrik's
**private package index**, not from public PyPI.

## Installed this by accident?

```sh
pip uninstall fabrik-sdk
```

## Why this exists

Customers install Fabrik's SDK from a private index. If a public PyPI name that
Fabrik uses were left unregistered, anyone could publish a package under it with
a higher version number and win resolution for installs that consult public PyPI
as well as the private index — the attack pip's documentation calls *dependency
confusion*. Holding the name closes that hole.

## License

Proprietary. All rights reserved. See [LICENSE](LICENSE).
