README.md
setup.py
yo_fluq/__init__.py
yo_fluq/_common.py
yo_fluq.egg-info/PKG-INFO
yo_fluq.egg-info/SOURCES.txt
yo_fluq.egg-info/dependency_links.txt
yo_fluq.egg-info/not-zip-safe
yo_fluq.egg-info/top_level.txt
yo_fluq/_misc/__init__.py
yo_fluq/_misc/small_classes.py
yo_fluq/_push_queries/__init__.py
yo_fluq/_push_queries/_common.py
yo_fluq/_push_queries/aggregation_code_factory.py
yo_fluq/_push_queries/arch.py
yo_fluq/_push_queries/push_query.py
yo_fluq/_push_queries/aggregation/__init__.py
yo_fluq/_push_queries/aggregation/collections.py
yo_fluq/_push_queries/aggregation/one_liners.py
yo_fluq/_push_queries/transformation/__init__.py
yo_fluq/_push_queries/transformation/base_classes.py
yo_fluq/_queries/__init__.py
yo_fluq/_queries/query_class.py
yo_fluq/_queries/queryable.py
yo_fluq/_queries/queryable_code_factory.py
yo_fluq/_queries/helpers/__init__.py
yo_fluq/_queries/helpers/core.py
yo_fluq/_queries/helpers/extended.py
yo_fluq/_queries/helpers/loop.py
yo_fluq/_queries/helpers/original_asq_ordering.py
yo_fluq/_queries/helpers/parallel.py
yo_fluq__tests/__init__.py
yo_fluq__tests/test_aggregation/__init__.py
yo_fluq__tests/test_aggregation/test_all_any.py
yo_fluq__tests/test_aggregation/test_count_sum_mean_std.py
yo_fluq__tests/test_aggregation/test_first_last_single.py
yo_fluq__tests/test_aggregation/test_list_aggregation.py
yo_fluq__tests/test_aggregation/test_min_max_argmin_argmax.py
yo_fluq__tests/test_aggregation/test_original_asq_ordering.py
yo_fluq__tests/test_aggregation/test_to_collections.py
yo_fluq__tests/test_push_queries/__init__.py
yo_fluq__tests/test_push_queries/test_core.py
yo_fluq__tests/test_queries/__init__.py
yo_fluq__tests/test_queries/test_core_linq.py
yo_fluq__tests/test_queries/test_extended_methods.py
yo_fluq__tests/test_queries/test_feed.py
yo_fluq__tests/test_queries/test_initiators.py
yo_fluq__tests/test_queries/test_loop.py
yo_fluq__tests/test_queries/test_parallel.py