Metadata-Version: 2.4
Name: ocmoss
Version: 1.0.0
Summary: Observe • Control • Monitor Operating System (OCMOSS) - Windows Operating System Monitoring SDK.
Author: Shreyas Chimalwar
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/YOUR_USERNAME/OCMOSS
Project-URL: Repository, https://github.com/YOUR_USERNAME/OCMOSS
Project-URL: Issues, https://github.com/YOUR_USERNAME/OCMOSS/issues
Keywords: windows,monitoring,python,sdk,system,ocmoss
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Dynamic: license-file

# OCMOSS

**Observe • Control • Monitor Operating System**

OCMOSS is a Windows Operating System Monitoring SDK written in Python. It provides developers with simple APIs to retrieve operating system events, process information, and network information in a structured way.
OCMOSS is designed to expose operating system information that is often hidden or difficult for users to access. The goal is to provide developers with a simple, modular Python SDK for monitoring Windows system events, processes, and network activity through a clean and consistent API.

---

# Features

## Version 1.0 – Operating System Lifecycle

- System Started
- Last Shutdown
- Current Uptime
- Last Restart
- Sleep Started
- Wake Up
- Power Source Changed

---

## Version 2.0 – Process Monitoring

- Running Applications
- Process Count
- Process Memory Usage

---

## Version 3.0 – Network Monitoring

- Network Information
- Internet Status
- IP Address
- Wi-Fi Information
- Wi-Fi Passwords

---

# Supported Platform

- Windows 10
- Windows 11

Python Version:

- Python 3.11+
- Python 3.12+
- Python 3.13+

---

# Installation

```bash
pip install ocmoss
```

---

# Quick Start

```python
import ocmoss
```

---

# Project Structure

```
OCMOSS
│
├── ocmoss
│   ├── events
│   ├── windows
│   └── core
│
├── main.py
├── pyproject.toml
├── README.md
└── LICENSE
```

---

# Current Modules

### Operating System Lifecycle

- SystemStarted
- LastShutdown
- CurrentUptime
- LastRestart
- SleepStarted
- WakeUp
- PowerSourceChanged

### Process Monitoring

- RunningApplications
- ProcessCount
- ProcessMemoryUsage

### Network Monitoring

- NetworkInformation
- InternetStatus
- IPAddress
- WiFiInformation
- WiFiPasswords

---

# Roadmap

## Version 4.0 – Privacy Monitoring

- WebcamStatus
- MicrophoneStatus

Future versions will expand OCMOSS with additional monitoring capabilities.

---

# License

Copyright 2026 Shreyas Chimalwar

Licensed under the Apache License, Version 2.0.

---

# Author

Shreyas Chimalwar

GitHub: *(Add your GitHub profile here after publishing.)*
