Metadata-Version: 2.4
Name: pyanalog
Version: 0.0.1
Summary: Redirect package - please use 'analogpy' instead
Author: Gaofeng Fan
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/gaofengfan/analogpy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: analogpy

# pyanalog

This package is a redirect. Please install `analogpy` instead:

```bash
pip install analogpy
```

## Why?

`analogpy` is the official package name. `pyanalog` exists only to reserve the name and redirect users to the correct package.

## Usage

If you installed `pyanalog`, it will work but show a deprecation warning:

```python
import pyanalog  # Shows warning, redirects to analogpy
```

Please update your code to use:

```python
import analogpy  # Preferred
```
