LICENSE
README.md
setup.py
python_ramda.egg-info/PKG-INFO
python_ramda.egg-info/SOURCES.txt
python_ramda.egg-info/dependency_links.txt
python_ramda.egg-info/top_level.txt
ramda/And.py
ramda/F.py
ramda/T.py
ramda/__.py
ramda/__init__.py
ramda/add.py
ramda/adjust.py
ramda/all.py
ramda/always.py
ramda/any.py
ramda/append.py
ramda/clone.py
ramda/comparator.py
ramda/compose.py
ramda/concat.py
ramda/countBy.py
ramda/curry.py
ramda/curryN.py
ramda/difference.py
ramda/differenceWith.py
ramda/divide.py
ramda/drop.py
ramda/empty.py
ramda/eqProps.py
ramda/equals.py
ramda/filter.py
ramda/find.py
ramda/flatten.py
ramda/flip.py
ramda/groupBy.py
ramda/gt.py
ramda/gte.py
ramda/head.py
ramda/identity.py
ramda/indexOf.py
ramda/intersection.py
ramda/into.py
ramda/invoker.py
ramda/isEmpty.py
ramda/join.py
ramda/keys.py
ramda/lastIndexOf.py
ramda/lt.py
ramda/lte.py
ramda/map.py
ramda/multiply.py
ramda/nth.py
ramda/objOf.py
ramda/pipe.py
ramda/prop.py
ramda/range.py
ramda/reduce.py
ramda/reduceBy.py
ramda/reduced.py
ramda/reject.py
ramda/reverse.py
ramda/slice.py
ramda/sort.py
ramda/tail.py
ramda/toString.py
ramda/uniq.py
ramda/uniqBy.py
ramda/private/_Set.py
ramda/private/__init__.py
ramda/private/_arity.py
ramda/private/_arrayReduce.py
ramda/private/_checkForMethod.py
ramda/private/_clone.py
ramda/private/_complement.py
ramda/private/_concat.py
ramda/private/_createReduce.py
ramda/private/_curry1.py
ramda/private/_curry2.py
ramda/private/_curry3.py
ramda/private/_curryN.py
ramda/private/_dispatchable.py
ramda/private/_equals.py
ramda/private/_filter.py
ramda/private/_has.py
ramda/private/_helper.py
ramda/private/_identity.py
ramda/private/_includesWith.py
ramda/private/_indexOf.py
ramda/private/_isArray.py
ramda/private/_isArrayLike.py
ramda/private/_isDict.py
ramda/private/_isFunction.py
ramda/private/_isInteger.py
ramda/private/_isNumber.py
ramda/private/_isPlaceholder.py
ramda/private/_isSet.py
ramda/private/_isString.py
ramda/private/_isTransformer.py
ramda/private/_makeFlat.py
ramda/private/_map.py
ramda/private/_pipe.py
ramda/private/_quote.py
ramda/private/_reduce.py
ramda/private/_reduced.py
ramda/private/_stepCat.py
ramda/private/_xArrayReduce.py
ramda/private/_xReduce.py
ramda/private/_xReduceBy.py
ramda/private/_xall.py
ramda/private/_xany.py
ramda/private/_xdrop.py
ramda/private/_xfBase.py
ramda/private/_xfilter.py
ramda/private/_xfind.py
ramda/private/_xmap.py
ramda/private/_xuniqBy.py
ramda/private/_xwrap.py
test/__init__.py
test/test_And.py
test/test_F.py
test/test_T.py
test/test_add.py
test/test_adjust.py
test/test_all.py
test/test_always.py
test/test_any.py
test/test_append.py
test/test_clone.py
test/test_comparator.py
test/test_compose.py
test/test_concat.py
test/test_countBy.py
test/test_curry.py
test/test_curryN.py
test/test_difference.py
test/test_differenceWith.py
test/test_divide.py
test/test_drop.py
test/test_empty.py
test/test_eqProps.py
test/test_equals.py
test/test_filter.py
test/test_find.py
test/test_flatten.py
test/test_flip.py
test/test_groupBy.py
test/test_gt.py
test/test_gte.py
test/test_head.py
test/test_identity.py
test/test_indexOf.py
test/test_intersection.py
test/test_into.py
test/test_invoker.py
test/test_isEmpty.py
test/test_join.py
test/test_keys.py
test/test_lastIndexOf.py
test/test_lt.py
test/test_lte.py
test/test_map.py
test/test_multiply.py
test/test_nth.py
test/test_pipe.py
test/test_prop.py
test/test_range.py
test/test_reduce.py
test/test_reduceBy.py
test/test_reduced.py
test/test_reject.py
test/test_reverse.py
test/test_slice.py
test/test_sort.py
test/test_tail.py
test/test_toString.py
test/test_uniq.py
test/test_uniqBy.py
test/helpers/Maybe.py
test/helpers/__init__.py
test/helpers/listXf.py
test/private/__init__.py
test/private/test__curry2.py
test/private/test__curry3.py