Metadata-Version: 2.4
Name: genome-cli
Version: 0.1.0
Summary: CLI tool to analyze dbt manifest.json files
Project-URL: Homepage, https://github.com/stijnzanders/genome
Project-URL: Repository, https://github.com/stijnzanders/genome
Author: Stijn Zanders
License: Copyright (c) 2026 Stijn Zanders. All rights reserved.
        
        This software is proprietary and confidential. Unauthorized copying, 
        distribution, or use of this software, via any medium, is strictly prohibited.
License-File: LICENSE
Keywords: analytics,cli,dbt,manifest
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.9
Requires-Dist: click>=8.0.0
Description-Content-Type: text/markdown

# genome-cli

A CLI tool to analyze dbt manifest.json files.

## Installation

```bash
pip install genome-cli
```

## Usage

### Count nodes in a manifest

```bash
# Using default path (target/manifest.json)
genome sequence

# Specify a custom path
genome sequence path/to/manifest.json
```

## Development

```bash
# Install in development mode
pip install -e .

# Run the CLI
genome --help
genome sequence --help
```

## License

Proprietary - All rights reserved.
