Skip to main content

Scrapes the data from https://ascl.net

Project description

PyPI Package PyPI Downloads License Python Versions libraries.io sourcerank GitHub stars CI status GitHub last commit 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
>>> from rich.pretty import pprint # for pretty printing
>>> import ascl_net_scraper
>>> codes = ascl_net_scraper.scrape_index(5)
>>> pprint(codes[0]) # doctest: +ELLIPSIS
CodeRecord(
│   ascl_id=None,
│   title='2-DUST: Dust radiative transfer code',
│   credit=['Ueta, Toshiya'],
│   abstract='<p>...</p>',
│   details_url='https://ascl.net/1604.006'
)
>>> pprint(codes[0].get_details(), max_string=70) # doctest: +ELLIPSIS
DetailedCodeRecord(
│   ascl_id=None,
│   title='2-DUST: Dust radiative transfer code',
│   credit=['Ueta, Toshiya'],
│   abstract='<p>2-DUST is a general-purpose dust radiative transfer code for an axi'+319,
│   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">htt'+58,
│   discuss_url='/phpBB3/viewtopic.php?t=33976',
│   views=...
)
>>> # "github" is a special computed attribute:
>>> codes[0].get_details().github
'https://github.com/sundarjhu/2-DUST/'

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.7.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

ascl_net_scraper-0.3.7-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file ascl_net_scraper-0.3.7.tar.gz.

File metadata

  • Download URL: ascl_net_scraper-0.3.7.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.10 Linux/5.13.0-37-generic

File hashes

Hashes for ascl_net_scraper-0.3.7.tar.gz
Algorithm Hash digest
SHA256 6b83715d29d1d3d8664de83eaee703eff1592564f8f9d43187b9aca959b2c1c3
MD5 3af8f3d930bf72dc98f74730411f1016
BLAKE2b-256 73b7837e4965486ec727685aa0d82bddc1fabc2b60816b35bdb9af2a1781c9ba

See more details on using hashes here.

File details

Details for the file ascl_net_scraper-0.3.7-py3-none-any.whl.

File metadata

  • Download URL: ascl_net_scraper-0.3.7-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.10 Linux/5.13.0-37-generic

File hashes

Hashes for ascl_net_scraper-0.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 8e8a35b646d63ed7e42bcffa0880455e917086577f7984a2df0d0b9896cfd5c2
MD5 abc7170a383a2ab9ebace9017aa6d77b
BLAKE2b-256 ced62fd290c241a151b259ed82c0b0c5aebe5288b51d6010a2f37eeb6906cedd

See more details on using hashes here.

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