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 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
- `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 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.2.0.tar.gz
(3.6 kB
view details)
File details
Details for the file raven-aiohttp-0.2.0.tar.gz
.
File metadata
- Download URL: raven-aiohttp-0.2.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae26428b560d37387d8dfb96c02282d51ea5449ca6a16a5eda038f09bb2461fd |
|
MD5 | d29b92a70de02ff0d4588b13fe1eaa28 |
|
BLAKE2b-256 | 2b3e866b69a6e10040d52a14e8fd296a37824a07fb39c3813f7d43aeedef880f |