{"id":17970426,"url":"https://github.com/andrewtrotman/jassv2","last_synced_at":"2025-04-02T19:09:13.130Z","repository":{"id":14035553,"uuid":"75021890","full_name":"andrewtrotman/JASSv2","owner":"andrewtrotman","description":"Experimental search engine in C/C++17 - still in early development.","archived":false,"fork":false,"pushed_at":"2024-10-02T23:52:50.000Z","size":8930,"stargazers_count":26,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-02T19:09:08.383Z","etag":null,"topics":["c-plus-plus","integer-compression","search-engine"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewtrotman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-11-28T23:00:08.000Z","updated_at":"2025-03-20T08:03:52.000Z","dependencies_parsed_at":"2024-10-29T15:26:31.507Z","dependency_job_id":null,"html_url":"https://github.com/andrewtrotman/JASSv2","commit_stats":{"total_commits":1195,"total_committers":13,"mean_commits":91.92307692307692,"dds":"0.45941422594142256","last_synced_commit":"ef17edf2e19dbd630a57b4123d28d4bc514202fc"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewtrotman%2FJASSv2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewtrotman%2FJASSv2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewtrotman%2FJASSv2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewtrotman%2FJASSv2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewtrotman","download_url":"https://codeload.github.com/andrewtrotman/JASSv2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246875906,"owners_count":20848048,"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":["c-plus-plus","integer-compression","search-engine"],"created_at":"2024-10-29T15:05:17.845Z","updated_at":"2025-04-02T19:09:13.107Z","avatar_url":"https://github.com/andrewtrotman.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JASSv2\nThe JASS experimental search engine is still in development.  Please see the [wiki](../../wiki) for details.\n\nSlack: \u003ca href=https://join.slack.com/t/jassv2/shared_invite/MjE3NzUwNjA2ODM2LTE1MDEwMzQ0NjItMTdiMWFjMjYyNg\u003e\u003cimg src=\"https://img.shields.io/badge/slack-talk-brightgreen.svg?style=flatulance\" alt=\"Slack\"\u003e\u003c/a\u003e\n\nTravis (Linux / Mac build): [![Build Status](https://travis-ci.org/andrewtrotman/JASSv2.svg?branch=master)](https://travis-ci.org/andrewtrotman/JASSv2)\n\nAppveyor (Windows build): [![Build status](https://ci.appveyor.com/api/projects/status/sbrjp3l39qf16h2x?svg=true)](https://ci.appveyor.com/project/andrewtrotman/jassv2-rjk8n)\n\nGit Actions (Linux build): [![Build status](https://github.com/andrewtrotman/JASSv2/workflows/Build/badge.svg)](https://github.com/andrewtrotman/JASSv2/actions)\n\nCoverity Scan (static analysis): [![Coverity Scan Build Status](https://scan.coverity.com/projects/11022/badge.svg)](https://scan.coverity.com/projects/jassv2)\n\nCodacy (static analysis): [![Codacy Badge](https://api.codacy.com/project/badge/Grade/01c46a3d10e440f9b54a237889f8326b)](https://www.codacy.com/app/andrewtrotman/JASSv2?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=andrewtrotman/JASSv2\u0026amp;utm_campaign=Badge_Grade)\n\nCodeCov (code coverage): [![codecov](https://codecov.io/gh/andrewtrotman/JASSv2/branch/master/graph/badge.svg)](https://codecov.io/gh/andrewtrotman/JASSv2)\n\nCodeDocs.xyz (documentation): [![Documentation Status](https://codedocs.xyz/andrewtrotman/JASSv2.svg)](https://codedocs.xyz/andrewtrotman/JASSv2/)\n\n## Python ##\n\nThere are two ways pyjass can be installed\n\n\n\n### conda ####\n\n[Conda](https://docs.anaconda.com/anaconda/install/index.html) ensures that all JASS dependencies are installed and creates a virtual envirnoment called pyjass\n\n```\nconda env create -f env.yml\nconda activate pyjass\n```\n\n### pip ####\n\nInstallation via pip requires cmake \u003e= 3.80 \u0026 swig \u003e=4.0 to be installed first. This can be installed via your favorite package manager such as apt-get or brew.\n\n\n##### Debian/Ubuntu #####\n```\nsudo apt-get install cmake swig\n```\n\n##### Homebrew #####\n```\nbrew install cmake swig\n```\n\nFinally, run pip to install pyjass\n\n```\npip3 install --user pyjass\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewtrotman%2Fjassv2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewtrotman%2Fjassv2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewtrotman%2Fjassv2/lists"}