Skip to content

Commit 093d621

Browse files
committed
Keywords and description updated.
1 parent 0cbe608 commit 093d621

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

composer.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
{
22
"name": "smoren/array-view",
3-
"description": "Schematic data converter",
4-
"keywords": ["converter", "schema"],
3+
"description": "Create array views for easy data manipulation, select elements using Python-like slice notation, enable efficient selection of elements using index lists and boolean masks.",
4+
"keywords": [
5+
"array-view",
6+
"slice",
7+
"slicing",
8+
"array",
9+
"array-index",
10+
"indexing",
11+
"negative-indexes",
12+
"negative",
13+
"range",
14+
"selector",
15+
"collection",
16+
"collections",
17+
"python-like",
18+
"array-viewer",
19+
"view",
20+
"data-view"
21+
],
522
"license": "MIT",
623
"authors": [
724
{

0 commit comments

Comments
 (0)