Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 30, 2020 01:24
Show Gist options
  • Save r-ryantm/1be1b73be8a5a1628f76cd4594d1f3c4 to your computer and use it in GitHub Desktop.
Save r-ryantm/1be1b73be8a5a1628f76cd4594d1f3c4 to your computer and use it in GitHub Desktop.
/nix/store/8wwm21pzb7c9ggsvidhlvmg160in7a6h-python2.7-Jug-2.0.3
├── bin
│   ├── jug
│   └── jug-execute
├── lib
│   └── python2.7
│   └── site-packages
│   ├── jug
│   │   ├── backends
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── dict_store.py
│   │   │   ├── dict_store.pyc
│   │   │   ├── encode.py
│   │   │   ├── encode.pyc
│   │   │   ├── file_keepalive_monitor.py
│   │   │   ├── file_keepalive_monitor.pyc
│   │   │   ├── file_store.py
│   │   │   ├── file_store.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── memoize_store.py
│   │   │   ├── memoize_store.pyc
│   │   │   ├── redis_store.py
│   │   │   ├── redis_store.pyc
│   │   │   ├── select.py
│   │   │   └── select.pyc
│   │   ├── barrier.py
│   │   ├── barrier.pyc
│   │   ├── compound.py
│   │   ├── compound.pyc
│   │   ├── hash.py
│   │   ├── hash.pyc
│   │   ├── hooks
│   │   │   ├── execution.py
│   │   │   ├── execution.pyc
│   │   │   ├── exit_checks.py
│   │   │   ├── exit_checks.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── register.py
│   │   │   └── register.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── internal
│   │   │   ├── debugger.py
│   │   │   ├── debugger.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── io.py
│   │   ├── io.pyc
│   │   ├── jug.py
│   │   ├── jug.pyc
│   │   ├── jug_version.py
│   │   ├── jug_version.pyc
│   │   ├── mapreduce.py
│   │   ├── mapreduce.pyc
│   │   ├── options.py
│   │   ├── options.pyc
│   │   ├── subcommands
│   │   │   ├── check.py
│   │   │   ├── check.pyc
│   │   │   ├── cleanup.py
│   │   │   ├── cleanup.pyc
│   │   │   ├── count.py
│   │   │   ├── count.pyc
│   │   │   ├── demo.py
│   │   │   ├── demo.pyc
│   │   │   ├── execute.py
│   │   │   ├── execute.pyc
│   │   │   ├── graph.py
│   │   │   ├── graph.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── internal_validation.py
│   │   │   ├── internal_validation.pyc
│   │   │   ├── invalidate.py
│   │   │   ├── invalidate.pyc
│   │   │   ├── shell.py
│   │   │   ├── shell.pyc
│   │   │   ├── status.py
│   │   │   ├── status.pyc
│   │   │   ├── webstatus.py
│   │   │   └── webstatus.pyc
│   │   ├── task.py
│   │   ├── task.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── jugfiles
│   │   │   │   ├── barrier_mapreduce.py
│   │   │   │   ├── barrier_mapreduce.pyc
│   │   │   │   ├── barrier_recurse.py
│   │   │   │   ├── barrier_recurse.pyc
│   │   │   │   ├── builtin_function.py
│   │   │   │   ├── builtin_function.pyc
│   │   │   │   ├── bvalue.py
│   │   │   │   ├── bvalue.pyc
│   │   │   │   ├── compound_nonsimple.py
│   │   │   │   ├── compound_nonsimple.pyc
│   │   │   │   ├── compound.py
│   │   │   │   ├── compound.pyc
│   │   │   │   ├── compound_wbarrier.py
│   │   │   │   ├── compound_wbarrier.pyc
│   │   │   │   ├── custom_hash_function.py
│   │   │   │   ├── custom_hash_function.pyc
│   │   │   │   ├── empty_mapreduce.py
│   │   │   │   ├── empty_mapreduce.pyc
│   │   │   │   ├── exceptions.py
│   │   │   │   ├── exceptions.pyc
│   │   │   │   ├── failing.py
│   │   │   │   ├── failing.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── iteratetask.py
│   │   │   │   ├── iteratetask.pyc
│   │   │   │   ├── mapgenerator.py
│   │   │   │   ├── mapgenerator.pyc
│   │   │   │   ├── mapreduce_generator.py
│   │   │   │   ├── mapreduce_generator.pyc
│   │   │   │   ├── no_load.py
│   │   │   │   ├── no_load.pyc
│   │   │   │   ├── run-simple-create-file.py
│   │   │   │   ├── run-simple-create-file.pyc
│   │   │   │   ├── simple_multiple.py
│   │   │   │   ├── simple_multiple.pyc
│   │   │   │   ├── simple.py
│   │   │   │   ├── simple.pyc
│   │   │   │   ├── sleep_until_tasklet.py
│   │   │   │   ├── sleep_until_tasklet.pyc
│   │   │   │   ├── slice_task.py
│   │   │   │   ├── slice_task.pyc
│   │   │   │   ├── tasklet_simple.py
│   │   │   │   ├── tasklet_simple.pyc
│   │   │   │   ├── tasklets.py
│   │   │   │   ├── tasklets.pyc
│   │   │   │   ├── wbarrier.py
│   │   │   │   ├── wbarrier.pyc
│   │   │   │   ├── write_with_meta.py
│   │   │   │   └── write_with_meta.pyc
│   │   │   ├── task_reset.py
│   │   │   ├── task_reset.pyc
│   │   │   ├── test_barrier.py
│   │   │   ├── test_barrier.pyc
│   │   │   ├── test_compound.py
│   │   │   ├── test_compound.pyc
│   │   │   ├── test_encode.py
│   │   │   ├── test_encode.pyc
│   │   │   ├── test_file_store.py
│   │   │   ├── test_file_store.pyc
│   │   │   ├── test_hash.py
│   │   │   ├── test_hash.pyc
│   │   │   ├── test_hooks.py
│   │   │   ├── test_hooks.pyc
│   │   │   ├── test_io.py
│   │   │   ├── test_io.pyc
│   │   │   ├── test_jug_check.py
│   │   │   ├── test_jug_check.pyc
│   │   │   ├── test_jug_execute.py
│   │   │   ├── test_jug_execute.pyc
│   │   │   ├── test_jug_invalidate.py
│   │   │   ├── test_jug_invalidate.pyc
│   │   │   ├── test_lock.py
│   │   │   ├── test_lock.pyc
│   │   │   ├── test_mapreduce.py
│   │   │   ├── test_mapreduce.pyc
│   │   │   ├── test_no_load.py
│   │   │   ├── test_no_load.pyc
│   │   │   ├── test_options.py
│   │   │   ├── test_options.pyc
│   │   │   ├── test_status.py
│   │   │   ├── test_status.pyc
│   │   │   ├── test_store.py
│   │   │   ├── test_store.pyc
│   │   │   ├── test_subcommand_api.py
│   │   │   ├── test_subcommand_api.pyc
│   │   │   ├── test_sys_argv.py
│   │   │   ├── test_sys_argv.pyc
│   │   │   ├── test_tasklet.py
│   │   │   ├── test_tasklet.pyc
│   │   │   ├── test_tasks.py
│   │   │   ├── test_tasks.pyc
│   │   │   ├── test_utils_customhash.py
│   │   │   ├── test_utils_customhash.pyc
│   │   │   ├── test_utils_identity.py
│   │   │   ├── test_utils_identity.pyc
│   │   │   ├── test_utils_timed_path.py
│   │   │   ├── test_utils_timed_path.pyc
│   │   │   ├── test_webstatus.py
│   │   │   ├── test_webstatus.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── Jug-2.0.3.dist-info
│   ├── COPYING.MIT
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 191 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment