LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
scripts/wooify
tests/__init__.py
tests/test_project.py
wooey/__init__.py
wooey/admin.py
wooey/apps.py
wooey/django_compat.py
wooey/docs_settings.py
wooey/errors.py
wooey/settings.py
wooey/signals.py
wooey/tasks.py
wooey/test_settings.py
wooey/test_urls.py
wooey/urls.py
wooey/version.py
wooey/wooeystorage.py
wooey.egg-info/PKG-INFO
wooey.egg-info/SOURCES.txt
wooey.egg-info/dependency_links.txt
wooey.egg-info/entry_points.txt
wooey.egg-info/requires.txt
wooey.egg-info/top_level.txt
wooey/backend/__init__.py
wooey/backend/command_line.py
wooey/backend/utils.py
wooey/conf/__init__.py
wooey/conf/project_template/__init__.py
wooey/conf/project_template/middleware.py
wooey/conf/project_template/requirements.txt
wooey/conf/project_template/wooey_celery_app.py
wooey/conf/project_template/settings/__init__.py
wooey/conf/project_template/settings/user_settings.py
wooey/conf/project_template/settings/wooey_settings.py
wooey/conf/project_template/urls/__init__.py
wooey/conf/project_template/urls/user_urls.py
wooey/conf/project_template/urls/wooey_urls.py
wooey/forms/__init__.py
wooey/forms/config.py
wooey/forms/factory.py
wooey/forms/fields.py
wooey/forms/scripts.py
wooey/locale/de/LC_MESSAGES/django.mo
wooey/locale/de/LC_MESSAGES/django.po
wooey/locale/es/LC_MESSAGES/django.mo
wooey/locale/es/LC_MESSAGES/django.po
wooey/locale/fr/LC_MESSAGES/django.mo
wooey/locale/fr/LC_MESSAGES/django.po
wooey/locale/ja/LC_MESSAGES/django.mo
wooey/locale/ja/LC_MESSAGES/django.po
wooey/locale/ko/LC_MESSAGES/django.mo
wooey/locale/ko/LC_MESSAGES/django.po
wooey/locale/nl/LC_MESSAGES/django.mo
wooey/locale/nl/LC_MESSAGES/django.po
wooey/locale/zh_Hans/LC_MESSAGES/django.mo
wooey/locale/zh_Hans/LC_MESSAGES/django.po
wooey/management/__init__.py
wooey/management/commands/__init__.py
wooey/management/commands/addscript.py
wooey/migrations/0001_initial.py
wooey/migrations/0002_remove_scriptparameter_output_path.py
wooey/migrations/0003_populate_from_slug.py
wooey/migrations/0004_choice_limits.py
wooey/migrations/0005_size_bytes.py
wooey/migrations/0006_script_group_defaults.py
wooey/migrations/0007_script_documentation.py
wooey/migrations/0008_short_param_admin.py
wooey/migrations/0009_script_versioning.py
wooey/migrations/0010_script_versioning_data_migration.py
wooey/migrations/0011_script_versioning_cleanup.py
wooey/migrations/0012_wooeyjob_uuid.py
wooey/migrations/0013_wooeyjob_uuid_populate.py
wooey/migrations/0014_wooeyjob_uuid_finalise.py
wooey/migrations/0015_hidden_parameters.py
wooey/migrations/0016_wooeyfile_checksum.py
wooey/migrations/0017_wooeyfile_generate_checksums.py
wooey/migrations/0018_userfile.py
wooey/migrations/0019_userfile_data.py
wooey/migrations/0020_userfile_finalize.py
wooey/migrations/0021_fix_verbose_names.py
wooey/migrations/0022_add_collapse_arguments.py
wooey/migrations/0023_script_parameter_m2m.py
wooey/migrations/0024_script_parameter_m2m_data.py
wooey/migrations/0025_remove_script_parameter_sv.py
wooey/migrations/0026_rename_script_parameter_sv.py
wooey/migrations/0027_parameter_order.py
wooey/migrations/0028_add_script_subparser.py
wooey/migrations/0028_make-subparser-nonnullable.py
wooey/migrations/0028_update_script_subparser_data.py
wooey/migrations/0029_add-m2m-sv.py
wooey/migrations/0030_populate-sv-m2m.py
wooey/migrations/0031_remove-sv.py
wooey/migrations/0032_rename-new-sv.py
wooey/migrations/0033_add-script-checksum.py
wooey/migrations/0034_update-checksums.py
wooey/migrations/0035_populate-jsonfield.py
wooey/migrations/0036_make_scriptparameter_jsonfield.py
wooey/migrations/0037_repeat_migration_spg_sp_script_version.py
wooey/migrations/0038_wooeyjob-choices.py
wooey/migrations/0039_wooey_widgets.py
wooey/migrations/0040_add-widget-class.py
wooey/migrations/0041_change-script-param-to-textfield.py
wooey/migrations/0042_allow_deletion_of_scripts.py
wooey/migrations/__init__.py
wooey/models/__init__.py
wooey/models/core.py
wooey/models/favorite.py
wooey/models/fields.py
wooey/models/mixins.py
wooey/models/widgets.py
wooey/static/wooey/css/base.css
wooey/static/wooey/css/simple-sidebar.css
wooey/static/wooey/images/pinstripe.png
wooey/static/wooey/js/admin/script.js
wooey/templates/404.html
wooey/templates/500.html
wooey/templates/wooey/base.html
wooey/templates/wooey/home.html
wooey/templates/wooey/scrapbook.html
wooey/templates/wooey/jobs/job_list.html
wooey/templates/wooey/jobs/job_view.html
wooey/templates/wooey/jobs/results/table_row.html
wooey/templates/wooey/modals/base_modal.html
wooey/templates/wooey/modals/permalink_modal.html
wooey/templates/wooey/modals/resubmit_modal.html
wooey/templates/wooey/preview/base.html
wooey/templates/wooey/preview/fasta.html
wooey/templates/wooey/preview/image.html
wooey/templates/wooey/preview/tabular.html
wooey/templates/wooey/profile/profile.html
wooey/templates/wooey/registration/login.html
wooey/templates/wooey/registration/login_header.html
wooey/templates/wooey/registration/register.html
wooey/templates/wooey/scripts/script_panel.html
wooey/templates/wooey/scripts/script_view.html
wooey/templates/wooey/scripts/scriptgroup_view.html
wooey/templatetags/__init__.py
wooey/templatetags/wooey_tags.py
wooey/tests/__init__.py
wooey/tests/config.py
wooey/tests/factories.py
wooey/tests/mixins.py
wooey/tests/test_commands.py
wooey/tests/test_forms.py
wooey/tests/test_models.py
wooey/tests/test_scripts.py
wooey/tests/test_tasks.py
wooey/tests/test_template_tags.py
wooey/tests/test_utils.py
wooey/tests/test_views.py
wooey/tests/utils.py
wooey/tests/scripts/__init__.py
wooey/tests/scripts/choices.py
wooey/tests/scripts/choices_2.py
wooey/tests/scripts/command_order.py
wooey/tests/scripts/crop.py
wooey/tests/scripts/fetch_cats.py
wooey/tests/scripts/file_maker.py
wooey/tests/scripts/gaussian.py
wooey/tests/scripts/heatmap.py
wooey/tests/scripts/mandlebrot.py
wooey/tests/scripts/multi_output.py
wooey/tests/scripts/nested_heatmap.py
wooey/tests/scripts/subparser_script.py
wooey/tests/scripts/translate.py
wooey/tests/scripts/translate2.py
wooey/tests/scripts/without_args.py
wooey/views/__init__.py
wooey/views/authentication.py
wooey/views/favorite.py
wooey/views/views.py
wooey/views/wooey_celery.py