Skip to main content

Simple bibtex tools for use with ADS.

Project description

pyads is a simple way of interacting with a bibtex library built primarily from
the ADS (http://adsabs.harvard.edu/abstract_service.html). Your mileage may
vary, but I've found it useful for quickly looking up cite info. There are a
lot of improvements that could be made.

Here's a short script to start showing the functionality. I'll try to get get
some more docs up here soon.

lib = ADSLibrary('test')
for t in ["2011ApJ...735...96S", "2008ApJ...689.1063S"]:
lib.add_entry(t)
lib.write_bib()
lib.save()
lib.find('Skillman')
lib.find('Dinosaur')
lib.find('2008ApJ...689.1063S')
b = lib.find('Skillman2011')
b.download() # Not fully tested
b.open() # Also not fully tested.

# You would import an exisiting bib library with:
# lib.import_bib('library.bib')
# lib.save()

nn

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

adspy-0.2.0.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file adspy-0.2.0.tar.gz.

File metadata

  • Download URL: adspy-0.2.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for adspy-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3709863717669ca4924466648fb7248a38e4dc8dac736b9c2ddf3c55e1b996d6
MD5 0c28d07f15437290fdec393a22c9d287
BLAKE2b-256 5c6ea9b3778c5e42c28e8e9eef6350fd668889bffc29077f93c3ee2ef4777131

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