I hereby claim:
- I am rlskoeser on github.
- I am suttonkoeser (https://keybase.io/suttonkoeser) on keybase.
- I have a public key whose fingerprint is 2FA1 F3B7 C4D1 75AA 5047 EEB7 DB03 FB07 2878 158B
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| """ | |
| A simple command line script to count the number of records returned by an OAI-PMH provider | |
| OAI-PMH protocol documentation: https://www.openarchives.org/OAI/openarchivesprotocol.html | |
| To install dependencies: | |
| pip install lxml requests beautifulsoup4 |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # to get dependencies: pip install unicodecsv eulxml namedropper | |
| # as of 2012/02/01 this requires the development version of namedropper, | |
| # but should work with the 0.3 version once it is released | |
| from collections import OrderedDict | |
| import glob | |
| import unicodecsv | |
| from datetime import datetime |