Skip to content

jsfenfen/doc-wrangler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

"""
Routines to wrangle document cloud projects into a local 
DocumentCollection and vice versa. Assumes a db model has 
been built with documents/models.py and manage.py sycndb--
and that there is a properly tagged 'project' of documents
 on document cloud that's been shared with the owner of the
 documentcloud credentials. Also assumes credentials are set in the settings.py file. 

Rewritten as a bunch of commands to be run remotely via fabric.

Commands (can be run via fab):
  show_projects.py 
  show_local_projects.py [-s searchterm]
  pull_project.py  project_id 
  pull_document.py document_id [project_id - default is none]
  push_project_url.py project_id
  publish_local.py project_id
  publish_now.py project_id
  unpublish_now.py project_id

"""

About

Noodle with document cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages