Metadata-Version: 1.1
Name: infuse
Version: 0.0.1.dev19
Summary: TBA
Home-page: UNKNOWN
Author: Infuse Team
Author-email: bregman.arie@gmail.com
License: Apache License, Version 2.0
Description-Content-Type: UNKNOWN
Description: # Infuse
        
        [![Build Status](https://travis-ci.org/bregman-arie/infuse.svg?branch=master)](https://travis-ci.org/bregman-arie/infuse)
        
        Infuse is nothing at this point. We'll update you once it becomes something
        
        * [Requirements](#requirements)
        * [Installation](#installation)
        
        ## Requirements
        
        * Python >= 2.7
        
        ## Installation
        
            pip install .
        
        ## Initialize the database
        
            infuse-db
        
        ## Run the flask server
        
            infuse-server
        
        ## Configuration
        
        Infuse loads configuration in this order:
        
            Default config.py - built-in. Part of Infuse code base.
            Environment varliabes - any of the environment vairables specified in the table below that the user export (e.g. `export INFUSE_SERVER_PORT=80`)
            Configurtion file - the default configuration file (/etc/infuse/infuse.com) or the file you mentioned with parser/environment variable.
            Parser - arguments you pass with infuse command-line invocation.
            
        | Name | Description |
        | ---- | ----------- |
        | `INFUSE_CONFIG_FILE` | The configuration file from where to load additional configuration
        | `INFUSE_DEBUG` | Turn on DEBUG
        | `INFUSE_SERVER_PORT` | The port to use when running Infuse server
        | `INFUSE_DATABASE_URL` | The database URL where we can connect to, defaults to sqlite local db file: infuse.db
        
        # Contributions
        
        To contribute use github pull requests.
        
        
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Monitoring
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
