Skip to main content

python-aio-quakeml-client

Build Status codecov PyPi Version

This library provides convenient async access to QuakeML feeds.

Example

import asyncio
from aiohttp import ClientSession
from aio_quakeml_client import TestFeed
async def main() -> None:
    async with ClientSession() as websession:    
        # Home Coordinates: Latitude: -33.0, Longitude: 150.0
        # Filter radius: 500 km
        feed = TestFeed(websession, 
                        (-33.0, 150.0),
                        url="https://webservices.ingv.it/fdsnws/event/1/query?starttime=2022-03-01T00:00:00&endtime=2022-03-01T23:59:59",
                        filter_radius=50000)
        status, entries = await feed.update()
        print(status)
        print(entries)
asyncio.get_event_loop().run_until_complete(main())

Release files for aio-quakeml-client 0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for aio-quakeml-client 0.2
File Size Uploaded
aio_quakeml_client-0.2.tar.gz 14.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for aio-quakeml-client 0.2
File Interpreter ABI Platform
aio_quakeml_client-0.2-py3-none-any.whl Python 3 none any Details

Total release size:33.8 kB

Release files / aio_quakeml_client-0.2.tar.gz

Download URL aio_quakeml_client-0.2.tar.gz
Size 14.9 kB
Tags Source
SHA-256 checksum
How to use checksums
cc998e262873e91b5e023405866f92399ad3a34862c61462913893b0e10fdb69
BLAKE2b-256 checksum
How to use checksums
7238465f123fbb6f64c1cebaec573e60761b624cdd049997b7f87d50b595979d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.1

Release files / aio_quakeml_client-0.2-py3-none-any.whl

Download URL aio_quakeml_client-0.2-py3-none-any.whl
Size 18.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
bd169b449d0068791a595167f671a4b6ba1e5e1f6e979f9a22cfaadfc9aca62b
BLAKE2b-256 checksum
How to use checksums
c7628d58da91be34f008423cdd28d189b7d2e99dc00165afc2a6c8d0c67f04ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.1

Release history Release notifications | RSS feed

0.8

2 release files

0.7

2 release files

0.6

2 release files

0.5

2 release files

0.4

2 release files

0.3

2 release files

This release

0.2 This release

2 release files

0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page