LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
satella/__init__.py
satella/dao.py
satella/exceptions.py
satella/files.py
satella/imports.py
satella/json.py
satella/posix.py
satella/processes.py
satella/random.py
satella/warnings.py
satella.egg-info/PKG-INFO
satella.egg-info/SOURCES.txt
satella.egg-info/dependency_links.txt
satella.egg-info/requires.txt
satella.egg-info/top_level.txt
satella/cassandra/__init__.py
satella/cassandra/common.py
satella/cassandra/future.py
satella/cassandra/parallel.py
satella/coding/__init__.py
satella/coding/algos.py
satella/coding/call_hierarchy.py
satella/coding/deleters.py
satella/coding/expect_exception.py
satella/coding/fun_static.py
satella/coding/iterators.py
satella/coding/metaclasses.py
satella/coding/misc.py
satella/coding/optionals.py
satella/coding/overloading.py
satella/coding/predicates.py
satella/coding/recast_exceptions.py
satella/coding/typing.py
satella/coding/concurrent/__init__.py
satella/coding/concurrent/atomic.py
satella/coding/concurrent/callablegroup.py
satella/coding/concurrent/functions.py
satella/coding/concurrent/id_allocator.py
satella/coding/concurrent/locked_dataset.py
satella/coding/concurrent/locked_structure.py
satella/coding/concurrent/monitor.py
satella/coding/concurrent/queue.py
satella/coding/concurrent/sync.py
satella/coding/concurrent/thread.py
satella/coding/concurrent/thread_collection.py
satella/coding/concurrent/timer.py
satella/coding/concurrent/futures/__init__.py
satella/coding/concurrent/futures/call_in_future.py
satella/coding/concurrent/futures/collection.py
satella/coding/concurrent/futures/futures.py
satella/coding/concurrent/futures/wrapped_executor.py
satella/coding/decorators/__init__.py
satella/coding/decorators/arguments.py
satella/coding/decorators/decorators.py
satella/coding/decorators/flow_control.py
satella/coding/decorators/preconditions.py
satella/coding/decorators/retry_dec.py
satella/coding/sequences/__init__.py
satella/coding/sequences/average.py
satella/coding/sequences/choose.py
satella/coding/sequences/iterators.py
satella/coding/sequences/sequences.py
satella/coding/structures/__init__.py
satella/coding/structures/hashable_objects.py
satella/coding/structures/immutable.py
satella/coding/structures/lru.py
satella/coding/structures/proxy.py
satella/coding/structures/push_iterable.py
satella/coding/structures/queues.py
satella/coding/structures/ranking.py
satella/coding/structures/singleton.py
satella/coding/structures/sorted_list.py
satella/coding/structures/sparse_matrix.py
satella/coding/structures/syncable_droppable.py
satella/coding/structures/tuples.py
satella/coding/structures/typednamedtuple.py
satella/coding/structures/dictionaries/__init__.py
satella/coding/structures/dictionaries/cache_dict.py
satella/coding/structures/dictionaries/counting.py
satella/coding/structures/dictionaries/default.py
satella/coding/structures/dictionaries/dict_object.py
satella/coding/structures/dictionaries/expiring.py
satella/coding/structures/dictionaries/objects.py
satella/coding/structures/dictionaries/writeback_cache.py
satella/coding/structures/heaps/__init__.py
satella/coding/structures/heaps/base.py
satella/coding/structures/heaps/time.py
satella/coding/structures/mixins/__init__.py
satella/coding/structures/mixins/enums.py
satella/coding/structures/mixins/hashable.py
satella/coding/structures/mixins/strings.py
satella/coding/transforms/__init__.py
satella/coding/transforms/base64.py
satella/coding/transforms/interpol.py
satella/coding/transforms/jsonify.py
satella/coding/transforms/merge_list.py
satella/coding/transforms/merger.py
satella/coding/transforms/percentile.py
satella/coding/transforms/words.py
satella/configuration/__init__.py
satella/configuration/schema/__init__.py
satella/configuration/schema/base.py
satella/configuration/schema/basic.py
satella/configuration/schema/from_json.py
satella/configuration/schema/registry.py
satella/configuration/schema/structs.py
satella/configuration/sources/__init__.py
satella/configuration/sources/base.py
satella/configuration/sources/derivative.py
satella/configuration/sources/envvars.py
satella/configuration/sources/file.py
satella/configuration/sources/format.py
satella/configuration/sources/from_dict.py
satella/configuration/sources/object_from.py
satella/exception_handling/__init__.py
satella/exception_handling/dump_to_file.py
satella/exception_handling/exception_handlers.py
satella/exception_handling/global_eh.py
satella/exception_handling/memerrhandler.py
satella/instrumentation/__init__.py
satella/instrumentation/dump_frames_on.py
satella/instrumentation/cpu_time/__init__.py
satella/instrumentation/cpu_time/collector.py
satella/instrumentation/cpu_time/concurrency.py
satella/instrumentation/memory/__init__.py
satella/instrumentation/memory/conditions.py
satella/instrumentation/memory/default.py
satella/instrumentation/memory/memthread.py
satella/instrumentation/metrics/__init__.py
satella/instrumentation/metrics/aggregate.py
satella/instrumentation/metrics/data.py
satella/instrumentation/metrics/labeled.py
satella/instrumentation/metrics/exporters/__init__.py
satella/instrumentation/metrics/exporters/prometheus.py
satella/instrumentation/metrics/metric_types/__init__.py
satella/instrumentation/metrics/metric_types/base.py
satella/instrumentation/metrics/metric_types/callable.py
satella/instrumentation/metrics/metric_types/counter.py
satella/instrumentation/metrics/metric_types/cps.py
satella/instrumentation/metrics/metric_types/empty.py
satella/instrumentation/metrics/metric_types/histogram.py
satella/instrumentation/metrics/metric_types/linkfail.py
satella/instrumentation/metrics/metric_types/measurable_mixin.py
satella/instrumentation/metrics/metric_types/registry.py
satella/instrumentation/metrics/metric_types/simple.py
satella/instrumentation/metrics/metric_types/summary.py
satella/instrumentation/metrics/metric_types/uptime.py
satella/instrumentation/metrics/structures/__init__.py
satella/instrumentation/metrics/structures/cache_dict.py
satella/instrumentation/metrics/structures/threadpool.py
satella/instrumentation/trace_back/__init__.py
satella/instrumentation/trace_back/classes.py
satella/instrumentation/trace_back/trace_back.py
satella/opentracing/__init__.py
satella/opentracing/exceptions.py
satella/opentracing/trace.py
satella/os/__init__.py
satella/os/daemon.py
satella/os/misc.py
satella/os/pidlock.py
satella/os/signals.py
satella/time/__init__.py
satella/time/backoff.py
satella/time/measure.py
satella/time/misc.py
satella/time/parse.py
tests/test_coding/__init__.py
tests/test_coding/test_algos.py
tests/test_coding/test_call_hierarchy.py
tests/test_coding/test_concurrent.py
tests/test_coding/test_debug.py
tests/test_coding/test_decorators.py
tests/test_coding/test_deleters.py
tests/test_coding/test_fun_static.py
tests/test_coding/test_iterators.py
tests/test_coding/test_locked_dataset.py
tests/test_coding/test_metaclasses.py
tests/test_coding/test_misc.py
tests/test_coding/test_monitor.py
tests/test_coding/test_optionals.py
tests/test_coding/test_predicates.py
tests/test_coding/test_proxy.py
tests/test_coding/test_rethrow.py
tests/test_coding/test_sequences.py
tests/test_coding/test_singleton.py
tests/test_coding/test_structures.py
tests/test_coding/test_syncable_droppable.py
tests/test_coding/test_transforms.py
tests/test_coding/test_typing.py
tests/test_configuration/__init__.py
tests/test_configuration/test_load_source_from_dict.py
tests/test_configuration/test_schema.py
tests/test_configuration/test_sources/__init__.py
tests/test_configuration/test_sources/test_envvars.py
tests/test_configuration/test_sources/test_file.py
tests/test_configuration/test_sources/test_json.py
tests/test_configuration/test_sources/test_optional.py
tests/test_configuration/test_sources/utils.py
tests/test_exception_handling/__init__.py
tests/test_exception_handling/test_dump_frames_on.py
tests/test_exception_handling/test_dump_to_file.py
tests/test_exception_handling/test_memory_exception.py
tests/test_imports/__init__.py
tests/test_imports/test_import.py
tests/test_imports/importa/__init__.py
tests/test_imports/importa/importb/__init__.py
tests/test_imports/importa/importb/dontimportme.py
tests/test_imports/importa/importb/importme.py
tests/test_instrumentation/__init__.py
tests/test_instrumentation/test_cpu_time.py
tests/test_instrumentation/test_memory.py
tests/test_instrumentation/test_trace_back.py
tests/test_instrumentation/test_metrics/__init__.py
tests/test_instrumentation/test_metrics/test_exporters.py
tests/test_instrumentation/test_metrics/test_metric_data.py
tests/test_instrumentation/test_metrics/test_metrics.py
tests/test_instrumentation/test_metrics/test_structures.py
tests/test_os/__init__.py
tests/test_os/test_hang_until_sig.py
tests/test_os/test_posix.py
tests/test_os/test_suicide.py
tests/test_os/test_whereis.py