Skip to main content

Get Networking cards from https://astanahub.com/ with ease!

Project description

Installation

pip install astana_hub

Usage

import asyncio import astana_hub

async def main(): async with astana_hub.Parser.create() as p: res = await p.get_company_page() print(res)

asyncio.run(main())

import asyncio import logging

import astana_hub

async def main(): logging.basicConfig(level=logging.INFO)

async with astana_hub.Parser.create() as p:
    res = await p.parse_all(page_type='user')
    print(res)

asyncio.run(main())

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

astana_hub-0.0.1.tar.gz (209.8 kB view hashes)

Uploaded Source

Built Distribution

astana_hub-0.0.1-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page