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
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
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
adspy-0.2.0.tar.gz
(4.2 kB
view details)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3709863717669ca4924466648fb7248a38e4dc8dac736b9c2ddf3c55e1b996d6 |
|
MD5 | 0c28d07f15437290fdec393a22c9d287 |
|
BLAKE2b-256 | 5c6ea9b3778c5e42c28e8e9eef6350fd668889bffc29077f93c3ee2ef4777131 |