An asyncio transport for raven-python
Project description
# raven-aiohttp
A transport for [raven-python](https://github.com/getsentry/raven-python) which supports Python 3's asyncio interface.
## Requirements
- `raven-python>=5.4.0`
- `python>=3.3`
- `aiohttp>=0.19`
## Usage
After installing the package, configure the client with the transport:
```
from raven import Client
from raven_aiohttp import AioHttpTransport
client = Client(transport=AioHttpTransport)
```
A transport for [raven-python](https://github.com/getsentry/raven-python) which supports Python 3's asyncio interface.
## Requirements
- `raven-python>=5.4.0`
- `python>=3.3`
- `aiohttp>=0.19`
## Usage
After installing the package, configure the client with the transport:
```
from raven import Client
from raven_aiohttp import AioHttpTransport
client = Client(transport=AioHttpTransport)
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
raven-aiohttp-0.3.0.tar.gz
(3.8 kB
view details)
File details
Details for the file raven-aiohttp-0.3.0.tar.gz
.
File metadata
- Download URL: raven-aiohttp-0.3.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d64ee148dce68d917f9eff5664fd66a27b7e49729c9925db13742332ee378ce |
|
MD5 | ffad7d1cee850b1e7d135e52b3cf3dd7 |
|
BLAKE2b-256 | 09a83a7dae45834b336fb1b8b7bdefbd98db40d315824af0725896e56369139f |