MANIFEST.in
README.md
README.rst
setup.py
plinq/__init__.py
plinq/generator_iterable.py
plinq/linq.py
plinq/ordered_iterable.py
plinq/utils.py
plinq.egg-info/PKG-INFO
plinq.egg-info/SOURCES.txt
plinq.egg-info/dependency_links.txt
plinq.egg-info/top_level.txt
test/test_aggregate.py
test/test_all.py
test/test_any.py
test/test_average.py
test/test_base.py
test/test_concat.py
test/test_contains.py
test/test_count.py
test/test_default_if_empty.py
test/test_distinct.py
test/test_element_at.py
test/test_element_at_or_default.py
test/test_empty.py
test/test_exclude.py
test/test_first.py
test/test_first_or_default.py
test/test_from_iterable.py
test/test_from_range.py
test/test_generator_iterable.py
test/test_group_by.py
test/test_group_join.py
test/test_intersect.py
test/test_join.py
test/test_last.py
test/test_last_or_default.py
test/test_max.py
test/test_max_item.py
test/test_min.py
test/test_min_item.py
test/test_of_type.py
test/test_order_by.py
test/test_order_by_descending.py
test/test_order_option.py
test/test_ordered_iterable.py
test/test_ordered_iterator.py
test/test_range.py
test/test_repeat.py
test/test_reverse.py
test/test_select.py
test/test_select_many.py
test/test_sequence_equal.py
test/test_single.py
test/test_single_or_default.py
test/test_skip.py
test/test_skip_while.py
test/test_sum.py
test/test_take.py
test/test_take_while.py
test/test_then_by.py
test/test_then_by_descending.py
test/test_to_dictionary.py
test/test_to_list.py
test/test_union.py
test/test_utils.py
test/test_where.py
test/test_zip.py