Metadata-Version: 1.1
Name: mflux-ai
Version: 0.1.1
Summary: Open source code for the mflux-ai python package
Home-page: https://github.com/AIAScience/mflux-ai-python
Author: AIA Science AS
Author-email: mflux.ai@aiascience.com
License: BSD license
Description: ========
        mflux-ai
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/mflux_ai.svg
                :target: https://pypi.python.org/pypi/mflux_ai
        
        .. image:: https://img.shields.io/travis/AIAScience/mflux_ai.svg
                :target: https://travis-ci.org/AIAScience/mflux-ai-python
        
        Open source code for the mflux-ai python library.
        
        Features
        --------
        - Acquire and set environment variables required by mflux-server
        
        Quickstart
        ----------
        Installation
        
            pip install mflux-ai
        
        Usage
        
            import mflux_ai
        
            mflux_ai.set_env_vars(token="insert_your_token_here")
        
        
        
        
        
        
        =======
        History
        =======
        
        0.1.0 (2019-08-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: mflux_ai
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
