nephos.nephos
index
/media/hdd/Essentials/Chapter_Kgp_WOrk/GSoC/projectnephos_gsoc18/GSoC18Nephos/nephos/nephos.py

The pipeline for the working of nephos

 
Modules
       
sys

 
Classes
       
builtins.object
Nephos

 
class Nephos(builtins.object)
    The abstract base class from which new derived classes can be created to support varying
online storage platforms.
 
  Methods defined here:
__init__(self)
initiates Nephos with basic configuration, modules and makes it ready to be started.
load_channels_sharelist(self)
loads data from a file which contains both channels and share entities
Segregates them based on the dictionary key and then passes the dictionary to
appropriate functions in recorder and uploader.
 
Returns
-------
start(self)
Start nephos, with the background processes.
 
Returns
-------

Static methods defined here:
first_time()
Copies files from install directory to home nephos directory
 
Returns
-------

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        LOG = <logging.Logger object>
__nephos_dir__ = '/home/thealpha/Nephos'