{"id":19871231,"url":"https://github.com/bears-r-us/arkouda-contrib","last_synced_at":"2025-05-02T09:30:34.120Z","repository":{"id":38241627,"uuid":"457514153","full_name":"Bears-R-Us/arkouda-contrib","owner":"Bears-R-Us","description":"a place for contributed functionality for arkouda","archived":false,"fork":false,"pushed_at":"2025-02-12T16:15:03.000Z","size":2818,"stargazers_count":10,"open_issues_count":14,"forks_count":16,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-07T00:37:15.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bears-R-Us.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-09T20:15:56.000Z","updated_at":"2025-02-12T16:15:09.000Z","dependencies_parsed_at":"2023-12-13T22:36:15.202Z","dependency_job_id":"5d45f08a-de9d-4d6c-9ced-8e7a6842eaa3","html_url":"https://github.com/Bears-R-Us/arkouda-contrib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bears-R-Us%2Farkouda-contrib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bears-R-Us%2Farkouda-contrib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bears-R-Us%2Farkouda-contrib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bears-R-Us%2Farkouda-contrib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bears-R-Us","download_url":"https://codeload.github.com/Bears-R-Us/arkouda-contrib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252015717,"owners_count":21680815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T16:11:40.689Z","updated_at":"2025-05-02T09:30:32.678Z","avatar_url":"https://github.com/Bears-R-Us.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arkouda-contrib\na place for contributed functionality for arkouda\n\n## Creating a Module\n\n- All modules must include a `client` directory\n  - `client` directory must include a `README.md` and `setup.py`.\n  - The client module will be installed using `pip`. \n  - Install uses `setuptools`\n- `test` directory is REQUIRED\n  - `pytest.ini` is also required in the top level of your module.\n- `server` directory is optional\n\n*For more details, visit [CONTRIBUTING.md](https://github.com/Bears-R-Us/arkouda-contrib/blob/main/CONTRIBUTING.md)*.\n\n## Basic Examples\nBasic examples of client-only and client-server extensions to [Arkouda](https://github.com/Bears-R-Us/arkouda):\n- Client-only example: [arkouda_distance](https://github.com/Bears-R-Us/arkouda-contrib/tree/main/arkouda_distance)\n- Client-server example: [arkouda_distance_wserver](https://github.com/Bears-R-Us/arkouda-contrib/tree/main/arkouda_distance_wserver)\n\n## Installation\n\nInstallation is performed by running `module_configuration.py`. When running `module_configuration.py`, the complete path to the location of the Arkouda repo must be specified through the `ak_loc` flag along with the complete path to the Arkouda contrib repo module that you want to include. Example:\n```\npython3 module_configuration.py --ak_loc=/complete/path/to/arkouda/ --pkg_path=/complete/path/to/arkouda-\ncontrib/arkouda_distance_wserver/\n```\n\nAfter running this command, the result should be a couple of commands along the lines of:\n```\npip install -U /complete/path/to/arkouda-contrib/arkouda_distance_wserver/client\ncp /complete/path/to/arkouda/ServerModules.cfg ~/TmpServerModules.cfg.1660849671\nARKOUDA_SERVER_USER_MODULES=\" /complete/path/to/arkouda-contrib/arkouda_distance_wserver/server/DistanceCalcMsg.chpl\" ARKOUDA_CONFIG_FILE=~/TmpServerModules.cfg.1660849671 ARKOUDA_SKIP_CHECK_DEPS=true make -C /complete/path/to/arkouda\n```\n\nThese commands will then need to be run and then the Arkouda server will be built including the module Arkouda contrib package specified.\n\nFor detailed package installation instructions please view [INSTALL.md](https://github.com/Bears-R-Us/arkouda-contrib/blob/main/INSTALL.md).\n\n## Usage Notes\n\n```python\nimport arkouda as ak\nimport yourModule\n# Code using your module and Arkouda\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbears-r-us%2Farkouda-contrib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbears-r-us%2Farkouda-contrib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbears-r-us%2Farkouda-contrib/lists"}