Metadata-Version: 2.2
Name: specters
Version: 4.2.7
Summary: Deprecated package name for Warpsock. Install warpsock instead.
Author: Jared Boynton
License: MIT
Project-URL: Homepage, https://github.com/jaredboynton/warpsock
Project-URL: Repository, https://github.com/jaredboynton/warpsock
Project-URL: Migration, https://github.com/jaredboynton/warpsock#readme
Keywords: http,http2,http3,tls,fingerprint,chrome,browser,websocket,client,async
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: warpsock==4.2.7

# Specters Has Moved To Warpsock

The `specters` PyPI package and `specter` Python module are deprecated. Use `warpsock` instead.

```bash
python -m pip install warpsock
```

```python
import warpsock
```

This bridge package depends on `warpsock==4.2.7` and keeps `import specter` available during migration.
