Metadata-Version: 2.4
Name: moniv
Version: 0.1.0
Summary: A lightweight, open-source error tracking and monitoring system.
Home-page: https://github.com/cyberhuginn/moniv
Author: Saleh Azimidokht
Author-email: contact@cyberhuginn.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Moniv

Moniv is a lightweight, open-source error tracking and monitoring system for Python applications. It helps developers capture, monitor, and analyze errors in real-time, making debugging and maintenance faster and more efficient.

## Features

- **Real-time error tracking**: Capture exceptions and errors as they happen.
- **Detailed reports**: Stack traces, environment info, and user context.
- **Flexible integrations**: Works with Django, Flask, FastAPI, and other Python frameworks.
- **Customizable alerts**: Configure notifications via email, Slack, or other channels.
- **Open-source and lightweight**: Minimal dependencies, easy to self-host.

## Goals

- Provide a free, open-source alternative to heavy solutions like Sentry.
- Make error tracking simple, fast, and reliable.
- Give developers insights into application issues with minimal setup.
- Support multiple frameworks and async applications.
- Allow easy integration into CI/CD pipelines for automated monitoring.

## Installation

```bash
pip install moniv
