https://github.com/alteryx/alteryx-open-src-update-checker
An add-on for Alteryx open source that automatically checks for the latest updates and warnings you when an Alteryx package is out of date.
https://github.com/alteryx/alteryx-open-src-update-checker
checker compose evalml featuretools python woodwork
Last synced: 2 months ago
JSON representation
An add-on for Alteryx open source that automatically checks for the latest updates and warnings you when an Alteryx package is out of date.
- Host: GitHub
- URL: https://github.com/alteryx/alteryx-open-src-update-checker
- Owner: alteryx
- License: bsd-3-clause
- Created: 2019-05-14T21:25:27.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T15:22:35.000Z (about 2 years ago)
- Last Synced: 2023-10-18T02:21:50.984Z (over 1 year ago)
- Topics: checker, compose, evalml, featuretools, python, woodwork
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 16
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alteryx Open Source Update Checker
Alteryx open source update checker is a Python library to automatically check that you have the latest version of an Alteryx open source library. If your Alteryx open source library is out of date, a warning to upgrade will be shown.
## Installation
- Install with pip (as an add-on to Alteryx open source libraries):
```bash
python -m pip install "featuretools[updater]"
python -m pip install "evalml[updater]"
python -m pip install "woodwork[updater]"
python -m pip install "compose[updater]"
```- Install with conda from the [conda-forge channel](https://anaconda.org/conda-forge/woodwork):
```bash
conda install -c conda-forge alteryx-open-src-update-checker
```## Disable Checker
- You can disable the update checker by changing your environment variables to include the following:
```yaml
export ALTERYX_OPEN_SRC_UPDATE_CHECKER=False
```## Built at Alteryx Innovation Labs