afctl
afctl helps to manage and deploy Apache Airflow projects faster and smoother.
File Explorer
Download Latest Version (.zip)- __init__.py
- afctl_docker_compose.py
- deployment_config.py
- __init__.py
- deployment_config.py
- qubole_utils.py
- __init__.py
- base_deployment_config.py
- deployment_config.py
- deployment_config.yml
- __init__.py
- __init__.py
- dag_template.py
- gitignore.txt
- __init__.py
- test_local_deployment.py
- test_qubole_deployment.py
- __init__.py
- test_parser_utils.py
- test_parsers.py
- __init__.py
- utils.py
- __init__.py
- _version.py
- command_line.py
- exceptions.py
- meta.yml
- parser_helpers.py
- parsers.py
- utils.py
- .deepsource.toml
- .drone.yml
- .gitattributes
- .gitignore
- LICENSE
- MANIFEST.in
- README.md
- requirements.txt
- setup.cfg
- setup.py
- versioneer.py
# Installation Guide
1. Get the code
git clone https://github.com/qubole/afctl
Downloads the entire project code from GitHub to your computer.
cd afctl
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip3 install afctl
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
python3 -m venv <name>
Runs the Python script (or module).
pip3 install afctl
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
