Metadata-Version: 2.4
Name: zapros
Version: 0.4.0
Summary: Modern and extensible HTTP client for Python.
License-Expression: MIT
Project-URL: Homepage, https://zapros.dev
Project-URL: Documentation, https://zapros.dev
Project-URL: Repository, https://github.com/kap-sh/zapros
Project-URL: Issues, https://github.com/kap-sh/zapros/issues
Keywords: http,client,async,requests,httpx
Classifier: Development Status :: 3 - Alpha
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h11>=0.16.0
Requires-Dist: pywhatwgurl>=0.1.0
Requires-Dist: typing-extensions>=4.15.0
Provides-Extra: brotli
Requires-Dist: brotli>=1.0.0; extra == "brotli"
Provides-Extra: zstd
Requires-Dist: zstandard>=0.18.0; extra == "zstd"
Provides-Extra: pyreqwest
Requires-Dist: pyreqwest; python_version >= "3.11" and extra == "pyreqwest"
Provides-Extra: caching
Requires-Dist: hishel>=1.1.9; extra == "caching"
Dynamic: license-file

<div align="center">
  <img src="https://raw.githubusercontent.com/kap-sh/zapros/refs/heads/main/docs/public/red-spider-side.png" alt="Zapros Logo" width="200">

  # Zapros

  ### Modern and extensible Python HTTP client

  [![PyPI version](https://badge.fury.io/py/zapros.svg)](https://badge.fury.io/py/zapros)
  [![Python 3.10++](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

  > **⚠️ Note:** Zapros is a newborn project and may contain bugs. Please report any issues you encounter.

  **[Documentation](https://zapros.dev)**
</div>

---

## 📄 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
