Skip to main content

Scrapes the data from https://ascl.net

Project description

PyPI Package PyPI Downloads PyPI License Python Versions GitHub stars CI status GitHub last commit libraries.io sourcerank Documentation link Checked with Mypy Code style: black

Scrapes the data from https://ascl.net

Quickstart

If you don’t have pip installed, see the pip install guide.

$ pip install ascl_net_scraper
>>> import ascl_net_scraper
>>> codes = ascl_net_scraper.scrape_index(5)
>>> codes[0]
CodeRecord(ascl_id=None, title='2-DUST: Dust radiative transfer code', credit=['Ueta, Toshiya'], abstract='<p>...</p>', details_url='https://ascl.net/1604.006')
>>> codes[0].get_details()
DetailedCodeRecord(ascl_id=None, title='2-DUST: Dust radiative transfer code', credit=['Ueta, Toshiya'], abstract='<p>...</p>', url='https://ascl.net/1604.006', code_sites=['https://github.com/sundarjhu/2-DUST/'], used_in=['https://ui.adsabs.harvard.edu/abs/2004ApJ...614..371M'], described_in=['https://ui.adsabs.harvard.edu/abs/2003ApJ...586.1338U'], bibcode='2016ascl.soft04006U', preferred_citation_method='<p><a href="https://ui.adsabs.harvard.edu/abs/2003ApJ...586.1338U">https://ui.adsabs.harvard.edu/abs/2003ApJ...586.1338U</a></p>', discuss_url='/phpBB3/viewtopic.php?t=33976', views=...)

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

ascl_net_scraper-0.3.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

ascl_net_scraper-0.3.0-py3-none-any.whl (5.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