This repository contains azuretools, a lightweight Python library of helper tooling to enable CFA Predict Short-Term Forecasting team members interact more efficiently with Azure, particularly Azure Batch. It also contains some simple worked examples in the examples/ directory.
This installation guide assumes you are working on a Debian/Ubuntu family Linux machine or in an equivalent virtual machine (e.g. a WSL2 Ubuntu from Windows). It assumes you are comfortable working at the Unix command line. It assumes you have Python 3 installed as your system python, as well as the standard pip package manager. Confirm this with:
python --version
which pipYou can install azuretools from Github via:
pip install git+https://github.com/cdcgov/cfa-azuretoolsOne way to get a sense of azuretools is to look at projects that use it. Here are a few:
- Most relevant python scripts live in the
pipelines/batchsubdirectory
- Relevant scripts live in the
batchsubdirectory - That directory's README walks the user through running an analysis on Azure batch (leverging
azuretools).
- Let us know if you have a project that uses
azuretoolsthat you'd like us to showcase here.