Metadata-Version: 2.3
Name: fant
Version: 0.1.0
Summary: ⚠️ RESERVED PLACEHOLDER — Do not install. See: FluctuationAnalysisTools
Author: Александр
Author-email: siniza.s.94@gmail.com
Requires-Python: >=3.14
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Description-Content-Type: text/markdown

# ⚠️ Placeholder Package — Do Not Install

> **This is a reserved placeholder package to prevent typosquatting and phishing attacks.**

## 🚫 You Likely Installed the Wrong Package

If you are seeing this message, you probably intended to install the full-featured package:

### ✅ Correct Package Name

```bash
pip install FluctuationAnalysisTools
```

## 🔍 Why Does This Package Exist?

This lightweight package was registered under a short or commonly-mistyped name (e.g., `fat`, `fluct-tools`, `fluctuation`) **solely to protect users** from malicious typosquatting attacks.

**Typosquatting** occurs when attackers register package names similar to popular ones, hoping users will mistype them. These malicious packages can contain harmful code, data stealers, or backdoors.

By proactively registering these variants as harmless placeholders, we help keep the ecosystem safe.

## 🛡️ What This Package Contains

- ❌ No executable code
- ❌ No dependencies
- ❌ No functionality
- ✅ Only this README and a harmless `setup.py`/`pyproject.toml`

## 🔄 How to Fix Your Installation

1. **Uninstall this placeholder:**

   ```bash
   pip uninstall fant  # replace with the short name you installed
   ```

2. **Install the correct package:**

   ```bash
   pip install FluctuationAnalysisTools
   ```

3. **Verify your installation:**

   ```bash
   python -c "import FluctuationAnalysisTools; print(FluctuationAnalysisTools.__version__)"
   ```

## 📦 Correct Package Information

| Field | Value |
|-------|-------|
| **PyPI Name** | `FluctuationAnalysisTools` |
| **Import Name** | `fluctuation_analysis` *(or as documented)* |
| **Source Code** | [GitHub Repository Link] |
| **Documentation** | [ReadTheDocs or Website Link] |
| **License** | [e.g., MIT, Apache 2.0] |

## 🙏 Thank You for Your Vigilance

By noticing this placeholder, you're helping maintain a safer Python ecosystem. If you believe you reached this package in error, or if you have concerns, please:

- 🐛 [Open an issue on the main repository](https://github.com/yourusername/FluctuationAnalysisTools/issues)
- 📧 Contact the maintainers at: [your-email@example.com]

---

*This placeholder package is maintained by the authors of **FluctuationAnalysisTools** for security purposes only. Last updated: 2026.*

