Domain creation date extractor
Project description
import asyncio import domain_cdate loop = asyncio.get_event_loop() coro = domain_cdate.creation_date('google.com') print(loop.run_until_complete(coro)) loop.close()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
domain_cdate-0.1.0.zip
(8.6 kB
view hashes)