Metadata-Version: 2.4
Name: webamon
Version: 1.0.0
Summary: Webamon SDK - Please use webamon-cli for the actual CLI tool
Author: Webamon Team
License: MIT
Project-URL: Homepage, https://github.com/webamon/webamon
Project-URL: Documentation, https://webamon.dev
Project-URL: Repository, https://github.com/webamon/webamon
Project-URL: Bug Tracker, https://github.com/webamon/webamon/issues
Project-URL: CLI Tool, https://pypi.org/project/webamon-cli/
Keywords: webamon,monitoring,cli,sdk
Classifier: Development Status :: 5 - Production/Stable
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.7
Classifier: Programming Language :: Python :: 3.8
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 :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Dynamic: license-file

# Webamon - Brand Protection Placeholder

⚠️ **This package is a placeholder for brand protection purposes.**

## Looking for Webamon CLI?

If you're looking for the **Webamon CLI tool**, please install the correct package:

```bash
pip install webamon-cli
```

## What is this package?

This `webamon` package exists solely to protect the brand name on PyPI and prevent malicious actors from claiming it. It contains no functional code.

## Get the Real Webamon CLI

The actual Webamon functionality is available in the `webamon-cli` package:

- **Install**: `pip install webamon-cli`
- **PyPI**: https://pypi.org/project/webamon-cli/
- **Documentation**: https://webamon.dev
- **GitHub**: https://github.com/webamon/webamon-cli

## What does Webamon CLI do?

Webamon CLI is a powerful web monitoring and scraping tool that helps you:
- Monitor websites for changes
- Perform automated web scraping
- Set up alerts and notifications
- Track website uptime and performance

## Installation & Usage

```bash
# Install the actual CLI tool
pip install webamon-cli

# Run webamon commands
webamon --help
```

## Why this placeholder exists

When we released `webamon-cli`, the `webamon` package name was still available on PyPI. To protect our brand and prevent confusion or malicious packages from using our name, we've claimed this namespace with this placeholder package.

## License

MIT License - This placeholder package is released under the MIT license for maximum compatibility.

## Contact

- Website: https://webamon.dev
- Email: contact@webamon.dev
- GitHub: https://github.com/webamon/webamon-cli

---

**Remember**: For actual Webamon functionality, install `webamon-cli`, not this placeholder package!
