Difference between revisions of "PyArchive"

From Creative Commons
Jump to: navigation, search
(Moving coments to talk page.)
 
Line 2: Line 2:
 
{{stub}}
 
{{stub}}
 
pyArchive is a Python module which encapsulates the Internet Archive upload API.  It is developed as part of the [[ccPublisher]] project, but may be used independently.  You can find the source code in the <code>pyarchive</code> module in the [[CcTools Berlios]] repository.
 
pyArchive is a Python module which encapsulates the Internet Archive upload API.  It is developed as part of the [[ccPublisher]] project, but may be used independently.  You can find the source code in the <code>pyarchive</code> module in the [[CcTools Berlios]] repository.
 
It would be great to make a lower level C-library called libarchiveorg which other applications could take advantage of for publishing to archive.org.
 
 
Why C? [[User:NathanYergler|Nathan]]
 

Latest revision as of 13:25, 2 January 2007

pyArchive is a Python module which encapsulates the Internet Archive upload API. It is developed as part of the ccPublisher project, but may be used independently. You can find the source code in the pyarchive module in the CcTools Berlios repository.