Skip to content

Commit

Permalink
Keywords and description updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Mar 12, 2024
1 parent 0cbe608 commit 093d621
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
{
"name": "smoren/array-view",
"description": "Schematic data converter",
"keywords": ["converter", "schema"],
"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.",
"keywords": [
"array-view",
"slice",
"slicing",
"array",
"array-index",
"indexing",
"negative-indexes",
"negative",
"range",
"selector",
"collection",
"collections",
"python-like",
"array-viewer",
"view",
"data-view"
],
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 093d621

Please sign in to comment.