Difference between revisions of "PyArchive"

From Creative Commons
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Developer]]
 
[[Category:Developer]]
 
{{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.
+
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.
 
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]]

Revision as of 13:26, 24 April 2006

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.

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? Nathan