Metadata-Version: 2.4
Name: unbrowse
Version: 0.0.2
Summary: Alias for pyunbrowser — pip install pyunbrowser instead.
Project-URL: Homepage, https://github.com/protostatis/unbrowser
Author: protostatis
License: Apache-2.0
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: pyunbrowser>=0.0.4
Description-Content-Type: text/markdown

# unbrowse → pyunbrowser

This package is an **alias for [`pyunbrowser`](https://pypi.org/project/pyunbrowser/)** maintained for back-compat. The PyPI distribution name was changed from `unbrowse` to `pyunbrowser` because PyPI's name moderation blocked the cleaner `unbrowser`.

```bash
pip install pyunbrowser    # the canonical install
```

If you `pip install unbrowse` you'll get this stub which depends on `pyunbrowser`, gives you the same `from unbrowser import Client` surface, and emits a `DeprecationWarning` pointing at the rename.

Source: https://github.com/protostatis/unbrowser
