Metadata-Version: 2.4
Name: webamon
Version: 1.0.1
Summary: Webamon SDK - Please use webamon-cli for the actual CLI tool
Author: Webamon Team
License: MIT
Project-URL: Homepage, https://webamon.com
Project-URL: Documentation, https://webamon.com/api
Project-URL: Repository, https://github.com/webamon-org/webamon-cli
Project-URL: Bug Tracker, https://github.com/webamon-org/webamon-cli/issues
Project-URL: CLI Tool, https://pypi.org/project/webamon-cli/
Project-URL: Twitter, https://x.com/webamon_search
Project-URL: LinkedIn, https://www.linkedin.com/company/web-a-mon
Project-URL: Reddit, https://www.reddit.com/r/WebamonSearch/
Project-URL: YouTube, https://www.youtube.com/@Webamon
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/
- **Website**: https://webamon.com
- **API Documentation**: https://webamon.com/api
- **GitHub**: https://github.com/webamon-org/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 & Social Links

- **Website**: https://webamon.com
- **API Documentation**: https://webamon.com/api
- **GitHub**: https://github.com/webamon-org/webamon-cli
- **Twitter/X**: https://x.com/webamon_search
- **LinkedIn**: https://www.linkedin.com/company/web-a-mon
- **Reddit**: https://www.reddit.com/r/WebamonSearch/
- **YouTube**: https://www.youtube.com/@Webamon

---

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