Metadata-Version: 2.4
Name: httprs
Version: 0.0.1a4
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Typing :: Typed
License-File: LICENSE
Summary: An experimental HTTP library for Python built with Rust
Keywords: http,client,rust,requests,async
Author: cnpryer
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Issues, https://github.com/cnpryer/httprs/issues
Project-URL: Repository, https://github.com/cnpryer/httprs

# httprs

> **Status:** Pre-alpha. Not ready for production use.

An experimental HTTP library for Python built with Rust.

## Experimenting with httprs

```bash
pip install --pre httprs
```

```python
import httprs

httprs.get("https://postman-echo.com/get").json()
```

## Goals

- Simple
- Fast
- Open

## Documentation

📚 Link: https://cnpryer.github.io/httprs/

