Metadata-Version: 2.4
Name: mozicode
Version: 0.1.0
Summary: Mozicode CLI - Claude plugin and credential management
Project-URL: Homepage, https://github.com/Mozico-B-V/mozicode
Project-URL: Repository, https://github.com/Mozico-B-V/mozicode
Author: Mozico B.V.
License: Copyright (c) 2026 Mozico B.V. All rights reserved.
        
        Permission is granted to use this software free of charge for personal,
        non-commercial purposes only.
        
        Commercial use, redistribution, modification, or sublicensing requires
        prior written permission from Mozico B.V.
License-File: LICENSE
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: typer>=0.9.0
Description-Content-Type: text/markdown

# Mozicode

CLI tool for Claude plugin and credential management.

## Installation

```bash
uv tool install mozicode
```

## Usage

```bash
# Install Claude plugin
mozicode install

# Update installed plugin
mozicode update

# Manage credentials
mozicode credential push
mozicode credential pull
```
