Metadata-Version: 2.4
Name: pm-os
Version: 4.0.0
Summary: PM-OS: AI-powered Product Management Operating System
Project-URL: Homepage, https://github.com/hellofresh/hf-pm-os
Project-URL: Documentation, https://pm-os.dev/docs
Project-URL: Repository, https://github.com/hellofresh/hf-pm-os
Author: PM-OS Team
License-Expression: MIT
Keywords: ai,claude,llm,pm,product-management
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: anthropic>=0.18.0
Requires-Dist: atlassian-python-api>=3.0.0
Requires-Dist: boto3>=1.28.0
Requires-Dist: click>=8.0.0
Requires-Dist: google-api-python-client>=2.0.0
Requires-Dist: google-auth-oauthlib>=1.0.0
Requires-Dist: google-auth>=2.0.0
Requires-Dist: google-generativeai>=0.8.0
Requires-Dist: jira>=3.5.0
Requires-Dist: pygithub>=1.59.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: requests>=2.28.0
Requires-Dist: rich>=13.0.0
Requires-Dist: slack-sdk>=3.0.0
Provides-Extra: ai
Provides-Extra: all
Provides-Extra: bedrock
Provides-Extra: confluence
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: github
Provides-Extra: google
Provides-Extra: jira
Provides-Extra: slack
Description-Content-Type: text/markdown

# PM-OS

**AI-powered Product Management Operating System**

PM-OS is a comprehensive workflow system for Product Managers, integrating with Jira, Slack, GitHub, Google Workspace, and LLM providers to streamline daily work.

## Installation

```bash
# Basic installation
pip install pm-os

# With specific integrations
pip install pm-os[slack]       # Slack integration
pip install pm-os[jira]        # Jira integration
pip install pm-os[google]      # Google Workspace
pip install pm-os[github]      # GitHub integration
pip install pm-os[bedrock]     # AWS Bedrock LLM

# All integrations
pip install pm-os[all]
```

## Quick Start

```bash
# Initialize PM-OS (guided wizard)
pm-os init

# Check installation health
pm-os doctor

# Update to latest version
pm-os update
```

## Features

- **Guided Installation**: Interactive wizard configures everything
- **Daily Context Sync**: Aggregates Jira, Slack, Calendar, GitHub
- **Brain Knowledge Graph**: Entities, relationships, semantic search
- **Session Management**: Context preservation across sessions
- **Integration Hub**: Connects all your PM tools

## Documentation

See the [full documentation](https://pm-os.dev/docs) for detailed guides.

## License

MIT License - see [LICENSE](LICENSE) for details.
