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`
## 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`
## 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.1.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file raven-aiohttp-0.1.1.tar.gz
.
File metadata
- Download URL: raven-aiohttp-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 820b5bf986172b103e8258ab5f91ae01cc55e6d91b702ee137eff5aa67f177ee |
|
MD5 | 0448ba06ec1b1338a2c94c352f0ede13 |
|
BLAKE2b-256 | b9db6605dd0819db71850fa39cbf29895e48432a9c3dfe09714775b576459a2c |
File details
Details for the file raven_aiohttp-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: raven_aiohttp-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d4592eaffc232dcbcf59d7c78fc3289556f758dcbc0310adee1d609acdba74b |
|
MD5 | f30fc605e2dcbfa04a5557c12b92881b |
|
BLAKE2b-256 | a9d947a34e9639a5a0012de7d5b532457b994e3ad42e99c21734c0a40c7f9fca |