Metadata-Version: 2.1
Name: featuretools-update-checker
Version: 1.0.0
Summary: an update checker for featuretools
Home-page: http://featuretools.com
Author: Feature Labs, Inc.
Author-email: support@featurelabs.com
License: BSD 3-clause
Description: # Featuretools Update Checker
        [![CircleCI](https://circleci.com/gh/FeatureLabs/featuretools_update_checker.svg?style=svg&circle-token=8f6cfba4e8f07c5602f570cf894a216ab8fedaa2)](https://circleci.com/gh/FeatureLabs/featuretools_update_checker)
        
        Featuretools update checker is a python library to automatically check that you have the latest version of Featuretools.
        ## Installation
        Install with pip
        ```shell
        python -m pip install "featuretools[update_checker]"
        ```
        
        ## Disable Checker
        - You can disable the update checker by changing your environment variables to include the following:
        ```yaml
        export FEATURETOOLS_UPDATE_CHECKER=False
        ```
        
        ## Uninstall
        - To uninstall the update checker, you can do the following:
        ```shell
        python -m pip uninstall featuretools_update_checker
        ```
        
        ## Feature Labs
        <a href="https://www.featurelabs.com/">
            <img src="http://www.featurelabs.com/wp-content/uploads/2017/12/logo.png" alt="Featuretools" />
        </a>
        
        Featuretools update checker is an open source project created by [Feature Labs](https://www.featurelabs.com/). To see the other open source projects we're working on visit Feature Labs [Open Source](https://www.featurelabs.com/open). If building impactful data science pipelines is important to you or your business, please [get in touch](https://www.featurelabs.com/contact/).
        
Keywords: feature engineering data science machine learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, <4
Description-Content-Type: text/markdown
