Metadata-Version: 2.4
Name: cfspeed
Version: 1.0.0
Summary: Cloudflare speed test library — Python port of cfspeed
License-Expression: MIT
Project-URL: Homepage, https://github.com/techroy23/cfspeed
Project-URL: Source, https://github.com/techroy23/cfspeed
Keywords: speedtest,cloudflare,network,benchmark
Classifier: Development Status :: 5 - Production/Stable
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Benchmark
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: socks5
Requires-Dist: PySocks>=1.7.1; extra == "socks5"
Dynamic: license-file

# cfspeed — Python

See [root README](../README.md) for full documentation.

```bash
cd cfspeed_py
pip install -e .
pip install pytest
pytest tests/ -v
pip install cfspeed[socks5]   # optional SOCKS5 support
```

PyPI package: `cfspeed`
