Updated 10 months ago

who-owns-mass • Rank 0.7 • Science 67%

Documentation and parent module for Who Owns Massachusetts.

Updated 10 months ago

who-owns-mass-frontend • Rank 3.7 • Science 54%

Svelte/Mapbox Frontend for Who Owns Massachusetts Application.

Updated 10 months ago

@stdlib/utils-pluck • Rank 5.8 • Science 44%

Extract a property value from each element of an object array.

Updated 10 months ago

@stdlib/utils-omit-by • Rank 2.7 • Science 44%

Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.

Updated 10 months ago

@stdlib/utils-pick-by • Rank 2.2 • Science 44%

Return a partial object copy containing properties for which a predicate (function) returns a truthy value.

Updated 9 months ago

dataproperty • Rank 18.6 • Science 26%

A Python library for extract property from data.

Updated 9 months ago

https://github.com/althonos/property-cached • Rank 19.0 • Science 10%

A (better) decorator for caching properties in classes (forked from cached-property).

Updated 10 months ago

array-base-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 10 months ago

object-some-in-by • Science 44%

Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.

Updated 10 months ago

array-base-any-is-entry-in • Science 44%

Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.

Updated 10 months ago

array-base-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 10 months ago

array-base-any-has-own-property • Science 44%

Test whether at least one element in a provided array has a specified own property.

Updated 10 months ago

@stdlib/utils-any-own-by • Science 44%

Test whether whether any 'own' property of a provided object satisfies a predicate function.

Updated 10 months ago

array-base-assert-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 10 months ago

utils-some-in-by • Science 44%

Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.