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
This requires ``raven-python>=5.4.0``.
## Usage
After installing the package, configure the client with the transport:
```
from raven import Client
from raven_aiohttp impot AioHttpTransport
client = Client(transport=AioHttpTransport)
```
A transport for [raven-python](https://github.com/getsentry/raven-python) which supports Python 3's asyncio interface.
## Requirements
This requires ``raven-python>=5.4.0``.
## Usage
After installing the package, configure the client with the transport:
```
from raven import Client
from raven_aiohttp impot 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.1.0.tar.gz
(2.6 kB
view details)
File details
Details for the file raven-aiohttp-0.1.0.tar.gz
.
File metadata
- Download URL: raven-aiohttp-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb8aa75e2c5d11d5366173b30ebff53259ee7df0923f65278424d9cf253ac468 |
|
MD5 | 82cfe8c2a442bed82bb464acc97874ec |
|
BLAKE2b-256 | 5bee1d9ca8a040dae15cb7f4790a044c137b4feb66f6d7985ae60c84540b7384 |