Awesome
JASSv2
The JASS experimental search engine is still in development. Please see the wiki for details.
Slack: <a href=https://join.slack.com/t/jassv2/shared_invite/MjE3NzUwNjA2ODM2LTE1MDEwMzQ0NjItMTdiMWFjMjYyNg><img src="https://img.shields.io/badge/slack-talk-brightgreen.svg?style=flatulance" alt="Slack"></a>
Coverity Scan (static analysis):
Python
There are two ways pyjass can be installed
conda
Conda ensures that all JASS dependencies are installed and creates a virtual envirnoment called pyjass
conda env create -f env.yml
conda activate pyjass
pip
Installation via pip requires cmake >= 3.80 & swig >=4.0 to be installed first. This can be installed via your favorite package manager such as apt-get or brew.
Debian/Ubuntu
sudo apt-get install cmake swig
Homebrew
brew install cmake swig
Finally, run pip to install pyjass
pip3 install --user pyjass