You will need to have the following programs installed for your operating system.
ant
: https://ant.apache.orgconda
: https://conda.io/miniconda.htmldocker
: https://www.docker.com/get-startedgroovy
: http://groovy-lang.org/download.htmljq
: https://stedolan.github.io/jq/mvn
: https://maven.apache.orgnodejs
: https://nodejs.org/en/
When installing conda
on Windows, make sure to include it in your PATH environment variable. It displays the option in red, but it makes things much easier because Python is then available for External Tools as well.
These scripts make use of the following Python libraries:
1password
: https://pypi.org/project/1password/beautifulsoup4
: https://www.crummy.com/software/BeautifulSoup/dateparser
: https://dateparser.readthedocs.io/en/stable/humanize
: https://github.com/jmoiron/humanizejupyter
: http://jupyter.org/pandas
: http://pandas.pydata.org/requests
: http://docs.python-requests.org/en/master/semver
: https://pypi.python.org/pypi/semverujson
: https://pypi.python.org/pypi/ujsonyq
: https://yq.readthedocs.io/en/latest/
You can install all of these packages using the following commands:
conda install -y beautifulsoup4 humanize jupyter pandas requests ujson
pip install 1password dateparser semver yq