Metadata-Version: 2.4
Name: fortifypass-validator
Version: 0.2.0.post1
Summary: DEPRECATED: This package has been replaced by fortifypass..
Author: Botshelo Mere
Project-URL: Repository, https://github.com/botshelo-mere/fortifypass
Classifier: Programming Language :: Python :: 3
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: fortifypass>=0.2.1
Dynamic: license-file

# FortifyPass-Validator (DEPRECATED)

This package has been permanently discontinued and is no longer maintained.

it contains **no usable functionality** and exist only to redirect users to the new package.


## Important

If you are using this package, you must migrate immediately.


## Replacement

Install the actively maintained package:

```bash
pip install fortifypass
```

--- 

## Migration Guide 

### Old (no longer works)

``` bash
from fortifypass-validator import...
```

### New

``` bash
from fortifypass import... 
```

--- 

## What Happens If You Use This Package

- Importing it will raise an error
- CLI commands will not work
- It will not be updated or fixed
- It will direct you to fortifypass

## Why This Change?

This package was deprecated to:

- Consolidate development into a single codebase
- Improve performance and maintainability
- Focus all updates and features in one place

---

## New Package

[https://pypi.org/project/fortifypass/](https://pypi.org/project/fortifypass/)

[https://github.com/botshelo-mere/fortifypass](https://github.com/botshelo-mere/fortifypass)


## Final Notice

This package is **inactive and frozen**.

No support. No fixes. No updates.

All development has moved to:  
> `fortifypass`

---

## Summary

| Status | Action Required |
|---|---|
| Deprecated | Yes |
| Maintained | No |
| Usable | No |
| Replacement | `fortifypass` |

## Install Now

``` bash
pip install fortifypass
```

---
**Move foward. This package is done**.
