Topic “python-2.5”

worldcat 0.2.0

- The following changes implement the changes to the WorldCat Search APIs
that were made on December 7, 2008.
- THIS MAY BREAK YOUR CODE: worldcat.request.search.HoldingsRequest has been
renamed worldcat.request.search.LibrariesRequest. This class also allows you
to retrieve a list of nearby libraries.
- Any request that will return citations now supports the cformat parameter set
to "all."

worldcat 0.1.4

v0.1.4 Sat Nov 8 10:13:50 EST 2008
- Bug fix where exceptions weren't imported into worldcat.request.search and
worldcat.request.xid
- Added docstrings to example code

v0.1.3 Fri Nov 7 16:41:15 EST 2008
- Fixed bug in worldcat.request.search.CitationRequest
- added examples directory and get related works example code

v0.1.2 Fri Nov 7 09:06:20 EST 2008
- Switched to dual licensing under GPL and BSD for OCLC Hackathon (thanks to
Thomas Dukleth for bringing this to my attention).

worldcat 0.1.1

Added LCCN support in worldcat.request.xid and other updates based upon http://worldcat.org/devnet/blog/2008/11/lccn_support_and_other_improve.html

worldcat 0.1.0

- Added iterators to SRURequest and OpenSearchRequest in worldcat.request.search.
These need testing, so please submit any feedback.

- Correcting, adding, and cleaning up docstrings

djabberdjaw 0.1

- Initial public release of djabberdjaw.

worldcat 0.0.6

- Fix in worldcat.util.extract.pymarc_extract where the XML handlers grew uncontrollably. Not entirely efficient, but this is still pre-pre-alpha code. :)

worldcat 0.0.5

- Added worldcat.util.extract, which assists in extracting records from SRU
requests. This module adds a dependency on Pymarc >= 1.2 because of
worldcat.util.extract.pymarc_extract(). In addition, we may want to switch
its use of StringIO to use an InputSource object instead.

- Added a Changes file :)

worldcat 0.0.4

Second public release of the module; 0.0.3 and 0.0.2 were early versions that were submitted to the Python Cheeseshop.
Syndicate content